/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
    /* support: IE8 */
}

.ui-front {
    z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}

/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-menu .ui-menu {
    position: absolute;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-checkboxradio-disabled {
    pointer-events: none;
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 45%;
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}

.ui-datepicker td {
    border: 0;
    padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable {
    position: relative;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
    display: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    /* support: IE8 */
    opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-spinner-up {
    top: 0;
}

.ui-spinner-down {
    bottom: 0;
}

.ui-tabs {
    position: relative;
    /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget .ui-widget {
    font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}

.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}

.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, /* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #454545;
    text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
    font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    /* support: IE8 */
    font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    /* support: IE8 */
    background-image: none;
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35);
    /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
    background-image: url("https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-start {
    background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
    /* support: IE8 */
}

.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}

/*
     FILE ARCHIVED ON 03:08:39 Nov 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:50 Jul 27, 2022.
     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):
  exclusion.robots: 0.092
  exclusion.robots.policy: 0.081
  RedisCDXSource: 31.971
  esindex: 0.011
  LoadShardBlock: 595.492 (6)
  PetaboxLoader3.datanode: 278.638 (8)
  CDXLines.iter: 114.904 (3)
  load_resource: 251.459 (2)
  PetaboxLoader3.resolve: 167.797 (2)
*/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
    font-family: 'FontAwesome';
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot?v=4.4.0');
    src: url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.eot#iefix&v=4.4.0') format('embedded-opentype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,.fa-close:before,.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,.fa-image:before,.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,.fa-reorder:before,.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,.fa-rouble:before,.fa-rub:before {
    content: "\f158"
}

.fa-won:before,.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,.fa-bank:before,.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,.fa-sheqel:before,.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

/*
     FILE ARCHIVED ON 03:21:25 Nov 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:49 Jul 27, 2022.
     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):
  exclusion.robots: 0.103
  exclusion.robots.policy: 0.092
  RedisCDXSource: 0.656
  esindex: 0.012
  LoadShardBlock: 198.83 (6)
  PetaboxLoader3.datanode: 235.017 (7)
  CDXLines.iter: 137.009 (3)
  load_resource: 388.723
  PetaboxLoader3.resolve: 280.149
*/
/** PanoPress v.1.3 | Developed by Omer Calev <http://www.omercalev.com/> | Code licensing & documentation <http://www.panopress.org/> **/
.pp-error {
    display: table;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.3)
}

.pp-error-msg {
    text-align: center;
    color: #000;
    display: table-cell;
    vertical-align: middle
}

.pp-error .pp-error-msg {
    color: #fff
}

.pp-error p {
    text-align: left
}

.pp-embed-play {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/play.png") no-repeat center center;
    opacity: .3;
    filter: alpha(opacity=30);
    -o-transition: opacity .5s linear;
    -ms-transition: opacity .5s linear;
    -moz-transition: opacity .5s linear;
    -webkit-transition: opacity .5s linear;
    transition: opacity .5s linear
}

.pp-embed-play:hover {
    opacity: .6;
    filter: alpha(opacity=60);
    -o-transition: opacity .2s linear;
    -ms-transition: opacity .2s linear;
    -moz-transition: opacity .2s linear;
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.pp-embed-title {
    margin-top: -4px
}

.pp-embed-content {
    outline: 0
}

.pp-embed {
    background-position: center center;
    background-repeat: no-repeat
}

.pp-embed img {
    border: 0
}

.pb-overlay {
    opacity: .6;
    filter: alpha(opacity=60)
}

.pb-box {
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    margin: 13px;
    text-align: center
}

.pb-box,.pb-loader {
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.pb-content {
    outline: 0;
    border-radius: 2.5px
}

.pb-title {
    height: 14px;
    -float: left;
    margin-top: 2px;
    font-size: 12px;
    position: relative;
    opacity: 0;
    filter: alpha(opacity=0);
    -width: 100%;
    text-align: left
}

.pb-close {
    position: absolute;
    top: -12px;
    right: -12px;
    width: 29px;
    height: 29px;
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/pp-close.png");
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer
}

.pb-nav {
    position: absolute;
    width: 100%;
    bottom: 6px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.pb-nav-dot {
    float: left;
    width: 14px;
    height: 13px;
    margin: 0 3px 0
}

.pb-nav-dots {
    margin: 0 auto;
    width: 0;
    height: 13px
}

.pb-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    display: none
}

.pb-shadow {
    -o-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 10px 30px rgba(0,0,0,0.3);
    box-shadow: 0 10px 30px rgba(0,0,0,0.3)
}

.pb-light {
    color: #888;
    background-color: #eee;
    border-color: #ddd
}

.pb-light-overlay {
    background-color: #fff
}

.pb-light .pb-nav-dot-on {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/pp-nav.png") 0 0;
    cursor: pointer
}

.pb-light .pb-nav-dot-active {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/pp-nav.png") 0 13px
}

.pb-light .pb-loader {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/light-loader.gif") no-repeat center center;
    background-color: #eee
}

.pb-dark {
    color: #aaa;
    background-color: #444;
    border-color: #555
}

.pb-dark-overlay {
    background-color: #000
}

.pb-dark .pb-nav-dot-on {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/pp-nav.png") 0 13px;
    cursor: pointer
}

.pb-dark .pb-nav-dot-active {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/pp-nav.png") 0 0
}

.pb-dark .pb-loader {
    background: url("https://arthotel.ru/wp-content/plugins/panopress/images/dark-loader.gif") no-repeat center center;
    background-color: #444
}

/*
     FILE ARCHIVED ON 22:56:29 Jan 13, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:55 Jul 27, 2022.
     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: 2597.236
  exclusion.robots: 0.075
  exclusion.robots.policy: 0.069
  cdx.remote: 0.053
  esindex: 0.008
  LoadShardBlock: 142.172 (3)
  PetaboxLoader3.datanode: 231.186 (5)
  CDXLines.iter: 13.714 (3)
  load_resource: 268.149 (2)
  PetaboxLoader3.resolve: 84.63 (2)
*/
/*!
* CleanSlate
*   github.com/premasagar/cleanslate
*
*//*
    An extreme CSS reset stylesheet, for normalising the styling of a container element and its children.

    by Premasagar Rose
        dharmafly.com

    license
        opensource.org/licenses/mit-license.php

    **
        
    v0.9.3
        
*/

/* == BLANKET RESET RULES == */

/* HTML 4.01 */
.cleanslate, .cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6, .cleanslate p, .cleanslate td, .cleanslate dl, .cleanslate tr, .cleanslate dt, .cleanslate ol, .cleanslate form, .cleanslate select, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate table,  .cleanslate th, .cleanslate tbody, .cleanslate tfoot, .cleanslate caption, .cleanslate thead, .cleanslate ul, .cleanslate li, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate li, .cleanslate iframe, .cleanslate strong, .cleanslate legend, .cleanslate em, .cleanslate summary, .cleanslate cite, .cleanslate span, .cleanslate input, .cleanslate sup, .cleanslate label, .cleanslate dfn, .cleanslate object, .cleanslate big, .cleanslate q, .cleanslate samp, .cleanslate acronym, .cleanslate small, .cleanslate img, .cleanslate strike, .cleanslate code, .cleanslate sub, .cleanslate ins, .cleanslate textarea, .cleanslate button, .cleanslate var, .cleanslate a, .cleanslate abbr, .cleanslate applet, .cleanslate del, .cleanslate kbd, .cleanslate tt, .cleanslate b, .cleanslate i, .cleanslate hr,

/* HTML5 - Sept 2013 taken from MDN https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/HTML5/HTML5_element_list */
.cleanslate article, .cleanslate aside, .cleanslate figure, .cleanslate figcaption, .cleanslate footer, .cleanslate header, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate time, .cleanslate mark, .cleanslate audio, .cleanslate video, .cleanslate abbr, .cleanslate address, .cleanslate area, .cleanslate blockquote, .cleanslate canvas, .cleanslate caption, .cleanslate cite, .cleanslate code, .cleanslate colgroup, .cleanslate col, .cleanslate datalist, .cleanslate fieldset, .cleanslate main, .cleanslate map, .cleanslate meta, .cleanslate optgroup, .cleanslate output, .cleanslate progress {
    background-attachment:scroll !important;
    background-color:transparent !important;
    background-image:none !important; /* This rule affects the use of pngfix JavaScript http://dillerdesign.com/experiment/DD_BelatedPNG for IE6, which is used to force the browser to recognise alpha-transparent PNGs files that replace the IE6 lack of PNG transparency. (The rule overrides the VML image that is used to replace the given CSS background-image). If you don't know what that means, then you probably haven't used the pngfix script, and this comment may be ignored :) */
    background-position:0 0 !important;
    background-repeat:repeat !important;
    border-color:black !important;
    border-color:currentColor !important; /* `border-color` should match font color. Modern browsers (incl. IE9) allow the use of "currentColor" to match the current font 'color' value <http://www.w3.org/TR/css3-color/#currentcolor>. For older browsers, a default of 'black' is given before this rule. Guideline to support older browsers: if you haven't already declared a border-color for an element, be sure to do so, e.g. when you first declare the border-width. */
    border-radius:0 !important;
    border-style:none !important;
    border-width:medium !important;
    bottom:auto !important;
    clear:none !important;
    clip:auto !important;
    color:inherit !important;
    counter-increment:none !important;
    counter-reset:none !important;
    cursor:auto !important;
    direction:inherit !important;
    display:inline !important;
    float:none !important;
    font-family: inherit !important; /* As with other inherit values, this needs to be set on the root container element */
    font-size: inherit !important;
    font-style:inherit !important;
    font-variant:normal !important;
    font-weight:inherit !important;
    height:auto !important;
    left:auto !important;
    letter-spacing:normal !important;
    line-height:inherit !important;
    list-style-type: inherit !important; /* Could set list-style-type to none */
    list-style-position: outside !important;
    list-style-image: none !important;
    margin:0 !important;
    max-height:none !important;
    max-width:none !important;
    min-height:0 !important;
    min-width:0 !important;
    opacity:1;
    outline:invert none medium !important;
    overflow:visible !important;
    padding:0 !important;
    position:static !important;
    quotes: "" "" !important;
    right:auto !important;
    table-layout:auto !important;
    text-align:inherit !important;
    text-decoration:inherit !important;
    text-indent:0 !important;
    text-transform:none !important;
    top:auto !important;
    unicode-bidi:normal !important;
    vertical-align:baseline !important;
    visibility:inherit !important;
    white-space:normal !important;
    width:auto !important;
    word-spacing:normal !important;
    z-index:auto !important;
    
    /* CSS3 */
    /* Including all prefixes according to http://caniuse.com/ */
    /* CSS Animations don't cascade, so don't require resetting */
    -webkit-background-origin: padding-box !important;
            background-origin: padding-box !important;
    -webkit-background-clip: border-box !important;
            background-clip: border-box !important;
    -webkit-background-size: auto !important;
       -moz-background-size: auto !important;
            background-size: auto !important;
    -webkit-border-image: none !important;
       -moz-border-image: none !important;
         -o-border-image: none !important;
            border-image: none !important;
    -webkit-border-radius:0 !important;
       -moz-border-radius:0 !important;
            border-radius: 0 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-box-sizing: content-box !important;
       -moz-box-sizing: content-box !important;
            box-sizing: content-box !important;
    -webkit-column-count: auto !important;
       -moz-column-count: auto !important;
            column-count: auto !important;
    -webkit-column-gap: normal !important;
       -moz-column-gap: normal !important;
            column-gap: normal !important;
    -webkit-column-rule: medium none black !important;
       -moz-column-rule: medium none black !important;
            column-rule: medium none black !important;
    -webkit-column-span: 1 !important;
       -moz-column-span: 1 !important; /* doesn't exist yet but probably will */
            column-span: 1 !important;
    -webkit-column-width: auto !important;
       -moz-column-width: auto !important;
            column-width: auto !important;
    font-feature-settings: normal !important;
    overflow-x: visible !important;
    overflow-y: visible !important;
    -webkit-hyphens: manual !important;
       -moz-hyphens: manual !important;
            hyphens: manual !important;
    -webkit-perspective: none !important;
       -moz-perspective: none !important;
        -ms-perspective: none !important;
         -o-perspective: none !important;
            perspective: none !important;
    -webkit-perspective-origin: 50% 50% !important;
       -moz-perspective-origin: 50% 50% !important;
        -ms-perspective-origin: 50% 50% !important;
         -o-perspective-origin: 50% 50% !important;
            perspective-origin: 50% 50% !important;
    -webkit-backface-visibility: visible !important;
       -moz-backface-visibility: visible !important;
        -ms-backface-visibility: visible !important;
         -o-backface-visibility: visible !important;
            backface-visibility: visible !important;
    text-shadow: none !important;
    -webkit-transition: all 0s ease 0s !important;
            transition: all 0s ease 0s !important;
    -webkit-transform: none !important;
       -moz-transform: none !important;
        -ms-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    -webkit-transform-origin: 50% 50% !important;
       -moz-transform-origin: 50% 50% !important;
        -ms-transform-origin: 50% 50% !important;
         -o-transform-origin: 50% 50% !important;
            transform-origin: 50% 50% !important;
    -webkit-transform-style: flat !important;
       -moz-transform-style: flat !important;
        -ms-transform-style: flat !important;
         -o-transform-style: flat !important;
            transform-style: flat !important;
    word-break: normal !important;
}

/* == BLOCK-LEVEL == */
/* Actually, some of these should be inline-block and other values, but block works fine (TODO: rigorously verify this) */
/* HTML 4.01 */
.cleanslate, .cleanslate h3, .cleanslate h5, .cleanslate p, .cleanslate h1, .cleanslate dl, .cleanslate dt, .cleanslate h6, .cleanslate ol, .cleanslate form, .cleanslate option, .cleanslate pre, .cleanslate div, .cleanslate h2, .cleanslate caption, .cleanslate h4, .cleanslate ul, .cleanslate address, .cleanslate blockquote, .cleanslate dd, .cleanslate fieldset, .cleanslate hr,

/* HTML5 new elements */
.cleanslate article, .cleanslate dialog, .cleanslate figure, .cleanslate footer, .cleanslate header, .cleanslate hgroup, .cleanslate menu, .cleanslate nav, .cleanslate section, .cleanslate audio, .cleanslate video, .cleanslate address, .cleanslate blockquote, .cleanslate colgroup, .cleanslate main, .cleanslate progress, .cleanslate summary {
    display:block !important; 
}
.cleanslate h1, .cleanslate h2, .cleanslate h3, .cleanslate h4, .cleanslate h5, .cleanslate h6 {
    font-weight: bold !important;
}
.cleanslate h1 {
    font-size: 2em !important;
    padding: .67em 0 !important;
}
.cleanslate h2 {
    font-size: 1.5em !important;
    padding: .83em 0 !important;
}
.cleanslate h3 {
    font-size: 1.17em !important;
    padding: .83em 0 !important;
}
.cleanslate h4 {
    font-size: 1em !important;
}
.cleanslate h5 {
    font-size: .83em !important;
}
.cleanslate p {
    margin: 1em 0 !important;
}
.cleanslate table {
    display: table !important;
}
.cleanslate thead {
    display: table-header-group !important;
}
.cleanslate tbody {
    display: table-row-group !important;
}
.cleanslate tfoot {
    display: table-footer-group !important;
}
.cleanslate tr {
    display: table-row !important;
}
.cleanslate th, .cleanslate td {
    display: table-cell !important;
    padding: 2px !important;
}

/* == SPECIFIC ELEMENTS == */
/* Some of these are browser defaults; some are just useful resets */
.cleanslate ol, .cleanslate ul {
    margin: 1em 0 !important;
}
.cleanslate ul li, .cleanslate ul ul li, .cleanslate ul ul ul li, .cleanslate ol li, .cleanslate ol ol li, .cleanslate ol ol ol li, .cleanslate ul ol ol li, .cleanslate ul ul ol li, .cleanslate ol ul ul li, .cleanslate ol ol ul li {
    list-style-position: inside !important;
    margin-top: .08em !important;
}
.cleanslate ol ol, .cleanslate ol ol ol, .cleanslate ul ul, .cleanslate ul ul ul, .cleanslate ol ul, .cleanslate ol ul ul, .cleanslate ol ol ul, .cleanslate ul ol, .cleanslate ul ol ol, .cleanslate ul ul ol {
    padding-left: 40px !important;
    margin: 0 !important;
}
/* helper for general navigation */
.cleanslate nav ul, .cleanslate nav ol {
    list-style-type:none !important;

}
.cleanslate ul, .cleanslate menu {
    list-style-type:disc !important;
}
.cleanslate ol {
    list-style-type:decimal !important;
}
.cleanslate ol ul, .cleanslate ul ul, .cleanslate menu ul, .cleanslate ol menu, .cleanslate ul menu, .cleanslate menu menu {
    list-style-type:circle !important;
}
.cleanslate ol ol ul, .cleanslate ol ul ul, .cleanslate ol menu ul, .cleanslate ol ol menu, .cleanslate ol ul menu, .cleanslate ol menu menu, .cleanslate ul ol ul, .cleanslate ul ul ul, .cleanslate ul menu ul, .cleanslate ul ol menu, .cleanslate ul ul menu, .cleanslate ul menu menu, .cleanslate menu ol ul, .cleanslate menu ul ul, .cleanslate menu menu ul, .cleanslate menu ol menu, .cleanslate menu ul menu, .cleanslate menu menu menu {
    list-style-type:square !important;
}
.cleanslate li {    
    display:list-item !important;
    /* Fixes IE7 issue with positioning of nested bullets */
    min-height:auto !important;
    min-width:auto !important;
    padding-left: 20px !important; /* replace -webkit-padding-start: 40px; */
}
.cleanslate strong {
    font-weight:bold !important;
}
.cleanslate em {
    font-style:italic !important;
}
.cleanslate kbd, .cleanslate samp, .cleanslate code {
  font-family:monospace !important;
}
.cleanslate a {
    color: blue !important;
    text-decoration: underline !important;
}
.cleanslate a:visited {
    color: #529 !important;
}
.cleanslate a, .cleanslate a *, .cleanslate input[type=submit], .cleanslate input[type=radio], .cleanslate input[type=checkbox], .cleanslate select {
    cursor:pointer !important;
}
.cleanslate button, .cleanslate input[type=submit] {
    text-align: center !important;
    padding: 2px 6px 3px !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    font-family: arial, helvetica, sans-serif !important;
    font-size: small !important;
    background: white !important;
    -webkit-appearance: push-button !important;
    color: buttontext !important;
    border: 1px #a6a6a6 solid !important;
    background: lightgrey !important; /* Old browsers */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(221,221,221,1) 100%, rgba(209,209,209,1) 100%, rgba(221,221,221,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(221,221,221,1)), color-stop(100%,rgba(209,209,209,1)), color-stop(100%,rgba(221,221,221,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(221,221,221,1) 100%,rgba(209,209,209,1) 100%,rgba(221,221,221,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddddd',GradientType=0 ) !important; /* IE6-9 */
    -webkit-box-shadow: 1px 1px 0px #eee !important;
       -moz-box-shadow: 1px 1px 0px #eee !important;
         -o-box-shadow: 1px 1px 0px #eee !important;
            box-shadow: 1px 1px 0px #eee !important;
    outline: initial !important;
}
.cleanslate button {
    padding: 1px 6px 2px 6px !important;
    margin-right: 5px !important;
}
.cleanslate input[type=hidden] {
    display:none !important;
}
/* restore form defaults */
.cleanslate textarea {
    -webkit-appearance: textarea !important;
    background: white !important;
    padding: 2px !important;
    margin-left: 4px !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    font-size: 11px !important;
    font-family: arial, helvetica, sans-serif !important;
    line-height: 13px !important;
    resize: both !important;
}
.cleanslate select, .cleanslate textarea, .cleanslate input {
    border:1px solid #ccc !important;
}
.cleanslate select {
    font-size: 11px !important;
    font-family: helvetica, arial, sans-serif !important;
    display: inline-block;
}
.cleanslate textarea:focus, .cleanslate input:focus {
    outline: auto 5px -webkit-focus-ring-color !important;
    outline: initial !important;
}
.cleanslate input[type=text] {
    background: white !important;
    padding: 1px !important;
    font-family: initial !important;
    font-size: small !important;
}
.cleanslate input[type=checkbox], .cleanslate input[type=radio] {
    border: 1px #2b2b2b solid !important;
    border-radius: 4px !important;
}
.cleanslate input[type=checkbox], .cleanslate input[type=radio] {
    outline: intial !important;
}
.cleanslate input[type=radio] {
    margin: 2px 2px 3px 2px !important;
}
.cleanslate input[type=submit]:active, .cleanslate button:active {
    background: rgb(59,103,158) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(59,103,158,1) 0%, rgba(43,136,217,1) 50%, rgba(32,124,202,1) 51%, rgba(125,185,232,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(59,103,158,1)), color-stop(50%,rgba(43,136,217,1)), color-stop(51%,rgba(32,124,202,1)), color-stop(100%,rgba(125,185,232,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, rgba(59,103,158,1) 0%,rgba(43,136,217,1) 50%,rgba(32,124,202,1) 51%,rgba(125,185,232,1) 100%) !important; /* W3C */
    border-color: #5259b0 !important;
}
.cleanslate abbr[title], .cleanslate acronym[title], .cleanslate dfn[title] {
    cursor:help !important;
    border-bottom-width:1px !important;
    border-bottom-style:dotted !important;
}
.cleanslate ins {
    background-color:#ff9 !important;
    color:black !important;
}
.cleanslate del {
    text-decoration: line-through !important;
}
.cleanslate blockquote, .cleanslate q  {
    quotes:none !important; /* HTML5 */
}
.cleanslate blockquote:before, .cleanslate blockquote:after, .cleanslate q:before, .cleanslate q:after, .cleanslate li:before, .cleanslate li:after  {
    content:"" !important;
}
.cleanslate input, .cleanslate select {
    vertical-align:middle !important;
}

.cleanslate table {
    border-collapse:collapse !important;
    border-spacing:0 !important;
}
.cleanslate hr {
    display:block !important;
    height:1px !important;
    border:0 !important;
    border-top:1px solid #ccc !important;
    margin:1em 0 !important;
}
.cleanslate *[dir=rtl] {
    direction: rtl !important;
}
.cleanslate mark {
    background-color:#ff9 !important;
    color:black !important;
    font-style:italic !important;
    font-weight:bold !important;
}
.cleanslate menu {
    padding-left: 40px !important;
    padding-top: 8px !important;
}

/* additional helpers */
.cleanslate [hidden],
.cleanslate template {
    display: none !important;
}
.cleanslate abbr[title] {
    border-bottom: 1px dotted !important;
}
.cleanslate sub, .cleanslate sup {
    font-size: 75% !important;
    line-height: 0 !important;
    position: relative !important;
    vertical-align: baseline !important;
}
.cleanslate sup {
    top: -0.5em !important;
}
.cleanslate sub {
    bottom: -0.25em !important;
}
.cleanslate img {
    border: 0 !important;
}
.cleanslate figure {
    margin: 0 !important;
}
.cleanslate textarea {
    overflow: auto !important;
    vertical-align: top !important;
}

/* == ROOT CONTAINER ELEMENT == */
/* This contains default values for child elements to inherit  */
.cleanslate {
    font-size: medium !important;
    line-height: 1 !important;
    direction:ltr !important;
    text-align: left !important; /* for IE, Opera */
    text-align: start !important; /* recommended W3C Spec */
    font-family: "Times New Roman", Times, serif !important; /* Override this with whatever font-family is required */
    color: black !important;
    font-style:normal !important;
    font-weight:normal !important;
    text-decoration:none !important;
    list-style-type:disc !important;
}

/*
     FILE ARCHIVED ON 06:42:04 Oct 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:56 Jul 27, 2022.
     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: 94.636
  exclusion.robots: 0.072
  exclusion.robots.policy: 0.066
  cdx.remote: 0.056
  esindex: 0.006
  LoadShardBlock: 71.793 (3)
  PetaboxLoader3.datanode: 102.81 (4)
  CDXLines.iter: 14.407 (3)
  load_resource: 70.746
  PetaboxLoader3.resolve: 23.437
*/
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCRc-EsA.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc-EsA.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCBc-EsA.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBxc-EsA.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fCxc-EsA.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fChc-EsA.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fBBc-.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu72xMOzY.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxMOzY.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7mxMOzY.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4WxMOzY.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7WxMOzY.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu7GxMOzY.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(http://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu4mxM.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCRc-EsA.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc-EsA.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCBc-EsA.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBxc-EsA.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fCxc-EsA.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fChc-EsA.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fBBc-.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCRc-EsA.woff) format('woff');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc-EsA.woff) format('woff');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCBc-EsA.woff) format('woff');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBxc-EsA.woff) format('woff');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfCxc-EsA.woff) format('woff');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfChc-EsA.woff) format('woff');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(http://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfBBc-.woff) format('woff');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
     FILE ARCHIVED ON 02:29:32 Nov 14, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:57 Jul 27, 2022.
     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):
  exclusion.robots: 0.132
  exclusion.robots.policy: 0.12
  RedisCDXSource: 0.768
  esindex: 0.013
  LoadShardBlock: 136.936 (6)
  PetaboxLoader3.datanode: 102.648 (7)
  CDXLines.iter: 109.187 (3)
  load_resource: 91.854
  PetaboxLoader3.resolve: 50.643
*/
.ty-icon-spin {
    -moz-animation: spin .5s infinite linear;
    -webkit-animation: spin .5s infinite linear;
    animation: spin .5s infinite linear;
    display: inline-block
}

.ty-icon-spin-single {
    -moz-animation: spin .4s 1 linear;
    -webkit-animation: spin .4s 1 linear;
    animation: spin .4s 1 linear;
    display: inline-block
}

.ty-icon-spin-reverse {
    -moz-animation: spin-reverse .5s infinite linear;
    -webkit-animation: spin-reverse .5s infinite linear;
    animation: spin-reverse .5s infinite linear;
    display: inline-block
}

.ty-icon-spin-reverse-single {
    -moz-animation: spin-reverse .4s 1 linear;
    -webkit-animation: spin-reverse .4s 1 linear;
    animation: spin-reverse .4s 1 linear;
    display: inline-block
}

.ty-icon-bounce {
    -moz-animation: bounce 1s infinite ease-in-out;
    -webkit-animation: bounce 1s infinite ease-in-out;
    animation: bounce 1s infinite ease-in-out;
    display: inline-block
}

.ty-icon-pulse {
    -moz-animation: pulse 1s infinite ease-in-out;
    -webkit-animation: pulse 1s infinite ease-in-out;
    animation: pulse 1s infinite ease-in-out;
    display: inline-block
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(359deg);
        -ms-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@-moz-keyframes spin-reverse {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@-webkit-keyframes spin-reverse {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@keyframes spin-reverse {
    0% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -moz-transform: rotate(-359deg);
        -ms-transform: rotate(-359deg);
        -webkit-transform: rotate(-359deg);
        transform: rotate(-359deg)
    }
}

@-moz-keyframes bounce {
    100%,50% {
        -moz-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-webkit-keyframes bounce {
    100%,50% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@keyframes bounce {
    100%,50% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    25%,75% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

@-moz-keyframes pulse {
    0% {
        -moz-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -moz-transform: scale(1.3);
        -ms-transform: scale(1.3);
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }

    100% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-moz-keyframes flip-v {
    0% {
        -moz-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -moz-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

@-webkit-keyframes flip-v {
    0% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

@keyframes flip-v {
    0% {
        -moz-transform: scaleY(1);
        -ms-transform: scaleY(1);
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }

    100% {
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1)
    }
}

@-moz-keyframes flip-h {
    0% {
        -moz-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@-webkit-keyframes flip-h {
    0% {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@keyframes flip-h {
    0% {
        -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1)
    }
}

@-moz-keyframes fade {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@font-face {
    font-family: "TrustYou Iconic";
    src: url(http://cdn.trustyou.com/apps/trustyou-iconic/public/fonts/trustyou-iconic.eot);
    src: url(http://cdn.trustyou.com/apps/trustyou-iconic/public/fonts/trustyou-iconic.eot#iefix) format("embedded-opentype"),url(http://cdn.trustyou.com/apps/trustyou-iconic/public/fonts/trustyou-iconic.woff) format("woff"),url(http://cdn.trustyou.com/apps/trustyou-iconic/public/fonts/trustyou-iconic.ttf) format("truetype"),url(http://cdn.trustyou.com/apps/trustyou-iconic/public/fonts/trustyou-iconic.svg#trustyou-iconic) format("svg");
    font-weight: 400;
    font-style: normal
}

.ty-icon {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "TrustYou Iconic"!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1
}

.ty-icon.ty-icon-blank:before {
    content: " "
}

.ty-icon.ty-icon-earth:before {
    content: "\61"
}

.ty-icon.ty-icon-map:before {
    content: "\62"
}

.ty-icon.ty-icon-directions:before {
    content: "\63"
}

.ty-icon.ty-icon-map-marker:before {
    content: "\64"
}

.ty-icon.ty-icon-gps:before {
    content: "\65"
}

.ty-icon.ty-icon-swimming:before {
    content: "\66"
}

.ty-icon.ty-icon-cycling:before {
    content: "\67"
}

.ty-icon.ty-icon-car:before {
    content: "\68"
}

.ty-icon.ty-icon-bus:before {
    content: "\69"
}

.ty-icon.ty-icon-train:before {
    content: "\6a"
}

.ty-icon.ty-icon-airplane:before {
    content: "\6b"
}

.ty-icon.ty-icon-building:before {
    content: "\6c"
}

.ty-icon.ty-icon-museum:before {
    content: "\6d"
}

.ty-icon.ty-icon-home:before {
    content: "\6e"
}

.ty-icon.ty-icon-lake-house:before {
    content: "\6f"
}

.ty-icon.ty-icon-bed:before {
    content: "\70"
}

.ty-icon.ty-icon-call-bell:before {
    content: "\71"
}

.ty-icon.ty-icon-bell:before {
    content: "\72"
}

.ty-icon.ty-icon-cards:before {
    content: "\73"
}

.ty-icon.ty-icon-crown:before {
    content: "\74"
}

.ty-icon.ty-icon-golf:before {
    content: "\75"
}

.ty-icon.ty-icon-heart:before {
    content: "\76"
}

.ty-icon.ty-icon-leaf:before {
    content: "\77"
}

.ty-icon.ty-icon-pet:before {
    content: "\79"
}

.ty-icon.ty-icon-tag:before {
    content: "\7a"
}

.ty-icon.ty-icon-snowflake:before {
    content: "\42"
}

.ty-icon.ty-icon-tuxedo:before {
    content: "\43"
}

.ty-icon.ty-icon-group:before {
    content: "\45"
}

.ty-icon.ty-icon-family:before {
    content: "\46"
}

.ty-icon.ty-icon-single:before {
    content: "\47"
}

.ty-icon.ty-icon-tree-pine:before {
    content: "\48"
}

.ty-icon.ty-icon-tree-palm:before {
    content: "\49"
}

.ty-icon.ty-icon-cigar:before {
    content: "\4a"
}

.ty-icon.ty-icon-glass-beer:before {
    content: "\4b"
}

.ty-icon.ty-icon-glass-wine:before {
    content: "\4c"
}

.ty-icon.ty-icon-glass-martini:before {
    content: "\4d"
}

.ty-icon.ty-icon-food:before {
    content: "\4e"
}

.ty-icon.ty-icon-trophy:before {
    content: "\4f"
}

.ty-icon.ty-icon-glasses:before {
    content: "\50"
}

.ty-icon.ty-icon-credit-card:before {
    content: "\51"
}

.ty-icon.ty-icon-dollar:before {
    content: "\52"
}

.ty-icon.ty-icon-euro:before {
    content: "\53"
}

.ty-icon.ty-icon-alarm:before {
    content: "\54"
}

.ty-icon.ty-icon-clock:before {
    content: "\55"
}

.ty-icon.ty-icon-hourglass:before {
    content: "\56"
}

.ty-icon.ty-icon-calendar:before {
    content: "\57"
}

.ty-icon.ty-icon-gauge:before {
    content: "\58"
}

.ty-icon.ty-icon-wifi:before {
    content: "\59"
}

.ty-icon.ty-icon-rss:before {
    content: "\5a"
}

.ty-icon.ty-icon-cart:before {
    content: "\30"
}

.ty-icon.ty-icon-key:before {
    content: "\33"
}

.ty-icon.ty-icon-trash:before {
    content: "\34"
}

.ty-icon.ty-icon-save:before {
    content: "\35"
}

.ty-icon.ty-icon-print:before {
    content: "\36"
}

.ty-icon.ty-icon-flag:before {
    content: "\38"
}

.ty-icon.ty-icon-pushpin:before {
    content: "\39"
}

.ty-icon.ty-icon-star:before {
    content: "\21"
}

.ty-icon.ty-icon-badge:before {
    content: "\22"
}

.ty-icon.ty-icon-code:before {
    content: "\23"
}

.ty-icon.ty-icon-language:before {
    content: "\24"
}

.ty-icon.ty-icon-translate:before {
    content: "\25"
}

.ty-icon.ty-icon-info:before {
    content: "\26"
}

.ty-icon.ty-icon-info-o:before {
    content: "\27"
}

.ty-icon.ty-icon-help:before {
    content: "\28"
}

.ty-icon.ty-icon-help-o:before {
    content: "\29"
}

.ty-icon.ty-icon-warning:before {
    content: "\2a"
}

.ty-icon.ty-icon-settings:before {
    content: "\2b"
}

.ty-icon.ty-icon-widget:before {
    content: "\2c"
}

.ty-icon.ty-icon-tools:before {
    content: "\2d"
}

.ty-icon.ty-icon-pencil:before {
    content: "\2e"
}

.ty-icon.ty-icon-inbox-empty:before {
    content: "\2f"
}

.ty-icon.ty-icon-inbox:before {
    content: "\3a"
}

.ty-icon.ty-icon-tiles:before {
    content: "\3b"
}

.ty-icon.ty-icon-tiles-off:before {
    content: "\3c"
}

.ty-icon.ty-icon-user:before {
    content: "\3d"
}

.ty-icon.ty-icon-users:before {
    content: "\3e"
}

.ty-icon.ty-icon-chart-pie:before {
    content: "\40"
}

.ty-icon.ty-icon-chart-bar:before {
    content: "\5b"
}

.ty-icon.ty-icon-chart-line:before {
    content: "\5d"
}

.ty-icon.ty-icon-comment:before {
    content: "\5f"
}

.ty-icon.ty-icon-comments:before {
    content: "\60"
}

.ty-icon.ty-icon-video:before {
    content: "\7b"
}

.ty-icon.ty-icon-image:before {
    content: "\7c"
}

.ty-icon.ty-icon-images:before {
    content: "\7d"
}

.ty-icon.ty-icon-bookmark:before {
    content: "\7e"
}

.ty-icon.ty-icon-folder:before {
    content: "\5c"
}

.ty-icon.ty-icon-folder-open:before {
    content: "\e000"
}

.ty-icon.ty-icon-file:before {
    content: "\e001"
}

.ty-icon.ty-icon-file-check:before {
    content: "\e002"
}

.ty-icon.ty-icon-file-edit:before {
    content: "\e004"
}

.ty-icon.ty-icon-copy:before {
    content: "\e008"
}

.ty-icon.ty-icon-cut:before {
    content: "\e009"
}

.ty-icon.ty-icon-paste:before {
    content: "\e00a"
}

.ty-icon.ty-icon-reply:before {
    content: "\e00f"
}

.ty-icon.ty-icon-reply-all:before {
    content: "\e010"
}

.ty-icon.ty-icon-reply-plus:before {
    content: "\e011"
}

.ty-icon.ty-icon-forward:before {
    content: "\e012"
}

.ty-icon.ty-icon-compare:before {
    content: "\e013"
}

.ty-icon.ty-icon-expand:before {
    content: "\e014"
}

.ty-icon.ty-icon-contract:before {
    content: "\e015"
}

.ty-icon.ty-icon-move:before {
    content: "\e016"
}

.ty-icon.ty-icon-merge:before {
    content: "\e017"
}

.ty-icon.ty-icon-undo:before {
    content: "\e018"
}

.ty-icon.ty-icon-redo:before {
    content: "\e019"
}

.ty-icon.ty-icon-refresh:before {
    content: "\e01a"
}

.ty-icon.ty-icon-retweet:before {
    content: "\e01b"
}

.ty-icon.ty-icon-share:before {
    content: "\e01c"
}

.ty-icon.ty-icon-link:before {
    content: "\e01d"
}

.ty-icon.ty-icon-paperclip:before {
    content: "\e01f"
}

.ty-icon.ty-icon-sign-in:before {
    content: "\e020"
}

.ty-icon.ty-icon-sign-out:before {
    content: "\e021"
}

.ty-icon.ty-icon-zoom-in:before {
    content: "\e022"
}

.ty-icon.ty-icon-zoom-out:before {
    content: "\e023"
}

.ty-icon.ty-icon-search:before {
    content: "\e024"
}

.ty-icon.ty-icon-grid:before {
    content: "\e025"
}

.ty-icon.ty-icon-list:before {
    content: "\e026"
}

.ty-icon.ty-icon-menu:before {
    content: "\e027"
}

.ty-icon.ty-icon-more:before {
    content: "\e028"
}

.ty-icon.ty-icon-more-alt:before {
    content: "\e029"
}

.ty-icon.ty-icon-grab:before {
    content: "\e02a"
}

.ty-icon.ty-icon-grab-alt:before {
    content: "\e02b"
}

.ty-icon.ty-icon-check:before {
    content: "\e02c"
}

.ty-icon.ty-icon-check-o:before {
    content: "\e02d"
}

.ty-icon.ty-icon-denied:before {
    content: "\e02e"
}

.ty-icon.ty-icon-remove:before {
    content: "\e02f"
}

.ty-icon.ty-icon-remove-o:before {
    content: "\e030"
}

.ty-icon.ty-icon-plus:before {
    content: "\e031"
}

.ty-icon.ty-icon-minus:before {
    content: "\e032"
}

.ty-icon.ty-icon-chevron-down:before {
    content: "\e033"
}

.ty-icon.ty-icon-chevron-up:before {
    content: "\e034"
}

.ty-icon.ty-icon-chevron-left:before {
    content: "\e035"
}

.ty-icon.ty-icon-arrow-up:before {
    content: "\e038"
}

.ty-icon.ty-icon-arrow-left:before {
    content: "\e039"
}

.ty-icon.ty-icon-arrow-right:before {
    content: "\e03a"
}

.ty-icon.ty-icon-caret-down:before {
    content: "\e03b"
}

.ty-icon.ty-icon-caret-up:before {
    content: "\e03c"
}

.ty-icon.ty-icon-caret-left:before {
    content: "\e03d"
}

.ty-icon.ty-icon-caret-right:before {
    content: "\e03e"
}

.ty-icon.ty-icon-preview:before {
    content: "\e03f"
}

.ty-icon.ty-icon-preview-off:before {
    content: "\e040"
}

.ty-icon.ty-icon-female:before {
    content: "\e041"
}

.ty-icon.ty-icon-male:before {
    content: "\e042"
}

.ty-icon.ty-icon-gender:before {
    content: "\e043"
}

.ty-icon.ty-icon-checkbox:before {
    content: "\e044"
}

.ty-icon.ty-icon-checkbox-on:before {
    content: "\e045"
}

.ty-icon.ty-icon-checkbox-intermediate:before {
    content: "\e046"
}

.ty-icon.ty-icon-radio:before {
    content: "\e047"
}

.ty-icon.ty-icon-radio-on:before {
    content: "\e048"
}

.ty-icon.ty-icon-excel:before {
    content: "\e049"
}

.ty-icon.ty-icon-word:before {
    content: "\e04a"
}

.ty-icon.ty-icon-pdf:before {
    content: "\e04b"
}

.ty-icon.ty-icon-trustyou:before {
    content: "\e04c"
}

.ty-icon.ty-icon-facebook:before {
    content: "\e04d"
}

.ty-icon.ty-icon-facebook-alt:before {
    content: "\e04e"
}

.ty-icon.ty-icon-twitter:before {
    content: "\e04f"
}

.ty-icon.ty-icon-google-adwords:before {
    content: "\e051"
}

.ty-icon.ty-icon-instagram:before {
    content: "\e053"
}

.ty-icon.ty-icon-foursquare:before {
    content: "\e054"
}

.ty-icon.ty-icon-pinterest:before {
    content: "\e055"
}

.ty-icon.ty-icon-github:before {
    content: "\e056"
}

.ty-icon.ty-icon-google:before {
    content: "\e052"
}

.ty-icon.ty-icon-google-plus:before {
    content: "\e050"
}

.ty-icon.ty-icon-couple:before {
    content: "\44"
}

.ty-icon.ty-icon-survey:before {
    content: "\3f"
}

.ty-icon.ty-icon-meta-review:before {
    content: "\32"
}

.ty-icon.ty-icon-unlock:before {
    content: "\5e"
}

.ty-icon.ty-icon-lock:before {
    content: "\e058"
}

.ty-icon.ty-icon-child:before {
    content: "\e059"
}

.ty-icon.ty-icon-gym:before {
    content: "\e05a"
}

.ty-icon.ty-icon-window:before {
    content: "\e05b"
}

.ty-icon.ty-icon-terrace:before {
    content: "\e05c"
}

.ty-icon.ty-icon-microphone:before {
    content: "\e05d"
}

.ty-icon.ty-icon-handshake:before {
    content: "\e05e"
}

.ty-icon.ty-icon-coffee:before {
    content: "\e05f"
}

.ty-icon.ty-icon-housekeeping:before {
    content: "\e060"
}

.ty-icon.ty-icon-room-service:before {
    content: "\e061"
}

.ty-icon.ty-icon-hiking:before {
    content: "\e062"
}

.ty-icon.ty-icon-road:before {
    content: "\e063"
}

.ty-icon.ty-icon-box:before {
    content: "\31"
}

.ty-icon.ty-icon-graduation-cap:before {
    content: "\e064"
}

.ty-icon.ty-icon-headset:before {
    content: "\e065"
}

.ty-icon.ty-icon-smartphone:before {
    content: "\e066"
}

.ty-icon.ty-icon-branch:before {
    content: "\e067"
}

.ty-icon.ty-icon-shuffle:before {
    content: "\e068"
}

.ty-icon.ty-icon-ribbon:before {
    content: "\e069"
}

.ty-icon.ty-icon-email:before {
    content: "\e00c"
}

.ty-icon.ty-icon-desktop:before {
    content: "\e06a"
}

.ty-icon.ty-icon-reply-pending:before {
    content: "\e06b"
}

.ty-icon.ty-icon-comment-broken:before {
    content: "\e06c"
}

.ty-icon.ty-icon-food-drink:before {
    content: "\e06e"
}

.ty-icon.ty-icon-calendar-clock:before {
    content: "\e06f"
}

.ty-icon.ty-icon-task:before {
    content: "\e070"
}

.ty-icon.ty-icon-file-csv:before {
    content: "\e005"
}

.ty-icon.ty-icon-file-doc:before {
    content: "\e006"
}

.ty-icon.ty-icon-file-pdf:before {
    content: "\e007"
}

.ty-icon.ty-icon-file-xls:before {
    content: "\e06d"
}

.ty-icon.ty-icon-piggy-bank:before {
    content: "\e071"
}

.ty-icon.ty-icon-running:before {
    content: "\e072"
}

.ty-icon.ty-icon-fruit:before {
    content: "\e073"
}

.ty-icon.ty-icon-compass:before {
    content: "\e074"
}

.ty-icon.ty-icon-profile:before {
    content: "\e076"
}

.ty-icon.ty-icon-history:before {
    content: "\e077"
}

.ty-icon.ty-icon-review:before {
    content: "\e078"
}

.ty-icon.ty-icon-review-edit:before {
    content: "\e079"
}

.ty-icon.ty-icon-reviews:before {
    content: "\e07a"
}

.ty-icon.ty-icon-review-denied:before {
    content: "\e07b"
}

.ty-icon.ty-icon-review-clock:before {
    content: "\e07c"
}

.ty-icon.ty-icon-review-reply:before {
    content: "\e07d"
}

.ty-icon.ty-icon-signal:before {
    content: "\e07e"
}

.ty-icon.ty-icon-emoji-negative:before {
    content: "\e075"
}

.ty-icon.ty-icon-emoji-neutral:before {
    content: "\e07f"
}

.ty-icon.ty-icon-emoji-positive:before {
    content: "\e080"
}

.ty-icon.ty-icon-arrow-down:before {
    content: "\e037"
}

.ty-icon.ty-icon-chevron-right:before {
    content: "\e036"
}

.ty-icon.ty-icon-survey-alt:before {
    content: "\e057"
}

.ty-icon.ty-icon-database-search:before {
    content: "\e082"
}

.ty-icon.ty-icon-circle:before {
    content: "\e083"
}

.ty-icon.ty-icon-bell-check:before {
    content: "\e087"
}

.ty-icon.ty-icon-font-search:before {
    content: "\e088"
}

.ty-icon.ty-icon-user-search:before {
    content: "\e089"
}

.ty-icon.ty-icon-user-search-none:before {
    content: "\e08a"
}

.ty-icon.ty-icon-comment-click:before {
    content: "\e08b"
}

.ty-icon.ty-icon-comment-search-none:before {
    content: "\e08c"
}

.ty-icon.ty-icon-calendar-search-none:before {
    content: "\e081"
}

.ty-icon.ty-icon-database:before {
    content: "\e084"
}

.ty-icon.ty-icon-comment-check:before {
    content: "\e08d"
}

.ty-icon.ty-icon-export:before {
    content: "\e00b"
}

.ty-icon.ty-icon-file-add:before {
    content: "\e003"
}

.ty-icon.ty-icon-report:before {
    content: "\e08e"
}

.ty-icon.ty-icon-review-search-none:before {
    content: "\e08f"
}

.ty-icon.ty-icon-review-click:before {
    content: "\e090"
}

.ty-icon.ty-icon-suitcase:before {
    content: "\41"
}

.ty-icon.ty-icon-unlink:before {
    content: "\e01e"
}

.ty-icon.ty-icon-lotus:before {
    content: "\78"
}

.ty-icon.ty-icon-book:before {
    content: "\e091"
}

.ty-icon.ty-icon-play:before {
    content: "\e085"
}

.ty-icon.ty-icon-pause:before {
    content: "\e086"
}

.ty-icon.ty-icon-play-o:before {
    content: "\e092"
}

.ty-icon.ty-icon-pause-o:before {
    content: "\e093"
}

.ty-icon.ty-icon-gift:before {
    content: "\e094"
}

.ty-icon.ty-icon-traveler:before {
    content: "\e095"
}

.ty-icon.ty-icon-bullhorn:before {
    content: "\e096"
}

.ty-icon.ty-icon-filter:before {
    content: "\37"
}

.ty-icon.ty-icon-download:before {
    content: "\e00d"
}

.ty-icon.ty-icon-upload:before {
    content: "\e00e"
}

.ty-icon.ty-icon-cursor-click:before {
    content: "\e097"
}

.ty-icon.ty-icon-keyboard:before {
    content: "\e098"
}

.ty-icon.ty-icon-funnel:before {
    content: "\e099"
}

.ty-icon.ty-icon-satisfaction:before {
    content: "\e09a"
}

.ty-icon.ty-icon-revenue:before {
    content: "\e09b"
}

.ty-icon.ty-icon-review-distribution:before {
    content: "\e09c"
}

.ty-icon.ty-icon-distribution:before {
    content: "\e09d"
}

.ty-icon.ty-icon-puzzle:before {
    content: "\e09e"
}

.ty-icon.ty-icon-template:before {
    content: "\e09f"
}

.ty-icon.ty-icon-paper-plane:before {
    content: "\e0a0"
}

.ty-icon.ty-icon-spinner:before {
    content: "\e0a1"
}

.ty-icon.ty-icon-shield:before {
    content: "\e0a2"
}

.ty-icon.ty-icon-target:before {
    content: "\e0a3"
}

.ty-icon.ty-icon-toolbox:before {
    content: "\e0a4"
}

.ty-icon.ty-icon-whatsapp:before {
    content: "\e0a5"
}

.is-exported .ty-icon {
    font-family: Arial,Helvetica,sans-serif
}

.is-exported .ty-icon.ty-icon-caret-down:before {
    content: '\25BE'
}

.is-exported .ty-icon.ty-icon-caret-up:before {
    content: '\25B4'
}

.is-exported .ty-icon.ty-icon-caret-right:before {
    content: '\25B8'
}

.is-exported .ty-icon.ty-icon-caret-left:before {
    content: '\25C2'
}

.is-exported .ty-icon.ty-icon-arrow-down:before {
    content: '\2193'
}

.is-exported .ty-icon.ty-icon-arrow-up:before {
    content: '\2191'
}

.is-exported .ty-icon.ty-icon-arrow-right:before {
    content: '\2192'
}

.is-exported .ty-icon.ty-icon-arrow-left:before {
    content: '\21'
}

.is-exported .ty-icon.ty-icon-minus:before {
    content: '-'
}

/*# sourceMappingURL=trustyou-iconic.min.css.map */
/*
     FILE ARCHIVED ON 17:03:26 Nov 12, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:57 Jul 27, 2022.
     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: 192.435
  exclusion.robots: 0.101
  exclusion.robots.policy: 0.094
  cdx.remote: 0.073
  esindex: 0.01
  LoadShardBlock: 125.206 (3)
  PetaboxLoader3.datanode: 133.163 (4)
  CDXLines.iter: 18.501 (3)
  PetaboxLoader3.resolve: 75.572 (2)
  load_resource: 88.772
*/
body.trustscore-container { margin: 0 !important; padding: 0 !important; }
.trustscore { position: relative !important; font-size: 14px !important; font-family: Roboto,Arial,Helvetica sans-serif !important; }
.trustscore h1,.trustscore h2,.trustscore h3,.trustscore h4,.trustscore h5,.trustscore h6 { margin: 0 !important; font-size: 1.4em !important; color: #333 !important; font-weight: 300 !important; }
.trustscore p { font-weight: 400 !important; color: #333 !important; margin: 0 !important; }
.trustscore strong { font-weight: 500 !important; }
.trustscore:after,.trustscore:before { display: table !important; clear: both !important; content: '' !important; }
.trustscore * { line-height: 1em !important; }
.trustscore .score,.trustscore.size-s .badges .ty-icon { color: #505050 !important; }
.trustscore .value { position: relative !important; float: left !important; background: #7cb342 !important; color: #fff !important; }
.trustscore .value:after { position: absolute !important; top: 100% !important; left: 0 !important; border-style: solid !important; border-color: #7cb342 transparent transparent #7cb342 !important; content: '' !important; }
.trustscore i.ty-icon { -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale !important; font-family: "TrustYou Iconic" !important; font-style: normal !important; font-weight: 400 !important; font-variant: normal !important; text-transform: none !important; speak: none !important; line-height: 1 !important; }
.trustscore .badges .ty-icon.neg,.trustscore.neg .score { color: #f06748 !important; }
.trustscore.neg .value { background: #f06748 !important; }
.trustscore.neg .value:after { border-color: #f06748 transparent transparent #f06748 !important; }
.trustscore .badges .ty-icon.neu,.trustscore.neu .score { color: #ffa726 !important; }
.trustscore.neu .value { background: #ffa726 !important; }
.trustscore.neu .value:after { border-color: #ffa726 transparent transparent #ffa726 !important; }
.trustscore .badges .ty-icon.pos,.trustscore.pos .score { color: #7cb342 !important; }
.trustscore.pos .value { background: #7cb342 !important; }
.trustscore.pos .value:after { border-color: #7cb342 transparent transparent #7cb342 !important; }
.trustscore.size-l,.trustscore.size-xl { border: 1px solid #ddd !important; background: #fff !important; display: inline-block !important; }
.trustscore.size-l:before,.trustscore.size-xl:before { border-style: solid !important; border-width: 11px !important; border-color: #ddd transparent transparent #ddd !important; position: absolute !important; bottom: -22px !important; left: -1px !important; content: '' !important; }
.trustscore.size-l:after,.trustscore.size-xl:after { border-style: solid !important; border-width: 10px !important; border-color: #fff transparent transparent #fff !important; position: absolute !important; bottom: -20px !important; left: 0 !important; content: '' !important; }
.trustscore.size-l .title,.trustscore.size-xl .title { background: #3498db !important; color: #cce5f6 !important; text-align: center !important; text-transform: uppercase !important; position: absolute !important; left: -1px !important; top: -1px !important; right: -1px !important; }
.trustscore.size-l .title span,.trustscore.size-xl .title span { text-transform: uppercase !important; }
.trustscore.size-l .title span:first-child,.trustscore.size-xl .title span:first-child { color: #fff !important; }
.trustscore.size-l .rating,.trustscore.size-xl .rating { display: inline-block !important; width: 100% !important; text-align: center !important; }
.trustscore.size-l .rating .rating-units,.trustscore.size-xl .rating .rating-units { display: inline-block !important; width: 75px !important; }
.trustscore.size-l .rating .rating-unit,.trustscore.size-xl .rating .rating-unit { float: left !important; width: 13px !important; height: 14px !important; background: url(https://cdn.trustyou.com/apps/widgets/public/v6.2.3-5-gbc17293/img/sprite-rating-green.png) -28px 0 no-repeat !important; background-size: 41px !important; margin: 0 1px 5px !important; }
.trustscore.size-l .rating .rating-unit.is-full,.trustscore.size-xl .rating .rating-unit.is-full { background-position: 0 0 !important; }
.trustscore.size-l .rating .rating-unit.is-half,.trustscore.size-xl .rating .rating-unit.is-half { background-position: -14px 0 !important; }
.trustscore.size-l .rating .rating-score,.trustscore.size-xl .rating .rating-score { display: block !important; line-height: normal !important; font-weight: 500 !important; color: #7cb342 !important; }
.trustscore.size-l .rating .rating-score div,.trustscore.size-l .rating .rating-score span,.trustscore.size-xl .rating .rating-score div,.trustscore.size-xl .rating .rating-score span { margin-right: 2px !important; display: inline-block !important; font-weight: 500 !important; }
.trustscore.size-l .branding,.trustscore.size-xl .branding { text-align: center !important; margin: 6px !important; }
.trustscore.size-l .counter,.trustscore.size-xl .counter { color: #999 !important; text-align: center !important; }
.trustscore.size-l .signature,.trustscore.size-xl .signature { text-align: right !important; font-style: italic !important; }
.trustscore.size-xl { width: 144px !important; height: 95px !important; padding-top: 25px !important; margin-bottom: 20px !important; -moz-border-radius: 4px 4px 4px 0 !important; -webkit-border-radius: 4px !important; border-radius: 4px 4px 4px 0 !important; }
.trustscore.size-xl .title { padding: 6px 0 4px !important; -moz-border-radius: 4px 4px 0 0 !important; -webkit-border-radius: 4px !important; border-radius: 4px 4px 0 0 !important; font-weight: 700 !important; font-size: 15px !important; }
.trustscore.size-xl .rating-score { font-size: 32px !important; }
.trustscore.size-xl .counter { font-size: 10px !important; }
.trustscore.size-xl .badges { margin: 24px 10px 2px 75px !important; text-align: right !important; font-size: .8em !important; }
.trustscore.size-xl .badges .ty-icon { margin-right: -3px !important; }
.trustscore.size-xl .signature { margin: 0 10px 0 75px !important; font-weight: 500 !important; font-size: .65em !important; }
.trustscore.size-xl .trustscore-info-panel { right: -25px !important; bottom: -23px !important; font-size: 11px !important; }
.trustscore.size-xl .trustscore-info-panel p.info-title { margin-right: 10px !important; }
.trustscore.size-l { width: 104px !important; height: 68px !important; margin-bottom: 14px !important; padding-top: 15px !important; -moz-border-radius: 4px 4px 4px 0 !important; -webkit-border-radius: 4px !important; border-radius: 4px 4px 4px 0 !important; }
.trustscore.size-l:before { border-width: 8px !important; bottom: -16px !important; }
.trustscore.size-l:after { border-width: 8px !important; bottom: -14px !important; }
.trustscore.size-l .title { padding: 4px 0 !important; -moz-border-radius: 4px 4px 0 0 !important; -webkit-border-radius: 4px !important; border-radius: 4px 4px 0 0 !important; font-weight: 700 !important; font-size: .9em !important; }
.trustscore.size-l .rating .rating-score { font-size: 20px !important; margin-top: 8px !important; line-height: 20px !important; }
.trustscore.size-l .rating .rating-units { width: 60px !important; }
.trustscore.size-l .rating .rating-units .rating-unit { width: 10px !important; height: 10px !important; background-size: 32px !important; background-position: -21px 0 !important; margin-bottom: 0 !important; }
.trustscore.size-l .rating .rating-units .rating-unit.is-full { background-position: 0 0 !important; }
.trustscore.size-l .rating .rating-units .rating-unit.is-half { background-position: -11px 0 !important; }
.trustscore.size-l .branding { margin: 0 0 2px !important; }
.trustscore.size-l .branding img { height: 7px !important; }
.trustscore.size-l .counter { margin-top: 0 !important; font-size: 8px !important; }
.trustscore.size-l .badges { margin: 14px 7px 1px 47px !important; text-align: right !important; font-size: .65em !important; }
.trustscore.size-l .badges .ty-icon { margin-right: -2px !important; }
.trustscore.size-l .signature { margin: 0 7px 0 47px !important; font-weight: 500 !important; font-size: .5em !important; }
.trustscore.size-l .trustscore-info-trigger { top: 3px !important; right: -17px !important; }
.trustscore.size-l .trustscore-info-panel { right: -20px !important; bottom: -17px !important; font-size: 10px !important; }
.trustscore.size-l .trustscore-info-panel p { margin-bottom: 3px !important; }
.trustscore.size-l .trustscore-info-panel p.info-title { margin-right: 10px !important; margin-bottom: 7px !important; }
.trustscore.size-m *,.trustscore.size-s *,.trustscore.size-xs * { -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important; }
.trustscore.size-m .value,.trustscore.size-s .value,.trustscore.size-xs .value { margin: 0 5px 0 0 !important; padding: 11px 5px 0 !important; font-weight: 500 !important; font-size: 22px !important; width: 45px !important; height: 44px !important; text-align: center !important; float: none !important; display: inline-block !important; vertical-align: top !important; }
.trustscore.size-m .value:after,.trustscore.size-s .value:after,.trustscore.size-xs .value:after { border-width: 6px !important; }
.trustscore.size-m .score-rating-container,.trustscore.size-s .score-rating-container,.trustscore.size-xs .score-rating-container { display: inline-block !important; vertical-align: top !important; }
.trustscore.size-m .score-wrapper,.trustscore.size-s .score-wrapper,.trustscore.size-xs .score-wrapper { display: inline-block !important; margin-top: 2px !important; }
.trustscore.size-m .score,.trustscore.size-s .score,.trustscore.size-xs .score { margin: 0 2px 0 0 !important; font-weight: 500 !important; font-size: 19px !important; line-height: 14px !important; float: left !important; }
.trustscore.size-m .badges,.trustscore.size-s .badges,.trustscore.size-xs .badges { font-size: .56em !important; float: left !important; min-width: 25px !important; }
.trustscore.size-m .badges .ty-icon,.trustscore.size-s .badges .ty-icon,.trustscore.size-xs .badges .ty-icon { margin-right: -2px !important; }
.trustscore.size-m .rating-wrapper,.trustscore.size-s .rating-wrapper,.trustscore.size-xs .rating-wrapper { margin-top: 2px !important; }
.trustscore.size-m .rating .rating-units,.trustscore.size-s .rating .rating-units,.trustscore.size-xs .rating .rating-units { display: inline-block !important; width: 75px !important; }
.trustscore.size-m .rating .rating-unit,.trustscore.size-s .rating .rating-unit,.trustscore.size-xs .rating .rating-unit { float: left !important; width: 12px !important; height: 13px !important; background: url(https://cdn.trustyou.com/apps/widgets/public/v6.2.3-5-gbc17293/img/sprite-rating-green.png) -24px 0 no-repeat !important; background-size: 36px !important; margin: 0 1px !important; }
.trustscore.size-m .rating .rating-unit.is-full,.trustscore.size-s .rating .rating-unit.is-full,.trustscore.size-xs .rating .rating-unit.is-full { background-position: 0 0 !important; }
.trustscore.size-m .rating .rating-unit.is-half,.trustscore.size-s .rating .rating-unit.is-half,.trustscore.size-xs .rating .rating-unit.is-half { background-position: -12px 0 !important; }
.trustscore.size-m .rating .rating-score,.trustscore.size-s .rating .rating-score,.trustscore.size-xs .rating .rating-score { display: block !important; line-height: normal !important; font-weight: 500 !important; color: #7cb342 !important; }
.trustscore.size-m .rating .rating-score div,.trustscore.size-m .rating .rating-score span,.trustscore.size-s .rating .rating-score div,.trustscore.size-s .rating .rating-score span,.trustscore.size-xs .rating .rating-score div,.trustscore.size-xs .rating .rating-score span { margin-right: 2px !important; display: inline-block !important; font-weight: 500 !important; }
.trustscore.size-m .counter,.trustscore.size-s .counter,.trustscore.size-xs .counter { color: #999 !important; font-weight: 500 !important; font-size: 11px !important; }
.trustscore.size-s .value { width: 33px !important; height: 32px !important; padding: 7px 2px 0 !important; font-size: 19px !important; }
.trustscore.size-s .value:after { border-width: 4px !important; }
.trustscore.size-s .score-wrapper { margin-top: 0 !important; }
.trustscore.size-s .score { font-size: 19px !important; line-height: 15px !important; }
.trustscore.size-s .rating-wrapper { display: block !important; margin-top: 4px !important; }
.trustscore.size-s .counter,.trustscore.size-s .rating-wrapper .rating { float: left !important; }
.trustscore.size-xs .value { margin: 0 3px 0 0 !important; padding: 5px 0 0 !important; font-weight: 500 !important; font-size: 10px !important; width: 19px !important; height: 19px !important; }
.trustscore.size-xs .value:after { border-width: 2px !important; }
.trustscore.size-xs .score-wrapper { margin-top: 0 !important; }
.trustscore.size-xs .score { font-size: 12px !important; margin: 0 3px 0 0 !important; }
.trustscore.size-xs .badges { font-size: .3em !important; }
.trustscore.size-xs .badges .ty-icon { margin-right: -1px !important; }
.trustscore.size-xs.rating-neg .badges { font-size: .56em !important; line-height: 12px !important; }
.trustscore.size-xs .rating-wrapper { display: block !important; }
.trustscore.size-xs .rating-wrapper .rating { margin-top: -5px !important; float: left !important; }
.trustscore.size-xs .rating-wrapper .rating .rating-units { width: 63px !important; }
.trustscore.size-xs .rating-wrapper .rating .rating-units .rating-unit { width: 10px !important; height: 11px !important; background-position: -22px 0 !important; background-size: 32px !important; }
.trustscore.size-xs .rating-wrapper .rating .rating-units .rating-unit.is-full { background-position: 0 0 !important; }
.trustscore.size-xs .rating-wrapper .rating .rating-units .rating-unit.is-half { background-position: -11px 0 !important; }
.trustscore.size-xs .counter { margin-top: -3px !important; font-size: 9px !important; line-height: 10px !important; float: left !important; }
.trustscore-info-trigger { position: absolute !important; top: 5px !important; right: -20px !important; z-index: 100 !important; color: #bbb !important; cursor: pointer !important; }
.trustscore-info-trigger:hover { color: #999 !important; }
.trustscore-info-panel { position: absolute !important; top: -1px !important; left: -1px !important; z-index: 99 !important; overflow: hidden !important; padding: 7px !important; border: 1px solid #ddd !important; -moz-border-radius: 3px !important; -webkit-border-radius: 3px !important; border-radius: 3px !important; background: #fff !important; color: #888 !important; font-weight: 400 !important; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif !important; opacity: 0 !important; visibility: hidden !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)" !important; -webkit-transition: opacity .2s ease-in !important; -moz-transition: opacity .2s ease-in !important; -o-transition: opacity .2s ease-in !important; transition: opacity .2s ease-in !important; }
.trustscore-info-panel.active { opacity: 1 !important; visibility: visible !important; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)" !important; }
.trustscore-info-panel p { margin: 0 0 5px !important; }
.trustscore-info-panel p.info-title { color: #333 !important; font-weight: 700 !important; }
.trustscore-info-panel a,.trustscore-info-panel a:link,.trustscore-info-panel a:visited { display: block !important; margin-top: 5px !important; color: #333 !important; text-align: right !important; text-decoration: none !important; }
.trustscore-info-panel a:hover { text-decoration: underline !important; }

/*
     FILE ARCHIVED ON 06:42:04 Oct 30, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 05:52:57 Jul 27, 2022.
     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: 90.498
  exclusion.robots: 0.171
  exclusion.robots.policy: 0.159
  cdx.remote: 0.125
  esindex: 0.014
  LoadShardBlock: 49.726 (3)
  PetaboxLoader3.datanode: 60.273 (4)
  CDXLines.iter: 22.956 (3)
  load_resource: 72.505
  PetaboxLoader3.resolve: 25.892
*//*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup>.ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup>.ui-controlgroup-item:focus,.ui-controlgroup>.ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical>.ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label+.ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label+.ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto
}

.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer
}

.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0
}

.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0
}

.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0
}

.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0
}

.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px
}

.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0
}

.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0
}

.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable {
    position: relative
}

.ui-resizable-handle {
    position: absolute;
    font-size: .1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none
}

.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle {
    display: none
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: .25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectable {
    -ms-touch-action: none;
    touch-action: none
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px .4em;
    margin: .5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1.1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button {
    font-family: Verdana,Arial,sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222
}

.ui-widget-content a {
    color: #222222
}

.ui-widget-header {
    border: 1px solid #aaaaaa;
    background: #cccccc url("/includes/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
    color: #222222;
    font-weight: bold
}

.ui-widget-header a {
    color: #222222
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
    border: 1px solid #d3d3d3;
    background: #e6e6e6 url("/includes/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #555555
}

.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button {
    color: #555555;
    text-decoration: none
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
    border: 1px solid #999999;
    background: #dadada url("/includes/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus {
    color: #212121;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover {
    border: 1px solid #aaaaaa;
    background: #ffffff url("/includes/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
    font-weight: normal;
    color: #212121
}

.ui-icon-background,.ui-state-active .ui-icon-background {
    border: #aaaaaa;
    background-color: #212121
}

.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited {
    color: #212121;
    text-decoration: none
}

.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight {
    border: 1px solid #fcefa1;
    background: #fbf9ee url("/includes/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
    color: #363636
}

.ui-state-checked {
    border: 1px solid #fcefa1;
    background: #fbf9ee
}

.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a {
    color: #363636
}

.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error {
    border: 1px solid #cd0a0a;
    background: #fef1ec url("/includes/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
    color: #cd0a0a
}

.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a {
    color: #cd0a0a
}

.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text {
    color: #cd0a0a
}

.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: alpha(opacity=70);
    font-weight: normal
}

.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: alpha(opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: alpha(opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,.ui-widget-content .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_222222_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_222222_256x240.png")
}

.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_454545_256x240.png")
}

.ui-state-active .ui-icon,.ui-button:active .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_454545_256x240.png")
}

.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_2e83ff_256x240.png")
}

.ui-state-error .ui-icon,.ui-state-error-text .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_cd0a0a_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("/includes/jquery-ui/images/ui-icons_888888_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl {
    border-top-left-radius: 4px
}

.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr {
    border-top-right-radius: 4px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl {
    border-bottom-left-radius: 4px
}

.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br {
    border-bottom-right-radius: 4px
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: alpha(opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: -8px -8px 8px #aaaaaa;
    box-shadow: -8px -8px 8px #aaaaaa
}

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block
}

audio,canvas,video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden] {
    display: none
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0
}

a:focus {
    outline: thin dotted
}

a:active,a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,input {
    line-height: normal
}

button,select {
    text-transform: none
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],html input[disabled] {
    cursor: default
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after {
        content: ""
    }

    pre,blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: 2cm .5cm
    }

    p,h2,h3 {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .table td,.table th {
        background-color: #fff !important
    }

    .btn>.caret,.dropup>.btn>.caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table-bordered th,.table-bordered td {
        border: 1px solid #ddd !important
    }
}

*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,input,select[multiple],textarea {
    background-image: none
}

a {
    color: #4b64ff;
    text-decoration: none
}

a:hover,a:focus {
    color: #0023fe;
    text-decoration: underline
}

a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    border: 0
}

p {
    margin: 0 0 10px
}

.lead {
    margin-bottom: 20px;
    font-size: 16.1px;
    font-weight: 200;
    line-height: 1.4
}

@media (min-width: 768px) {
    .lead {
        font-size:21px
    }
}

small {
    font-size: 85%
}

cite {
    font-style: normal
}

.text-muted {
    color: #999
}

.text-primary {
    color: #428bca
}

.text-warning {
    color: #c09853
}

.text-danger {
    color: #b94a48
}

.text-success {
    color: #468847
}

.text-info {
    color: #3a87ad
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 500;
    line-height: 1.1
}

h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small {
    font-weight: normal;
    line-height: 1;
    color: #999
}

h1,h2,h3 {
    margin-top: 20px;
    margin-bottom: 10px
}

h4,h5,h6 {
    margin-top: 10px;
    margin-bottom: 10px
}

h1,.h1 {
    font-size: 36px
}

h2,.h2 {
    font-size: 30px
}

h3,.h3 {
    font-size: 24px
}

h4,.h4 {
    font-size: 18px
}

h5,.h5 {
    font-size: 14px
}

h6,.h6 {
    font-size: 12px
}

h1 small,.h1 small {
    font-size: 24px
}

h2 small,.h2 small {
    font-size: 18px
}

h3 small,.h3 small,h4 small,.h4 small {
    font-size: 14px
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}

ul,ol {
    margin-top: 0;
    margin-bottom: 10px
}

ul ul,ol ul,ul ol,ol ol {
    margin-bottom: 0
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

.list-inline {
    padding-left: 0;
    list-style: none
}

.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}

dl {
    margin-bottom: 20px
}

dt,dd {
    line-height: 1.42857143
}

dt {
    font-weight: bold
}

dd {
    margin-left: 0
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float:left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-left: 180px
    }

    .dl-horizontal dd:before,.dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }

    .dl-horizontal dd:before,.dl-horizontal dd:after {
        content: " ";
        display: table
    }

    .dl-horizontal dd:after {
        clear: both
    }
}

abbr[title],abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #999
}

abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}

blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}

blockquote p:last-child {
    margin-bottom: 0
}

blockquote small {
    display: block;
    line-height: 1.42857143;
    color: #999
}

blockquote small:before {
    content: '\2014 \00A0'
}

blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}

blockquote.pull-right p,blockquote.pull-right small {
    text-align: right
}

blockquote.pull-right small:before {
    content: ''
}

blockquote.pull-right small:after {
    content: '\00A0 \2014'
}

q:before,q:after,blockquote:before,blockquote:after {
    content: ""
}

address {
    display: block;
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}

code,pre {
    font-family: Monaco,Menlo,Consolas,"Courier New",monospace
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    word-break: break-all;
    word-wrap: break-word;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}

pre.prettyprint {
    margin-bottom: 20px
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.container:before,.container:after {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.row {
    margin-left: -15px;
    margin-right: -15px
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.row:before,.row:after {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11 {
    float: left
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-3 {
    width: 25%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-6 {
    width: 50%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-9 {
    width: 75%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-12 {
    width: 100%
}

@media (min-width: 768px) {
    .container {
        max-width:750px
    }

    .col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11 {
        float: left
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 992px) {
    .container {
        max-width:970px
    }

    .col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11 {
        float: left
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width: 1200px) {
    .container {
        max-width:1170px
    }

    .col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11 {
        float: left
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
}

table {
    max-width: 100%;
    background-color: transparent
}

th {
    text-align: left
}

.table {
    width: 100%;
    margin-bottom: 20px
}

.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td {
    border-top: 0
}

.table tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f9f9f9
}

.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    float: none;
    display: table-column
}

table td[class*="col-"],table th[class*="col-"] {
    float: none;
    display: table-cell
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td {
    background-color: #d0e9c6;
    border-color: #c9e2b3
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede;
    border-color: #eed3d7
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td {
    background-color: #ebcccc;
    border-color: #e6c1c7
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td {
    background-color: #faf2cc;
    border-color: #f8e5be
}

@media (max-width: 768px) {
    .table-responsive {
        width:100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        overflow-x: scroll;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0;
        background-color: #fff
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}

label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: bold
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input[type="radio"],input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal
}

input[type="file"] {
    display: block
}

select[multiple],select[size] {
    height: auto
}

select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}

input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button {
    height: auto
}

.form-control:-moz-placeholder {
    color: #999
}

.form-control::-moz-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eee
}

textarea.form-control {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.radio,.checkbox {
    display: block;
    min-height: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
    vertical-align: middle
}

.radio label,.checkbox label {
    display: inline;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer
}

.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px
}

.radio+.radio,.checkbox+.checkbox {
    margin-top: -5px
}

.radio-inline,.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer
}

.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline {
    margin-top: 0;
    margin-left: 10px
}

input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline {
    cursor: not-allowed
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-sm {
    height: 30px;
    line-height: 30px
}

textarea.input-sm {
    height: auto
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-lg {
    height: 45px;
    line-height: 45px
}

textarea.input-lg {
    height: auto
}

.has-warning .help-block,.has-warning .control-label {
    color: #c09853
}

.has-warning .form-control {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-warning .form-control:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    border-color: #c09853;
    background-color: #fcf8e3
}

.has-error .help-block,.has-error .control-label {
    color: #b94a48
}

.has-error .form-control {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-error .form-control:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    border-color: #b94a48;
    background-color: #f2dede
}

.has-success .help-block,.has-success .control-label {
    color: #468847
}

.has-success .form-control {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075)
}

.has-success .form-control:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    border-color: #468847;
    background-color: #dff0d8
}

.form-control-static {
    margin-bottom: 0;
    padding-top: 7px
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .form-inline .form-control {
        display: inline-block
    }

    .form-inline .radio,.form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

.form-horizontal .form-group:before,.form-horizontal .form-group:after {
    content: " ";
    display: table
}

.form-horizontal .form-group:after {
    clear: both
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align:right
    }
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn:hover,.btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active,.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}

.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default {
    background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc
}

.btn-primary {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd
}

.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3276b1;
    border-color: #285e8e
}

.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary {
    background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active {
    background-color: #428bca;
    border-color: #357ebd
}

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning {
    background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236
}

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger {
    background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}

.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success {
    background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info {
    background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

.btn-link {
    color: #4b64ff;
    font-weight: normal;
    cursor: pointer;
    border-radius: 0
}

.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
    border-color: transparent
}

.btn-link:hover,.btn-link:focus {
    color: #0023fe;
    text-decoration: underline;
    background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus {
    color: #999;
    text-decoration: none
}

.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-sm,.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-xs {
    padding: 1px 5px
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}

.btn-block+.btn-block {
    margin-top: 5px
}

input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/includes/build/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.eot');
    src: url('/includes/build/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('/includes/build/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.woff') format('woff'),url('/includes/build/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('/includes/build/npm/bootstrap/dist/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased
}

.glyphicon-asterisk:before {
    content: "\2a"
}

.glyphicon-plus:before {
    content: "\2b"
}

.glyphicon-euro:before {
    content: "\20ac"
}

.glyphicon-minus:before {
    content: "\2212"
}

.glyphicon-cloud:before {
    content: "\2601"
}

.glyphicon-envelope:before {
    content: "\2709"
}

.glyphicon-pencil:before {
    content: "\270f"
}

.glyphicon-glass:before {
    content: "\e001"
}

.glyphicon-music:before {
    content: "\e002"
}

.glyphicon-search:before {
    content: "\e003"
}

.glyphicon-heart:before {
    content: "\e005"
}

.glyphicon-star:before {
    content: "\e006"
}

.glyphicon-star-empty:before {
    content: "\e007"
}

.glyphicon-user:before {
    content: "\e008"
}

.glyphicon-film:before {
    content: "\e009"
}

.glyphicon-th-large:before {
    content: "\e010"
}

.glyphicon-th:before {
    content: "\e011"
}

.glyphicon-th-list:before {
    content: "\e012"
}

.glyphicon-ok:before {
    content: "\e013"
}

.glyphicon-remove:before {
    content: "\e014"
}

.glyphicon-zoom-in:before {
    content: "\e015"
}

.glyphicon-zoom-out:before {
    content: "\e016"
}

.glyphicon-off:before {
    content: "\e017"
}

.glyphicon-signal:before {
    content: "\e018"
}

.glyphicon-cog:before {
    content: "\e019"
}

.glyphicon-trash:before {
    content: "\e020"
}

.glyphicon-home:before {
    content: "\e021"
}

.glyphicon-file:before {
    content: "\e022"
}

.glyphicon-time:before {
    content: "\e023"
}

.glyphicon-road:before {
    content: "\e024"
}

.glyphicon-download-alt:before {
    content: "\e025"
}

.glyphicon-download:before {
    content: "\e026"
}

.glyphicon-upload:before {
    content: "\e027"
}

.glyphicon-inbox:before {
    content: "\e028"
}

.glyphicon-play-circle:before {
    content: "\e029"
}

.glyphicon-repeat:before {
    content: "\e030"
}

.glyphicon-refresh:before {
    content: "\e031"
}

.glyphicon-list-alt:before {
    content: "\e032"
}

.glyphicon-flag:before {
    content: "\e034"
}

.glyphicon-headphones:before {
    content: "\e035"
}

.glyphicon-volume-off:before {
    content: "\e036"
}

.glyphicon-volume-down:before {
    content: "\e037"
}

.glyphicon-volume-up:before {
    content: "\e038"
}

.glyphicon-qrcode:before {
    content: "\e039"
}

.glyphicon-barcode:before {
    content: "\e040"
}

.glyphicon-tag:before {
    content: "\e041"
}

.glyphicon-tags:before {
    content: "\e042"
}

.glyphicon-book:before {
    content: "\e043"
}

.glyphicon-print:before {
    content: "\e045"
}

.glyphicon-font:before {
    content: "\e047"
}

.glyphicon-bold:before {
    content: "\e048"
}

.glyphicon-italic:before {
    content: "\e049"
}

.glyphicon-text-height:before {
    content: "\e050"
}

.glyphicon-text-width:before {
    content: "\e051"
}

.glyphicon-align-left:before {
    content: "\e052"
}

.glyphicon-align-center:before {
    content: "\e053"
}

.glyphicon-align-right:before {
    content: "\e054"
}

.glyphicon-align-justify:before {
    content: "\e055"
}

.glyphicon-list:before {
    content: "\e056"
}

.glyphicon-indent-left:before {
    content: "\e057"
}

.glyphicon-indent-right:before {
    content: "\e058"
}

.glyphicon-facetime-video:before {
    content: "\e059"
}

.glyphicon-picture:before {
    content: "\e060"
}

.glyphicon-map-marker:before {
    content: "\e062"
}

.glyphicon-adjust:before {
    content: "\e063"
}

.glyphicon-tint:before {
    content: "\e064"
}

.glyphicon-edit:before {
    content: "\e065"
}

.glyphicon-share:before {
    content: "\e066"
}

.glyphicon-check:before {
    content: "\e067"
}

.glyphicon-move:before {
    content: "\e068"
}

.glyphicon-step-backward:before {
    content: "\e069"
}

.glyphicon-fast-backward:before {
    content: "\e070"
}

.glyphicon-backward:before {
    content: "\e071"
}

.glyphicon-play:before {
    content: "\e072"
}

.glyphicon-pause:before {
    content: "\e073"
}

.glyphicon-stop:before {
    content: "\e074"
}

.glyphicon-forward:before {
    content: "\e075"
}

.glyphicon-fast-forward:before {
    content: "\e076"
}

.glyphicon-step-forward:before {
    content: "\e077"
}

.glyphicon-eject:before {
    content: "\e078"
}

.glyphicon-chevron-left:before {
    content: "\e079"
}

.glyphicon-chevron-right:before {
    content: "\e080"
}

.glyphicon-plus-sign:before {
    content: "\e081"
}

.glyphicon-minus-sign:before {
    content: "\e082"
}

.glyphicon-remove-sign:before {
    content: "\e083"
}

.glyphicon-ok-sign:before {
    content: "\e084"
}

.glyphicon-question-sign:before {
    content: "\e085"
}

.glyphicon-info-sign:before {
    content: "\e086"
}

.glyphicon-screenshot:before {
    content: "\e087"
}

.glyphicon-remove-circle:before {
    content: "\e088"
}

.glyphicon-ok-circle:before {
    content: "\e089"
}

.glyphicon-ban-circle:before {
    content: "\e090"
}

.glyphicon-arrow-left:before {
    content: "\e091"
}

.glyphicon-arrow-right:before {
    content: "\e092"
}

.glyphicon-arrow-up:before {
    content: "\e093"
}

.glyphicon-arrow-down:before {
    content: "\e094"
}

.glyphicon-share-alt:before {
    content: "\e095"
}

.glyphicon-resize-full:before {
    content: "\e096"
}

.glyphicon-resize-small:before {
    content: "\e097"
}

.glyphicon-exclamation-sign:before {
    content: "\e101"
}

.glyphicon-gift:before {
    content: "\e102"
}

.glyphicon-leaf:before {
    content: "\e103"
}

.glyphicon-eye-open:before {
    content: "\e105"
}

.glyphicon-eye-close:before {
    content: "\e106"
}

.glyphicon-warning-sign:before {
    content: "\e107"
}

.glyphicon-plane:before {
    content: "\e108"
}

.glyphicon-random:before {
    content: "\e110"
}

.glyphicon-comment:before {
    content: "\e111"
}

.glyphicon-magnet:before {
    content: "\e112"
}

.glyphicon-chevron-up:before {
    content: "\e113"
}

.glyphicon-chevron-down:before {
    content: "\e114"
}

.glyphicon-retweet:before {
    content: "\e115"
}

.glyphicon-shopping-cart:before {
    content: "\e116"
}

.glyphicon-folder-close:before {
    content: "\e117"
}

.glyphicon-folder-open:before {
    content: "\e118"
}

.glyphicon-resize-vertical:before {
    content: "\e119"
}

.glyphicon-resize-horizontal:before {
    content: "\e120"
}

.glyphicon-hdd:before {
    content: "\e121"
}

.glyphicon-bullhorn:before {
    content: "\e122"
}

.glyphicon-certificate:before {
    content: "\e124"
}

.glyphicon-thumbs-up:before {
    content: "\e125"
}

.glyphicon-thumbs-down:before {
    content: "\e126"
}

.glyphicon-hand-right:before {
    content: "\e127"
}

.glyphicon-hand-left:before {
    content: "\e128"
}

.glyphicon-hand-up:before {
    content: "\e129"
}

.glyphicon-hand-down:before {
    content: "\e130"
}

.glyphicon-circle-arrow-right:before {
    content: "\e131"
}

.glyphicon-circle-arrow-left:before {
    content: "\e132"
}

.glyphicon-circle-arrow-up:before {
    content: "\e133"
}

.glyphicon-circle-arrow-down:before {
    content: "\e134"
}

.glyphicon-globe:before {
    content: "\e135"
}

.glyphicon-tasks:before {
    content: "\e137"
}

.glyphicon-filter:before {
    content: "\e138"
}

.glyphicon-fullscreen:before {
    content: "\e140"
}

.glyphicon-dashboard:before {
    content: "\e141"
}

.glyphicon-heart-empty:before {
    content: "\e143"
}

.glyphicon-link:before {
    content: "\e144"
}

.glyphicon-phone:before {
    content: "\e145"
}

.glyphicon-usd:before {
    content: "\e148"
}

.glyphicon-gbp:before {
    content: "\e149"
}

.glyphicon-sort:before {
    content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"
}

.glyphicon-sort-by-order:before {
    content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154"
}

.glyphicon-sort-by-attributes:before {
    content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"
}

.glyphicon-unchecked:before {
    content: "\e157"
}

.glyphicon-expand:before {
    content: "\e158"
}

.glyphicon-collapse-down:before {
    content: "\e159"
}

.glyphicon-collapse-up:before {
    content: "\e160"
}

.glyphicon-log-in:before {
    content: "\e161"
}

.glyphicon-flash:before {
    content: "\e162"
}

.glyphicon-log-out:before {
    content: "\e163"
}

.glyphicon-new-window:before {
    content: "\e164"
}

.glyphicon-record:before {
    content: "\e165"
}

.glyphicon-save:before {
    content: "\e166"
}

.glyphicon-open:before {
    content: "\e167"
}

.glyphicon-saved:before {
    content: "\e168"
}

.glyphicon-import:before {
    content: "\e169"
}

.glyphicon-export:before {
    content: "\e170"
}

.glyphicon-send:before {
    content: "\e171"
}

.glyphicon-floppy-disk:before {
    content: "\e172"
}

.glyphicon-floppy-saved:before {
    content: "\e173"
}

.glyphicon-floppy-remove:before {
    content: "\e174"
}

.glyphicon-floppy-save:before {
    content: "\e175"
}

.glyphicon-floppy-open:before {
    content: "\e176"
}

.glyphicon-credit-card:before {
    content: "\e177"
}

.glyphicon-transfer:before {
    content: "\e178"
}

.glyphicon-cutlery:before {
    content: "\e179"
}

.glyphicon-header:before {
    content: "\e180"
}

.glyphicon-compressed:before {
    content: "\e181"
}

.glyphicon-earphone:before {
    content: "\e182"
}

.glyphicon-phone-alt:before {
    content: "\e183"
}

.glyphicon-tower:before {
    content: "\e184"
}

.glyphicon-stats:before {
    content: "\e185"
}

.glyphicon-sd-video:before {
    content: "\e186"
}

.glyphicon-hd-video:before {
    content: "\e187"
}

.glyphicon-subtitles:before {
    content: "\e188"
}

.glyphicon-sound-stereo:before {
    content: "\e189"
}

.glyphicon-sound-dolby:before {
    content: "\e190"
}

.glyphicon-sound-5-1:before {
    content: "\e191"
}

.glyphicon-sound-6-1:before {
    content: "\e192"
}

.glyphicon-sound-7-1:before {
    content: "\e193"
}

.glyphicon-copyright-mark:before {
    content: "\e194"
}

.glyphicon-registration-mark:before {
    content: "\e195"
}

.glyphicon-cloud-download:before {
    content: "\e197"
}

.glyphicon-cloud-upload:before {
    content: "\e198"
}

.glyphicon-tree-conifer:before {
    content: "\e199"
}

.glyphicon-tree-deciduous:before {
    content: "\e200"
}

.glyphicon-briefcase:before {
    content: "\1f4bc"
}

.glyphicon-calendar:before {
    content: "\1f4c5"
}

.glyphicon-pushpin:before {
    content: "\1f4cc"
}

.glyphicon-paperclip:before {
    content: "\1f4ce"
}

.glyphicon-camera:before {
    content: "\1f4f7"
}

.glyphicon-lock:before {
    content: "\1f512"
}

.glyphicon-bell:before {
    content: "\1f514"
}

.glyphicon-bookmark:before {
    content: "\1f516"
}

.glyphicon-fire:before {
    content: "\1f525"
}

.glyphicon-wrench:before {
    content: "\1f527"
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-bottom: 0 dotted;
    content: ""
}

.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    box-shadow: 0 6px 12px rgba(0,0,0,0.175);
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #fff;
    background-color: #428bca
}

.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #428bca
}

.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    color: #999
}

.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed
}

.open>.dropdown-menu {
    display: block
}

.open>a {
    outline: 0
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right>.dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}

.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right:0;
        left: auto
    }
}

.btn-default .caret {
    border-top-color: #333
}

.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret {
    border-top-color: #fff
}

.dropup .btn-default .caret {
    border-bottom-color: #333
}

.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret {
    border-bottom-color: #fff
}

.btn-group,.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
    position: relative;
    float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active {
    z-index: 2
}

.btn-group>.btn:focus,.btn-group-vertical>.btn:focus {
    outline: none
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group {
    margin-left: -1px
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar:before,.btn-toolbar:after {
    content: " ";
    display: table
}

.btn-toolbar:after {
    clear: both
}

.btn-toolbar .btn-group {
    float: left
}

.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group {
    margin-left: 5px
}

.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0
}

.btn-group>.btn:first-child {
    margin-left: 0
}

.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group>.btn-group {
    float: left
}

.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
    outline: 0
}

.btn-group-xs>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px
}

.btn-group-sm>.btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-lg>.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

.btn-group>.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

.btn .caret {
    margin-left: 0
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after {
    content: " ";
    display: table
}

.btn-group-vertical>.btn-group:after {
    clear: both
}

.btn-group-vertical>.btn-group>.btn {
    float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}

.btn-group-vertical>.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}

.btn-group-vertical>.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn {
    border-radius: 0
}

.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child>.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}

.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}

[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"] {
    display: none
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}

.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}

.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}

.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}

select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn {
    height: 45px;
    line-height: 45px
}

textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn {
    height: auto
}

.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn {
    height: 30px;
    line-height: 30px
}

textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn {
    height: auto
}

.input-group-addon,.input-group-btn,.input-group .form-control {
    display: table-cell
}

.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0
}

.input-group-addon,.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}

.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}

.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}

.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"] {
    margin-top: 0
}

.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.input-group-addon:first-child {
    border-right: 0
}

.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.input-group-addon:last-child {
    border-left: 0
}

.input-group-btn {
    position: relative;
    white-space: nowrap
}

.input-group-btn>.btn {
    position: relative
}

.input-group-btn>.btn+.btn {
    margin-left: -4px
}

.input-group-btn>.btn:hover,.input-group-btn>.btn:active {
    z-index: 2
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav:before,.nav:after {
    content: " ";
    display: table
}

.nav:after {
    clear: both
}

.nav>li {
    position: relative;
    display: block
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px
}

.nav>li>a:hover,.nav>li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.nav>li.disabled>a {
    color: #999
}

.nav>li.disabled>a:hover,.nav>li.disabled>a:focus {
    color: #999;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed
}

.nav .open>a,.nav .open>a:hover,.nav .open>a:focus {
    background-color: #eee;
    border-color: #4b64ff
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.nav>li>a>img {
    max-width: none
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0
}

.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default
}

.nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0
}

.nav-tabs.nav-justified>li {
    float: none
}

.nav-tabs.nav-justified>li>a {
    text-align: center
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified>li {
        display:table-cell;
        width: 1%
    }
}

.nav-tabs.nav-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0
}

.nav-tabs.nav-justified>.active>a {
    border-bottom-color: #fff
}

.nav-pills>li {
    float: left
}

.nav-pills>li>a {
    border-radius: 5px
}

.nav-pills>li+li {
    margin-left: 2px
}

.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus {
    color: #fff;
    background-color: #428bca
}

.nav-stacked>li {
    float: none
}

.nav-stacked>li+li {
    margin-top: 2px;
    margin-left: 0
}

.nav-justified {
    width: 100%
}

.nav-justified>li {
    float: none
}

.nav-justified>li>a {
    text-align: center
}

@media (min-width: 768px) {
    .nav-justified>li {
        display:table-cell;
        width: 1%
    }
}

.nav-tabs-justified {
    border-bottom: 0
}

.nav-tabs-justified>li>a {
    border-bottom: 1px solid #ddd;
    margin-right: 0
}

.nav-tabs-justified>.active>a {
    border-bottom-color: #fff
}

.tabbable:before,.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tabbable:before,.tabbable:after {
    content: " ";
    display: table
}

.tabbable:after {
    clear: both
}

.tab-content>.tab-pane,.pill-content>.pill-pane {
    display: none
}

.tab-content>.active,.pill-content>.active {
    display: block
}

.nav .caret {
    border-top-color: #4b64ff;
    border-bottom-color: #4b64ff
}

.nav a:hover .caret {
    border-top-color: #0023fe;
    border-bottom-color: #0023fe
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

.navbar:before,.navbar:after {
    content: " ";
    display: table
}

.navbar:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar {
        border-radius:4px
    }
}

.navbar-header:before,.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

.navbar-header:before,.navbar-header:after {
    content: " ";
    display: table
}

.navbar-header:after {
    clear: both
}

@media (min-width: 768px) {
    .navbar-header {
        float:left
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    -webkit-overflow-scrolling: touch
}

.navbar-collapse:before,.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse:before,.navbar-collapse:after {
    content: " ";
    display: table
}

.navbar-collapse:after {
    clear: both
}

.navbar-collapse.in {
    overflow-y: auto
}

@media (min-width: 768px) {
    .navbar-collapse {
        width:auto;
        border-top: 0;
        box-shadow: none
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important
    }

    .navbar-collapse.in {
        overflow-y: visible
    }

    .navbar-collapse .navbar-nav.navbar-left:first-child {
        margin-left: -15px
    }

    .navbar-collapse .navbar-nav.navbar-right:last-child {
        margin-right: -15px
    }

    .navbar-collapse .navbar-text:last-child {
        margin-right: 0
    }
}

.container>.navbar-header,.container>.navbar-collapse {
    margin-right: -15px;
    margin-left: -15px
}

@media (min-width: 768px) {
    .container>.navbar-header,.container>.navbar-collapse {
        margin-right:0;
        margin-left: 0
    }
}

.navbar-static-top {
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-static-top {
        border-radius:0
    }
}

.navbar-fixed-top,.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px
}

@media (min-width: 768px) {
    .navbar-fixed-top,.navbar-fixed-bottom {
        border-radius:0
    }
}

.navbar-fixed-top {
    z-index: 1030;
    top: 0
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0
}

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px
}

.navbar-brand:hover,.navbar-brand:focus {
    text-decoration: none
}

@media (min-width: 768px) {
    .navbar>.container .navbar-brand {
        margin-left:-15px
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px
}

@media (min-width: 768px) {
    .navbar-toggle {
        display:none
    }
}

.navbar-nav {
    margin: 7.5px -15px
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px
}

@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        position:static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none
    }

    .navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px
    }

    .navbar-nav .open .dropdown-menu>li>a {
        line-height: 20px
    }

    .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus {
        background-image: none
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float:left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 768px) {
    .navbar-left {
        float:left !important
    }

    .navbar-right {
        float: right !important
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);
    margin-top: 8px;
    margin-bottom: 8px
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display:inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }

    .navbar-form .form-control {
        display: inline-block
    }

    .navbar-form .radio,.navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0
    }

    .navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0
    }
}

@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom:5px
    }
}

@media (min-width: 768px) {
    .navbar-form {
        width:auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.navbar-nav>li>.dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right {
    left: auto;
    right: 0
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px
}

.navbar-text {
    float: left;
    margin-top: 15px;
    margin-bottom: 15px
}

@media (min-width: 768px) {
    .navbar-text {
        margin-left:15px;
        margin-right: 15px
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7
}

.navbar-default .navbar-brand {
    color: #777
}

.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent
}

.navbar-default .navbar-text {
    color: #777
}

.navbar-default .navbar-nav>li>a {
    color: #777
}

.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus {
    color: #333;
    background-color: transparent
}

.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
    color: #555;
    background-color: #e7e7e7
}

.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus {
    color: #ccc;
    background-color: transparent
}

.navbar-default .navbar-toggle {
    border-color: #ddd
}

.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
    background-color: #ddd
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ccc
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
    border-color: #e6e6e6
}

.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret {
    border-top-color: #333;
    border-bottom-color: #333
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus {
    background-color: #e7e7e7;
    color: #555
}

.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret {
    border-top-color: #555;
    border-bottom-color: #555
}

.navbar-default .navbar-nav>.dropdown>a .caret {
    border-top-color: #777;
    border-bottom-color: #777
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #333;
        background-color: transparent
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-default .navbar-link {
    color: #777
}

.navbar-default .navbar-link:hover {
    color: #333
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808
}

.navbar-inverse .navbar-brand {
    color: #999
}

.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-text {
    color: #999
}

.navbar-inverse .navbar-nav>li>a {
    color: #999
}

.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus {
    color: #fff;
    background-color: transparent
}

.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #080808
}

.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus {
    color: #444;
    background-color: transparent
}

.navbar-inverse .navbar-toggle {
    border-color: #333
}

.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus {
    background-color: #333
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff
}

.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form {
    border-color: #101010
}

.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus {
    background-color: #080808;
    color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a:hover .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

.navbar-inverse .navbar-nav>.dropdown>a .caret {
    border-top-color: #999;
    border-bottom-color: #999
}

.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret {
    border-top-color: #fff;
    border-bottom-color: #fff
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header {
        border-color:#080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #999
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus {
        color: #fff;
        background-color: transparent
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus {
        color: #fff;
        background-color: #080808
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus {
        color: #444;
        background-color: transparent
    }
}

.navbar-inverse .navbar-link {
    color: #999
}

.navbar-inverse .navbar-link:hover {
    color: #fff
}

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}

.breadcrumb>li {
    display: inline-block
}

.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}

.breadcrumb>.active {
    color: #999
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline
}

.pagination>li>a,.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.pagination>li:first-child>a,.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}

.pagination>li:last-child>a,.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}

.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus {
    background-color: #eee
}

.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca;
    cursor: default
}

.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager:before,.pager:after {
    content: " ";
    display: table
}

.pager:after {
    clear: both
}

.pager li {
    display: inline
}

.pager li>a,.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,.pager .next>span {
    float: right
}

.pager .previous>a,.pager .previous>span {
    float: left
}

.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em
}

.label[href]:hover,.label[href]:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.label:empty {
    display: none
}

.label-default {
    background-color: #999
}

.label-default[href]:hover,.label-default[href]:focus {
    background-color: #808080
}

.label-primary {
    background-color: #428bca
}

.label-primary[href]:hover,.label-primary[href]:focus {
    background-color: #3071a9
}

.label-success {
    background-color: #5cb85c
}

.label-success[href]:hover,.label-success[href]:focus {
    background-color: #449d44
}

.label-info {
    background-color: #5bc0de
}

.label-info[href]:hover,.label-info[href]:focus {
    background-color: #31b0d5
}

.label-warning {
    background-color: #f0ad4e
}

.label-warning[href]:hover,.label-warning[href]:focus {
    background-color: #ec971f
}

.label-danger {
    background-color: #d9534f
}

.label-danger[href]:hover,.label-danger[href]:focus {
    background-color: #c9302c
}

.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px
}

.badge:empty {
    display: none
}

a.badge:hover,a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer
}

.btn .badge {
    position: relative;
    top: -1px
}

a.list-group-item.active>.badge,.nav-pills>.active>a>.badge {
    color: #4b64ff;
    background-color: #fff
}

.nav-pills>li>a>.badge {
    margin-left: 3px
}

.jumbotron {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 21px;
    font-weight: 200;
    line-height: 2.14285714;
    color: inherit;
    background-color: #eee
}

.jumbotron h1 {
    line-height: 1;
    color: inherit
}

.jumbotron p {
    line-height: 1.4
}

.container .jumbotron {
    border-radius: 6px
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top:48px;
        padding-bottom: 48px
    }

    .container .jumbotron {
        padding-left: 60px;
        padding-right: 60px
    }

    .jumbotron h1 {
        font-size: 63px
    }
}

.thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    display: block
}

.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}

a.thumbnail:hover,a.thumbnail:focus {
    border-color: #4b64ff
}

.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}

.thumbnail .caption {
    padding: 9px;
    color: #333
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert h4 {
    margin-top: 0;
    color: inherit
}

.alert .alert-link {
    font-weight: bold
}

.alert>p,.alert>ul {
    margin-bottom: 0
}

.alert>p+p {
    margin-top: 5px
}

.alert-dismissable {
    padding-right: 35px
}

.alert-dismissable .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}

.alert-success hr {
    border-top-color: #c9e2b3
}

.alert-success .alert-link {
    color: #356635
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}

.alert-info hr {
    border-top-color: #a6e1ec
}

.alert-info .alert-link {
    color: #2d6987
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #fbeed5;
    color: #c09853
}

.alert-warning hr {
    border-top-color: #f8e5be
}

.alert-warning .alert-link {
    color: #a47e3c
}

.alert-danger {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}

.alert-danger hr {
    border-top-color: #e6c1c7
}

.alert-danger .alert-link {
    color: #953b39
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-moz-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

@-o-keyframes progress-bar-stripes {
    from {
        background-position: 0 0
    }

    to {
        background-position: 40px 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0
    }

    to {
        background-position: 0 0
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1)
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease
}

.progress-striped .progress-bar {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px
}

.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    -ms-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(.25, rgba(255,255,255,0.15)), color-stop(.25, transparent), color-stop(.5, transparent), color-stop(.5, rgba(255,255,255,0.15)), color-stop(.75, rgba(255,255,255,0.15)), color-stop(.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}

.media,.media-body {
    overflow: hidden;
    zoom:1}

.media,.media .media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media-object {
    display: block
}

.media-heading {
    margin: 0 0 5px
}

.media>.pull-left {
    margin-right: 10px
}

.media>.pull-right {
    margin-left: 10px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px
}

.list-group-item>.badge {
    float: right
}

.list-group-item>.badge+.badge {
    margin-right: 5px
}

a.list-group-item {
    color: #555
}

a.list-group-item .list-group-item-heading {
    color: #333
}

a.list-group-item:hover,a.list-group-item:focus {
    text-decoration: none;
    background-color: #f5f5f5
}

.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading {
    color: inherit
}

.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text {
    color: #e1edf7
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.panel-body {
    padding: 15px
}

.panel-body:before,.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel-body:before,.panel-body:after {
    content: " ";
    display: table
}

.panel-body:after {
    clear: both
}

.panel>.list-group {
    margin-bottom: 0
}

.panel>.list-group .list-group-item {
    border-width: 1px 0
}

.panel>.list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.panel>.list-group .list-group-item:last-child {
    border-bottom: 0
}

.panel-heading+.list-group .list-group-item:first-child {
    border-top-width: 0
}

.panel>.table {
    margin-bottom: 0
}

.panel>.panel-body+.table {
    border-top: 1px solid #ddd
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px
}

.panel-title>a {
    color: inherit
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
    overflow: hidden
}

.panel-group .panel+.panel {
    margin-top: 5px
}

.panel-group .panel-heading {
    border-bottom: 0
}

.panel-group .panel-heading+.panel-collapse .panel-body {
    border-top: 1px solid #ddd
}

.panel-group .panel-footer {
    border-top: 0
}

.panel-group .panel-footer+.panel-collapse .panel-body {
    border-bottom: 1px solid #ddd
}

.panel-default {
    border-color: #ddd
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #ddd
}

.panel-default>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #ddd
}

.panel-primary {
    border-color: #428bca
}

.panel-primary>.panel-heading {
    color: #fff;
    background-color: #428bca;
    border-color: #428bca
}

.panel-primary>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #428bca
}

.panel-primary>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #428bca
}

.panel-success {
    border-color: #d6e9c6
}

.panel-success>.panel-heading {
    color: #468847;
    background-color: #dff0d8;
    border-color: #d6e9c6
}

.panel-success>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #d6e9c6
}

.panel-success>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #d6e9c6
}

.panel-warning {
    border-color: #fbeed5
}

.panel-warning>.panel-heading {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #fbeed5
}

.panel-warning>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #fbeed5
}

.panel-warning>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #fbeed5
}

.panel-danger {
    border-color: #eed3d7
}

.panel-danger>.panel-heading {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7
}

.panel-danger>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #eed3d7
}

.panel-danger>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #eed3d7
}

.panel-info {
    border-color: #bce8f1
}

.panel-info>.panel-heading {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #bce8f1
}

.panel-info>.panel-heading+.panel-collapse .panel-body {
    border-top-color: #bce8f1
}

.panel-info>.panel-footer+.panel-collapse .panel-body {
    border-bottom-color: #bce8f1
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05)
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0,0,0,0.15)
}

.well-lg {
    padding: 24px;
    border-radius: 6px
}

.well-sm {
    padding: 9px;
    border-radius: 3px
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom {
    margin-right: 15px
}

.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    margin-left: auto;
    margin-right: auto;
    width: auto;
    padding: 10px;
    z-index: 1050
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: none
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-footer {
    margin-top: 15px;
    padding: 19px 20px 20px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer:before,.modal-footer:after {
    content: " ";
    display: table
}

.modal-footer:after {
    clear: both
}

.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

@media screen and (min-width: 768px) {
    .modal-dialog {
        left:50%;
        right: auto;
        width: 600px;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.5);
        box-shadow: 0 5px 15px rgba(0,0,0,0.5)
    }
}

.tooltip {
    position: absolute;
    z-index: 1030;
    display: block;
    visibility: visible;
    font-size: 12px;
    line-height: 1.4;
    opacity: 0;
    filter: alpha(opacity=0)
}

.tooltip.in {
    opacity: .9;
    filter: alpha(opacity=90)
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    border-radius: 4px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    right: 5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    left: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    right: 5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    bottom: -11px
}

.popover.top .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0,0,0,0.25)
}

.popover.right .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0,0,0,0.25);
    top: -11px
}

.popover.bottom .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0,0,0,0.25)
}

.popover.left .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.carousel {
    position: relative
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%
}

.carousel-inner>.item {
    display: none;
    position: relative;
    -webkit-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>img,.carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1
}

.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
    left: 0
}

.carousel-inner>.active.left {
    left: -100%
}

.carousel-inner>.active.right {
    left: 100%
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-control.left {
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0.0001)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.5) 0%), color-stop(rgba(0,0,0,0.0001) 100%));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1)
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(rgba(0,0,0,0.0001)), to(rgba(0,0,0,0.5)));
    background-image: -webkit-linear-gradient(left, color-stop(rgba(0,0,0,0.0001) 0%), color-stop(rgba(0,0,0,0.5) 100%));
    background-image: -moz-linear-gradient(left, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-image: linear-gradient(to right, rgba(0,0,0,0.0001) 0%, rgba(0,0,0,0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1)
}

.carousel-control:hover,.carousel-control:focus {
    color: #fff;
    text-decoration: none;
    opacity: .9;
    filter: alpha(opacity=90)
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block
}

.carousel-control .icon-prev,.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    font-family: serif
}

.carousel-control .icon-prev:before {
    content: '\2039'
}

.carousel-control .icon-next:before {
    content: '\203a'
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,0.6)
}

.carousel-caption .btn {
    text-shadow: none
}

@media screen and (min-width: 768px) {
    .carousel-control .icon-prev,.carousel-control .icon-next {
        width:30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        font-size: 30px
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px
    }

    .carousel-indicators {
        bottom: 20px
    }
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width:320px
    }
}

.hidden {
    display: none !important;
    visibility: hidden !important
}

.visible-xs {
    display: none !important
}

tr.visible-xs {
    display: none !important
}

th.visible-xs,td.visible-xs {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display:block !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,td.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-xs.visible-sm {
        display:block !important
    }

    tr.visible-xs.visible-sm {
        display: table-row !important
    }

    th.visible-xs.visible-sm,td.visible-xs.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-xs.visible-md {
        display:block !important
    }

    tr.visible-xs.visible-md {
        display: table-row !important
    }

    th.visible-xs.visible-md,td.visible-xs.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-xs.visible-lg {
        display:block !important
    }

    tr.visible-xs.visible-lg {
        display: table-row !important
    }

    th.visible-xs.visible-lg,td.visible-xs.visible-lg {
        display: table-cell !important
    }
}

.visible-sm {
    display: none !important
}

tr.visible-sm {
    display: none !important
}

th.visible-sm,td.visible-sm {
    display: none !important
}

@media (max-width: 767px) {
    .visible-sm.visible-xs {
        display:block !important
    }

    tr.visible-sm.visible-xs {
        display: table-row !important
    }

    th.visible-sm.visible-xs,td.visible-sm.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-sm {
        display:block !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-sm.visible-md {
        display:block !important
    }

    tr.visible-sm.visible-md {
        display: table-row !important
    }

    th.visible-sm.visible-md,td.visible-sm.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-sm.visible-lg {
        display:block !important
    }

    tr.visible-sm.visible-lg {
        display: table-row !important
    }

    th.visible-sm.visible-lg,td.visible-sm.visible-lg {
        display: table-cell !important
    }
}

.visible-md {
    display: none !important
}

tr.visible-md {
    display: none !important
}

th.visible-md,td.visible-md {
    display: none !important
}

@media (max-width: 767px) {
    .visible-md.visible-xs {
        display:block !important
    }

    tr.visible-md.visible-xs {
        display: table-row !important
    }

    th.visible-md.visible-xs,td.visible-md.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-md.visible-sm {
        display:block !important
    }

    tr.visible-md.visible-sm {
        display: table-row !important
    }

    th.visible-md.visible-sm,td.visible-md.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-md {
        display:block !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-md.visible-lg {
        display:block !important
    }

    tr.visible-md.visible-lg {
        display: table-row !important
    }

    th.visible-md.visible-lg,td.visible-md.visible-lg {
        display: table-cell !important
    }
}

.visible-lg {
    display: none !important
}

tr.visible-lg {
    display: none !important
}

th.visible-lg,td.visible-lg {
    display: none !important
}

@media (max-width: 767px) {
    .visible-lg.visible-xs {
        display:block !important
    }

    tr.visible-lg.visible-xs {
        display: table-row !important
    }

    th.visible-lg.visible-xs,td.visible-lg.visible-xs {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .visible-lg.visible-sm {
        display:block !important
    }

    tr.visible-lg.visible-sm {
        display: table-row !important
    }

    th.visible-lg.visible-sm,td.visible-lg.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .visible-lg.visible-md {
        display:block !important
    }

    tr.visible-lg.visible-md {
        display: table-row !important
    }

    th.visible-lg.visible-md,td.visible-lg.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display:block !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,td.visible-lg {
        display: table-cell !important
    }
}

.hidden-xs {
    display: block !important
}

tr.hidden-xs {
    display: table-row !important
}

th.hidden-xs,td.hidden-xs {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-xs {
        display:none !important
    }

    tr.hidden-xs {
        display: none !important
    }

    th.hidden-xs,td.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-xs.hidden-sm {
        display:none !important
    }

    tr.hidden-xs.hidden-sm {
        display: none !important
    }

    th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-xs.hidden-md {
        display:none !important
    }

    tr.hidden-xs.hidden-md {
        display: none !important
    }

    th.hidden-xs.hidden-md,td.hidden-xs.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-xs.hidden-lg {
        display:none !important
    }

    tr.hidden-xs.hidden-lg {
        display: none !important
    }

    th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg {
        display: none !important
    }
}

.hidden-sm {
    display: block !important
}

tr.hidden-sm {
    display: table-row !important
}

th.hidden-sm,td.hidden-sm {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-sm.hidden-xs {
        display:none !important
    }

    tr.hidden-sm.hidden-xs {
        display: none !important
    }

    th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-sm {
        display:none !important
    }

    tr.hidden-sm {
        display: none !important
    }

    th.hidden-sm,td.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-sm.hidden-md {
        display:none !important
    }

    tr.hidden-sm.hidden-md {
        display: none !important
    }

    th.hidden-sm.hidden-md,td.hidden-sm.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-sm.hidden-lg {
        display:none !important
    }

    tr.hidden-sm.hidden-lg {
        display: none !important
    }

    th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg {
        display: none !important
    }
}

.hidden-md {
    display: block !important
}

tr.hidden-md {
    display: table-row !important
}

th.hidden-md,td.hidden-md {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-md.hidden-xs {
        display:none !important
    }

    tr.hidden-md.hidden-xs {
        display: none !important
    }

    th.hidden-md.hidden-xs,td.hidden-md.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-md.hidden-sm {
        display:none !important
    }

    tr.hidden-md.hidden-sm {
        display: none !important
    }

    th.hidden-md.hidden-sm,td.hidden-md.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-md {
        display:none !important
    }

    tr.hidden-md {
        display: none !important
    }

    th.hidden-md,td.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-md.hidden-lg {
        display:none !important
    }

    tr.hidden-md.hidden-lg {
        display: none !important
    }

    th.hidden-md.hidden-lg,td.hidden-md.hidden-lg {
        display: none !important
    }
}

.hidden-lg {
    display: block !important
}

tr.hidden-lg {
    display: table-row !important
}

th.hidden-lg,td.hidden-lg {
    display: table-cell !important
}

@media (max-width: 767px) {
    .hidden-lg.hidden-xs {
        display:none !important
    }

    tr.hidden-lg.hidden-xs {
        display: none !important
    }

    th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .hidden-lg.hidden-sm {
        display:none !important
    }

    tr.hidden-lg.hidden-sm {
        display: none !important
    }

    th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .hidden-lg.hidden-md {
        display:none !important
    }

    tr.hidden-lg.hidden-md {
        display: none !important
    }

    th.hidden-lg.hidden-md,td.hidden-lg.hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display:none !important
    }

    tr.hidden-lg {
        display: none !important
    }

    th.hidden-lg,td.hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

tr.visible-print {
    display: none !important
}

th.visible-print,td.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,td.visible-print {
        display: table-cell !important
    }

    .hidden-print {
        display: none !important
    }

    tr.hidden-print {
        display: none !important
    }

    th.hidden-print,td.hidden-print {
        display: none !important
    }
}

.fade.show {
    opacity: 1
}

@font-face {
    font-family: 'Iconochive-Regular';
    src: url('/includes/fonts/Iconochive-Regular.eot?-ccsheb');
    src: url('/includes/fonts/Iconochive-Regular.eot?#iefix-ccsheb') format('embedded-opentype'),url('/includes/fonts/Iconochive-Regular.woff?-ccsheb') format('woff'),url('/includes/fonts/Iconochive-Regular.ttf?-ccsheb') format('truetype'),url('/includes/fonts/Iconochive-Regular.svg?-ccsheb#Iconochive-Regular') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="iconochive-"],[class*=" iconochive-"] {
    font-family: 'Iconochive-Regular';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.iconochive-Uplevel:before {
    content: "\21b5"
}

.iconochive-exit:before {
    content: "\1f6a3"
}

.iconochive-beta:before {
    content: "\3b2"
}

.iconochive-logo:before {
    content: "\1f3db"
}

.iconochive-audio:before {
    content: "\1f568"
}

.iconochive-movies:before {
    content: "\1f39e"
}

.iconochive-software:before {
    content: "\1f4be"
}

.iconochive-texts:before,.iconochive-books:before {
    content: "\1f56e"
}

.iconochive-etree:before {
    content: "\1f3a4"
}

.iconochive-image:before,.iconochive-images:before {
    content: "\1f5bc"
}

.iconochive-web:before {
    content: "\1f5d4"
}

.iconochive-collection:before {
    content: "\2211"
}

.iconochive-folder:before {
    content: "\1f4c2"
}

.iconochive-data:before {
    content: "\1f5c3"
}

.iconochive-tv:before {
    content: "\1f4fa"
}

.iconochive-article:before {
    content: "\1f5cf"
}

.iconochive-question:before {
    content: "\2370"
}

.iconochive-question-dark:before {
    content: "\3f"
}

.iconochive-info:before {
    content: "\69"
}

.iconochive-info-small:before {
    content: "\24d8"
}

.iconochive-comment:before {
    content: "\1f5e9"
}

.iconochive-comments:before {
    content: "\1f5ea"
}

.iconochive-person:before {
    content: "\1f464"
}

.iconochive-people:before {
    content: "\1f465"
}

.iconochive-eye:before {
    content: "\1f441"
}

.iconochive-rss:before {
    content: "\221e"
}

.iconochive-time:before {
    content: "\1f551"
}

.iconochive-quote:before {
    content: "\275d"
}

.iconochive-disc:before {
    content: "\1f4bf"
}

.iconochive-tv-commercial:before {
    content: "\1f4b0"
}

.iconochive-search:before {
    content: "\1f50d"
}

.iconochive-search-star:before {
    content: "\273d"
}

.iconochive-tiles:before {
    content: "\229e"
}

.iconochive-list:before {
    content: "\21f6"
}

.iconochive-list-bulleted:before {
    content: "\2317"
}

.iconochive-latest:before {
    content: "\2208"
}

.iconochive-left:before {
    content: "\2c2"
}

.iconochive-right:before {
    content: "\2c3"
}

.iconochive-left-solid:before {
    content: "\25c2"
}

.iconochive-right-solid:before {
    content: "\25b8"
}

.iconochive-up-solid:before {
    content: "\25b4"
}

.iconochive-down-solid:before {
    content: "\25be"
}

.iconochive-dot:before {
    content: "\23e4"
}

.iconochive-dots:before {
    content: "\25a6"
}

.iconochive-columns:before {
    content: "\25af"
}

.iconochive-sort:before {
    content: "\21d5"
}

.iconochive-atoz:before {
    content: "\1f524"
}

.iconochive-ztoa:before {
    content: "\1f525"
}

.iconochive-upload:before {
    content: "\1f4e4"
}

.iconochive-download:before {
    content: "\1f4e5"
}

.iconochive-favorite:before {
    content: "\2605"
}

.iconochive-heart:before {
    content: "\2665"
}

.iconochive-play:before {
    content: "\25b6"
}

.iconochive-play-framed:before {
    content: "\1f3ac"
}

.iconochive-fullscreen:before {
    content: "\26f6"
}

.iconochive-mute:before {
    content: "\1f507"
}

.iconochive-unmute:before {
    content: "\1f50a"
}

.iconochive-share:before {
    content: "\1f381"
}

.iconochive-edit:before {
    content: "\270e"
}

.iconochive-reedit:before {
    content: "\2710"
}

.iconochive-gear:before {
    content: "\2699"
}

.iconochive-remove-circle:before {
    content: "\274e"
}

.iconochive-plus-circle:before {
    content: "\1f5d6"
}

.iconochive-minus-circle:before {
    content: "\1f5d5"
}

.iconochive-x:before {
    content: "\1f5d9"
}

.iconochive-fork:before {
    content: "\22d4"
}

.iconochive-trash:before {
    content: "\1f5d1"
}

.iconochive-warning:before {
    content: "\26a0"
}

.iconochive-flash:before {
    content: "\1f5f2"
}

.iconochive-world:before {
    content: "\1f5fa"
}

.iconochive-lock:before {
    content: "\1f512"
}

.iconochive-unlock:before {
    content: "\1f513"
}

.iconochive-twitter:before {
    content: "\1f426"
}

.iconochive-facebook:before {
    content: "\66"
}

.iconochive-googleplus:before {
    content: "\67"
}

.iconochive-reddit:before {
    content: "\1f47d"
}

.iconochive-tumblr:before {
    content: "\54"
}

.iconochive-pinterest:before {
    content: "\1d4df"
}

.iconochive-popcorn:before {
    content: "\1f4a5"
}

.iconochive-email:before {
    content: "\1f4e7"
}

.iconochive-embed:before {
    content: "\1f517"
}

.iconochive-gamepad:before {
    content: "\1f579"
}

.iconochive-Zoom_In:before {
    content: "\2b"
}

.iconochive-Zoom_Out:before {
    content: "\2d"
}

.iconochive-RSS:before {
    content: "\1f4e8"
}

.iconochive-Light_Bulb:before {
    content: "\1f4a1"
}

.iconochive-Add:before {
    content: "\2295"
}

.iconochive-Tab_Activity:before {
    content: "\2318"
}

.iconochive-Forward:before {
    content: "\23e9"
}

.iconochive-Backward:before {
    content: "\23ea"
}

.iconochive-No_Audio:before {
    content: "\1f508"
}

.iconochive-Pause:before {
    content: "\23f8"
}

.iconochive-No_Favorite:before {
    content: "\2606"
}

.iconochive-Unike:before {
    content: "\2661"
}

.iconochive-Song:before {
    content: "\266b"
}

.iconochive-No_Flag:before {
    content: "\2690"
}

.iconochive-Flag:before {
    content: "\2691"
}

.iconochive-Done:before {
    content: "\2713"
}

.iconochive-Check:before {
    content: "\2714"
}

.iconochive-Refresh:before {
    content: "\27f3"
}

.iconochive-Headphones:before {
    content: "\1f3a7"
}

.iconochive-Chart:before {
    content: "\1f4c8"
}

.iconochive-Bookmark:before {
    content: "\1f4d1"
}

.iconochive-Documents:before {
    content: "\1f4da"
}

.iconochive-Newspaper:before {
    content: "\1f4f0"
}

.iconochive-Podcast:before {
    content: "\1f4f6"
}

.iconochive-Radio:before {
    content: "\1f4fb"
}

.iconochive-Cassette:before {
    content: "\1f4fc"
}

.iconochive-Shuffle:before {
    content: "\1f500"
}

.iconochive-Loop:before {
    content: "\1f501"
}

.iconochive-Low_Audio:before {
    content: "\1f509"
}

.iconochive-First:before {
    content: "\1f396"
}

.iconochive-Invisible:before {
    content: "\1f576"
}

.iconochive-Computer:before {
    content: "\1f5b3"
}

summary {
    cursor: default;
    display: list-item;
    font-weight: bold
}

input[readonly],textarea[readonly] {
    color: #767676
}

.btn-archive {
    line-height: inherit;
    border: .1rem solid #c5d1df;
    background-color: #194880;
    color: #ffffff
}

.btn-archive:hover,.btn-archive:focus,.btn-archive:active {
    color: #ffffff
}

.topinblock {
    vertical-align: top;
    display: inline-block
}

.roundbox {
    border-radius: 5px
}

.roundbox2 {
    border-radius: 2px
}

.roundbox3 {
    border-radius: 3px
}

.roundbox4 {
    border-radius: 4px
}

.roundbox5 {
    border-radius: 5px
}

.roundbox7 {
    border-radius: 7px
}

.roundbox10 {
    border-radius: 10px
}

.roundbox11 {
    border-radius: 11px
}

.roundbox12 {
    border-radius: 12px
}

.roundbox20 {
    border-radius: 20px
}

.content-box-sizing,.content-box-sizing *,.content-box-sizing *:before,.content-box-sizing *:after {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

.accordion>details>* {
    margin-bottom: 0;
    margin-top: 0
}

.accordion>details>*+* {
    margin-top: 2rem
}

.accordion>details>summary {
    border-radius: .3rem;
    padding: 1rem;
    transition: background-color .125s ease-in-out
}

.accordion>details>summary h1,.accordion>details>summary h2,.accordion>details>summary h3,.accordion>details>summary h4,.accordion>details>summary h5,.accordion>details>summary h6 {
    display: inline-block;
    font: inherit;
    margin: 0
}

.accordion>details>summary:focus,.accordion>details>summary:hover {
    background-color: #EEEEEE
}

.accordion>details>summary+* {
    margin-top: 1rem
}

.accordion>details[open]+* {
    margin-top: 2rem
}

.choice-fieldset>*+* {
    margin-top: .5rem
}

.choice-fieldset legend {
    border-bottom: 0;
    margin-bottom: 0;
    font: inherit
}

.choice-fieldset legend+* {
    margin-top: 1rem
}

.choice-fieldset [type="checkbox"]+label,.choice-fieldset [type="radio"]+label {
    display: inline
}

@keyframes fade-in-slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.copyable-text {
    align-content: flex-start;
    display: flex;
    flex-wrap: wrap
}

.copyable-text>* {
    margin: 0;
    position: relative;
    z-index: 1
}

.copyable-text label,.copyable-text output {
    display: block;
    flex: 1 1 100%
}

.copyable-text button,.copyable-text input {
    margin-top: .5rem;
    padding: .5rem 1rem;
    height: 4rem
}

.copyable-text input {
    border: .1rem solid #767676;
    border-radius: .3rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15) inset;
    flex: 1 1 auto
}

.copyable-text input:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0
}

.copyable-text button {
    background: #ffffff;
    border: .1rem solid #767676;
    border-radius: 0 .3rem .3rem 0;
    color: #767676;
    font-size: 1.2rem;
    letter-spacing: .075ch;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    text-transform: uppercase;
    transition: background-color .125s ease-in-out,color .125s ease-in-out
}

.copyable-text button:focus,.copyable-text button:hover {
    background: #767676;
    color: #ffffff
}

.copyable-text button:active {
    background: #666666
}

.copyable-text [role='alert'] {
    animation: fade-in-slide-down .125s ease-out;
    color: #767676;
    font-size: 1.4rem;
    margin-top: .5rem;
    text-align: right;
    z-index: 0
}

body.ia-module .columns-facets {
    position: relative;
    float: left;
    padding-top: 2.5rem;
    width: 186px;
    padding-right: 12px;
    min-height: 1px;
    font-size: 1.4rem;
    word-wrap: break-word !important
}

body.ia-module .columns-facets .co-top-row {
    min-height: 55px;
    margin-bottom: 20px
}

body.ia-module .columns-facets h1.co-top-row {
    margin-top: 0;
    padding-top: 5px;
    border-bottom: 0
}

body.ia-module .columns-facets h1.co-top-row .results_count {
    font-size: 2.4rem;
    font-weight: 500
}

body.ia-module .columns-facets .micro-label {
    color: #767676;
    margin-top: 6px
}

body.ia-module .columns-facets .filter- {
    position: absolute;
    top: -0.4rem;
    right: 0
}

body.ia-module .columns-facets .facet-mediatype {
    font-size: 1.5rem;
    line-height: 1.5
}

body.ia-module .columns-facets .facet-mediatype a {
    color: #2c2c2c;
    text-decoration: none !important;
    cursor: pointer
}

body.ia-module .columns-facets .facet-firstTitle {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    line-height: 1;
    font-size: 1.1rem
}

body.ia-module .columns-facets h1 {
    font-size: 1.4rem;
    font-weight: 200;
    position: relative;
    margin: 24px 0 14px 0;
    padding-bottom: 3px;
    border-bottom: 1px solid hsl(0,0%,91%)
}

body.ia-module .columns-facets a {
    text-decoration: none
}

body.ia-module .columns-facets a .iconochive-right-solid {
    margin-left: 5px
}

body.ia-module .columns-facets a.collection-facet:hover {
    text-decoration: underline
}

body.ia-module .columns-facets .iconochive-rss {
    vertical-align: top;
    display: inline-block;
    font-size: 1.8rem;
    padding-top: 3px;
    padding-left: 5px;
    color: #2c2c2c
}

@media (max-width: 567px) {
    body.ia-module .columns-facets {
        float:none;
        width: auto;
        display: grid;
        grid-template-columns: 1fr;
        grid-template-areas: "search" "filter" "facets";
        padding: 1rem
    }

    body.ia-module .columns-facets .search-form {
        grid-area: search;
        margin-bottom: 2rem
    }

    body.ia-module .columns-facets .search-form+br {
        display: none
    }

    body.ia-module .columns-facets h1.co-top-row {
        position: relative;
        grid-area: filter;
        min-height: 0;
        padding: 1rem 1.5rem;
        margin: 0;
        border: 1px solid hsl(0,0%,89%)
    }

    body.ia-module .columns-facets h1.co-top-row .results_count {
        overflow: hidden;
        text-align: right
    }

    body.ia-module .columns-facets h1.co-top-row .label-with-border {
        display: inline-block;
        padding-right: 1rem;
        border-right: 1px solid hsl(0,0%,89%)
    }

    body.ia-module .columns-facets h1.co-top-row .label-with-border.has_active_filters {
        color: #428bca
    }

    body.ia-module .columns-facets h1.co-top-row button {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding: 0 0 0 4.5rem;
        text-align: left;
        border: none;
        font-size: 2.4rem;
        background: transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none
    }

    body.ia-module .columns-facets h1.co-top-row button:before {
        position: absolute;
        top: 1.4rem;
        left: 1rem;
        z-index: 1;
        font-family: 'Iconochive-Regular';
        content: "\2C3";
        transform: rotate(-90deg);
        transition: all .5s;
        font-size: 1.6rem
    }

    body.ia-module .columns-facets h1.co-top-row button.collapsed:before {
        transform: rotate(90deg)
    }

    body.ia-module .columns-facets .collapse_heading {
        display: none
    }

    body.ia-module .columns-facets .facets_collapser {
        grid-area: facets;
        padding: 1.5rem;
        border: 1px solid hsl(0,0%,89%);
        border-top: none
    }

    body.ia-module .columns-facets .sortbar-rule {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        height: 1px;
        line-height: 0;
        background: hsl(0,0%,73%);
        box-shadow: 0 1px 3px rgba(0,0,0,0.5)
    }

    body.ia-module .columns-facets .facet_group h1 {
        min-height: 3.5rem;
        padding-bottom: 0;
        margin: 0;
        border-bottom: none
    }

    body.ia-module .columns-facets .facet_group h1 button {
        display: block;
        width: 100%;
        padding: 1.5rem 0 1rem 2rem;
        text-align: left;
        border: none;
        background: transparent;
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none
    }

    body.ia-module .columns-facets .facet_group h1 button~a {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
        padding: 1.2rem
    }

    body.ia-module .columns-facets .facet_group h1 button~a .filter- {
        position: static;
        margin: 0 -1.2rem 0 0
    }

    body.ia-module .columns-facets .facet_group h1 button:before {
        position: absolute;
        top: 1.4rem;
        left: 0;
        z-index: 1;
        font-family: 'Iconochive-Regular';
        content: "\2C3";
        transform: rotate(-90deg);
        transition: all .5s
    }

    body.ia-module .columns-facets .facet_group h1 button:after {
        display: block;
        height: .5rem;
        content: "";
        border-bottom: 1px solid hsl(0,0%,91%)
    }

    body.ia-module .columns-facets .facet_group h1 button.collapsed:before {
        transform: rotate(90deg)
    }

    body.ia-module .columns-facets .facet_group h1 button.collapsed~a {
        display: none
    }

    body.ia-module .columns-facets .fatable {
        padding-left: 2rem
    }

    body.ia-module .columns-facets .facet-partOf a {
        margin-left: 0
    }

    body.ia-module .columns-facets a {
        margin-left: 2rem
    }
}

@media (min-width: 568px) {
    body.ia-module .columns-facets .facet-collapse {
        display:none
    }

    body.ia-module .columns-facets .collapse {
        display: block;
        height: auto !important
    }
}

@media (min-width: 568px) {
    body.ia-module .columns-facets .hidden-xs {
        display:block !important
    }
}

.hero {
    background-color: #247FA3;
    color: #ffffff;
    padding: 4rem 2rem;
    text-shadow: 0 .1rem .2rem hsla(0,0%,0%,0.167)
}

.hero>* {
    margin-bottom: 0;
    margin-top: 0
}

.hero>*+* {
    margin-top: 1rem
}

.hero>h1,.hero>h2,.hero>h3,.hero>h4,.hero>h5,.hero>h6 {
    line-height: 1.15384615;
    font-size: 3.6rem;
    font-weight: 200;
    letter-spacing: .01em
}

.glyphicon.glyphicon-copyright-mark {
    font-size: .7rem;
    vertical-align: super
}

.loading-message {
    font-style: italic
}

.loading-message::after {
    content: '';
    display: inline-block;
    height: 1.34453782em;
    margin-left: .5ch;
    width: 1.34453782em;
    vertical-align: middle;
    background: no-repeat center url('/images/loading.gif');
    background-size: cover
}

.loader-lines {
    display: grid;
    grid-template-columns: 13px 1fr 38px;
    grid-gap: 9px 6px;
    align-items: center
}

.loader-lines .line {
    background: #ddd;
    height: 6px;
    border-radius: 50px
}

.loader-lines .line+.line {
    margin-left: 18px
}

.loader-lines input[type=checkbox] {
    margin: 0
}

.qr-code {
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: -moz-crisp-edges;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    max-width: calc(100vmin - 2 * var(--qr-code-safe-inset, 2rem));
    max-height: calc(100vmin - 2 * var(--qr-code-safe-inset, 2rem))
}

.simple-text-form *+* {
    margin-top: .1rem
}

.simple-text-form input,.simple-text-form label {
    display: block
}

.simple-text-form label {
    line-height: 1.42857143;
    margin-bottom: 0
}

.simple-text-form button {
    width: 100%
}

.simple-text-form--add {
    display: flex;
    flex-direction: column
}

.simple-text-form--add button {
    align-self: flex-end;
    width: auto
}

.simple-text-form *+* {
    margin-top: .5rem
}

.simple-text-form input,.simple-text-form label {
    display: block
}

.simple-text-form label {
    line-height: 1.42857143;
    margin-bottom: 0
}

.simple-text-form button {
    width: 100%
}

.simple-text-form--add {
    display: flex;
    flex-direction: column
}

.simple-text-form--add button {
    align-self: flex-end;
    width: auto
}

.table-with-actions {
    word-break: break-all
}

.table-with-actions td,.table-with-actions th {
    padding: .5rem 0
}

.table-with-actions th {
    word-break: normal
}

.table-with-actions thead tr {
    border-bottom: .1rem solid #999
}

.table-with-actions *+td,.table-with-actions *+th {
    padding-left: 2rem
}

.ia-banners {
    position: relative;
    z-index: 102;
    overflow: hidden
}

.ia-banner {
    display: none;
    position: relative;
    padding: 10px;
    color: #ffffff;
    background: #428bca
}

.ia-banner.visible {
    display: flex
}

.ia-banner.ia-deprecated-browser {
    color: #2c2c2c;
    background: #FAE366;
    box-shadow: 0px 2px 4px grey
}

.ia-banner.ia-deprecated-browser .banner-close button:before {
    background: url("/images/dismiss-dark.svg") 0 0 no-repeat
}

.ia-banner p {
    margin: 0;
    font-size: 1.4rem;
    padding-right: 15px
}

.ia-banner a {
    text-decoration: underline;
    color: inherit
}

.ia-banner .banner-close {
    align-self: center;
    justify-self: end;
    position: absolute;
    right: 10px;
    line-height: 1rem
}

.ia-banner .banner-close button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 2.5px 10px;
    font-size: 1.4rem;
    color: #2c2c2c;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background: #ffffff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.2)
}

.ia-banner .banner-close button:empty {
    padding: 0;
    border-radius: 16px
}

.ia-banner .banner-close button:before {
    display: block;
    width: 16px;
    height: 16px;
    content: "";
    background: transparent url("/images/dismiss.svg") 0 0 no-repeat
}

.ia-banner.urgent {
    background: #ab4517
}

.ia-banner.warn {
    background: #FAE366
}

body.navia .bookreader-playlist-container {
    margin-bottom: 10px
}

body.navia .bookreader-playlist-container .jwlistV2 {
    text-align: left
}

body.navia #jw6_controlbar {
    max-width: 2000px !important
}

body.navia #jw6_sharing {
    overflow: hidden
}

body.navia.jwaudio .jw-controls {
    height: initial;
    top: initial;
    bottom: 0;
    background: black
}

body.navia.jwaudio .jw-wrapper {
    background-color: transparent
}

body.navia.jwaudio .jw-preview {
    display: block;
    background: transparent no-repeat 50% 0%;
    background-size: 100% 100%;
    background-size: 100% calc(100% - 44px)
}

body.navia.jwaudio .jw-controls-backdrop {
    background: initial
}

body.navia.jwaudio .jw-icon[button=btn-prv],body.navia.jwaudio .jw-icon[button=btn-nxt],body.navia.jwaudio .jw-icon[button=btn-shr],body.navia.jwaudio .jw-icon[button=btn-ia],body.navia.jwaudio .jw-icon[button=btn-cast] {
    display: flex
}

body.navia.jwaudio .jw-tooltip-btn-ia {
    display: block;
    bottom: -60%;
    left: -200%
}

body.navia.jwaudio .jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container {
    position: relative;
    left: -40px
}

body.navia.jwaudio .jw-flag-audio-player .jw-controlbar .jw-horizontal-volume-container.jw-open {
    left: 0
}

body.navia.jwaudio.embedded .jw-flag-audio-player {
    max-height: 30px
}

body.navia.jwaudio.embedded .jw-icon {
    height: 30px
}

.jwtime .jwoverlay {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.responsive .jwplayer .jwdisplayIcon .jwtext {
    color: black
}

body.responsive .jwlist::-webkit-scrollbar,body.responsive .jwlistV2::-webkit-scrollbar {
    width: 12px
}

body.responsive .jwlist::-webkit-scrollbar-track,body.responsive .jwlistV2::-webkit-scrollbar-track {
    background: black;
    box-shadow: inset 0 0 6px rgba(255,255,255,0.3);
    border-radius: 10px
}

body.responsive .jwlist::-webkit-scrollbar-thumb,body.responsive .jwlistV2::-webkit-scrollbar-thumb {
    background: #666;
    border-radius: 10px;
    box-shadow: inset 0 0 10px rgba(255,255,255,0.5)
}

body.responsive.responsive-playing .jwplayer {
    background-color: transparent !important
}

body.responsive .audio-with-youtube-spotify .jw-text-duration,body.responsive .audio-with-youtube-spotify .jw-text-elapsed {
    display: flex
}

body.responsive .audio-with-youtube-spotify .jw-text-countdown {
    display: none !important
}

body.responsive .audio-with-youtube-spotify div.jw-icon[button="btn-cast"] {
    display: none
}

body.embedded #jw6 {
    width: 100%;
    height: 100%
}

body.embedded .maudioEmbed {
    max-width: 800px;
    margin: auto;
    position: relative
}

body.embedded .maudioEmbed #jw6 {
    height: 30px
}

body.embedded .jwlist {
    background-color: #363636
}

#jw6 li.item span.title {
    font-size: 1.1rem !important
}

#jw6 li.item span.title .tn {
    display: inline-block;
    width: 15px;
    text-align: right;
    padding-right: 5px;
    border-right: 1px solid gray
}

.jwlist {
    overflow-y: auto
}

.jwlist .jwrow {
    font-size: 1.2rem;
    padding: 3px 5px 3px 5px;
    color: #ccc;
    text-align: left;
    border-bottom: 1px solid black
}

.jwlist .jwrow:hover {
    cursor: pointer;
    color: white;
    background-color: #262626
}

.jwlist .jwrow .n {
    vertical-align: top;
    display: inline-block;
    width: 25px;
    text-align: right;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: bold
}

.jwlist .jwrow .ttl {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: 65%;
    overflow-x: hidden !important
}

.jwlist .jwrow .tm {
    vertical-align: top;
    display: inline-block;
    float: right;
    text-align: left;
    font-weight: bold
}

.jwlist div[class~="jwrow"][class~="playing"] {
    color: #00ADEF
}

.jwlistV2 a {
    text-decoration: none !important
}

.jwlistV2 .jwrowV2 {
    border-radius: 7px;
    color: white;
    background-color: black;
    padding: 5px 8px;
    font-weight: 400;
    cursor: pointer
}

.jwlistV2 .jwrowV2 span.ttl {
    padding: 0 5px 0 8px;
    word-wrap: break-word
}

.jwlistV2 .jwrowV2 span.tm {
    font-weight: 200
}

.jwlistV2 .jwrowV2.playing {
    background-color: #13a0d8
}

#waveformer-loader {
    overflow: hidden;
    width: 1px;
    height: 1px;
    max-width: 1px;
    max-height: 1px;
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: .01
}

body.ia-module .welcome .collection-brand {
    display: flex;
    align-items: center;
    margin-bottom: 4px
}

body.ia-module .welcome .collection-brand #file-dropper-wrap {
    float: none;
    margin: 0 10px 0 0;
    max-width: 30%;
    height: 7rem;
    display: flex;
    justify-content: center;
    align-items: center
}

body.ia-module .welcome .collection-brand #file-dropper-wrap #file-dropper-img {
    max-height: 100%
}

body.ia-module .welcome .collection-brand .collection-titles {
    flex-shrink: 2
}

body.ia-module .welcome .collection-brand h1 {
    margin: 0;
    padding: 0;
    font-size: 3.5rem
}

@media (max-width: 767px) {
    body.ia-module .welcome .collection-brand h1 {
        font-size:2.7rem
    }
}

body.ia-module .welcome .collection-brand h4 {
    margin: 4px 0 0;
    padding: 0
}

.cryptocurrency-logo {
    display: inline-block;
    height: 4rem
}

.cryptocurrency-logo--bitcoin,.cryptocurrency-logo--bitcoin-cash {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.cryptocurrency-options>* {
    margin-bottom: 0;
    margin-top: 0
}

.cryptocurrency-options>*+* {
    margin-top: 1rem
}

.cryptocurrency-options__currency-actions>* {
    margin-bottom: 0;
    margin-top: 0
}

.cryptocurrency-options__currency-actions>*+* {
    margin-top: 2rem
}

.cryptocurrency-options__address-label,.cryptocurrency-options__address-label input {
    display: block
}

.cryptocurrency-options__address-label input {
    border: .1rem solid #767676;
    border-radius: .3rem;
    margin-top: .5rem;
    padding: .5rem 1rem;
    height: 4rem;
    width: 100%
}

.cryptocurrency-options .qr-code {
    display: block;
    width: 120px
}

.cryptocurrency-options .accordion summary {
    line-height: 4rem
}

.cryptocurrency-options .accordion summary h1,.cryptocurrency-options .accordion summary h2,.cryptocurrency-options .accordion summary h3,.cryptocurrency-options .accordion summary h4,.cryptocurrency-options .accordion summary h5,.cryptocurrency-options .accordion summary h6 {
    font-size: 1.8rem;
    vertical-align: top
}

.cryptocurrency-options .accordion details>h1,.cryptocurrency-options .accordion details>h2,.cryptocurrency-options .accordion details>h3,.cryptocurrency-options .accordion details>h4,.cryptocurrency-options .accordion details>h5,.cryptocurrency-options .accordion details>h6 {
    font-size: 1em;
    font-weight: 500
}

.cryptocurrency-options .accordion details>h1+*,.cryptocurrency-options .accordion details>h2+*,.cryptocurrency-options .accordion details>h3+*,.cryptocurrency-options .accordion details>h4+*,.cryptocurrency-options .accordion details>h5+*,.cryptocurrency-options .accordion details>h6+* {
    margin-top: 1rem
}

.cryptocurrency-options .cryptocurrency-logo {
    display: block
}

#changelly_modal .modal-header {
    min-height: 0;
    padding: 0;
    border: none
}

#changelly_modal h3 {
    margin: 1rem 0 .8rem 2.5rem;
    font-size: 2.5rem
}

.directory-listing-table td,.directory-listing-table th {
    padding: 0
}

.directory-listing-table td+*,.directory-listing-table th+* {
    padding-left: 3em;
    padding-left: 5ch
}

.disability-eligibility-provider-form {
    margin-left: 2rem;
    padding: 1rem;
    background-color: #FCF5E6
}

.item-create .container-ia {
    max-width: 650px
}

.item-create ul {
    padding-left: 15px
}

.item-create .formkey {
    font-weight: bold;
    margin-top: 10px
}

.item-create input[type=text] {
    width: 325px
}

.item-create .alert-info {
    margin-bottom: 5px
}

.item-details-about {
    padding-bottom: 2rem
}

.item-details-archive-info>* {
    margin: 0
}

.item-details-archive-info>*+* {
    margin-top: 2rem
}

.item-details-archive-info>a {
    display: block
}

.item-details-metadata #descript,.item-details-metadata .content,.item-details-metadata .metadata-expandable-list,.item-details-metadata .track-list {
    margin-top: 1.43em;
    margin-bottom: 1.43em
}

.item-details-metadata #descript,.item-details-metadata .content,.item-details-metadata .track-list,.item-details-metadata #reviews {
    margin-right: 5rem
}

@media (max-width: 992px) {
    .item-details-metadata #descript,.item-details-metadata .content,.item-details-metadata .track-list,.item-details-metadata #reviews {
        margin-right:2.5rem
    }
}

@media (max-width: 390px) {
    .item-details-metadata #descript,.item-details-metadata .content,.item-details-metadata .track-list,.item-details-metadata #reviews {
        padding-left:0px
    }
}

.item-details-metadata p.statusMessage {
    margin-right: 5rem
}

@media (max-width: 992px) {
    .item-details-metadata p.statusMessage {
        margin-right:2.5rem
    }
}

@media (max-width: 390px) {
    .item-details-metadata p.statusMessage {
        padding-left:.9rem;
        margin-right: .9rem
    }
}

.item-details-metadata h2+.content {
    margin-top: 0
}

.item-details-metadata dl.metadata-definition {
    padding-left: 1.5rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: 200
}

.item-details-metadata dl.metadata-definition .external-identifier-icon {
    margin-right: .05em;
    margin-left: .25em;
    vertical-align: middle;
    width: 1.3rem;
    margin-top: -2px
}

.item-details-metadata dt,.item-details-metadata dd {
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    overflow-wrap: break-word
}

.item-details-metadata dt {
    width: 33.333333%;
    font-weight: 400
}

.item-details-metadata dd {
    width: 58.333333%;
    font-weight: 200
}

.item-details-metadata h1+dl.metadata-definition {
    padding: 0
}

.item-details-metadata h1+dl.metadata-definition dt,.item-details-metadata h1+dl.metadata-definition dd {
    display: inline
}

.action-button {
    background: inherit;
    border: none;
    padding: 0;
    outline: 0
}

.action-buttons-section {
    height: auto
}

.action-buttons-section .topinblock {
    margin-bottom: 6px
}

.action-buttons-section .button {
    padding: 5px;
    font-size: 14px;
    background-color: #FFFFFF;
    border: 2px solid #2c2c2c;
    border-radius: 3px;
    color: #2c2c2c;
    margin: 0 0 5px 5px;
    text-decoration: none;
    display: inline-block;
    text-align: center
}

.action-buttons-section .button a {
    color: #2c2c2c
}

.action-buttons-section .button .icon-label {
    display: block
}

.action-buttons-section .dropdown-menu {
    color: #d0021b;
    border: #d0021b solid 2px;
    width: 210px;
    padding: 0;
    left: auto;
    right: 0;
    top: auto;
    bottom: 100%;
    text-align: left;
    margin-bottom: 10px
}

.action-buttons-section .dropdown-menu .dropdown-title {
    background-color: #F6D8DE;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: #d0021b solid 1px;
    margin: 0;
    padding: 15px 10px
}

.action-buttons-section .dropdown-menu ul {
    padding: 0;
    color: #2c2c2c;
    font-size: 1.2rem
}

.action-buttons-section .dropdown-menu ul .selected {
    color: #d0021b;
    background-color: #F6D8DE;
    font-weight: 600
}

.action-buttons-section .dropdown-menu ul li:hover,.action-buttons-section .dropdown-menu ul li:focus {
    color: #d0021b;
    font-weight: 600
}

.action-buttons-section .dropdown-menu ul li {
    padding: 0;
    list-style: none;
    border-bottom: 1px #f1f1f1 solid
}

.action-buttons-section .dropdown-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    display: block;
    width: 100%;
    padding: 8px 12px
}

.action-buttons-section .dropdown-menu ul li a :hover,.action-buttons-section .dropdown-menu ul li a :focus {
    text-decoration: none;
    color: inherit
}

.action-buttons-section .dropdown-menu ul li:last-child {
    border: none
}

.action-buttons-section .button-hover-menus>* {
    display: none
}

.action-buttons-section .flag-button .button.selected,.action-buttons-section .flag-button .button:hover,.action-buttons-section .flag-button .button:focus {
    color: #be1024 !important;
    background-color: rgba(190,16,36,0.29) !important;
    border: #be1024 solid 2px
}

.action-buttons-section .flag-button .button.flagged {
    color: #FFFFFF;
    background-color: #be1024;
    border: #be1024 solid 2px
}

.action-buttons-section .flag-button .button.flagged:hover,.action-buttons-section .flag-button .button.flagged:facus {
    color: #be1024;
    background-color: rgba(190,16,36,0.29);
    border: #be1024 solid 2px
}

.action-buttons-section .flag-option.selected a:before {
    content: "\2713"
}

.action-buttons-section .flag-popover {
    width: 220px
}

.action-buttons-section .share-button .button:hover,.action-buttons-section .share-button .button:focus {
    color: #428bca !important;
    border: 2px solid #428bca;
    background-color: #d9e8f4
}

.action-buttons-section #radio-borrow-button {
    width: auto
}

.action-buttons-section #tvborrow:hover,.action-buttons-section #tvborrow:focus,.action-buttons-section #radio-borrow-button .button:hover,.action-buttons-section #radio-borrow-button .button:focus {
    color: green !important;
    border: 2px solid green;
    background-color: #cce6cc
}

.action-buttons-section .favorite-btn .button:hover,.action-buttons-section .favorite-btn .button.favorited {
    color: #F0B534 !important;
    border: 2px solid #F0B534;
    background-color: #fcf0d6
}

@media (max-width: 991px) {
    .action-buttons-section .button {
        padding:4px;
        font-size: 13px
    }

    .action-buttons-section .dropdown-menu {
        left: 0;
        right: 0;
        margin: auto
    }
}

.item-download-options {
    text-align: left;
    margin-bottom: 0
}

.item-download-options .download-format-description {
    margin: 0;
    font-size: 1.2rem;
    color: #2c2c2c
}

.item-download-options .download-lending-message {
    margin: 2rem 0 1rem 0
}

.item-download-options .hover-badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
    font-weight: normal;
    color: #2c2c2c;
    background-color: transparent
}

.item-download-options .hover-badge:empty {
    display: none
}

.item-download-options .hover-badge:empty {
    display: inline-block
}

.item-download-options .hover-badge .iconochive-download {
    visibility: hidden
}

.item-download-options .hover-badge-stealth {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
    font-weight: normal;
    color: #2c2c2c;
    background-color: transparent;
    cursor: normal;
    pointer-events: none
}

.item-download-options .hover-badge-stealth:empty {
    display: none
}

.item-download-options .hover-badge-stealth:empty {
    display: inline-block
}

.item-download-options .hover-badge-stealth .iconochive-download {
    visibility: hidden
}

.item-download-options .hover-badge-near {
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

.item-download-options .hover-badge-near .iconochive-download {
    visibility: visible
}

.item-download-options .hover-badge-near:hover {
    color: white !important;
    background-color: #4b64ff !important
}

.item-download-options .download-pill .iconochive-download {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #999;
    border-radius: 10px;
    visibility: hidden;
    background-color: #4b64ff;
    color: white
}

.item-download-options .download-pill .iconochive-download:empty {
    display: none
}

.item-download-options .download-pill .iconochive-download:empty {
    display: inline-block
}

.item-download-options .format-group {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px
}

.item-download-options .quickdown {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: none;
    border-top: 1px solid #ccc;
    margin-top: 7px
}

.item-download-options .quickdown .format-file {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px
}

.item-download-options .quickdown .format-file:first-child {
    border-top: 0
}

.item-download-options .quickdown .format-file:hover .download-pill * {
    visibility: visible
}

.item-download-options .format-summary {
    text-decoration: none;
    color: #475ff2
}

.item-download-options .format-summary .iconochive-right {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    display: inline-block;
    visibility: hidden
}

.item-download-options .format-back {
    display: none
}

.item-download-options .format-group a.stealth {
    color: #475ff2
}

.item-download-options .format-group .down-rite,.item-download-options .format-group .summary-rite {
    float: right !important
}

.item-download-options .format-group:hover .format-summary .iconochive-right,.item-download-options .format-group:hover .format-summary.download-pill * {
    visibility: visible
}

.item-download-options .format-group.in {
    padding-top: 7px
}

.item-download-options .format-group.in .format-summary {
    display: none
}

.item-download-options .format-group.in .format-back {
    display: inline-block;
    margin-top: 0
}

.item-download-options .format-group.in .format-back:hover {
    color: #475ff2
}

.item-download-options .format-group.in .summary-rite .hover-badge-stealth {
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

.item-download-options .format-group.in .summary-rite .hover-badge-stealth .iconochive-download {
    visibility: visible
}

.item-download-options .format-group.in .summary-rite .hover-badge-stealth:hover {
    color: white !important;
    background-color: #4b64ff !important
}

.item-download-options .show-all {
    padding-top: 20px;
    padding-bottom: 10px
}

.item-download-options .show-all .pull-right {
    text-align: right
}

.item-download-options .show-all:hover a {
    color: #428bca
}

.item-download-options .show-all:hover .hover-badge {
    background-color: #ccc;
    text-decoration: none;
    cursor: pointer;
    pointer-events: auto
}

.item-download-options .show-all:hover .hover-badge .iconochive-download {
    visibility: visible
}

.item-download-options .show-all:hover .hover-badge:hover {
    color: white !important;
    background-color: #4b64ff !important
}

.item-stats-summary {
    font-size: 2.2rem;
    text-align: left;
    line-height: 1.81818182
}

.item-stats-summary__count {
    font-weight: 500
}

.item-stats-summary p {
    margin: 0
}

.item-stats-summary p a {
    color: #475ff2
}

.item-upload-info {
    font-size: 1.4rem;
    line-height: 1.42857143
}

.item-upload-info__uploader-name {
    display: block;
    font-size: 2.2rem;
    line-height: 1.36363636
}

.item-upload-info p {
    margin: 0
}

#related-items-bg {
    background-image: url(/images/tv2op70.png);
    background-repeat: repeat;
    z-index: 100;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 50px;
    right: 0;
    width: 100%
}

#related-items {
    height: 100%;
    width: 100%;
    padding: 20px;
    display: grid;
    grid-gap: 10px;
    grid-auto-rows: minmax(100px, auto);
    grid-template-columns: repeat(3, 1fr)
}

#related-items>div {
    height: auto;
    position: relative;
    overflow: hidden
}

#related-items>div:hover .related-ttl {
    background-image: url(/images/tv2op30.png)
}

#related-items a>img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.related-ttl {
    position: absolute;
    left: 0;
    right: 0;
    background-image: url(/images/tv2op50.png);
    text-align: left;
    padding: 5px;
    color: #ddd
}

.related-ttl div {
    text-align: right;
    font-size: 80%;
    color: #bbb
}

.related-donate,.related-donate div {
    text-decoration: none !important
}

.related-donate>div {
    display: grid;
    grid-gap: 7px;
    padding: 7px;
    background-color: #fff;
    border: 5px solid #00a77f;
    height: 100%;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    align-content: space-around;
    justify-content: space-between
}

.related-ctr {
    position: relative;
    height: 100%;
    width: 100%
}

.related-ctr>* {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center
}

.related-donate-logo {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 3
}

.related-donate-logo img {
    box-shadow: 1px 1px 3px #777;
    height: auto;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    padding: 2px;
    background-color: white;
    border: 1px solid #333;
    border-radius: 50%
}

.related-donate-msg {
    grid-column-start: 2;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    color: #2c2c2c;
    line-height: 1.4;
    font-size: 17px;
    font-weight: bold;
    text-shadow: 1px 1px 2px gray
}

.related-donate-btn {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 3;
    grid-row-end: 4;
    color: #fff;
    font-size: 26px;
    background-color: #31a481;
    border: 2px solid #92f5d7;
    border-radius: 4px;
    box-shadow: 1px 1px 2px gray
}

@media (max-width: 767px) {
    #related-items {
        grid-gap:5px;
        grid-template-columns: repeat(2, 1fr)
    }

    #related-items>div:nth-child(2),#related-items>div:nth-child(3),#related-items>div:nth-child(8) {
        display: none
    }
}

@media (max-width: 767px),(max-height:800px) {
    .related-donate>div {
        grid-gap:3px;
        padding: 3px;
        border: 2px solid #00a77f
    }

    .related-donate-msg {
        font-size: 11px;
        line-height: 1
    }

    .related-donate-btn {
        font-size: 12px
    }
}

@media (min-height: 1200px) {
    .related-donate-msg {
        font-size:13px
    }

    .related-donate-btn {
        font-size: 14px
    }
}

.related-music-container .alert {
    color: black
}

.related-music-container #related-music-more-info-btn {
    text-decoration: none;
    cursor: pointer
}

.related-music-container #related-music-more-info-content {
    display: none
}

.related-music-container .related-music-table {
    width: 100%
}

.related-music-container .related-music-table th {
    font-weight: bold;
    color: #2c2c2c;
    text-align: center;
    font-size: 1.6rem;
    padding: .5rem .5rem;
    white-space: pre
}

.related-music-container .related-music-table th:first-child {
    text-align: left;
    padding: .5rem 0
}

.related-music-container .related-music-table .related-track-row .track-title-artist {
    word-break: break-word;
    word-wrap: break-word
}

.related-music-container .related-music-table .related-track-row .track-artist {
    font-size: .9em
}

.related-music-container .related-music-table .related-track-row .related-image {
    padding: .5rem
}

.related-music-container .related-music-table .related-track-row .related-image.empty .img-container {
    background-color: #EEEEEE
}

.related-music-container .related-music-table .related-track-row .related-image.empty .badge {
    background-color: #666666
}

.related-music-container .related-music-table .related-track-row .related-image.loading .loading-indicator {
    display: block
}

.related-music-container .related-music-table .related-track-row .related-image .badged-image {
    width: 5rem;
    height: 5rem;
    margin: auto;
    position: relative;
    background-color: white
}

.related-music-container .related-music-table .related-track-row .related-image .badge {
    background-color: #428bca;
    float: right;
    z-index: 10;
    position: relative;
    right: 0;
    top: -0.5rem
}

.related-music-container .related-music-table .related-track-row .related-image .img-container {
    background-color: black;
    width: 4rem;
    height: 4rem;
    position: relative
}

.related-music-container .related-music-table .related-track-row .related-image .img-container.is-waveform {
    border-radius: 2rem;
    background-color: #224577
}

.related-music-container .related-music-table .related-track-row .related-image .img-container.is-waveform .related-album-image {
    mix-blend-mode: screen
}

.related-music-container .related-music-table .related-track-row .related-image .loading-indicator {
    position: absolute;
    bottom: 0;
    left: 0;
    height: .25rem;
    width: 100%;
    overflow: hidden;
    background-color: #aaaaaa;
    display: none
}

.related-music-container .related-music-table .related-track-row .related-image .loading-indicator:before {
    display: block;
    position: absolute;
    content: "";
    left: -4rem;
    width: 4rem;
    height: 100%;
    background-color: #2980b9;
    animation: loading 2s linear infinite
}

.related-music-container .related-music-table .related-track-row .related-image .related-album-image {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    max-height: 4rem
}

@keyframes loading {
    from {
        left: -4rem;
        width: 30%
    }

    50% {
        width: 30%
    }

    70% {
        width: 70%
    }

    80% {
        left: 50%
    }

    95% {
        left: 120%
    }

    to {
        left: 100%
    }
}

.search-options {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
    justify-content: space-between
}

.search-options__advanced-search-link {
    display: block;
    flex: 0 1 auto
}

.search-options fieldset {
    flex: 1 1 auto;
    overflow-y: hidden;
    margin: 0;
    max-height: 0;
    visibility: hidden;
    transition: max-height .3s ease-out
}

.search-options ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.search-options ul li+li {
    margin-top: .5em
}

.search-options label {
    font-weight: normal;
    margin: 0
}

.search-options input[type='radio'] {
    margin: 0 .5em 0 .25em;
    margin: 0 1ch 0 .5ch
}

.search-options input[type='radio']:disabled~* {
    color: #767676
}

.search-options.is-open fieldset {
    margin: 0 1em .5em 0;
    max-height: 10em;
    visibility: visible;
    transition: max-height .3s ease-in
}

.search-options.is-open fieldset:last-child {
    margin: 0
}

.signup-form__form-error {
    padding: 1rem;
    background: #ffdddd;
    border: 1px solid #ddaaaa
}

.signup-form__field-error {
    margin-left: 1rem;
    color: #E44028
}

.signup-form legend {
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    border: 0
}

.signup-form legend+* {
    margin-top: 1em
}

.signup-form fieldset>:not(legend) {
    margin-left: 1rem
}

.simple-page-navigation-controls *+* {
    margin-top: .5rem
}

.simple-page-navigation-controls input,.simple-page-navigation-controls label {
    display: block
}

.simple-page-navigation-controls label {
    line-height: 1.42857143;
    margin-bottom: 0
}

.simple-page-navigation-controls button {
    width: 100%
}

.simple-page-navigation-controls--add {
    display: flex;
    flex-direction: column
}

.simple-page-navigation-controls--add button {
    align-self: flex-end;
    width: auto
}

.facebook-share-link,.twitter-share-link {
    display: inline-block;
    font-size: 2em;
    line-height: 1
}

.facebook-share-link:focus,.twitter-share-link:focus,.facebook-share-link:hover,.twitter-share-link:hover {
    text-decoration: none
}

.facebook-share-link {
    color: #36589d
}

.facebook-share-link:focus,.facebook-share-link:hover {
    color: #294377
}

.twitter-share-link {
    color: #00a1f9
}

.twitter-share-link:focus,.twitter-share-link:hover {
    color: #0080c6
}

.grafs-tooltip {
    border: 1px solid #ddf;
    background-color: #eef;
    opacity: .85;
    padding: 7px;
    display: inline-block
}

.grafs-tooltip .tt-number {
    text-align: right;
    padding-right: .5rem
}

.grafs-tooltip .tt-date {
    padding-right: .5rem;
    vertical-align: top
}

.grafs-legend {
    background-color: #fff;
    padding: 2px;
    margin-bottom: 8px;
    display: inline-block;
    margin: 0 auto;
    text-align: right
}

.grafs-deprecated {
    color: #767676
}

.stats-table {
    width: 100%;
    border: .2rem solid #aaa;
    hyphens: auto
}

.stats-table tr>* {
    padding: .5rem;
    width: 2%
}

.stats-table tr>*:first-child {
    padding-left: 2rem
}

.stats-table tr>*:last-child {
    padding-right: 2rem
}

.stats-table tbody tr {
    border-top: .1rem solid #d9d9d9
}

.stats-table .stats-table__numeric-column {
    width: 1%;
    text-align: right
}

#dltbl .deprecated,#table-collection .deprecated,#table-contributor .deprecated {
    color: #ccc
}

.rundates {
    margin-bottom: 1rem
}

.rundates .form-group {
    margin-left: 0;
    margin-right: 1rem
}

.rundates .form-group select.form-control {
    width: auto
}

.rundates legend {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem
}

.rundates .contributor .form-group {
    margin-bottom: 5px
}

.media-type-link {
    padding-left: .3rem;
    padding-right: .7rem
}

table .tablesorter td,table .table-stats td {
    text-align: right
}

table .tablesorter td.tal,table .table-stats td.tal {
    text-align: left
}

:not(.sorter-false).tablesorter-headerUnSorted,.tablesorter-headerAsc,.tablesorter-headerDesc {
    cursor: pointer
}

:not(.sorter-false).tablesorter-headerUnSorted .tablesorter-header-inner {
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/includes/bg.gif)
}

.tablesorter-headerAsc .tablesorter-header-inner {
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/includes/asc.gif)
}

.tablesorter-headerDesc .tablesorter-header-inner {
    padding-right: 15px;
    background-repeat: no-repeat;
    background-position: center right;
    background-image: url(/includes/desc.gif)
}

body.navia .container-ia.nopad.whole-earth-web-archive-widget {
    margin-left: 12px;
    margin-right: 12px
}

@media (min-width: 768px) {
    body.navia .container-ia.nopad.whole-earth-web-archive-widget .widgetwrapper {
        padding-left:86px;
        padding-right: 86px
    }
}

body.navia .container-ia.nopad.whole-earth-web-archive-widget .title {
    font-weight: 200;
    text-align: center
}

body.navia .container-ia.nopad.whole-earth-web-archive-widget .framewrapper {
    height: 100px;
    padding: 0
}

body.navia .container-ia.nopad.whole-earth-web-archive-widget .frame {
    border: 0;
    overflow: hidden
}

.wikipedia-summary {
    padding: 3rem .8rem;
    color: #2c2c2c
}

.wikipedia-summary-frame-square {
    position: relative
}

@media (max-width: 991px) {
    .wikipedia-summary-frame-square {
        margin-bottom:2rem;
        max-width: 50%;
        text-align: center
    }
}

.wikipedia-summary-frame-square::after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.wikipedia-summary .wikipedia-image {
    background-size: cover;
    background-position-x: 50%;
    margin-bottom: 2rem;
    position: absolute;
    width: 100%;
    height: 100%
}

@media (max-width: 991px) {
    .wikipedia-summary .wikipedia-image {
        left:50%
    }
}

.wikipedia-summary .wikipedia-credit {
    line-height: 2rem;
    font-size: 1.2rem;
    margin-bottom: .5rem
}

.wikipedia-summary .wikipedia-title {
    line-height: 2rem;
    margin-top: 0;
    font-size: 1.8rem;
    font-weight: 700
}

.wikipedia-summary .wikipedia-infobox-container {
    margin-top: .5rem
}

.wikipedia-summary .wikipedia-infobox td,.wikipedia-summary th {
    vertical-align: top;
    padding-top: 1rem;
    padding-bottom: 0
}

.wikipedia-summary .wikipedia-infobox th {
    padding-right: 1rem;
    width: 10rem
}

.fts-message {
    display: flex;
    font-size: 1.4rem;
    font-weight: 600;
    max-width: 73rem;
    max-width: 94ch
}

.fts-message__message-icon {
    margin-right: 1rem
}

.fts-message__text {
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word
}

@supports (display: grid) {
    body.devbox.tiles .results {
        margin:0 auto;
        justify-content: center;
        grid-row-gap: 25px;
        grid-column-gap: 17px;
        grid-auto-rows: 10px;
        grid-template-columns: repeat(auto-fill, 180px)
    }

    @media (max-width: 390px) {
        body.devbox.tiles .results {
            grid-template-columns:repeat(auto-fill, 150px)
        }
    }

    body.devbox.tiles .results.grid-tiles {
        display: grid
    }

    body.devbox.tiles .results.grid-tiles .item-ia {
        position: relative !important;
        margin: 0 auto !important
    }

    body.devbox.tiles .results.grid-tiles .item-ia .collection-stats {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0
    }

    body.devbox.tiles .results.grid-tiles .item-ia.collection-ia {
        padding-bottom: 60px
    }
}

.pre-search-options {
    margin-bottom: 1rem
}

.pre-search-options>.ui-autocomplete {
    position: relative;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #ddd;
    border-left: none
}

.z-above-top-nav {
    z-index: 1001 !important
}

.bwb-buy-button {
    display: inline-block;
    padding-left: 24px;
    background: transparent url('/images/icons/better-world-books.svg') 0 0 no-repeat;
    background-size: 22px auto;
    color: #475ff2
}

.donate-cryptocurrency-page .container-ia {
    margin: 0;
    max-width: none;
    padding: 0;
    text-align: left
}

.donate-cryptocurrency-page .container-ia>* {
    margin-bottom: 0;
    margin-top: 0
}

.donate-cryptocurrency-page .container-ia>*+* {
    margin-top: 2rem
}

.donate-cryptocurrency-page .donate-cryptocurrency-page__main-content {
    padding: 0 2rem 2rem 2rem
}

.donate-cryptocurrency-page .donate-cryptocurrency-page__main-content>* {
    margin-bottom: 0;
    margin-top: 0
}

.donate-cryptocurrency-page .donate-cryptocurrency-page__main-content>*+* {
    margin-top: 2rem
}

.donate-cryptocurrency-page .hero>*,.donate-cryptocurrency-page .donate-cryptocurrency-page__main-content {
    box-sizing: content-box;
    margin: 0 auto;
    max-width: 68rem
}

.donate-cryptocurrency-page .hero {
    background: none;
    color: #2c2c2c;
    line-height: 1.38888889;
    margin: 0;
    padding-bottom: 2rem;
    text-shadow: none
}

.donate-cryptocurrency-page .hero>* {
    margin-left: auto;
    margin-right: auto
}

.donate-cryptocurrency-page .cryptocurrency-options__currency-actions {
    display: grid;
    grid-gap: 2rem 4rem
}

@media (min-width: 35.5em) {
    .donate-cryptocurrency-page .cryptocurrency-options__currency-actions {
        padding-left:3rem;
        grid-template: auto 1fr / auto 1fr
    }

    .donate-cryptocurrency-page .cryptocurrency-options__currency-actions>* {
        grid-column-start: 2
    }
}

@supports (display: grid) {
    .donate-cryptocurrency-page .cryptocurrency-options__currency-actions>* {
        margin:0
    }
}

.donate-cryptocurrency-page .qr-code {
    margin-left: auto;
    margin-right: auto
}

@media (min-width: 35.5em) {
    .donate-cryptocurrency-page .qr-code {
        grid-area:1 / 1 / -1;
        margin-left: 0;
        margin-right: 0
    }
}

.download-directory-listing .iconochive-lock {
    font-size: .875em
}

.download-directory-listing .directory-listing-table {
    color: #2c2c2c
}

.download-directory-listing .directory-listing-table__restricted-file {
    color: #666666
}

.download-directory-listing .directory-listing-table thead {
    border-bottom: 1px solid #657b83
}

.download-directory-listing .directory-listing-table thead th {
    text-align: left;
    line-height: 2rem
}

.download-directory-listing .directory-listing-table tbody tr td {
    line-height: 2rem
}

.download-directory-listing .directory-listing-table .iconochive-Uplevel {
    margin-top: .5rem;
    display: inline-block
}

.download-directory-listing .directory-listing-table a {
    color: #475ff2
}

.download-directory-listing pre {
    color: #666666;
    padding: 2rem;
    padding-top: 0px;
    overflow-x: scroll
}

.download-directory-listing pre>*+* {
    margin-top: 1.42857143em
}

.item-edit-status .item-edit-status-message {
    margin: 24px 0;
    text-align: center
}

.simple-lists-admin {
    margin: 2rem 0
}

.simple-lists-admin>* {
    margin: 0
}

.simple-lists-admin>*+* {
    margin-top: 4rem
}

.simple-lists-admin h1 {
    font-size: 2.4rem
}

.simple-lists-admin h2 {
    font-size: 1.8rem
}

.simple-lists-admin h4 {
    margin-top: .25rem
}

.simple-lists-admin button,.simple-lists-admin input {
    box-sizing: border-box
}

.simple-lists-admin button {
    box-sizing: border-box;
    padding: .5rem 2rem;
    height: 3rem
}

.simple-lists-admin input {
    height: 3rem;
    padding: .5rem 1rem;
    width: 100%;
    border: .1rem solid #999
}

@media (min-width: 35.5em) {
    .simple-lists-admin .simple-text-form--add {
        display:block
    }

    .simple-lists-admin .simple-text-form--add *+* {
        margin-left: 1rem;
        margin-top: 0
    }

    .simple-lists-admin .simple-text-form--add button,.simple-lists-admin .simple-text-form--add input,.simple-lists-admin .simple-text-form--add label {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }

    .simple-lists-admin .simple-text-form--add input {
        width: 25rem
    }
}

.search-results-page .fts-message {
    margin: 4rem 1.2rem
}

@media (min-width: 390px) {
    .search-results-page .fts-message {
        margin-left:0;
        margin-right: 0
    }
}

.search-results-page .container.nopad>.fts-message {
    margin-left: 1.2rem;
    margin-right: 1.2rem
}

@media (min-width: 768px) {
    .search-results-page .container.nopad>.fts-message {
        margin-left:0;
        margin-right: 0
    }
}

.universal-access .container-ia,.universal-access-verify .container-ia {
    max-width: 68rem;
    text-align: left
}

.universal-access .container-ia>*,.universal-access-verify .container-ia>* {
    margin-bottom: 0;
    margin-top: 0
}

.universal-access .container-ia>*+*,.universal-access-verify .container-ia>*+* {
    margin-top: 2rem
}

.universal-access header,.universal-access-verify header {
    margin-top: 20px;
    position: relative
}

.universal-access>*,.universal-access-verify>* {
    margin-left: auto;
    margin-right: auto
}

.universal-access-verify-options>* {
    margin-bottom: 0;
    margin-top: 0
}

.universal-access-verify-options>*+* {
    margin-top: 1rem
}

.universal-access-verify-options__provider-actions {
    margin-left: 3rem
}

.universal-access-verify-options__provider-actions form {
    width: 30rem
}

.universal-access-verify-options__provider-actions label {
    display: block
}

.universal-access-verify-options__provider-actions input {
    display: block;
    border: .1rem solid #767676;
    border-radius: .3rem;
    margin-top: .5rem;
    padding: .5rem 1rem;
    width: 100%
}

.universal-access-verify-options__provider-actions input[type='submit'] {
    display: inline;
    margin-right: 1rem
}

.universal-access-verify-options__provider-actions .submit-button {
    width: 8rem
}

.universal-access-verify-options__provider-actions>* {
    margin-bottom: 0;
    margin-top: 0
}

.universal-access-verify-options__provider-actions>*+* {
    margin-top: 2rem
}

.universal-access-verify-options .accordion summary {
    line-height: 3rem
}

.universal-access-verify-options .accordion summary h1,.universal-access-verify-options .accordion summary h2,.universal-access-verify-options .accordion summary h3,.universal-access-verify-options .accordion summary h4,.universal-access-verify-options .accordion summary h5,.universal-access-verify-options .accordion summary h6 {
    font-size: 1.8rem;
    vertical-align: top
}

.universal-access-verify-options .accordion details>h1,.universal-access-verify-options .accordion details>h2,.universal-access-verify-options .accordion details>h3,.universal-access-verify-options .accordion details>h4,.universal-access-verify-options .accordion details>h5,.universal-access-verify-options .accordion details>h6 {
    font-size: 1em;
    font-weight: 500
}

.universal-access-verify-options .accordion details>h1+*,.universal-access-verify-options .accordion details>h2+*,.universal-access-verify-options .accordion details>h3+*,.universal-access-verify-options .accordion details>h4+*,.universal-access-verify-options .accordion details>h5+*,.universal-access-verify-options .accordion details>h6+* {
    margin-top: 1rem
}

.header-logo {
    display: block;
    position: absolute;
    left: -120px;
    width: 100px;
    height: 100px
}

@media screen and (max-width: 480px) {
    .container.container-ia .smaller {
        display:block
    }
}

.navbar-fixed-position #favorite-modal {
    z-index: 2000001
}

.signup-form-section,.login-form-section {
    max-width: 60rem;
    margin: 0 auto 5rem;
    float: none
}

.signup-form-section .signup-form label,.login-form-section .signup-form label {
    width: 100%;
    margin-bottom: 0
}

.signup-form-section .signup-form label.regular,.login-form-section .signup-form label.regular {
    margin-bottom: .6rem
}

.signup-form-section .signup-form label.regular .input-checkbox,.login-form-section .signup-form label.regular .input-checkbox {
    vertical-align: middle;
    margin: 0;
    position: relative;
    margin-top: -3px
}

.signup-form-section .signup-form .mailing-lists-settings input,.login-form-section .signup-form .mailing-lists-settings input {
    vertical-align: top
}

.signup-form-section .signup-form .mailing-lists-settings label.regular,.login-form-section .signup-form .mailing-lists-settings label.regular {
    max-width: calc(100% - 20px)
}

@media (max-width: 992px) and (min-width:768px) {
    .signup-form-section,.login-form-section {
        max-width:45rem;
        width: 100%
    }
}

@media screen and (max-width: 768px) {
    .signup-form-section,.login-form-section {
        max-width:43rem;
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    .signup-form-section,.login-form-section {
        max-width:30rem;
        width: 100%
    }
}

.signup-form-section .login-header img,.login-form-section .login-header img,.signup-form-section .signup-header img,.login-form-section .signup-header img {
    height: 8rem;
    margin: 3rem 0
}

.signup-form-section .login-header h1,.login-form-section .login-header h1,.signup-form-section .signup-header h1,.login-form-section .signup-header h1 {
    margin: 0 0 .6rem 0;
    font-size: 2.4rem;
    color: #2c2c2c
}

.signup-form-section .login-header p,.login-form-section .login-header p,.signup-form-section .signup-header p,.login-form-section .signup-header p {
    font-size: 1.4rem;
    margin-bottom: 2rem
}

.signup-form-section .login-header .js-disabled,.login-form-section .login-header .js-disabled,.signup-form-section .signup-header .js-disabled,.login-form-section .signup-header .js-disabled {
    color: #E51C23
}

.signup-form-section .signup-form-element label,.login-form-section .signup-form-element label,.signup-form-section .login-form-element label,.login-form-section .login-form-element label {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.6rem;
    color: #2c2c2c
}

.signup-form-section .signup-form-element label.regular,.login-form-section .signup-form-element label.regular,.signup-form-section .login-form-element label.regular,.login-form-section .login-form-element label.regular {
    font-size: 1.4rem;
    font-weight: normal;
    margin-bottom: .6rem
}

.signup-form-section .signup-form-element .form-element,.login-form-section .signup-form-element .form-element,.signup-form-section .login-form-element .form-element,.login-form-section .login-form-element .form-element {
    width: 90%;
    border: .1rem solid #7b7e80;
    height: 3rem;
    padding: 5px;
    margin-top: 5px
}

@media screen and (max-width: 480px) {
    .signup-form-section .signup-form-element .form-element,.login-form-section .signup-form-element .form-element,.signup-form-section .login-form-element .form-element,.login-form-section .login-form-element .form-element {
        width:85%
    }
}

.signup-form-section .signup-form-element .terms,.login-form-section .signup-form-element .terms,.signup-form-section .login-form-element .terms,.login-form-section .login-form-element .terms {
    margin-left: 0;
    font-size: 10pt;
    margin-bottom: 5px
}

.signup-form-section .signup-form-element .loading-img,.login-form-section .signup-form-element .loading-img,.signup-form-section .login-form-element .loading-img,.login-form-section .login-form-element .loading-img {
    margin-bottom: 5px
}

.signup-form-section .signup-form-element .loading-img,.login-form-section .signup-form-element .loading-img,.signup-form-section .login-form-element .loading-img,.login-form-section .login-form-element .loading-img {
    display: initial;
    padding-left: 1rem;
    background-repeat: no-repeat;
    margin-left: 1.5rem;
    background-size: contain;
    background-position: 0px 3px
}

.signup-form-section .signup-form-element .loader-img-username,.login-form-section .signup-form-element .loader-img-username,.signup-form-section .login-form-element .loader-img-username,.login-form-section .login-form-element .loader-img-username,.signup-form-section .signup-form-element .loader-img-screenname,.login-form-section .signup-form-element .loader-img-screenname,.signup-form-section .login-form-element .loader-img-screenname,.login-form-section .login-form-element .loader-img-screenname,.signup-form-section .signup-form-element .loader-img-signup,.login-form-section .signup-form-element .loader-img-signup,.signup-form-section .login-form-element .loader-img-signup,.login-form-section .login-form-element .loader-img-signup {
    background-image: url(/images/loading.gif)
}

.signup-form-section .signup-form-element .loader-img-signup,.login-form-section .signup-form-element .loader-img-signup,.signup-form-section .login-form-element .loader-img-signup,.login-form-section .login-form-element .loader-img-signup {
    padding-top: 5px
}

.signup-form-section .signup-form-element .success-img-username,.login-form-section .signup-form-element .success-img-username,.signup-form-section .login-form-element .success-img-username,.login-form-section .login-form-element .success-img-username,.signup-form-section .signup-form-element .success-img-screenname,.login-form-section .signup-form-element .success-img-screenname,.signup-form-section .login-form-element .success-img-screenname,.login-form-section .login-form-element .success-img-screenname {
    background-image: url(/images/check_green.svg)
}

.signup-form-section .signup-form-element .loader-img-username,.login-form-section .signup-form-element .loader-img-username,.signup-form-section .login-form-element .loader-img-username,.login-form-section .login-form-element .loader-img-username,.signup-form-section .signup-form-element .success-img-username,.login-form-section .signup-form-element .success-img-username,.signup-form-section .login-form-element .success-img-username,.login-form-section .login-form-element .success-img-username,.signup-form-section .signup-form-element .loader-img-screenname,.login-form-section .signup-form-element .loader-img-screenname,.signup-form-section .login-form-element .loader-img-screenname,.login-form-section .login-form-element .loader-img-screenname,.signup-form-section .signup-form-element .success-img-screenname,.login-form-section .signup-form-element .success-img-screenname,.signup-form-section .login-form-element .success-img-screenname,.login-form-section .login-form-element .success-img-screenname,.signup-form-section .signup-form-element .loader-img-signup,.login-form-section .signup-form-element .loader-img-signup,.signup-form-section .login-form-element .loader-img-signup,.login-form-section .login-form-element .loader-img-signup {
    display: none
}

.signup-form-section .signup-form-element .eye-img a,.login-form-section .signup-form-element .eye-img a,.signup-form-section .login-form-element .eye-img a,.login-form-section .login-form-element .eye-img a {
    display: block
}

.signup-form-section .signup-form-element .eye-img span a,.login-form-section .signup-form-element .eye-img span a,.signup-form-section .login-form-element .eye-img span a,.login-form-section .login-form-element .eye-img span a {
    display: inline-block
}

.signup-form-section .signup-form-element .input-button,.login-form-section .signup-form-element .input-button,.signup-form-section .login-form-element .input-button,.login-form-section .login-form-element .input-button,.signup-form-section .signup-form-element .input-submit,.login-form-section .signup-form-element .input-submit,.signup-form-section .login-form-element .input-submit,.login-form-section .login-form-element .input-submit {
    line-height: normal;
    border: .1rem solid #c5d1df;
    padding: 6px 25px;
    margin-top: 1rem;
    margin-bottom: 2rem;
    background-color: #194880
}

.signup-form-section .signup-form-element .input-button[disabled],.login-form-section .signup-form-element .input-button[disabled],.signup-form-section .login-form-element .input-button[disabled],.login-form-section .login-form-element .input-button[disabled],.signup-form-section .signup-form-element .input-submit[disabled],.login-form-section .signup-form-element .input-submit[disabled],.signup-form-section .login-form-element .input-submit[disabled],.login-form-section .login-form-element .input-submit[disabled] {
    cursor: progress;
    background-color: gray;
    border: .1rem solid gray
}

.signup-form-section .signup-form-element label,.login-form-section .signup-form-element label,.signup-form-section .login-form-element label,.login-form-section .login-form-element label {
    font-size: 1.6rem;
    color: #2c2c2c
}

.signup-form-section .signup-form-element .reset-password,.login-form-section .signup-form-element .reset-password,.signup-form-section .login-form-element .reset-password,.login-form-section .login-form-element .reset-password {
    text-decoration: none;
    color: #428bca;
    font-size: 1.4rem
}

.signup-form-section .signup-form-element .reset-password,.login-form-section .signup-form-element .reset-password,.signup-form-section .login-form-element .reset-password,.login-form-section .login-form-element .reset-password,.signup-form-section .signup-form-element .login-error,.login-form-section .signup-form-element .login-error,.signup-form-section .login-form-element .login-error,.login-form-section .login-form-element .login-error {
    margin-top: .6rem;
    margin-bottom: 2rem;
    display: inherit
}

.signup-form-section .signup-form-element .login-error,.login-form-section .signup-form-element .login-error,.signup-form-section .login-form-element .login-error,.login-form-section .login-form-element .login-error {
    font-size: 1.4rem;
    color: #E51C23
}

.signup-form-section .signup-form-element .eye-img img,.login-form-section .signup-form-element .eye-img img,.signup-form-section .login-form-element .eye-img img,.login-form-section .login-form-element .eye-img img {
    height: 1.6rem
}

.signup-form-section .signup-form-element img.password_icon,.login-form-section .signup-form-element img.password_icon,.signup-form-section .login-form-element img.password_icon,.login-form-section .login-form-element img.password_icon {
    padding-left: 1rem
}

.signup-form-section .signup-form-element fieldset,.login-form-section .signup-form-element fieldset,.signup-form-section .login-form-element fieldset,.login-form-section .login-form-element fieldset {
    margin-top: 2rem
}

.signup-form-section .signup-form-element .error-field,.login-form-section .signup-form-element .error-field,.signup-form-section .login-form-element .error-field,.login-form-section .login-form-element .error-field {
    fill: #ffffff;
    border: .3rem solid #E51C23
}

.signup-form-section .signup-form-element .announcements,.login-form-section .signup-form-element .announcements,.signup-form-section .login-form-element .announcements,.login-form-section .login-form-element .announcements {
    margin: 0
}

.signup-form-section .signup-form-element .smaller,.login-form-section .signup-form-element .smaller,.signup-form-section .login-form-element .smaller,.login-form-section .login-form-element .smaller {
    font-size: .8em;
    font-weight: normal
}

.signup-form-section .signup-form-element .lighter,.login-form-section .signup-form-element .lighter,.signup-form-section .login-form-element .lighter,.login-form-section .login-form-element .lighter {
    color: #2c2c2c
}

.signup-form-section .signup-form-element input.submit-to-signup,.login-form-section .signup-form-element input.submit-to-signup,.signup-form-section .login-form-element input.submit-to-signup,.login-form-section .login-form-element input.submit-to-signup {
    display: inline;
    margin: 0 10px 0 0
}

.signup-form-section .signup-form-element .submit-to-subscribe,.login-form-section .signup-form-element .submit-to-subscribe,.signup-form-section .login-form-element .submit-to-subscribe,.login-form-section .login-form-element .submit-to-subscribe {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.box p {
    margin-top: 1rem
}

.cookie-warning {
    padding: 10px;
    background: #ffdddd;
    border: 1px solid #ddaaaa;
    margin-bottom: 2rem
}

.third-party-demarcator>* {
    display: inline-block;
    vertical-align: middle
}

.third-party-demarcator span {
    padding: 2% 4%
}

.third-party-demarcator .line {
    width: 30%;
    border-top: .2rem solid black
}

#favorite-modal.login-modal .login-header {
    border: 0;
    padding: 0;
    min-height: 0
}

#favorite-modal.login-modal .modal-title {
    display: none
}

#favorite-modal.login-modal .modal-header {
    border: 0
}

div.upsell-popup.modal.fade .modal-content {
    left: auto;
    width: 300px;
    padding: .625em 1.65em;
    border-radius: .375em;
    color: #2c2c2c;
    position: relative;
    background-color: #f5f5f7;
    transform: translate(0, 10%);
    box-shadow: 0 12px 30px 0 rgba(0,0,0,0.5),inset 0 1px 0 0 hsla(0,0%,100%,0.65)
}

div.upsell-popup.modal.fade .modal-content>.close {
    position: absolute;
    right: 13px
}

div.upsell-popup.modal.fade .modal-content h4 {
    color: #2c2c2c;
    margin-top: 1em;
    padding: 0 8px
}

div.upsell-popup.modal.fade .modal-content .error {
    display: none;
    font-weight: 600;
    color: #b00b00;
    margin-bottom: 0
}

div.upsell-popup.modal.fade .modal-content .error.visible {
    display: block
}

div.upsell-popup.modal.fade .modal-content .logo-icon img {
    border-radius: 100%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.18),0 2px 2px 0 rgba(0,0,0,0.08);
    margin-top: -29px;
    width: 65px
}

div.upsell-popup.modal.fade .modal-content .amount-box {
    background-color: #fff;
    padding: 5px .625em;
    border-radius: 5px
}

div.upsell-popup.modal.fade .modal-content .amount-box input {
    width: 70px;
    text-align: center;
    border: none;
    border-bottom: 1px solid gray;
    font-weight: bold;
    font-size: 1.5em
}

div.upsell-popup.modal.fade .modal-content .amount-box span {
    font-size: 1.25em;
    font-weight: bold
}

div.upsell-popup.modal.fade .modal-content .btn-yes-donor {
    font-size: 1.5em;
    display: block;
    width: 100%;
    padding: .625em;
    margin-top: 1.5em;
    background-color: #96C23E;
    color: #fff;
    border-radius: 5px;
    text-shadow: 0 1px #000;
    border: 2px solid #5c8e5c;
    font-weight: bold;
    line-height: normal;
    margin-bottom: .625em;
    outline: none
}

div.upsell-popup.modal.fade .modal-content .btn-yes-donor[disabled] {
    cursor: progress;
    background-color: gray;
    border: 2px solid gray
}

div.upsell-popup.modal.fade .modal-content .later {
    color: #c23e3e;
    text-decoration: none
}

div.upsell-popup.modal.fade .modal-content .actions p {
    margin-bottom: 10px;
    font-size: 23px;
    font-weight: 700;
    color: #1188d7
}

body.donatePage {
    position: relative;
    height: auto
}

body.donatePage .backdrop {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 50001;
    background: rgba(0,0,0,0.8)
}

#donation_processing .modal-dialog {
    width: 320px
}

#donation_processing h2 {
    font-size: 1.8rem
}

#donation_processing [id$='body'] {
    padding: 2rem 1rem;
    font-size: 1.6rem;
    text-align: center
}

.braintree-fields+.braintree-fields {
    padding-top: 1rem
}

.braintree-fields .error {
    display: none;
    font-weight: 600;
    color: #b00b00;
    margin-bottom: 0
}

.braintree-fields .error.visible {
    display: block
}

.braintree-fields .field.error-border.no-border-bottom {
    border-bottom: 0
}

.braintree-fields .field.error-border {
    border: .1rem solid #b00b00
}

.braintree-fields label {
    display: none
}

.braintree-fields .field,.braintree-fields input[type=text],.braintree-fields input[type=email] {
    display: inline-block;
    width: 100%;
    height: 30px;
    padding: 0 1rem 0 3.2rem;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-top-width: 0;
    border-radius: 0;
    background: #ffffff;
    transition: border-color 200ms ease
}

.braintree-fields .field#bt_first-name,.braintree-fields input[type=text]#bt_first-name,.braintree-fields input[type=email]#bt_first-name,.braintree-fields .field#bt_card-number,.braintree-fields input[type=text]#bt_card-number,.braintree-fields input[type=email]#bt_card-number {
    border-top-width: 1px
}

.braintree-fields .icon_wrap {
    border: 1px solid #d9d9d9;
    border-top-width: 0;
    background: #ffffff;
    background-position: 1rem 50%;
    background-repeat: no-repeat
}

.braintree-fields .icon_wrap input[type=text],.braintree-fields .icon_wrap input[type=email] {
    border: none;
    background: transparent
}

.braintree-fields .icon_wrap.person {
    border-top-width: 1px;
    background-image: url("/images/person.svg")
}

.braintree-fields .icon_wrap.email {
    border-top-width: 1px;
    background-image: url("/images/email.svg")
}

.braintree-fields .icon_wrap.lock {
    background-image: url("/images/lock.svg")
}

.braintree-fields .icon_wrap.card {
    background-image: url("/images/ccard.svg")
}

.braintree-fields .icon_wrap.calendar {
    background-image: url("/images/calendar.svg")
}

.braintree-fields .icon_wrap.pin {
    background-image: url("/images/locale_pin.svg")
}

.braintree-fields .select {
    padding: 0 1rem 0 2.4rem;
    border: 1px solid #d9d9d9;
    border-top-width: 0;
    background: #ffffff
}

.braintree-fields select {
    display: block;
    width: 100%;
    height: 30px;
    font: 700 14px Helvetica Neue,Helvetica,Arial,sans-serif;
    box-sizing: border-box;
    border: none;
    background: #ffffff
}

.braintree-fields input[type="submit"] {
    display: block;
    width: 100%;
    margin: 1rem 0;
    appearance: none;
    -webkit-appearance: none;
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    background: #31A481
}

.braintree-fields input[type="submit"]:disabled {
    opacity: .5
}

.braintree-fields input[type="submit"]:active {
    background-color: #195241
}

.braintree-fields .field-row {
    font-size: 0;
    text-align: left
}

.braintree-fields .field-row input[type=text] {
    border-top-width: 0
}

.braintree-fields label {
    display: none
}

.braintree-fields input {
    font: 700 14px Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #2c2c2c
}

.braintree-fields input ::-webkit-input-placeholder {
    color: #CCC
}

.braintree-fields input :-ms-input-placeholder {
    color: #CCC
}

.braintree-fields input ::placeholder {
    color: #CCC
}

.braintree-fields input:focus {
    outline: none
}

.braintree-fields input:focus:not(type="submit") {
    color: #2c2c2c
}

.braintree-fields input:-internal-autofill-selected {
    background: transparent !important
}

.braintree-fields #bt_state,.braintree-fields #bt_expiration {
    width: 60%
}

.braintree-fields #bt_cvv,.braintree-fields #bt_zipcode {
    width: 40%;
    border-left-width: 0
}

.braintree-fields #bt_zipcode {
    padding-left: 1.5rem
}

.braintree-fields #bt_card-number {
    display: block
}

.braintree-fields .braintree-hosted-fields-focused {
    border-color: #52b3d9
}

.braintree-fields .braintree-hosted-fields-invalid {
    color: #b00b00;
    border-color: #b00b00
}

a.error-modal-faq-link {
    margin: 1rem 0 0 0;
    text-align: center;
    display: block;
    text-decoration: underline;
    color: #2c2c2c
}

body.donatePage {
    background-color: #EEEEEE;
    font-size: 1.4rem;
    color: #2c2c2c
}

body.donatePage donation-form-controller {
    min-height: 362px;
    display: block;
    --formSectionBadgeBackgroundColor: #2c2c2c
}

body.donatePage modal-manager {
    --modalTopMargin: 4rem;
    --modalBottomMargin: .1rem;
    --modalWidth: 320px
}

body.donatePage #paypal-upsell-button {
    opacity: .01;
    padding-bottom: .6rem
}

body.donatePage body.modal-manager-open {
    overflow: hidden
}

body.donatePage modal-manager {
    display: none
}

body.donatePage modal-manager[mode='open'] {
    display: block
}

body.donatePage #recaptcha {
    position: absolute;
    z-index: 10
}

body.donatePage .donate-header {
    font-size: 2.6rem;
    font-weight: bold;
    color: white;
    margin: 0;
    line-height: 1.15384615
}

body.donatePage .letter-title {
    font-size: 2rem;
    color: #2c2c2c;
    font-weight: 700
}

body.donatePage .other-header {
    font-size: 2rem;
    color: #52b3d9;
    font-weight: 200
}

body.donatePage hr {
    border-top: 1px solid #d9d9d9
}

body.donatePage .highlight {
    padding: 2px 2px 1px 2px;
    border-bottom: 3px solid #F7941E
}

body.donatePage .highlight::selection {
    background: #fde6ca
}

body.donatePage strong.highlight {
    font-weight: normal
}

body.donatePage .donation-amount-helper {
    font-weight: 700;
    text-align: center
}

@media (min-width: 992px) {
    body.donatePage .donate-sidebar {
        float:right
    }
}

body.donatePage .donate-form-section {
    counter-reset: donation-steps;
    background-color: #FFFFFF
}

@media (min-width: 1200px) {
    body.donatePage .donate-form-section {
        min-height:631px
    }
}

body.donatePage .donate-form-section .white-box {
    padding: 3.2rem 1rem
}

body.donatePage .donate-form-section .column {
    max-width: 32rem;
    margin: 0 auto
}

body.donatePage .donate-form-section .helper {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

body.donatePage .donate-form-section .hit-area,body.donatePage .donate-form-section .helper+input,body.donatePage .donate-form-section .helper+img,body.donatePage .donate-form-section .helper+a {
    margin-top: auto;
    margin-bottom: auto;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

body.donatePage .donate-form-section p.secure_note {
    padding-top: .5rem;
    font-size: 1.1rem;
    text-align: center
}

body.donatePage .donate-form-section p.secure_note [class^="iconochive"] {
    font-size: 1.6rem
}

body.donatePage .donate-form-section p.or_separator {
    position: relative;
    margin: 0 4rem;
    font-size: 2.6rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center
}

body.donatePage .donate-form-section p.or_separator:before {
    position: absolute;
    top: calc(50% - 1px);
    right: 0;
    left: 0;
    height: 2px;
    content: "";
    background: #333333
}

body.donatePage .donate-form-section p.or_separator span {
    display: inline-block;
    position: relative;
    padding: 1rem;
    background: #ffffff
}

body.donatePage .donate-form-section .crypto-donate {
    margin-left: 3.4rem
}

body.donatePage .donate-form-section .crypto-donate .cryptocurrency-wrapper {
    height: 60px;
    border: 1px solid #333;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: inherit;
    text-decoration: none;
    margin-bottom: 10px
}

body.donatePage .donate-form-section .crypto-donate .cryptocurrency-wrapper .content-stack {
    text-align: center
}

body.donatePage .donate-form-section .crypto-donate .cryptocurrency-wrapper .button-text {
    font-size: 1.8rem;
    font-weight: bold
}

body.donatePage .donate-form-section .crypto-donate .cryptocurrency-wrapper .crypto-icons {
    height: 16px
}

body.donatePage .donate-form-section.braintree-disabled .crypto-donate {
    margin: auto;
    width: 29rem
}

body.donatePage .donate-form-section ul {
    list-style-type: none;
    padding: 0;
    text-align: center
}

body.donatePage .donate-form-section li {
    display: inline-block;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
    max-height: 90px
}

body.donatePage .donate-form-section li label,body.donatePage .donate-form-section li input {
    font-weight: 700;
    font-size: 1.6rem;
    cursor: default
}

body.donatePage .donate-form-section li label {
    margin: 0;
    text-align: center;
    vertical-align: middle;
    display: inline-block
}

@media (min-width: 992px) and (max-width:1200px) {
    body.donatePage .donate-form-section li label {
        font-size:1.4rem
    }
}

body.donatePage .donate-form-section input[type="radio"] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

body.donatePage .donate-form-section input[type="radio"]:focus+.hit-area {
    outline: 3px lightblue solid
}

body.donatePage .donate-form-section .service .button-wrap:before,body.donatePage .donate-form-section .service .button-wrap_before {
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle
}

body.donatePage .donate-form-section .service .button-wrap {
    border-radius: 7px;
    text-align: center;
    max-width: 320px;
    height: 62px;
    background-color: #d9d9d9;
    border: 1px solid #f3f4f6;
    margin: 7px auto;
    cursor: pointer
}

body.donatePage .donate-form-section .service .button-wrap:hover,body.donatePage .donate-form-section .service .button-wrap:focus,body.donatePage .donate-form-section .service .button-wrap-hover {
    background-color: #f1f1f1;
    background-image: linear-gradient(#ffffff, #f1f1f1);
    background: #f1f1f1;
    background: linear-gradient(#ffffff, #f1f1f1)
}

body.donatePage .donate-form-section .service form {
    text-align: center
}

body.donatePage .donate-form-section .service .button-wrap input[type="image"],body.donatePage .donate-form-section .service .button-wrap img {
    max-height: 36px;
    vertical-align: middle;
    margin: auto
}

body.donatePage .donate-form-section .service #stripeOneTime.button-wrap img,body.donatePage .donate-form-section .service #stripeMonthly.button-wrap img {
    max-height: 50px
}

body.donatePage .donate-form-section .service .button-wrap[id^=stripe] button {
    border: none;
    background: none;
    max-height: 50px
}

@media (max-width: 1199px) {
    body.donatePage .letter {
        min-height:719px
    }
}

body.donatePage .letter .blurb strong.blue {
    color: #52b3d9
}

body.donatePage .letter figure {
    float: right;
    margin-bottom: 15px
}

body.donatePage .letter figcaption {
    font-style: italic;
    font-size: 1rem;
    text-align: center
}

body.donatePage .letter .portrait img {
    display: inline-block;
    height: 150px;
    margin-left: 15px;
    border-radius: 5px
}

body.donatePage .letter .exhortation {
    font-style: italic
}

body.donatePage .cheers {
    text-align: center;
    margin: 29px auto 36px auto;
    max-width: 500px
}

body.donatePage div[class*="col-"] {
    padding-bottom: 7px;
    padding-top: 7px
}

@media (min-width: 992px) {
    body.donatePage .container {
        max-width:1170px
    }
}

body.donatePage .white-box {
    background-color: white;
    padding: 24px
}

body.donatePage .white-box hr {
    margin: 27px -24px
}

body.donatePage .blue-box {
    background-color: #497FBF;
    padding: 2.4rem 2.4rem 2.4rem 3.5rem
}

body.donatePage .donation-faqs-note {
    text-align: center
}

body.donatePage #stripe-charge-error .modal-dialog {
    max-width: 300px
}

body.donatePage #stripe-charge-error .modal-title {
    font-size: 1.8rem
}

body.donatePage #stripe-charge-error p {
    padding: 1.5rem
}

body.donatePage #payment-initializers {
    display: none
}

body.donateThankYou {
    color: #424242;
    background-color: #EEEEEE
}

body.donateThankYou .page-container {
    background-color: #ffffff;
    font-size: 1.8rem;
    padding: 2rem;
    max-width: 70rem;
    margin: 1rem auto
}

body.donateThankYou .survey {
    margin: 1rem 2rem 2rem 2rem
}

body.donateThankYou a:link,body.donateThankYou a:visited {
    text-decoration: underline
}

body.donateThankYou a:hover {
    text-decoration: none
}

body.donateThankYou header {
    text-align: center
}

body.donateThankYou .sub-header {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EEEEEE;
    padding-bottom: 2rem
}

body.donateThankYou .receipt {
    margin-right: 2rem
}

body.donateThankYou a.matching-gift:link,body.donateThankYou a.matching-gift:visited {
    display: block;
    text-decoration: none;
    text-align: center;
    width: 20rem;
    margin: auto
}

body.donateThankYou a.matching-gift:link img,body.donateThankYou a.matching-gift:visited img {
    margin: 0 1.5rem 1rem 1.5rem
}

body.donateThankYou a.matching-gift:link p,body.donateThankYou a.matching-gift:visited p {
    margin: 0
}

body.donateThankYou a.matching-gift:link .matching-prompt,body.donateThankYou a.matching-gift:visited .matching-prompt {
    color: #424242
}

body.donateThankYou a.matching-gift:link .matching-link,body.donateThankYou a.matching-gift:visited .matching-link {
    text-decoration: underline;
    color: #194880
}

body.donateThankYou a.matching-gift:hover .matching-link {
    text-decoration: none
}

body.donateThankYou .questions-link a:link,body.donateThankYou .questions-link a.visited {
    color: #194880
}

body.donateThankYou label {
    font-weight: normal;
    margin: 0 1rem 0 0;
    display: inline
}

body.donateThankYou ul {
    list-style: none;
    margin: auto;
    padding: 0
}

body.donateThankYou ul li {
    line-height: 1.2;
    margin-bottom: 1rem;
    display: flex
}

body.donateThankYou .checkbox-container {
    flex: 0 0 2rem;
    margin-right: 1rem
}

body.donateThankYou .interests {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(3, auto)
}

body.donateThankYou .more-info-options {
    padding: 1rem 3rem 0 3rem
}

body.donateThankYou h3 {
    font-weight: normal;
    font-size: 1.8rem
}

body.donateThankYou h4 {
    text-align: center;
    margin-bottom: 1rem;
    margin-top: 2.5rem;
    font-size: 1.8rem
}

body.donateThankYou input:focus {
    outline-offset: unset
}

body.donateThankYou textarea {
    width: 100%;
    height: 4em;
    padding: .1rem .6rem;
    border: 1px solid #7b7e80;
    outline-offset: unset
}

body.donateThankYou .submit-button-container {
    text-align: center
}

body.donateThankYou .submit-button {
    background-color: #26477C;
    border-radius: 5px;
    border: none;
    color: #ffffff;
    font-size: 2.3rem;
    font-weight: bold;
    padding: .5rem 2rem;
    margin-top: 1.5rem
}

body.donateThankYou .submit-button:disabled {
    background-color: #778baa
}

body.donateThankYou .social-sharing {
    display: flex;
    align-items: center;
    width: 34rem;
    margin: auto
}

body.donateThankYou .social-sharing p {
    text-align: left;
    font-weight: bold;
    flex: 1;
    margin: 0
}

body.donateThankYou .social-icons {
    display: flex;
    align-items: center;
    justify-content: center
}

body.donateThankYou .social-icons a:link,body.donateThankYou .social-icons a:visited {
    margin: 0 .25rem;
    text-decoration: none
}

body.donateThankYou .social-icons img {
    width: 4rem;
    height: 4rem
}

body.donateThankYou .tax-info,body.donateThankYou .transaction-ids {
    font-size: 1.2rem;
    text-align: center
}

body.donateThankYou .transaction-ids {
    margin-top: 1rem;
    margin-bottom: 1rem
}

body.donateThankYou footer {
    text-align: center;
    margin-top: 2rem
}

body.donateThankYou footer p {
    margin: 0
}

body.donateThankYou .form-validation-error {
    color: #dc322f;
    margin: 0;
    text-align: center
}

body.donateThankYou .thanks-message h2 {
    font-size: 1.8rem
}

@media (max-width: 767px) {
    body.donateThankYou body {
        padding:0
    }

    body.donateThankYou .page-container {
        padding: 1rem;
        border: 0;
        margin: 0;
        max-width: none
    }

    body.donateThankYou .container-ia {
        padding: 0
    }

    body.donateThankYou .interests {
        display: block
    }

    body.donateThankYou .sub-header {
        display: block
    }

    body.donateThankYou a.matching-gift:link,body.donateThankYou a.matching-gift:visited {
        margin-top: 1.5rem
    }

    body.donateThankYou .survey {
        margin-left: 0;
        margin-right: 0
    }

    body.donateThankYou .more-info-options {
        padding: 1rem 0 0 0
    }

    body.donateThankYou .social-sharing {
        display: block;
        width: 25rem
    }

    body.donateThankYou .social-icons {
        margin-top: 1rem
    }
}

#sponsorship h1 {
    font-weight: normal;
    line-height: 1.4em;
    margin: 0;
    font-size: 1.8em
}

#sponsorship section {
    margin: 10px 20px
}

#sponsorship .sponsorship-checkout {
    padding-top: 0
}

#sponsorship .sponsorship-checkout fieldset::before {
    display: none
}

#sponsorship .checkout {
    padding-top: 0
}

#sponsorship .sponsorship-details {
    padding-bottom: 0
}

#sponsorship .donate-form-section {
    min-height: auto
}

#sponsorship .letter {
    min-height: auto
}

#sponsorship .ineligible {
    max-width: 700px;
    margin: 0 auto;
    margin-top: 24px;
    line-height: 1.8em
}

#sponsorship .ineligible h1 {
    text-align: center;
    padding: 10px 20px;
    margin-bottom: 10px
}

#sponsorship .donate-header {
    text-align: center
}

#sponsorship .benefits {
    display: grid;
    max-width: unset;
    font-size: 1.2em;
    list-style: none;
    padding-left: 0;
    line-height: 2.4em
}

#sponsorship .benefits li {
    position: relative;
    padding-left: 25px
}

#sponsorship .benefits li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    background-image: url('/images/check.png');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#sponsorship .book-details {
    flex: 1;
    margin-right: 20px
}

#sponsorship .desktop-only {
    display: none
}

#sponsorship .book-img {
    width: 160px;
    display: block;
    margin: 0 auto
}

#sponsorship .book-title {
    padding: 10px 0px;
    display: block
}

#sponsorship .donation-header {
    margin-top: 10px;
    font-weight: normal;
    font-size: 1.4em;
    color: #666666
}

#sponsorship .includes-header {
    display: flex
}

#sponsorship .content-footer {
    display: flex
}

#sponsorship .content-header {
    flex: 1
}

#sponsorship .preferences {
    border: 1px solid #ddd;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
    border-radius: 5px;
    padding: 20px;
    padding-top: 0
}

#sponsorship .sponsorship-intro {
    display: flex;
    flex-wrap: wrap
}

#sponsorship .perks {
    flex: 1;
    min-width: 375px;
    margin-left: 10px
}

#sponsorship .pref {
    font-size: 1.2em;
    margin: 10px 0
}

#sponsorship .sponsorship-total {
    margin: 0;
    padding: 0;
    text-align: center;
    padding-bottom: 20px;
    font-size: 2em;
    font-weight: normal
}

#sponsorship .truncate {
    text-overflow: ellipsis
}

#sponsorship .smallprint {
    font-size: .9em;
    color: #aaa
}

#sponsorship .warning {
    font-size: 1.2em;
    padding: 10px;
    border: 2px solid #F7941E;
    margin-top: 20px
}

#sponsorship .sponsorshipMessage {
    width: 100%;
    border: 2px solid #f9bf3b;
    background-color: #fdf6e3;
    padding: 10px;
    height: 50px;
    font-size: 1.2em
}

#sponsorship .sponsorshipCTA {
    background: #ffde94;
    border: 1px solid #F7941E
}

#sponsorship .sponsorshipCTA:hover {
    background: #F7941E
}

@media only screen and (min-width: 768px) {
    #sponsorship .sponsorship-intro {
        min-width:560px;
        flex-wrap: nowrap
    }

    #sponsorship .book-details {
        flex: unset
    }

    #sponsorship .perks {
        min-width: unset
    }
}

@media only screen and (min-width: 991px) {
    #sponsorship .benefits {
        max-width:462px
    }

    #sponsorship .checkout {
        padding: 24px
    }

    #sponsorship .sponsorship-checkout {
        padding-top: 7px
    }

    #sponsorship .letter {
        padding: 24px
    }

    #sponsorship .sponsorship-details {
        padding-bottom: 7px
    }

    #sponsorship .checkout {
        padding-top: 24px
    }

    #sponsorship .perks {
        margin-left: 20px
    }

    #sponsorship .mobile-only {
        display: none
    }

    #sponsorship .desktop-only {
        display: block
    }
}

table.catJ {
    border-color: transparent
}

table.catJ a.btn {
    color: white
}

table.catJ a.btn-default {
    background-color: #aaaaaa;
    color: white
}

table.catJ a.btn-default:hover {
    background-color: #999
}

table.catJ a {
    font-size: 10pt;
    line-height: 12pt;
    cursor: pointer
}

table.catJ a.stealth {
    color: black;
    font-size: 8pt
}

table.catJ td {
    border-color: #888;
    border-width: 1px 0 0 1px
}

table.catJ td.args a {
    text-decoration: none !important;
    cursor: pointer;
    color: black;
    font-size: 8pt
}

table.catJ table.args tbody tr {
    border-bottom: 1px solid #eee
}

table.catJ table.args tbody tr td {
    vertical-align: top
}

table.catJ table.args tbody tr td div {
    white-space: normal !important;
    word-wrap: break-word !important
}

table.catJ table.args tbody tr div.a1 {
    max-width: 90px
}

table.catJ table.args tbody tr div.a2 {
    width: 220px
}

body.catalog {
    background-color: black
}

body.catalog a,body.catalog .btn-link {
    text-decoration: none !important;
    cursor: pointer
}

body.catalog .steppum {
    font-family: Steppum;
    font-size: 400%
}

body.catalog .steppum b {
    font-family: Flip !important;
    padding-right: 40px
}

@font-face {
    font-family: Steppum;
    src: url("/includes/fonts/steppum fo rotsap.otf")
}

@font-face {
    font-family: Flip ;
    src: url("/includes/fonts/steppum fo rotsap flipped.otf")
}

body.catalog .popover {
    min-width: 340px;
    word-wrap: break-word
}

body.catalog table.catJ {
    border-spacing: 0
}

body.catalog table.catJ th:first-child {
    border-radius: 10px 0 0 0
}

body.catalog table.catJ th:last-child {
    border-radius: 0 10px 0 0
}

body.catalog table.catJ th:only-child {
    border-radius: 10px 10px 0 0
}

body.catalog table.catJ tr:last-child {
    border-radius: 0 0 10px 10px
}

body.catalog table.catJ tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

body.catalog table.catJ tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

body.catalog table.catJ .flip a {
    padding-right: 10px
}

body.catalog table.catJ,body.catalog table.catJ tbody,body.catalog table.catJ tbody tr {
    max-width: 100%;
    width: 100%
}

body.catalog table.catJ thead tr :first-child {
    text-align: center
}

body.catalog table.catJ tr {
    display: block;
    position: relative;
    width: 100%;
    min-height: 20px
}

body.catalog table.catJ tr td,body.catalog table.catJ tr th {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
    display: inline-block;
    position: absolute;
    min-height: 20px;
    border-right: 0;
    border-bottom: 0
}

@media (min-width: 1501px) {
    body.catalog table.catJ.cols7 tr {
        border-right:307px solid transparent
    }

    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -307px
    }

    body.catalog table.catJ.cols7 tr td,body.catalog table.catJ.cols7 tr th {
        left: 25%
    }

    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 25%;
        left: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 60px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 56px;
        margin-left: 60px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 116px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 159px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 110px;
        margin-left: 197px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 75%;
        margin-left: 307px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 307px;
        padding-left: 1px;
        padding-right: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0%;
        font-size: .9rem;
        letter-spacing: -1px;
        margin-left: 307px
    }
}

@media (min-width: 768px) and (max-width:1500px) {
    body.catalog table.catJ.cols7 tr {
        border-right:307px solid transparent
    }

    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -307px
    }

    body.catalog table.catJ.cols7 tr td,body.catalog table.catJ.cols7 tr th {
        left: 35%
    }

    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 35%;
        left: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 60px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 56px;
        margin-left: 60px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 116px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 159px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 110px;
        margin-left: 197px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 65%;
        margin-left: 307px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 307px;
        padding-left: 1px;
        padding-right: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0%;
        font-size: .9rem;
        letter-spacing: -1px;
        margin-left: 307px
    }
}

@media (max-width: 767px) {
    body.catalog table.catJ.cols7 tr {
        border-right:211px solid transparent
    }

    body.catalog table.catJ.cols7 tr .flip {
        margin-right: -211px
    }

    body.catalog table.catJ.cols7 tr td,body.catalog table.catJ.cols7 tr th {
        left: 50%
    }

    body.catalog table.catJ.cols7 tr>:nth-child(1) {
        width: 50%;
        left: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        width: 14px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        text-decoration: none !important;
        cursor: pointer;
        color: #505050
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) input[type=checkbox] {
        width: 12px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(3) {
        width: 56px;
        margin-left: 14px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(4) {
        width: 43px;
        margin-left: 70px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(5) {
        width: 38px;
        margin-left: 113px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(6) {
        width: 60px;
        margin-left: 151px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(7) {
        width: 50%;
        margin-left: 211px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(8) {
        left: 100%;
        width: 0;
        margin-left: 211px;
        padding-left: 1px;
        padding-right: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(9) {
        left: 100%;
        width: 0%;
        font-size: .9rem;
        letter-spacing: -1px;
        margin-left: 211px
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) {
        padding-left: 0;
        border-left: 0
    }

    body.catalog table.catJ.cols7 tr>:nth-child(2) a {
        display: none
    }
}

body.catalog table.catJ.cols7 tr>:nth-child(8),body.catalog table.catJ.cols7 tr>:nth-child(9) {
    display: none
}

body.catalog table.catJ.cols8 tr {
    border-right: 382px solid transparent
}

body.catalog table.catJ.cols8 tr .flip {
    margin-right: -382px
}

body.catalog table.catJ.cols8 tr td,body.catalog table.catJ.cols8 tr th {
    left: 35%
}

body.catalog table.catJ.cols8 tr>:nth-child(1) {
    width: 35%;
    left: 0
}

body.catalog table.catJ.cols8 tr>:nth-child(2) {
    width: 60px
}

body.catalog table.catJ.cols8 tr>:nth-child(2) a {
    text-decoration: none !important;
    cursor: pointer;
    color: #505050
}

body.catalog table.catJ.cols8 tr>:nth-child(2) input[type=checkbox] {
    width: 12px
}

body.catalog table.catJ.cols8 tr>:nth-child(3) {
    width: 56px;
    margin-left: 60px
}

body.catalog table.catJ.cols8 tr>:nth-child(4) {
    width: 43px;
    margin-left: 116px
}

body.catalog table.catJ.cols8 tr>:nth-child(5) {
    width: 38px;
    margin-left: 159px
}

body.catalog table.catJ.cols8 tr>:nth-child(6) {
    width: 110px;
    margin-left: 197px
}

body.catalog table.catJ.cols8 tr>:nth-child(7) {
    width: 65%;
    margin-left: 307px
}

body.catalog table.catJ.cols8 tr>:nth-child(8) {
    left: 100%;
    width: 75px;
    margin-left: 307px;
    padding-left: 1px;
    padding-right: 0
}

body.catalog table.catJ.cols8 tr>:nth-child(9) {
    left: 100%;
    width: 0%;
    font-size: .9rem;
    letter-spacing: -1px;
    margin-left: 382px
}

body.catalog table.catJ.cols8 tr>:nth-child(9) {
    display: none
}

body.catalog table.catJ.cols9 {
    font-size: 1rem
}

body.catalog table.catJ.cols9 tr {
    border-right: 289px solid transparent
}

body.catalog table.catJ.cols9 tr .flip {
    margin-right: -289px
}

body.catalog table.catJ.cols9 tr td,body.catalog table.catJ.cols9 tr th {
    left: 10%
}

body.catalog table.catJ.cols9 tr>:nth-child(1) {
    width: 10%;
    left: 0
}

body.catalog table.catJ.cols9 tr>:nth-child(2) {
    width: 60px
}

body.catalog table.catJ.cols9 tr>:nth-child(2) a {
    text-decoration: none !important;
    cursor: pointer;
    color: #505050
}

body.catalog table.catJ.cols9 tr>:nth-child(2) input[type=checkbox] {
    width: 12px
}

body.catalog table.catJ.cols9 tr>:nth-child(3) {
    width: 56px;
    margin-left: 60px
}

body.catalog table.catJ.cols9 tr>:nth-child(4) {
    width: 35px;
    margin-left: 116px
}

body.catalog table.catJ.cols9 tr>:nth-child(5) {
    width: 38px;
    margin-left: 151px
}

body.catalog table.catJ.cols9 tr>:nth-child(6) {
    width: 50px;
    margin-left: 189px
}

body.catalog table.catJ.cols9 tr>:nth-child(7) {
    width: 5%;
    margin-left: 239px
}

body.catalog table.catJ.cols9 tr>:nth-child(8) {
    left: 15%;
    width: 50px;
    margin-left: 239px;
    padding-left: 1px;
    padding-right: 0
}

body.catalog table.catJ.cols9 tr>:nth-child(9) {
    left: 15%;
    width: 85%;
    font-size: .9rem;
    letter-spacing: -1px;
    margin-left: 289px
}

body.catalog .flip {
    white-space: initial !important;
    background-color: #eee8d5 !important;
    padding: 5px;
    position: relative;
    top: 20px;
    margin-bottom: 20px
}

body.catalog>.popover {
    width: 600px;
    max-width: 70%;
    left: 10px !important
}

body.catalog>.popover .popover-body {
    min-height: 200px;
    font-size: 1rem
}

body.catalog .toppop .popover {
    max-width: 90%
}

body.catalog .toppop .popover-body {
    width: 900px
}

.BRfullscreenActive .bookreader-wrapper ia-bookreader,.BRfullscreenActive .bookreader-wrapper.liner-notes {
    position: fixed !important;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: black
}

.liner-notes #BookReader {
    min-height: unset
}

.bookreader-wrapper #BookReader.fullscreenActive {
    height: inherit;
    max-height: unset
}

.bookreader-wrapper ia-bookreader div[slot],.bookreader-wrapper ia-bookreader div[slot]>* {
    display: block;
    height: 100%
}

.audio-with-youtube-spotify {
    max-height: inherit;
    color-scheme: dark;
    padding: .5rem;
    color: #fff
}

.audio-with-youtube-spotify .submenu {
    position: absolute;
    right: 6px
}

.audio-with-youtube-spotify .submenu .submenu-item {
    height: 30px;
    width: 30px
}

.audio-with-youtube-spotify .submenu .submenu-item>* {
    height: inherit;
    width: inherit
}

.audio-with-youtube-spotify .playlist-section {
    margin-top: 1rem;
    padding-bottom: 2rem;
    overflow-y: auto
}

@media (max-width: 767px) {
    .audio-with-youtube-spotify .playlist-section {
        max-height:170px
    }
}

@media (max-width: 859px) {
    .audio-with-youtube-spotify {
        display:block
    }

    .audio-with-youtube-spotify .content-window,.audio-with-youtube-spotify #BookReader {
        height: 300px
    }

    .audio-with-youtube-spotify .content-window .album-cover {
        height: calc(300px - 45px)
    }

    .audio-with-youtube-spotify .content-window .album-cover.no-cover {
        height: calc(300px - 140px)
    }

    .audio-with-youtube-spotify .channel-selector {
        padding-bottom: 5px
    }

    .audio-with-youtube-spotify channel-selector,.audio-with-youtube-spotify channel-selector:focus {
        outline: none
    }

    .audio-with-youtube-spotify .channel-controls {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center
    }

    .audio-with-youtube-spotify .playlist-section .page-buttons,.audio-with-youtube-spotify .playlist-section .pagination-arrow {
        display: none
    }
}

@media (min-width: 768px) and (max-width:1200px) {
    .audio-with-youtube-spotify {
        grid-template-columns:1fr 1fr
    }

    .audio-with-youtube-spotify .playlist-section {
        max-height: 400px
    }
}

@media (min-width: 1201px) {
    .audio-with-youtube-spotify {
        grid-template-columns:.7fr 1.3fr
    }

    .audio-with-youtube-spotify .playlist-section .flexbox-pagination {
        height: calc(400px - 50px);
        float: unset
    }

    .audio-with-youtube-spotify .playlist-section .flexbox-pagination.column>* {
        width: 49%
    }
}

@media (min-width: 768px) {
    .audio-with-youtube-spotify {
        display:grid;
        grid-template-rows: .2fr;
        grid-template-areas: "image channel-selector" "image player";
        gap: 0px 20px;
        margin: 10px 30px;
        min-height: 450px;
        padding-left: 1rem;
        padding-bottom: 1rem
    }

    .audio-with-youtube-spotify .media-section {
        grid-area: image / image
    }

    .audio-with-youtube-spotify .channel-selector {
        grid-area: channel-selector / channel-selector
    }

    .audio-with-youtube-spotify .playlist-area {
        grid-area: player / player
    }

    .audio-with-youtube-spotify .content-window,.audio-with-youtube-spotify #BookReader {
        height: 400px
    }

    .audio-with-youtube-spotify .content-window .album-cover {
        height: calc(400px - 45px)
    }

    .audio-with-youtube-spotify .content-window .album-cover.no-cover {
        height: calc(400px - 140px)
    }

    .audio-with-youtube-spotify .playlist-section {
        padding-right: 1rem
    }
}

@media (max-width: 1200px) {
    .audio-with-youtube-spotify .playlist-section {
        overflow:auto
    }

    .audio-with-youtube-spotify .playlist-section .flexbox-pagination {
        flex-wrap: nowrap
    }

    .audio-with-youtube-spotify .playlist-section .pagination-arrow,.audio-with-youtube-spotify .playlist-section .page-buttons {
        display: none
    }

    .audio-with-youtube-spotify .playlist-section.column>* {
        width: 100%
    }
}

.audio-with-youtube-spotify .channel-controls .channel-icon,.audio-with-youtube-spotify .tabs .channel-icon {
    display: inline-block;
    margin: auto
}

.audio-with-youtube-spotify .channel-controls .channel-label,.audio-with-youtube-spotify .tabs .channel-label {
    vertical-align: top;
    font-weight: 400;
    padding-left: .5rem
}

.audio-with-youtube-spotify .channel-controls .title {
    display: inline-block;
    margin-right: 1rem;
    vertical-align: top;
    margin-top: .6rem
}

.audio-track-list {
    position: relative;
    overflow-x: hidden;
    overflow-y: auto
}

.audio-track-list .page-buttons .pagination-button {
    border-color: #fff
}

.audio-track-list .page-buttons .pagination-button.selected {
    background-color: #fff
}

.audio-track-list .track {
    vertical-align: top;
    cursor: pointer;
    border-width: .3rem;
    border-style: solid;
    border-color: transparent;
    text-align: left;
    background: transparent;
    color: inherit;
    padding-right: 0;
    padding-left: 0;
    min-height: 4rem;
    margin-left: .5%;
    margin-right: .5%
}

.audio-track-list .track.selected {
    border-color: #00A1DD;
    border-radius: .5rem
}

.audio-track-list .track.selected:focus {
    outline: none
}

.audio-track-list .track.no-track-number .track-number {
    display: none
}

.audio-track-list .track.no-track-number .track-title {
    width: 78%;
    padding-left: 2%
}

.audio-track-list .track.no-track-number .track-length {
    width: 15%
}

.audio-track-list .track .track-number,.audio-track-list .track .track-title,.audio-track-list .track .track-length {
    display: inline-block;
    padding-right: 2%;
    vertical-align: top
}

.audio-track-list .track .track-number {
    text-align: right;
    font-weight: 100;
    width: 9%
}

.audio-track-list .track .track-title {
    width: 74%
}

.audio-track-list .track .track-title .track-artist {
    font-weight: 200
}

.audio-track-list .track .track-length {
    text-align: right;
    font-weight: 100;
    float: right
}

.theatre__audio-player {
    margin: auto
}

.theatre__audio-player .content-window {
    border-bottom: none;
    border-top: .1rem solid;
    border-left: .1rem solid;
    border-right: .1rem solid;
    position: relative;
    overflow: hidden;
    padding: .1rem
}

.theatre__audio-player .content-window .background-photo,.theatre__audio-player .content-window .no-photo {
    object-fit: contain;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%
}

.theatre__audio-player .content-window .no-photo {
    font-size: 10rem;
    text-align: center;
    padding-top: 14%;
    height: inherit
}

@media screen and (max-width: 767px) {
    .theatre__audio-player .content-window .no-photo {
        padding-top:5%
    }
}

.theatre__audio-player .content-window .BRprogresspopup {
    color: #333;
    text-align: center
}

.theatre__audio-player .content-window .media-player {
    height: 0
}

.theatre__audio-player .content-window .media-player.with-waveform {
    height: 14rem
}

.theatre__audio-player .content-window .media-player.no-waveform {
    height: 4.4rem
}

.theatre__audio-player .tabs .tab-bottom {
    width: 100%;
    border-top: 1px solid #fff
}

.theatre__audio-player .tabs .option.selected {
    border-top-color: black
}

.theatre__audio-player .playlist-section {
    padding: 1rem 2rem
}

@media (max-width: 599px) {
    .theatre__audio-player .playlist-section {
        padding-right:0
    }
}

.theatre__audio-player .iframe-wrapper,.theatre__audio-player .ia-player-wrapper {
    width: 99.5%
}

.theatre__audio-player .ia-player-wrapper,.theatre__audio-player .iframe-wrapper {
    height: 4.4rem
}

.theatre__audio-player .ia-player-wrapper .jwplayer {
    width: 100% !important
}

.theatre__audio-player .iframe-wrapper .iframe {
    position: absolute;
    top: .1rem;
    left: .1rem;
    width: 100%;
    height: 100%;
    right: .1rem;
    bottom: .1rem
}

.YoutubePlayer {
    width: 99.5%
}

.YoutubePlayer iframe {
    position: absolute;
    top: .1rem;
    left: .1rem;
    width: 100%;
    height: 100%;
    right: .1rem;
    bottom: .1rem
}

.selector__radio-group {
    border: .1rem solid;
    display: inline-block;
    cursor: pointer
}

.selector__radio-group.rounded {
    border-radius: 1.5em
}

.selector__radio-group.tab-bottom {
    border: none
}

.selector__radio-group.tab-bottom .option {
    border: .1rem solid;
    border-color: inherit;
    border-bottom-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    margin-top: -0.1rem;
    margin-right: .5rem;
    opacity: .5;
    padding-top: .5rem
}

.selector__radio-group.tab-bottom .option.selected {
    opacity: 1
}

.selector__radio-group.tab-bottom .option:last-child {
    border-right: .1rem solid
}

.selector__radio-group .option {
    display: inline-block;
    padding: .2em .5em 0;
    border-right: .1rem solid
}

.selector__radio-group .option:last-child {
    border-right: none
}

.selector__radio-group label {
    cursor: pointer;
    margin-bottom: 0
}

.selector__radio-group input[type='radio'] {
    display: none
}

.selector__radio-group input[type='radio']:checked+label>span {
    opacity: 1
}

.flexbox-pagination {
    display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    height: inherit;
    overflow: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth
}

@media (max-width: 500px) {
    .flexbox-pagination {
        flex-wrap:nowrap
    }
}

.flexbox-pagination.column>* {
    width: inherit
}

.page-buttons {
    width: 100%;
    text-align: center
}

.page-buttons .pagination-button {
    border-radius: 50%;
    border-color: inherit;
    border-style: solid;
    border-width: .1rem;
    background-color: transparent;
    height: 1.5rem;
    width: 1.5rem;
    margin: 0 .5rem
}

.page-buttons .pagination-button.selected {
    background-color: inherit
}

.page-buttons .pagination-button.selected:focus {
    outline: none
}

.pagination-arrow {
    background: transparent;
    border: none;
    border-radius: 100%;
    position: absolute;
    top: 44%;
    height: 4.4rem;
    width: 4.4rem
}

.pagination-arrow:hover {
    background: rgba(0,0,0,0.8)
}

.pagination-arrow.left {
    left: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE1IDI3Ij48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNEE0QTRBIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTkgMTQgMTkgMzEgMzYgMzEiIHRyYW5zZm9ybT0icm90YXRlKDQ1IDMxLjM2NCAxLjEpIi8+PC9zdmc+');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.pagination-arrow.left:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE1IDI3Ij48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2VXaWR0aD0iMiIgcG9pbnRzPSIxOSAxNCAxOSAzMSAzNiAzMSIgdHJhbnNmb3JtPSJyb3RhdGUoNDUgMzEuMzY0IDEuMSkiIC8+PC9zdmc+')
}

.pagination-arrow.right {
    right: 0;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE1IDI3Ij48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjNEE0QTRBIiBzdHJva2Utd2lkdGg9IjIiIHBvaW50cz0iMTkgMTQgMTkgMzEgMzYgMzEiIHRyYW5zZm9ybT0ic2NhbGUoLTEgMSkgcm90YXRlKDQ1IDIzLjg2NCAtMTcuMDA2KSIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.pagination-arrow.right:hover {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCIgdmlld0JveD0iMCAwIDE1IDI3Ij48cG9seWxpbmUgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjRkZGIiBzdHJva2VXaWR0aD0iMiIgcG9pbnRzPSIxOSAxNCAxOSAzMSAzNiAzMSIgdHJhbnNmb3JtPSJzY2FsZSgtMSAxKSByb3RhdGUoNDUgMjMuODY0IC0xNy4wMDYpIiAvPjwvc3ZnPg==')
}

.language_select {
    position: relative;
    font: normal 12px Helvetica Neue,Helvetica,Arial,sans-serif;
    color: #848484
}

.language_select a {
    text-decoration: none;
    color: #848484;
    cursor: pointer
}

.language_select>a {
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #848484;
    border-radius: 2px;
    background: #222222
}

.language_select>a:hover {
    color: #ffffff
}

.language_select ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 1;
    padding: 0;
    margin: 0;
    text-align: left;
    transform: translateX(-50%);
    border: 1px solid #333333;
    border-radius: 2px;
    background: #222222
}

.language_select ul.visible {
    display: block
}

.language_select li {
    display: block;
    position: relative
}

.language_select li.selected:before {
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    font-size: 16px;
    color: #34a077;
    content: '✓'
}

.language_select li a {
    display: block;
    padding: 2px 25px;
    white-space: nowrap
}

.language_select li a:hover {
    color: #222222;
    background: #ffffff
}

.language_select .flag {
    font-size: 16px;
    vertical-align: middle
}

#topnav {
    position: relative;
    z-index: 101
}

#topnav+#navwrap1 {
    display: none
}

#topnav.hidden {
    display: none
}

#topnav.hidden+#navwrap1 {
    display: block
}

body.BRfullscreenActive #topnav {
    display: none
}

topnav-element {
    position: relative;
    display: none;
    z-index: 42
}

@media (max-width: 767px) {
    topnav-element {
        display:block
    }

    topnav-element+#navwrap1 {
        display: none
    }

    topnav-element.hidden {
        display: none
    }

    topnav-element.hidden+#navwrap1 {
        display: block
    }
}

body.BRfullscreenActive topnav-element {
    display: none
}

ia-topnav,topnav-element {
    --baseColor: #999;
    --activeColor: #fff;
    --activeSearchColor: #222
}

[class^="iconochive-"],[class*=" iconochive-"] {
    font-size: 125%
}

.iconochive-quote {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-quote:before {
    font-size: 125% !important;
    content: "\275d"
}

.iconochive-remove-circle {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-remove-circle:before {
    content: "\274e"
}

.iconochive-search-star {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-search-star:before {
    font-size: 125% !important;
    content: "\273d"
}

.iconochive-share {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-share:before {
    content: "\1f381"
}

.iconochive-tv-commercial {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important
}

.iconochive-tv-commercial:before {
    font-size: 125% !important;
    content: "\1f4b0"
}

html,body {
    height: 100%;
    color: #2c2c2c
}

a,a:hover,a:focus {
    color: #4b64ff
}

input[type=search],input[type=text]::placeholder {
    color: #767676
}

#wrap {
    min-height: 100%;
    height: 100%;
    min-width: 320px
}

@media print {
    a[href]:after {
        content: normal !important
    }
}

@media (max-width: 767px) {
    body.rgb .container-ia {
        background-color:lightpink !important
    }
}

@media (min-width: 768px) and (max-width:991px) {
    body.rgb .container-ia {
        background-color:lightgreen !important
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    body.rgb .container-ia {
        background-color:lightblue !important
    }
}

@media (min-width: 1200px) {
    body.rgb .container-ia {
        background-color:wheat !important
    }
}

.width-max {
    max-width: 100%
}

@media (max-width: 767px) {
    .hidden-xs-span {
        display:none
    }
}

@media (max-width: 991px) {
    .hidden-sm-span {
        display:none
    }
}

@media (min-width: 768px) {
    .visible-xs-span {
        display:none
    }
}

.credit {
    margin: 5px 0;
    text-align: center
}

.truncate {
    white-space: nowrap;
    overflow: hidden
}

.hidden-for-screen-readers,.sr-only {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

.hidden-for-screen-readers:focus {
    position: static;
    width: auto;
    height: auto;
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.focus-on-child-only,.focus-on-child-only:focus .focus-on-gchild-only,.focus-on-gchild-only:focus {
    outline: none !important
}

:focus,.in-focus,.focus-on-child-only:focus>*,.focus-on-gchild-only:focus>*>* {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.outlineable:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px !important
}

.center-area {
    height: 100%
}

.center-area>* {
    display: inline-block;
    vertical-align: middle;
    width: 98%
}

.center-area:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%
}

.centered {
    display: inline-block;
    vertical-align: middle
}

code {
    font-size: 80%
}

div.box h1 {
    font-size: 2.4rem;
    margin-top: 30px
}

div.box h1 small {
    font-size: 1.4rem
}

div.box h2 {
    font-size: 1.8rem;
    margin-top: 20px
}

div.well>h1 {
    margin-top: 0
}

div.well>h2 {
    margin-top: 0
}

div.well>h3 {
    margin-top: 0
}

.blur {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.blur15 {
    -webkit-filter: blur(15px);
    -moz-filter: blur(15px);
    -ms-filter: blur(15px);
    -o-filter: blur(15px);
    filter: blur(15px)
}

.colorMT .iconochive-audio {
    color: #00adef
}

.colorMT .iconochive-etree {
    color: #00adef
}

.colorMT .iconochive-texts {
    color: #faab3c
}

.colorMT .iconochive-movies {
    color: #f1644b
}

.colorMT .iconochive-tv {
    color: #f1644b
}

.colorMT .iconochive-image {
    color: #aa99c9
}

.colorMT .iconochive-software {
    color: #9ecc4f
}

.colorMT .iconochive-web {
    color: #ffcd27
}

body.navia :-moz-full-screen {
    background: url(/images/black.png)
}

body.navia #navwrap1 {
    position: relative;
    z-index: 1000;
    -webkit-transition: height .33s ease;
    -moz-transition: height .33s ease;
    -o-transition: height .33s ease;
    transition: height .33s ease;
    height: 78px;
    width: 100%;
    background-color: #222
}

@media (max-width: 767px) {
    body.navia #navwrap1 {
        height:auto
    }
}

body.navia #navwrap1.hatted {
    height: 288px
}

@media (max-width: 767px) {
    body.navia #navwrap1.hatted {
        height:auto
    }
}

body.navia #navwrap2 {
    -webkit-transition: height .33s ease;
    -moz-transition: height .33s ease;
    -o-transition: height .33s ease;
    transition: height .33s ease;
    height: 78px;
    width: 100%
}

@media (max-width: 767px) {
    body.navia #navwrap2 {
        height:auto
    }
}

body.navia #navwrap2 .navbar {
    margin-bottom: 0
}

body.navia #glyphme {
    -moz-opacity: .55;
    opacity: .55;
    filter: alpha(opacity=55)
}

body.navia #glyphme:hover {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

body.navia #glyphme img {
    width: 25px;
    height: 24px
}

@media (max-width: 767px) {
    body.navia #glyphme img {
        width:17px;
        height: 17px;
        margin-top: -5px
    }
}

body.navia .navbar {
    min-height: 50px;
    border-bottom: 0;
    -webkit-transition: padding-top .33s ease;
    -moz-transition: padding-top .33s ease;
    -o-transition: padding-top .33s ease;
    transition: padding-top .33s ease
}

body.navia .navbar .container {
    max-width: 4000px !important
}

@media (min-width: 768px) {
    body.navia .navbar .container {
        max-width:1000px
    }
}

body.navia .navbar .navbar-nav {
    width: 100%;
    margin: 0
}

@media (max-width: 768px) {
    body.navia .navbar .navbar-nav {
        padding-left:5px
    }
}

body.navia .navbar .navbar-nav .nav-right-tool {
    padding: 10px 0;
    margin: 0 10px 0 0
}

body.navia .navbar .navbar-nav>li {
    height: 50px
}

body.navia .navbar .navbar-nav>li.pull-left {
    padding: 0
}

body.navia .navbar .navbar-nav>li>a {
    font-size: 2rem;
    padding: 10px 0
}

body.navia .navbar .navbar-nav>li>a.navia-link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    height: 50px
}

body.navia .navbar .navbar-nav>li>a.home {
    margin-right: 10px;
    color: #FFF
}

body.navia .navbar .navbar-nav>li>a.home .archive-wordmark {
    margin-left: 10px;
    display: inline-block
}

@media (max-width: 580px) {
    body.navia .navbar .navbar-nav>li>a.home .archive-wordmark {
        display:none
    }
}

body.navia .navbar .navbar-nav>li>a [class^="iconochive"] {
    margin-right: 10px
}

body.navia .navbar .navbar-nav>li>a [class^="iconochive"]+span {
    font-size: 1.3rem;
    line-height: 100%;
    text-transform: uppercase
}

body.navia .navbar .navbar-nav>li>a .iconochive-logo {
    margin: 0;
    display: inline-block;
    vertical-align: middle
}

body.navia .navbar .navbar-nav>li>a .iconochive-logo:before {
    font-size: 160%
}

body.navia .navbar .navbar-nav>li>a span.hidden-xs-span {
    font-size: 1.3rem
}

@media (max-width: 1300px) {
    body.navia .navbar .navbar-nav>li>a [class^="iconochive"] {
        margin-right:0
    }

    body.navia .navbar .navbar-nav>li>a [class^="iconochive"]+span {
        display: none
    }
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav>li>a {
        font-size:1.4rem;
        padding-top: 7px;
        padding-bottom: 0
    }

    body.navia .navbar .navbar-nav>li>a.navia-link {
        width: auto;
        height: 35px;
        padding: 0 5px
    }
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav>li {
        height:35px
    }
}

body.navia .navbar .navbar-nav>li>.nav-upload {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%
}

body.navia .navbar .navbar-nav>li>.nav-upload .iconochive-upload {
    margin-right: 3px
}

body.navia .navbar .navbar-nav>li>.nav-user {
    display: flex;
    align-items: center;
    padding: 0;
    height: 100%
}

body.navia .navbar .navbar-nav>li>.nav-user>.avatar {
    width: 30px;
    height: 30px;
    margin-right: 3px
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav>li>.nav-user>.avatar {
        width:20px;
        height: 20px;
        margin-right: 0
    }
}

body.navia .navbar .navbar-nav>li>.nav-user .person-icon {
    font-size: 2rem;
    color: #999;
    padding: 0
}

body.navia .navbar .navbar-nav>li>.nav-user .person-icon:hover,body.navia .navbar .navbar-nav>li>.nav-user .person-icon:focus,body.navia .navbar .navbar-nav>li>.nav-user .person-icon:active {
    color: #ffffff
}

body.navia .navbar .navbar-nav>li>.nav-user .nav-user-link {
    font-size: 1.3rem;
    color: #999;
    padding: 0 4px;
    background-color: inherit
}

body.navia .navbar .navbar-nav>li>.nav-user .nav-user-link:hover,body.navia .navbar .navbar-nav>li>.nav-user .nav-user-link:focus,body.navia .navbar .navbar-nav>li>.nav-user .nav-user-link:active {
    text-decoration: none;
    color: #ffffff
}

body.navia .navbar .navbar-nav>li>.nav-user .pipe-separate {
    color: #999;
    margin-top: -3px
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav>li>.nav-user .person-icon {
        font-size:inherit
    }
}

body.navia .navbar .navbar-nav>li>.nav-user .dropdown-menu.guest {
    right: 80%;
    left: auto
}

@media (max-width: 991px) {
    body.navia .navbar .navbar-nav>li>.nav-user .dropdown-menu.guest {
        right:0
    }
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav>li>.nav-user .dropdown-menu.guest {
        right:-270%;
        left: auto;
        background-color: #353535;
        color: #999;
        text-transform: uppercase
    }

    body.navia .navbar .navbar-nav>li>.nav-user .dropdown-menu.guest:after {
        color: #222222
    }
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-nav {
        min-width:320px;
        margin-right: -30px
    }

    body.navia .navbar .navbar-nav .open>.dropdown-menu>li>a {
        color: inherit
    }

    body.navia .navbar .navbar-nav .nav-right-tool {
        padding: 6px 0;
        margin: 0 5px 0 0
    }
}

body.navia .navbar .navbar-nav .open>a,body.navia .navbar .navbar-nav .open>a:hover,body.navia .navbar .navbar-nav .open>a:focus {
    background-color: initial
}

body.navia .navbar.hide-labels .navbar-nav>li>a [class^="iconochive"] {
    margin-right: 0
}

body.navia .navbar.hide-labels .navbar-nav>li>a [class^="iconochive"]+span {
    display: none
}

body.navia .navbar .dropdown-ia {
    padding-left: 13px;
    padding-right: 13px
}

body.navia .navbar .dropdown-ia.hatted {
    background-color: #474747
}

body.navia .navbar .dropdown-ia.hatted .iconochive-audio {
    color: #00adef
}

body.navia .navbar .dropdown-ia.hatted .iconochive-etree {
    color: #00adef
}

body.navia .navbar .dropdown-ia.hatted .iconochive-texts {
    color: #faab3c
}

body.navia .navbar .dropdown-ia.hatted .iconochive-movies {
    color: #f1644b
}

body.navia .navbar .dropdown-ia.hatted .iconochive-tv {
    color: #f1644b
}

body.navia .navbar .dropdown-ia.hatted .iconochive-image {
    color: #aa99c9
}

body.navia .navbar .dropdown-ia.hatted .iconochive-software {
    color: #9ecc4f
}

body.navia .navbar .dropdown-ia.hatted .iconochive-web {
    color: #ffcd27
}

body.navia .navbar .dropdown-ia.pull-right.rightmost {
    margin-right: 40px
}

@media (max-width: 991px) {
    body.navia .navbar .dropdown-ia {
        height:32px;
        padding-left: 7px;
        padding-right: 7px
    }
}

@media (max-width: 767px) {
    body.navia .navbar .dropdown-ia {
        padding-left:3px;
        padding-right: 2px
    }

    body.navia .navbar .dropdown-ia.pull-right.leftmost {
        padding-left: 3px
    }

    body.navia .navbar .dropdown-ia.pull-right.rightmost {
        margin-right: 0
    }

    body.navia .navbar .dropdown-ia.pull-left.rightmost {
        padding-right: 3px
    }

    body.navia .navbar .dropdown-ia.pull-left.rightmost.hatted {
        padding-right: 3px
    }
}

body.navia .navbar .mydrop {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
    position: absolute;
    color: #2c2c2c;
    border: 0
}

@supports (filter: drop-shadow(0 0 0 transparent)) {
    body.navia .navbar .mydrop {
        box-shadow:none;
        filter: drop-shadow(0 1px 1px #ccc)
    }
}

body.navia .navbar .mydrop::after {
    display: block;
    height: 7px;
    width: 12px;
    border-bottom: 7px solid currentColor;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position: absolute;
    right: 7px;
    top: -7px;
    color: #fff
}

body.navia .navbar .mydrop.active {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-in-out
}

body.navia .navbar .mydrop .dropdown-header-item {
    padding: 3px 20px;
    color: #999999;
    font-size: 1.1rem
}

body.navia .navbar .mydrop a {
    color: currentColor;
    transition-property: background, color;
    transition-duration: .1s;
    transition-timing-function: ease-out
}

body.navia .navbar .mydrop a:hover {
    color: #ffffff
}

body.navia .navbar .mydrop a>span {
    color: #999;
    padding-right: 5px
}

body.navia .navbar .mydrop .divider {
    background-color: #666
}

body.navia .navbar .navbar-brand-li {
    position: absolute;
    top: 0;
    height: 1px !important;
    width: 100%;
    text-align: center;
    z-index: 2
}

body.navia .navbar .navbar-brand-li .navbar-brand {
    float: none;
    display: inline-block;
    z-index: 2;
    width: 40px;
    margin-left: 0;
    padding: 8px 0 0 0
}

body.navia .navbar .navbar-brand-li .navbar-brand>span {
    font-size: 3.4rem;
    color: #eee
}

body.navia .navbar .navbar-brand-li .navbar-brand>span:hover {
    color: #fff
}

@media (max-width: 767px) {
    body.navia .navbar .navbar-brand-li .navbar-brand {
        padding-top:3px !important
    }

    body.navia .navbar .navbar-brand-li .navbar-brand>span {
        font-size: 25px
    }
}

body.navia .navbar #nav-search {
    width: 10%;
    position: relative
}

body.navia .navbar #nav-search .nav-search-button {
    position: absolute;
    z-index: 1;
    padding-top: 3px;
    left: 5px
}

body.navia .navbar #nav-search .nav-search-button .iconochive-search {
    color: #222
}

body.navia .navbar #nav-search>div {
    border-radius: 5px;
    padding: 4px;
    background-color: #eee;
    height: 100%
}

body.navia .navbar #nav-search form {
    line-height: 1
}

body.navia .navbar #nav-search input[name=search] {
    padding-left: 25px;
    z-index: 10;
    border: 0;
    outline: none;
    width: 100%;
    max-width: 100%;
    font-size: 1.4rem;
    background-color: transparent;
    color: black
}

body.navia .navbar #nav-search input[type=submit] {
    position: absolute;
    z-index: -1;
    width: 1px;
    height: 1px;
    left: 0;
    top: 0;
    border: 0;
    outline: 0;
    background-color: #222;
    color: #222
}

@media (max-width: 767px) {
    body.navia .navbar #nav-search {
        width:10%
    }

    body.navia .navbar #nav-search .nav-search-button {
        left: 3px
    }

    body.navia .navbar #nav-search>div {
        padding: 0
    }

    body.navia .navbar #nav-search input[type=text] {
        padding-left: 18px;
        margin-top: 1px;
        top: 2px;
        font-size: 1.2rem
    }
}

@media (max-width: 580px) {
    body.navia .navbar #nav-search input[type=text]::-webkit-input-placeholder {
        color:transparent
    }

    body.navia .navbar #nav-search input[type=text]:-moz-placeholder {
        color: transparent
    }

    body.navia .navbar #nav-search input[type=text]::-moz-placeholder {
        color: transparent
    }

    body.navia .navbar #nav-search input[type=text]:-ms-input-placeholder {
        color: transparent
    }
}

body.navia .navbar .navbar-main {
    float: none;
    position: relative;
    z-index: 1;
    padding-left: 0
}

body.navia .navbar #internet-archive {
    position: absolute;
    top: 10px;
    width: 100%;
    height: 30px;
    text-align: center
}

body.navia .navbar #internet-archive img {
    display: none;
    position: absolute;
    right: 50%;
    margin-right: 20px
}

body.navia .navbar #internet-archive img+img {
    margin-right: -105px
}

body.navia .navbar .nav-hamburger .navbar-toggle {
    padding: 0;
    margin: 3px 0
}

body.navia .navbar .nav-hamburger #nav-hamburger-menu {
    height: 1px;
    position: absolute;
    right: 0;
    top: 35px;
    background-color: #353535;
    overflow-x: hidden;
    max-height: 1000px
}

body.navia .navbar .nav-hamburger .navbar-nav {
    min-width: inherit;
    margin-right: 0
}

body.navia .navbar .nav-hamburger .navbar-nav li a span.iconochive-heart {
    color: red;
    font-size: 100%
}

@media (max-width: 767px) {
    body.navia .navbar {
        min-height:35px
    }
}

body.navia #nav-abouts {
    position: static;
    margin: 0;
    padding: 8px 0 0;
    width: 100%;
    background-color: #353535;
    text-align: center
}

body.navia #nav-abouts li {
    vertical-align: top;
    display: inline-block;
    margin: 0 10px;
    font-size: 1.2rem;
    height: 20px;
    color: #999 !important;
    line-height: 1;
    margin-left: 15px;
    margin-right: 15px
}

body.navia #nav-abouts li a {
    display: block;
    line-height: 1;
    padding-bottom: 3px;
    color: #aaaaaa !important;
    text-decoration: none !important;
    cursor: pointer
}

body.navia #nav-abouts li a:hover {
    color: white !important
}

body.navia #nav-abouts li a span.iconochive-heart {
    color: red;
    font-size: 100%
}

@media (max-width: 991px) {
    body.navia #nav-abouts li {
        margin-left:9px;
        margin-right: 9px
    }
}

@media (max-width: 820px) {
    body.navia #nav-abouts li {
        margin-left:7px;
        margin-right: 7px
    }
}

@media (max-width: 767px) {
    body.navia #nav-abouts {
        display:none !important
    }
}

body.navia #nav-tophat {
    background-color: #474747;
    color: #ccc
}

body.navia #nav-tophat>.toprow {
    display: none
}

@media (min-width: 768px) {
    body.navia #nav-tophat>.toprow {
        min-height:210px
    }
}

body.navia #nav-tophat .row h5 {
    color: #999;
    font-weight: 100;
    font-size: 1.6rem
}

body.navia #nav-tophat .row a {
    color: #ccc !important;
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

body.navia #nav-tophat .row a:hover {
    color: white !important;
    text-shadow: 0px 0px 2px white
}

body.navia #nav-tophat .row .col-sm-2 .linx {
    font-size: 1.3rem
}

body.navia #nav-tophat .row .col-sm-2 .linx.linx-topped {
    padding-top: 37px
}

body.navia #nav-tophat .row.fivecolumns {
    max-width: 1000px;
    margin: auto
}

@media (min-width: 768px) {
    body.navia #nav-tophat .row.fivecolumns .col-sm-2,body.navia #nav-tophat .row.fivecolumns .col-md-2,body.navia #nav-tophat .row.fivecolumns .col-lg-2 {
        width:20%;
        *width: 20%;
        float: left
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-push-1 {
        left: 10%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-push-2 {
        left: 20%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-push-3 {
        left: 30%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-push-4 {
        left: 40%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-1 {
        right: 10%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-2 {
        right: 20%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-3 {
        right: 30%
    }

    body.navia #nav-tophat .row.fivecolumns .col-sm-pull-4 {
        right: 40%
    }
}

body.navia #nav-tophat .widgets {
    text-align: center;
    max-width: 160px
}

body.navia #nav-tophat .widgets center {
    margin-top: 35px;
    margin-bottom: 10px
}

body.navia #nav-tophat .col-xs-7 .widgets.web {
    float: right
}

body.navia #nav-tophat .wayback-txt {
    color: #979797;
    font-size: 1.6rem;
    font-weight: 200;
    text-align: center;
    line-height: 1.1;
    padding-top: 15px;
    padding-bottom: 15px
}

@media (max-width: 767px) {
    body.navia #nav-tophat .wayback-txt {
        font-size:1.2rem
    }
}

body.navia #nav-tophat .wayback-main {
    background-color: #FCF5E6;
    box-shadow: 3px 3px 0 0 #C3AD97;
    text-align: center;
    margin: 15px auto;
    max-width: 600px;
    padding: 7px 20px 7px 20px
}

body.navia #nav-tophat .wayback-main img {
    width: 215px;
    height: 60px;
    max-width: 100%
}

body.navia #nav-tophat .wayback-main .iconochive-search {
    position: absolute;
    left: 1px;
    top: 7px;
    color: #999
}

body.navia #nav-tophat .wayback-main #nav-wb-url {
    background-color: #eee;
    padding-left: 25px;
    width: 100%
}

@media (max-width: 767px) {
    body.navia #nav-tophat .wayback-main {
        max-width:250px
    }
}

body.navia #nav-tophat-helper {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px
}

@media (max-width: 767px) {
    body.navia.touch .nav-hamburger {
        display:block !important
    }

    body.navia.touch .navbar-toggle {
        display: block !important;
        margin-top: 10px
    }

    body.navia.touch .navbar-collapse li {
        height: inherit
    }

    body.navia.touch .navbar-collapse.collapse {
        display: none !important
    }

    body.navia.touch #nav-hamburger-menu {
        padding-left: 10px;
        padding-right: 10px
    }
}

body.navia .searchbar {
    border: 2px solid transparent;
    border-radius: 3px
}

body.navia .searchbar .btn-gray {
    position: absolute;
    top: 0;
    right: -60px;
    color: white
}

body.navia .searchbar .toggs {
    padding: 10px
}

body.navia .searchbar .toggs td {
    padding: 0 10px 7px 0
}

body.navia .searchbar .toggs .advSEsel {
    margin-left: 20px;
    max-width: 120px
}

body.navia .searchbar .toggs #sortby {
    font-size: 1.6rem
}

body.navia .searchbar .toggs .close {
    display: none
}

body.navia .searchbar.advanced {
    position: absolute;
    left: 0;
    right: 0;
    height: initial !important;
    background-color: white !important;
    border-color: black;
    box-shadow: 1px 1px 15px #333
}

body.navia .searchbar.advanced fieldset {
    visibility: hidden
}

body.navia .searchbar.advanced .form-group {
    position: relative
}

body.navia .searchbar.advanced .toggs {
    display: block !important
}

body.navia .searchbar.searchbar-home {
    z-index: 3;
    margin-top: 20px
}

body.navia .searchbar.searchbar-faqs,body.navia .searchbar.searchbar-forums,body.navia .searchbar.searchbar-TV {
    z-index: 3
}

body.navia #nav-search .searchbar.advanced input[name=search] {
    background-color: #eee;
    padding-bottom: 6px;
    padding-left: 43px
}

body.navia #nav-search .searchbar.advanced .close {
    display: inline-block;
    position: relative;
    top: -5px;
    right: -8px
}

body.navia #nav-search .searchbar.advanced #navbar_search_options {
    display: none
}

@media (max-width: 991px) {
    body.navia #nav-search .searchbar.advanced {
        left:initial;
        z-index: 1
    }
}

body.navia .container-ia .iconochive-audio {
    color: #00adef
}

body.navia .container-ia .iconochive-etree {
    color: #00adef
}

body.navia .container-ia .iconochive-texts {
    color: #faab3c
}

body.navia .container-ia .iconochive-movies {
    color: #f1644b
}

body.navia .container-ia .iconochive-tv {
    color: #f1644b
}

body.navia .container-ia .iconochive-image {
    color: #aa99c9
}

body.navia .container-ia .iconochive-software {
    color: #9ecc4f
}

body.navia .container-ia .iconochive-web {
    color: #ffcd27
}

body.navia .container-ia.nopad {
    border-top: 1px solid #e9e9e9;
    padding-left: 0;
    padding-right: 0
}

body.navia .container-ia.nopad .row {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0
}

body.navia .modal-backdrop.in {
    opacity: .8
}

body.navia .modal .close {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

body.navia .modal .close:hover {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

body.navia.blurry .modal-backdrop.in {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

body.navia.blurry .container-ia {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter: blur(5px)
}

.carousel-inner {
    height: 100%
}

.carousel-inner .carousel-caption {
    display: none
}

.carousel-inner>.item {
    height: 100%
}

.carousel-inner>.item>img {
    margin-left: auto;
    margin-right: auto
}

.carousel-inner .item .carousel-image-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.carousel-inner .item img.carousel-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    image-orientation: from-image
}

#ia-carousel {
    height: 100%
}

.audio-image-carousel-wrapper #ia-carousel {
    height: 400px
}

.details-carousel-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px
}

.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right {
    transform: translate(-50%, -50%)
}

.carousel-control .iconochive-left,.carousel-control .iconochive-right {
    position: relative;
    top: 50%;
    transform: translateY(-50%)
}

.embedded .details-carousel-wrapper {
    background: black;
    padding: 0
}

.embedded .embed-image-overlay {
    position: absolute;
    top: 2px;
    z-index: 1000
}

.embedded .embed-image-title {
    left: 10px;
    font-size: 2.2rem;
    color: white
}

.embedded .embed-image-link {
    right: 2px;
    width: 30px;
    height: 30px;
    background-image: url("/jw/glogo-ghost.png")
}

.alert-danger {
    color: #662928
}

.alert-success {
    color: #346635
}

.popover-wider .popover {
    max-width: 700px;
    max-height: 80%;
    overflow-y: auto
}

.alert-sm {
    padding: 1px 3px
}

.alert-sm.alert-dismissable {
    padding-right: 25px
}

body.navbar-fixed-position #navwrap1 {
    z-index: 1999999
}

body.navbar-fixed-position #navwrap2 {
    z-index: 2000000;
    position: fixed
}

body.content-box .container-ia {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important
}

body.max-width-3000 .container-ia {
    max-width: 3000px
}

body.font-size-two-thirds .container-ia {
    font-size: 62.5%
}

.btn.btn-gray {
    border-radius: 20px;
    background-color: black;
    font-weight: bold;
    font-size: 1.4rem;
    border: 0
}

.btn.btn-gray:hover {
    background-color: #333
}

.btn.btn-cancel {
    background-color: #a0a0a0
}

.btn.btn-cancel:hover {
    background-color: #8c8c8c
}

.serif {
    font-family: Georgia,"Palatino Linotype","Book Antiqua",Palatino,"Times New Roman",Times,serif !important
}

.monospace {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace
}

.linkcolor {
    color: #428bca
}

.clickydiv:hover {
    cursor: pointer
}

.superscript {
    font-size: xx-small;
    vertical-align: top
}

.subscript {
    font-size: xx-small;
    vertical-align: bottom
}

.stealth,.stealth:hover {
    text-decoration: none !important;
    cursor: pointer
}

.opac100 {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.opac90 {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

.opac80 {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.opac70 {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.opac60 {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.opac50 {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.opac40 {
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40)
}

.opac30 {
    -moz-opacity: .3;
    opacity: .3;
    filter: alpha(opacity=30)
}

.opac20 {
    -moz-opacity: .2;
    opacity: .2;
    filter: alpha(opacity=20)
}

.opac10 {
    -moz-opacity: .1;
    opacity: .1;
    filter: alpha(opacity=10)
}

.opac0 {
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0)
}

.ghost,.ghost-no-hover {
    -moz-opacity: .6;
    opacity: .6;
    filter: alpha(opacity=60)
}

.ghost50 {
    -moz-opacity: .5;
    opacity: .5;
    filter: alpha(opacity=50)
}

.ghost80 {
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80)
}

.ghost90,.ghost:hover,.ghost50:hover,.ghost80:hover {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90)
}

.opake {
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100)
}

.opake-important {
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    filter: alpha(opacity=100) !important
}

@-webkit-keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

@keyframes blinker {
    from {
        opacity: 1
    }

    to {
        opacity: .2
    }
}

.blink {
    text-decoration: blink;
    -webkit-animation-name: blinker;
    animation-name: blinker;
    -webkit-animation-duration: 1.6s;
    animation-duration: 1.6s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.sharee {
    float: left !important;
    font-size: 25px;
    color: #999;
    border: 0
}

.sharee:hover {
    background-color: #ddd
}

.sharee:hover.iconochive-twitter {
    color: #4099FF
}

.sharee:hover.iconochive-facebook {
    color: #3b5998
}

.sharee:hover.iconochive-googleplus {
    color: #dd4b39
}

.sharee:hover.iconochive-reddit {
    color: #5f99cf
}

.sharee:hover.iconochive-tumblr {
    color: #32506d
}

.sharee:hover.iconochive-pinterest {
    color: #cb2027
}

.sharee:hover.iconochive-popcorn {
    color: #D83920
}

.sharee:hover.iconochive-email {
    color: white;
    background-color: inherit
}

.sharee:hover.iconochive-embed {
    color: white;
    background-color: inherit
}

.sharee-hover {
    background-color: #ddd
}

.sharee-hover.iconochive-twitter {
    color: #4099FF
}

.sharee-hover.iconochive-facebook {
    color: #3b5998
}

.sharee-hover.iconochive-googleplus {
    color: #dd4b39
}

.sharee-hover.iconochive-reddit {
    color: #5f99cf
}

.sharee-hover.iconochive-tumblr {
    color: #32506d
}

.sharee-hover.iconochive-pinterest {
    color: #cb2027
}

.sharee-hover.iconochive-popcorn {
    color: #D83920
}

.sharee-hover.iconochive-email {
    color: white;
    background-color: inherit
}

.sharee-hover.iconochive-embed {
    color: white;
    background-color: inherit
}

.share-icon {
    vertical-align: top;
    border-radius: 3px;
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: 'Iconochive-Regular' !important;
    width: 25px;
    height: 25px;
    background-color: #333;
    color: white;
    font-size: 1.3rem;
    padding-top: 6px;
    text-align: center
}

.share-icon:before {
    content: "\1f381"
}

div.stamped {
    font-size: 1.2rem;
    border: 1px solid #eee8d5;
    color: #eee8d5;
    font-weight: bold;
    padding: 2px;
    position: absolute;
    -ms-transform: rotate(-30deg);
    -webkit-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
    -ms-transform-origin: 0 -200px;
    -webkit-transform-origin: 0 -200px;
    -moz-transform-origin: 0 -200px;
    -o-transform-origin: 0 -200px;
    transform-origin: 0 -200px
}

.posrel {
    position: relative
}

#opscreen1,#opscreen2,#opscreen1M {
    background-image: url(/images/tv2op70.png);
    background-repeat: repeat;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100
}

#opscreen2 {
    z-index: 200
}

#opscreen1M {
    z-index: 1000000;
    right: 0;
    bottom: 0
}

.small-label {
    font-size: 1.4rem;
    font-weight: 200
}

.big-label {
    font-size: 1.8rem !important;
    font-weight: 100 !important;
    letter-spacing: 1px
}

.micro-label {
    font-size: 1rem !important;
    font-weight: 200 !important
}

.breaker-breaker {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

.oneliner {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

body.ia-module .rot90 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

body.ia-module .rot180 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}

body.ia-module .rot270 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}

body.ia-module.ios .rot90,body.ia-module.ios .rot180,body.ia-module.ios .rot270 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

body.ia-module .relative-row {
    position: relative
}

body.ia-module .iconochive-favorite.size-75-percent {
    font-size: 75%
}

body.ia-module .well {
    margin-top: 20px
}

body.ia-module .thats-left.item-details-metadata {
    padding-right: .5rem
}

body.ia-module .metadata-list,body.ia-module .metadata-expandable-list {
    display: table;
    width: 100%
}

body.ia-module .metadata-list .table-row,body.ia-module .metadata-expandable-list .table-row {
    display: table-row;
    max-width: 100%
}

body.ia-module .metadata-list .show-more-button__text,body.ia-module .metadata-expandable-list .show-more-button__text {
    display: block
}

body.ia-module .key-val-big {
    font-size: 1.6rem;
    font-weight: 200
}

body.ia-module span.key {
    font-size: 1.6rem;
    font-weight: 200;
    padding-right: 0px
}

@media (max-width: 390px) {
    body.ia-module span.key {
        padding-left:0px
    }
}

body.ia-module span.key.cell {
    margin-left: 1rem;
    text-indent: -1rem
}

body.ia-module span.value {
    font-size: 1.6rem;
    font-weight: 200;
    color: #aaaaaa;
    padding-left: .55rem;
    padding-right: 0px
}

body.ia-module span.cell {
    display: table-cell;
    word-wrap: break-word;
    overflow-wrap: break-word
}

body.ia-module button.show-more-button {
    margin-left: 15px
}

body.ia-module .boxy {
    border-radius: 2px;
    background-color: rgba(216,216,216,0.33);
    box-shadow: 1px 1px 2px rgba(0,0,0,0.33);
    padding: 1rem 2rem
}

body.ia-module .boxy a {
    color: #475ff2
}

body.ia-module .boxy.white-bg {
    background-color: #ffffff;
    border: 1px solid #ccc;
    box-shadow: none
}

body.ia-module .boxy.white-bg a {
    color: #4b64ff
}

body.ia-module .boxy .boxy-ttl {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #2c2c2c;
    margin-top: 5px;
    font-size: 1.2rem
}

body.ia-module .boxy .boxy-label {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    font-size: 2.2rem;
    line-height: 1
}

body.ia-module .boxy .boxy-label.stealth,body.ia-module .boxy .boxy-label a.stealth {
    color: #4a90e2 !important
}

body.ia-module .boxy .hr {
    border-bottom: 1px solid #ccc;
    margin-top: 20px;
    margin-bottom: 20px
}

body.ia-module #TVNRT {
    border-radius: 3px;
    text-align: center;
    color: #428bca;
    border-width: 1px;
    border-style: solid;
    padding: 10px;
    margin-top: 2px;
    margin-bottom: 15px
}

body.ia-module #TVNRT .iconochive-disc,body.ia-module #TVNRT .iconochive-eye {
    font-size: 150%
}

@media (max-width: 767px) {
    body.ia-module #tvborrow {
        margin:0 -5px;
        padding: 4px
    }
}

body.ia-module .sidebar-block {
    font-size: 1.4rem
}

body.ia-module .sidebar-block .sidebar-block--heading {
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

body.ia-module .download-button {
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

body.ia-module .download-button.streamo {
    border: 1px solid #eee;
    text-align: center
}

body.ia-module #cotiles {
    display: none;
    text-align: center
}

body.ia-module .collection-list {
    font-size: 1.4rem
}

body.ia-module .collection-list>.collection-title {
    padding: 15px 0;
    margin-top: 0;
    margin-bottom: 5px;
    min-height: 48px;
    font-size: 1.4rem;
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc
}

body.ia-module .collection-list .collection-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #ccc;
    min-height: 80px
}

body.ia-module .collection-list .collection-item a {
    overflow: hidden;
    margin: 20px 0
}

body.ia-module .collection-list .collection-item a:hover,body.ia-module .collection-list .collection-item a:focus {
    text-decoration: none
}

body.ia-module .collection-list .collection-item .item-img {
    min-width: 60px;
    height: 60px;
    border-radius: 60px;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.33);
    margin: 10px 0 10px 20px;
    overflow: hidden
}

body.ia-module .collection-list .collection-item .item-img>a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover;
    margin: 0
}

body.ia-module .collection-list .collection-item:last-child {
    border-bottom: none
}

body.ia-module .stealth {
    color: #2c2c2c
}

body.ia-module .search-bar-section {
    background-color: #d8d8d8;
    padding-top: 60px;
    border: 1px solid #979797;
    padding-bottom: 25px
}

@media (max-width: 767px) {
    body.ia-module .search-bar-section {
        padding-top:20px
    }
}

body.ia-module .search-bar-section .search-title {
    margin: 8px 0 0 0;
    text-align: right
}

body.ia-module .search-bar-section .tv-result-title {
    font-weight: 200;
    margin: 10px 0 0 0
}

body.ia-module .search-bar-section .tv-result-title b {
    font-weight: 500
}

body.ia-module .search-bar-section .action-button {
    background: inherit;
    border: none;
    padding: 0;
    outline: 0
}

body.ia-module #searchform {
    border-radius: 3px;
    position: relative;
    padding: 3px;
    border: 2px solid transparent;
    margin-bottom: 10px;
    padding-right: 60px
}

@media (max-width: 767px) {
    body.ia-module #searchform {
        margin:0
    }
}

body.ia-module .no-results {
    margin: 50px 0 0 50px;
    font-size: 1.8rem;
    font-weight: 200
}

body.ia-module #file-dropper-wrap {
    float: left;
    position: relative;
    text-shadow: none
}

body.ia-module #file-dropper-wrap #file-dropper {
    -moz-opacity: .9;
    opacity: .9;
    filter: alpha(opacity=90);
    border-radius: 10px;
    position: absolute;
    display: none;
    background-color: white;
    color: black;
    z-index: 1;
    border: 3px solid #ccc;
    width: 200px;
    padding: 10px;
    text-align: center
}

body.ia-module #file-dropper-wrap #file-dropper.drag_over {
    border: 3px dashed black !important
}

body.ia-module #file-dropper-wrap #file-dropper .uppreview {
    max-width: 100%;
    max-height: 100%;
    margin: auto
}

body.ia-module #file-dropper-wrap #file-dropper #file-submit {
    display: none;
    margin: 10px 0
}

body.ia-module #file-dropper-wrap #file-dropper #file-cancel {
    -moz-opacity: .4;
    opacity: .4;
    filter: alpha(opacity=40);
    display: none;
    color: red;
    font-weight: bold;
    font-size: 2.4rem
}

body.ia-module #file-dropper-wrap #file-uploading {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 1px 3px;
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    display: none;
    z-index: 1;
    text-align: center;
    position: absolute;
    padding: 7px 10px;
    border: 2px solid black
}

body.ia-module #file-dropper-wrap #file-uploading h4 {
    margin-top: 0;
    color: inherit
}

body.ia-module #file-dropper-wrap #file-uploading .alert-link {
    font-weight: bold
}

body.ia-module #file-dropper-wrap #file-uploading>p,body.ia-module #file-dropper-wrap #file-uploading>ul {
    margin-bottom: 0
}

body.ia-module #file-dropper-wrap #file-uploading>p+p {
    margin-top: 5px
}

body.ia-module #file-dropper-wrap #file-uploading.alert-dismissable {
    padding-right: 25px
}

body.ia-module #file-dropper-wrap #file-uploading hr {
    border-top-color: #a6e1ec
}

body.ia-module #file-dropper-wrap #file-uploading .alert-link {
    color: #2d6987
}

body.ia-module #file-dropper-wrap #file-dropper-img {
    background-color: white;
    max-height: 100px
}

body.ia-module .searchTerm {
    border-radius: 3px;
    font-weight: 400;
    padding: 2px;
    color: #eee;
    background-color: #333
}

body.ia-module #descript {
    -webkit-transition: max-height 1.5s ease;
    -moz-transition: max-height 1.5s ease;
    -o-transition: max-height 1.5s ease;
    transition: max-height 1.5s ease;
    overflow: hidden
}

body.ia-module #descript img {
    max-width: 100%;
    height: auto
}

body.ia-module .columns-items {
    position: relative;
    min-height: 1px;
    margin-right: 0
}

body.ia-module .columns-items .range-maker {
    background-color: #ddd;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: -7px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.5)
}

body.ia-module .columns-items .range-maker>div {
    position: relative
}

body.ia-module .columns-items .range-maker>div table {
    width: 100%
}

body.ia-module .columns-items .range-maker>div table tr td {
    font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
    font-size: 1.8rem;
    text-align: center;
    color: #aaaaaa;
    padding: 10px 0
}

body.ia-module .columns-items .range-maker>div table tr td a {
    color: #2c2c2c;
    font-weight: 200
}

body.ia-module .columns-items .range-maker>div table tr td .iconochive-remove-circle {
    font-size: 1.5rem;
    position: absolute;
    top: -3px;
    left: -3px
}

body.ia-module .columns-items .range-maker>div table tr td.in {
    position: relative;
    background-color: #fdffc1;
    border: 1px solid #ccc
}

@media (max-width: 991px) {
    body.ia-module .columns-items .range-maker>div table tr td {
        font-size:1.4rem
    }
}

body.ia-module .columns-items .range-maker>div .slide-range2 {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 0px;
    border: 0;
    padding-left: 15px;
    padding-right: 15px
}

body.ia-module .columns-items .range-maker>div .slide-range2 .ui-slider-handle {
    top: -5px;
    margin-left: -7px;
    width: 10px;
    height: 10px;
    background: white none repeat top left !important;
    border: 2px solid black;
    cursor: pointer
}

body.ia-module .columns-items .range-maker>div .slide-range2 .ui-slider-handle:focus {
    outline: 0;
    outline-offset: 0
}

body.ia-module .columns-items .sortbar {
    background-color: white;
    padding: 6px 15px;
    border: 1px solid #E3E3E3;
    border-bottom: 1px solid white
}

body.ia-module .columns-items .sortbar .micro-label {
    vertical-align: top;
    display: inline-block
}

body.ia-module .columns-items .sortbar .up-down {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem !important;
    line-height: 1;
    margin-top: 5px
}

body.ia-module .columns-items .sortbar .up-down div {
    margin-top: -5px;
    color: #999 !important
}

body.ia-module .columns-items .sortbar .up-down div.in {
    color: #2c2c2c !important
}

body.ia-module .columns-items .sortbar .up-down div.disabled {
    color: #ccc !important
}

body.ia-module .columns-items .sortbar .up-down .iconochive-down-solid {
    margin-left: -0.5px
}

body.ia-module .columns-items .sortbar .sort-by {
    vertical-align: top;
    display: inline-block;
    margin-top: 6px;
    font-size: 1rem !important;
    margin-right: 15px;
    font-weight: bold
}

body.ia-module .columns-items .sortbar .ikind-mobile {
    font-size: 1.2rem;
    width: auto
}

body.ia-module .columns-items .sortbar-rule {
    height: 1px;
    background: #BBB;
    box-shadow: 0 1px 3px rgba(0,0,0,0.5);
    position: relative;
    z-index: -1;
    line-height: 0
}

body.ia-module .columns-items .mobile-header .C234,body.ia-module .columns-items .mobile-header .C5 {
    font-weight: bold
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3 {
    overflow: visible
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3>div {
    position: relative;
    height: 20px
}

body.ia-module .columns-items .mobile-header .pubdate.C.C3>div>div {
    position: absolute;
    left: -50px
}

@media (min-width: 768px) {
    body.ia-module .columns-items .mobile-header .pubdate.C.C3>div>div {
        left:-10px
    }
}

@media (min-width: 992px) {
    body.ia-module .columns-items .mobile-header {
        display:none !important
    }
}

body.ia-module .columns-items .date_switcher {
    vertical-align: top;
    display: inline-block;
    border-radius: 12px;
    color: #767676;
    padding: 3px 15px;
    font-size: 1.4rem;
    font-weight: 400
}

body.ia-module .columns-items .date_switcher.in {
    background-color: #2c2c2c;
    font-weight: 200;
    color: #ffffff
}

body.ia-module .columns-items .blue-pop .tooltip .tooltip-arrow {
    border-bottom-color: #2c2c2c
}

body.ia-module .columns-items .blue-pop .tooltip .tooltip-inner {
    border-radius: 20px;
    max-width: 600px;
    background-color: #ffffff;
    padding: 10px;
    border: 1px solid #2c2c2c
}

body.ia-module .columns-items.more-pages {
    min-height: 100vh
}

body.ia-module .filter- {
    width: 38px;
    height: 20px;
    margin-left: 20px
}

body.ia-module .columns-items {
    padding-top: 25px
}

body.ia-module .columns-items .co-top-row {
    min-height: 55px;
    margin-bottom: 20px
}

body.ia-module .columns-items h1.co-top-row {
    margin-top: 0;
    padding-top: 5px
}

body.ia-module .columns-items .micro-label {
    color: #767676;
    margin-top: 6px
}

@media (max-width: 567px) {
    body.ia-module .columns-items {
        padding:1rem
    }
}

body.ia-module #confirm-modal-body .favorite-failure-message {
    margin: 20px
}

body.ia-module #threeD-modal {
    overflow-y: auto
}

body.ia-module #morf-modal .modal-dialog {
    width: 90%;
    max-width: 1100px;
    left: inherit;
    right: inherit
}

body.ia-module #morf-modal .modal-dialog .modal-title {
    text-align: left;
    font-weight: normal
}

body.ia-module #morf-x {
    float: right !important;
    font-weight: 600;
    font-size: 3rem;
    color: #d8d8d8
}

body.ia-module #morf-x:hover {
    color: black;
    text-decoration: none
}

body.ia-module #morf-paging {
    margin-top: 15px;
    margin-bottom: 15px;
    background-color: #efefef;
    text-align: right;
    font-size: 1.3rem;
    color: #428bca;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-right: 15px;
    word-spacing: 5px
}

body.ia-module #morf-paging .topinblock {
    background-color: #fafafa;
    padding: 7px 5px;
    margin-top: -7px;
    margin-bottom: -7px
}

body.ia-module #morf-paging a {
    color: #4a4a4a !important
}

body.ia-module .columns-facets .fatable,body.ia-module #morf-page .fatable {
    -webkit-column-width: 250px;
    -moz-column-width: 250px;
    column-width: 250px;
    font-size: 1.2rem
}

body.ia-module .columns-facets .fatable .farow,body.ia-module #morf-page .fatable .farow {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 500
}

body.ia-module .columns-facets .fatable .farow .facell a,body.ia-module #morf-page .fatable .farow .facell a {
    margin-left: 0
}

body.ia-module .columns-facets .fatable .farow .facell.fin,body.ia-module #morf-page .fatable .farow .facell.fin {
    background-color: #fcc24c;
    color: #2c2c2c
}

body.ia-module .columns-facets .fatable .farow .facell:first-child,body.ia-module #morf-page .fatable .farow .facell:first-child {
    float: left;
    width: 20px
}

body.ia-module .columns-facets .fatable .farow .facell:nth-child(2),body.ia-module #morf-page .fatable .farow .facell:nth-child(2) {
    text-align: right;
    float: right
}

body.ia-module .columns-facets .fatable .farow .facell:last-child,body.ia-module #morf-page .fatable .farow .facell:last-child {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: flex
}

body.ia-module .columns-facets #timegraf #gtip,body.ia-module #morf-page #timegraf #gtip {
    z-index: 3;
    position: absolute;
    padding: 2px 5px;
    border: 1px solid gray;
    background-color: #D8DEDE;
    color: #385C74;
    opacity: .9
}

body.ia-module .columns-facets #timegraf #timegraf-canvas,body.ia-module #morf-page #timegraf #timegraf-canvas {
    z-index: 1
}

body.ia-module .columns-facets #timegraf #timegraf-canvas2,body.ia-module #morf-page #timegraf #timegraf-canvas2 {
    z-index: 2
}

body.ia-module #morf-page .fatable .farow {
    padding-left: 5px;
    padding-right: 25px;
    max-width: 400px
}

body.ia-module .item-ia {
    text-align: center
}

body.ia-module .item-ia .item-img,body.ia-module .item-ia .account-img {
    display: none
}

@media (max-width: 390px) {
    body.ia-module .item-ia .statbar {
        white-space:nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    body.ia-module .item-ia .statbar h1.stat {
        padding-left: 3px !important
    }
}

body.ia-module .item-ia h1.stat {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px;
    margin-top: 3px;
    margin-bottom: 3px;
    text-align: center;
    border-left: 1px solid #ccc;
    padding: 1px 0 1px 10px;
    font-size: .9rem;
    font-weight: 200
}

body.ia-module .item-ia h1.stat small {
    color: inherit;
    font-size: .8rem
}

body.ia-module .item-ia h1.stat>span {
    display: block;
    margin-bottom: 3px
}

body.ia-module .item-ia h1.stat:first-child {
    border-left-width: 0
}

body.ia-module .item-ia .forum-poster {
    text-decoration: underline
}

body.ia-module.lists .timestamps {
    vertical-align: top;
    display: inline-block;
    width: 115px;
    max-width: 115px;
    white-space: normal;
    overflow: hidden;
    padding: 3px 15px 3px 5px;
    margin: 0
}

body.ia-module .tile-url-stats {
    text-align: left;
    padding: 6px 10px
}

body.ia-module.tiles .url-item.item-ia .item-img {
    height: 135px
}

body.ia-module .url-tags {
    padding: 0;
    margin-bottom: 0
}

body.ia-module .url-tags>* {
    display: inline-block
}

body.ia-module .details-ia {
    display: none
}

body.ia-module .account-ia h1.stat {
    color: #888;
    line-height: 1.5
}

body.ia-module .account-ia .tagline {
    text-align: left
}

body.ia-module.tiles .row>.tilebars {
    text-align: center
}

body.ia-module.tiles .row>.tilebars .results {
    vertical-align: top;
    display: inline-block;
    margin-right: 5px;
    text-align: left
}

body.ia-module.tiles .row>.tilebars .results .item-ia {
    position: relative;
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width: 440px) {
    body.ia-module.tiles .row>.tilebars {
        padding-left:0;
        padding-right: 0
    }

    body.ia-module.tiles .row>.tilebars .results {
        margin-right: 0
    }

    body.ia-module.tiles .row>.tilebars .results .item-ia {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width: 390px) {
    body.ia-module.tiles .row>.tilebars .hidden-tiles {
        display:none !important
    }

    body.ia-module.tiles .row>.tilebars .account-img {
        vertical-align: top;
        display: inline-block;
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }

    body.ia-module.tiles .row>.tilebars .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }

    body.ia-module.tiles .row>.tilebars .item-ia {
        background-color: white;
        box-shadow: 1px 1px 2px #ccc;
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #2c2c2c;
        position: absolute;
        width: 150px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 99px;
        left: 51px;
        line-height: 1;
        max-height: 25px;
        font-size: 1.2rem;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin {
        margin-top: -27px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin .item-parent-img,body.ia-module.tiles .row>.tilebars .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-title>a {
        color: white
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-title>a>div {
        font-size: 1.8rem !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-title .num-items {
        line-height: 1
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 1.4rem
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats .micro-label {
        font-size: .9rem !important;
        margin-top: 2px;
        color: white
    }

    body.ia-module.tiles .row>.tilebars .item-ia .collection-stats .iconochive-collection {
        font-size: 3.6rem;
        margin-top: -9px;
        padding-right: 6px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-available .item-img,body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        padding: 5px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .item-img,body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240,181,52,0.16);
        color: #d79810
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl a:hover {
        text-decoration: none
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 1.4rem;
        color: #2c2c2c
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        padding: 5px;
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 1.1rem;
        font-weight: 500
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-ttl.no-preview .tile-action {
        background-color: rgba(250,171,60,0.16);
        color: #f39006
    }

    body.ia-module.tiles .row>.tilebars .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        text-align: left;
        font-size: 1rem;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }

    body.ia-module.tiles .row>.tilebars .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 1.6rem;
        width: 21px;
        color: #888
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia {
        border-radius: 4px;
        text-align: left;
        border: 0;
        box-shadow: none;
        background-color: #666;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 75px;
        height: 75px !important;
        border-radius: 37.5px;
        overflow: hidden
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 75px;
        min-height: 75px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img.clipW {
        max-height: 75px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img.clipH {
        max-width: 75px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }

    body.ia-module.tiles .row>.tilebars .item-ia.collection-ia .by {
        display: none
    }

    body.ia-module.tiles .row>.tilebars .item-ia.article-ia .ttl {
        max-height: 100px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.account-ia {
        border-radius: 24px 24px 3px 3px;
        background-color: #FCF5E6;
        border: 0
    }

    body.ia-module.tiles .row>.tilebars .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        width: 81px;
        color: black;
        text-align: left
    }

    body.ia-module.tiles .row>.tilebars .item-ia.account-ia h5.C2>span {
        font-size: 1rem;
        color: #aaaaaa
    }

    body.ia-module.tiles .row>.tilebars .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 1.1rem;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaaaaa
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 200px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-list .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 150px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .row>.tilebars .item-ia.new-item .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .row>.tilebars .item-ia .item-img {
        display: inline;
        width: 150px;
        height: auto;
        max-width: 150px;
        margin-left: -1px;
        max-height: 208.33333333px;
        background-color: white
    }

    body.ia-module.tiles .row>.tilebars .item-ia.posrel {
        position: relative
    }

    body.ia-module.tiles .row>.tilebars div.ikind {
        visibility: hidden
    }
}

@media (min-width: 391px) {
    body.ia-module.tiles .hidden-tiles {
        display:none !important
    }

    body.ia-module.tiles .account-img {
        vertical-align: top;
        display: inline-block;
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }

    body.ia-module.tiles .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }

    body.ia-module.tiles .item-ia {
        background-color: white;
        box-shadow: 1px 1px 2px #ccc;
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #2c2c2c;
        position: absolute;
        width: 180px
    }

    body.ia-module.tiles .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }

    body.ia-module.tiles .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    body.ia-module.tiles .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 129px;
        left: 51px;
        line-height: 1;
        max-height: 25px;
        font-size: 1.2rem;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    body.ia-module.tiles .item-ia .item-parent.hoverin {
        margin-top: -27px
    }

    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-img,body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    body.ia-module.tiles .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }

    body.ia-module.tiles .item-ia .collection-title>a {
        color: white
    }

    body.ia-module.tiles .item-ia .collection-title>a>div {
        font-size: 1.8rem !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }

    body.ia-module.tiles .item-ia .collection-title .num-items {
        line-height: 1
    }

    body.ia-module.tiles .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 1.4rem
    }

    body.ia-module.tiles .item-ia .collection-stats .micro-label {
        font-size: .9rem !important;
        margin-top: 2px;
        color: white
    }

    body.ia-module.tiles .item-ia .collection-stats .iconochive-collection {
        font-size: 3.6rem;
        margin-top: -9px;
        padding-right: 6px
    }

    body.ia-module.tiles .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img,body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        padding: 5px
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img,body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240,181,52,0.16);
        color: #d79810
    }

    body.ia-module.tiles .item-ia .item-ttl a:hover {
        text-decoration: none
    }

    body.ia-module.tiles .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }

    body.ia-module.tiles .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 1.4rem;
        color: #2c2c2c
    }

    body.ia-module.tiles .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        padding: 5px;
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 1.1rem;
        font-weight: 500
    }

    body.ia-module.tiles .item-ia .item-ttl.no-preview .tile-action {
        background-color: rgba(250,171,60,0.16);
        color: #f39006
    }

    body.ia-module.tiles .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        text-align: left;
        font-size: 1rem;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }

    body.ia-module.tiles .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }

    body.ia-module.tiles .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 1.6rem;
        width: 21px;
        color: #888
    }

    body.ia-module.tiles .item-ia.collection-ia {
        border-radius: 4px;
        text-align: left;
        border: 0;
        box-shadow: none;
        background-color: #666;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }

    body.ia-module.tiles .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }

    body.ia-module.tiles .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 90px;
        height: 90px !important;
        border-radius: 45px;
        overflow: hidden
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 90px;
        min-height: 90px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipW {
        max-height: 90px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipH {
        max-width: 90px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }

    body.ia-module.tiles .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }

    body.ia-module.tiles .item-ia.collection-ia .by {
        display: none
    }

    body.ia-module.tiles .item-ia.article-ia .ttl {
        max-height: 100px
    }

    body.ia-module.tiles .item-ia.account-ia {
        border-radius: 24px 24px 3px 3px;
        background-color: #FCF5E6;
        border: 0
    }

    body.ia-module.tiles .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        width: 111px;
        color: black;
        text-align: left
    }

    body.ia-module.tiles .item-ia.account-ia h5.C2>span {
        font-size: 1rem;
        color: #aaaaaa
    }

    body.ia-module.tiles .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 1.1rem;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaaaaa
    }

    body.ia-module.tiles .item-ia.new-list {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-list:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .item-ia.new-list .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 150px;
        height: 200px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 150px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 150px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-item {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-item:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .item-ia.new-item .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 150px;
        height: 150px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 150px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 150px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia .item-img {
        display: inline;
        width: 180px;
        height: auto;
        max-width: 180px;
        margin-left: -1px;
        max-height: 250px;
        background-color: white
    }

    body.ia-module.tiles .item-ia.posrel {
        position: relative
    }

    body.ia-module.tiles div.ikind {
        visibility: hidden
    }
}

@media (max-width: 767px) {
    body.ia-module.tiles .hidden-tiles {
        display:none !important
    }

    body.ia-module.tiles .account-img {
        vertical-align: top;
        display: inline-block;
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: #FCF5E6;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        margin: 10px
    }

    body.ia-module.tiles .account-img img {
        width: 43px;
        height: 43px;
        max-width: 43px;
        max-height: 43px
    }

    body.ia-module.tiles .item-ia {
        background-color: white;
        box-shadow: 1px 1px 2px #ccc;
        min-height: 20px;
        margin-bottom: 30px;
        border: 1px solid #e9e9e9;
        color: #2c2c2c;
        position: absolute;
        width: 150px
    }

    body.ia-module.tiles .item-ia .item-parent {
        -webkit-transition: margin-top .3s ease;
        -moz-transition: margin-top .3s ease;
        -o-transition: margin-top .3s ease;
        transition: margin-top .3s ease;
        position: absolute;
        z-index: 1;
        color: black;
        margin-top: -5px;
        margin-left: -10px;
        text-align: left
    }

    body.ia-module.tiles .item-ia .item-parent .item-parent-img {
        -webkit-transition: opacity .3s ease;
        -moz-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        border-radius: 22px;
        box-shadow: 0 0 10px #ccc;
        background-color: white;
        border: 2px solid #ddd;
        width: 45px;
        height: 45px;
        overflow: hidden;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center
    }

    body.ia-module.tiles .item-ia .item-parent .item-parent-ttl {
        -webkit-transition: opacity .4s ease;
        -moz-transition: opacity .4s ease;
        -o-transition: opacity .4s ease;
        transition: opacity .4s ease;
        -moz-opacity: 0;
        opacity: 0;
        filter: alpha(opacity=0);
        position: absolute;
        bottom: 20px;
        width: 99px;
        left: 51px;
        line-height: 1;
        max-height: 25px;
        font-size: 1.2rem;
        font-weight: bold;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }

    body.ia-module.tiles .item-ia .item-parent.hoverin {
        margin-top: -27px
    }

    body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-img,body.ia-module.tiles .item-ia .item-parent.hoverin .item-parent-ttl {
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100)
    }

    body.ia-module.tiles .item-ia .collection-title {
        padding: 0;
        line-height: 1
    }

    body.ia-module.tiles .item-ia .collection-title>a {
        color: white
    }

    body.ia-module.tiles .item-ia .collection-title>a>div {
        font-size: 1.8rem !important;
        font-weight: 100 !important;
        letter-spacing: 1px;
        overflow: hidden;
        margin: 0 15px 35px 15px
    }

    body.ia-module.tiles .item-ia .collection-title .num-items {
        line-height: 1
    }

    body.ia-module.tiles .item-ia .collection-stats {
        background-color: #444;
        padding: 15px 15px;
        font-size: 1.4rem
    }

    body.ia-module.tiles .item-ia .collection-stats .micro-label {
        font-size: .9rem !important;
        margin-top: 2px;
        color: white
    }

    body.ia-module.tiles .item-ia .collection-stats .iconochive-collection {
        font-size: 3.6rem;
        margin-top: -9px;
        padding-right: 6px
    }

    body.ia-module.tiles .item-ia .tile-img {
        position: relative;
        min-height: 50px;
        overflow-x: hidden
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img,body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img {
        border: 2px solid currentColor;
        padding: 5px
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-available .item-img {
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2
    }

    body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .item-img,body.ia-module.tiles .item-ia .item-ttl.lending-checked-out .tile-action {
        background-color: rgba(240,181,52,0.16);
        color: #d79810
    }

    body.ia-module.tiles .item-ia .item-ttl a:hover {
        text-decoration: none
    }

    body.ia-module.tiles .item-ia .item-ttl a:hover .ttl {
        text-decoration: underline
    }

    body.ia-module.tiles .item-ia .item-ttl .ttl {
        margin-bottom: 3px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 10px;
        line-height: 1.2;
        max-height: 42px;
        overflow-y: hidden;
        word-wrap: break-word !important;
        text-align: left;
        font-size: 1.4rem;
        color: #2c2c2c
    }

    body.ia-module.tiles .item-ia .item-ttl .tile-action {
        border: 2px solid currentColor;
        padding: 5px;
        background-color: rgba(74,144,226,0.24);
        color: #4a90e2;
        margin: 10px 6px 0 6px;
        font-size: 1.1rem;
        font-weight: 500
    }

    body.ia-module.tiles .item-ia .item-ttl.no-preview .tile-action {
        background-color: rgba(250,171,60,0.16);
        color: #f39006
    }

    body.ia-module.tiles .item-ia .by {
        margin-bottom: 3px;
        padding: 0 6px;
        line-height: 1.2;
        text-align: left;
        font-size: 1rem;
        max-height: 24px;
        overflow-y: hidden;
        word-wrap: break-word !important
    }

    body.ia-module.tiles .item-ia .pubdate {
        text-align: left;
        padding: 0 6px
    }

    body.ia-module.tiles .item-ia .mt-icon {
        vertical-align: top;
        display: inline-block;
        padding: 0;
        margin: 4px 6px 4px 0;
        text-align: center;
        font-size: 1.6rem;
        width: 21px;
        color: #888
    }

    body.ia-module.tiles .item-ia.collection-ia {
        border-radius: 4px;
        text-align: left;
        border: 0;
        box-shadow: none;
        background-color: #666;
        overflow: hidden;
        color: white;
        padding-top: 20px
    }

    body.ia-module.tiles .item-ia.collection-ia:hover {
        background-color: #8eb8ea;
        cursor: pointer !important
    }

    body.ia-module.tiles .item-ia.collection-ia:hover .collection-stats {
        background-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img {
        margin-left: 15px;
        margin-bottom: 15px;
        width: 75px;
        height: 75px !important;
        border-radius: 37.5px;
        overflow: hidden
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        min-width: auto;
        min-height: auto
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: inherit;
        height: inherit;
        max-width: inherit;
        min-width: 75px;
        min-height: 75px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipW {
        max-height: 75px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img.clipH {
        max-width: 75px
    }

    body.ia-module.tiles .item-ia.collection-ia .tile-img img {
        width: auto;
        height: auto
    }

    body.ia-module.tiles .item-ia.collection-ia .item-img {
        background-color: transparent;
        margin-left: 0
    }

    body.ia-module.tiles .item-ia.collection-ia .by {
        display: none
    }

    body.ia-module.tiles .item-ia.article-ia .ttl {
        max-height: 100px
    }

    body.ia-module.tiles .item-ia.account-ia {
        border-radius: 24px 24px 3px 3px;
        background-color: #FCF5E6;
        border: 0
    }

    body.ia-module.tiles .item-ia.account-ia h5.C2 {
        vertical-align: top;
        display: inline-block;
        width: 81px;
        color: black;
        text-align: left
    }

    body.ia-module.tiles .item-ia.account-ia h5.C2>span {
        font-size: 1rem;
        color: #aaaaaa
    }

    body.ia-module.tiles .item-ia.account-ia .tagline {
        text-align: left;
        font-size: 1.1rem;
        line-height: 1;
        padding: 0 7px 7px 7px;
        color: #666;
        border-bottom: 1px solid #aaaaaa
    }

    body.ia-module.tiles .item-ia.new-list {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .item-ia.new-list:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-list:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.new-list .tile-img {
        height: 200px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .item-ia.new-list .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 200px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 200px;
        max-height: 200px !important;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .item-ia.new-list .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-item {
        background-color: transparent;
        color: #444
    }

    body.ia-module.tiles .item-ia.new-item:hover {
        color: #4a90e2;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-item:hover .new-item-inner-div {
        border-color: #4a90e2
    }

    body.ia-module.tiles .item-ia.new-item .tile-img {
        height: 150px !important;
        border-radius: 0px;
        width: inherit
    }

    body.ia-module.tiles .item-ia.new-item .tile-img>a {
        color: #444 !important
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div {
        border-radius: 10px;
        border: 3px dashed #444;
        padding-top: 10px;
        width: 120px;
        height: 150px;
        text-align: center;
        position: relative
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div {
        position: absolute
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div h3 {
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div>div .item-img {
        z-index: -1;
        height: 150px;
        max-height: 150px !important;
        background-color: transparent
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div .new-item-inner-title {
        position: absolute;
        font-weight: 200;
        width: 120px
    }

    body.ia-module.tiles .item-ia.new-item .new-item-inner-div .new-item-inner-title span {
        font-size: 50px
    }

    body.ia-module.tiles .item-ia .item-img {
        display: inline;
        width: 150px;
        height: auto;
        max-width: 150px;
        margin-left: -1px;
        max-height: 208.33333333px;
        background-color: white
    }

    body.ia-module.tiles .item-ia.posrel {
        position: relative
    }

    body.ia-module.tiles div.ikind {
        visibility: hidden
    }

    body.ia-module.tiles .results .item-ia {
        margin-right: 0
    }

    body.ia-module.tiles .results .item-ia .item-ia {
        margin-left: 5px;
        margin-right: 5px
    }
}

@media (max-width: 567px) {
    body.ia-module.tiles .columns-items {
        width:100%;
        border-left: 0;
        margin-left: 0 !important
    }
}

@media (min-width: 568px) {
    body.ia-module.tiles .columns-items {
        border-left:1px solid #e9e9e9;
        margin-left: 186px
    }

    body.ia-module.tiles .columns-items>div {
        margin-left: 12px
    }
}

@media (max-width: 4000px) {
    body.ia-module.tiles.top .columns-items {
        width:100%;
        border-left: 0;
        margin-left: 0 !important
    }
}

@media (min-width: 4001px) {
    body.ia-module.tiles.top .columns-items {
        border-left:1px solid #e9e9e9;
        margin-left: 186px
    }

    body.ia-module.tiles.top .columns-items>div {
        margin-left: 12px
    }
}

body.ia-module.tiles.top .columns-facets {
    display: none
}

body.ia-module.lists div.ikind .results {
    height: inherit !important;
    display: table;
    border-collapse: collapse;
    border-color: white;
    border-style: solid;
    border-width: 15px 20px
}

@media (max-width: 767px) {
    body.ia-module.lists div.ikind .results {
        border:0
    }
}

body.ia-module.lists .hidden-lists {
    display: none
}

body.ia-module.lists .C1,body.ia-module.lists .C234,body.ia-module.lists .C5 {
    display: table-cell;
    vertical-align: middle
}

body.ia-module.lists .C1,body.ia-module.lists .C2,body.ia-module.lists .C3,body.ia-module.lists .C4,body.ia-module.lists .C5 {
    white-space: nowrap;
    overflow: hidden;
    padding: 5px 5px;
    margin: 0;
    vertical-align: middle
}

@media (max-width: 767px) {
    body.ia-module.lists .C1,body.ia-module.lists .C2,body.ia-module.lists .C3,body.ia-module.lists .C4,body.ia-module.lists .C5 {
        font-size:1.1rem;
        padding-right: 5px
    }
}

body.ia-module.lists .C2 {
    vertical-align: top;
    display: inline-block
}

@media (max-width: 767px) {
    body.ia-module.lists .C2 {
        white-space:normal;
        word-break: break-all;
        max-height: 18px;
        line-height: 1.5
    }
}

@media (max-width: 767px) {
    body.ia-module.lists .C2 {
        width:50%;
        max-width: 50%
    }
}

@media (min-width: 768px) {
    body.ia-module.lists .C2 {
        width:165px;
        max-width: 165px;
        text-overflow: ellipsis
    }
}

@media (min-width: 992px) {
    body.ia-module.lists .C2 {
        width:297px;
        max-width: 297px
    }
}

@media (min-width: 1200px) {
    body.ia-module.lists .C2 {
        width:417px;
        max-width: 417px
    }
}

body.ia-module.lists .C4 {
    vertical-align: top;
    display: inline-block
}

@media (max-width: 767px) {
    body.ia-module.lists .C4 {
        white-space:normal;
        word-break: break-all;
        max-height: 18px;
        line-height: 1.5
    }
}

@media (max-width: 767px) {
    body.ia-module.lists .C4 {
        width:28%;
        max-width: 28%
    }
}

@media (min-width: 768px) {
    body.ia-module.lists .C4 {
        width:105px;
        max-width: 105px;
        text-overflow: ellipsis
    }
}

@media (min-width: 992px) {
    body.ia-module.lists .C4 {
        width:198px;
        max-width: 198px
    }
}

@media (min-width: 1200px) {
    body.ia-module.lists .C4 {
        width:278px;
        max-width: 278px
    }
}

body.ia-module.lists .C3 {
    vertical-align: top;
    display: inline-block;
    width: 115px;
    max-width: 115px
}

@media (max-width: 767px) {
    body.ia-module.lists .C3 {
        width:40px;
        max-width: 40px
    }
}

body.ia-module.lists .C1,body.ia-module.lists .C3 {
    padding-right: 15px
}

body.ia-module.lists .C234 {
    width: 100%
}

body.ia-module.lists .item-ia {
    display: table-row;
    border-top: 1px solid #ddd !important;
    background-color: white;
    text-align: left;
    overflow-x: hidden
}

body.ia-module.lists .item-ia:first-child {
    border-top: 0 !important
}

body.ia-module.lists .item-ia .item-ttl .ttl {
    overflow: hidden
}

@media (min-width: 768px) {
    body.ia-module.lists .item-ia .item-ttl .ttl {
        white-space:nowrap;
        text-overflow: ellipsis
    }
}

body.ia-module.lists .item-ia .views,body.ia-module.lists .item-ia .numup {
    color: #767676;
    text-align: right
}

body.ia-module.lists .item-ia .mt-icon {
    font-size: 1.8rem
}

body.ia-module.lists .item-ia .mt-icon>span {
    color: #aaaaaa;
    vertical-align: middle
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-audio {
    color: #00adef
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-etree {
    color: #00adef
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-texts {
    color: #faab3c
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-movies {
    color: #f1644b
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-tv {
    color: #f1644b
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-image {
    color: #aa99c9
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-software {
    color: #9ecc4f
}

body.ia-module.lists .item-ia:hover .mt-icon .iconochive-web {
    color: #ffcd27
}

body.ia-module.lists .item-ia .stat,body.ia-module.lists .item-ia>a,body.ia-module.lists .item-ia .tile-img,body.ia-module.lists .item-ia .item-parent,body.ia-module.lists .item-ia .num-items {
    display: none
}

body.ia-module.lists.rgb .item-ia .C1,body.ia-module.lists.rgb .item-ia .C2,body.ia-module.lists.rgb .item-ia .C3,body.ia-module.lists.rgb .item-ia .C4,body.ia-module.lists.rgb .item-ia .C5 {
    background-color: #ddd
}

body.ia-module.lists.showdetails .item-ia .C2 {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-height: inherit;
    white-space: normal
}

body.ia-module.lists.showdetails .item-ia .C2 .ttl {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    max-height: inherit;
    white-space: normal
}

body.ia-module.lists.showdetails .item-ia .C1,body.ia-module.lists.showdetails .item-ia .C5 {
    padding-top: 10px !important
}

body.ia-module.lists.showdetails .item-ia .C234 {
    padding-top: 7px
}

body.ia-module.lists.showdetails .note {
    margin-top: 10px;
    font-weight: bold
}

body.ia-module.lists.showdetails .note .edit {
    display: none;
    font-weight: normal
}

body.ia-module.lists.showdetails .note .form-group div:first-child {
    padding-right: 0
}

@media (max-width: 991px) {
    body.ia-module.lists.showdetails .note .form-group div:first-child {
        text-align:right
    }
}

body.ia-module.lists.showdetails .note .form-group .form-control {
    height: 20px;
    padding: 0 6px;
    margin-bottom: 5px
}

@media (max-width: 767px) {
    body.ia-module.lists.showdetails .note .form-group .form-control {
        height:3em
    }
}

body.ia-module.lists.showdetails .note .form-group .btns .btn {
    border: 0;
    padding: 1px 15px;
    position: static
}

@media (max-width: 991px) {
    body.ia-module.lists.showdetails .note .form-group .btns {
        text-align:right
    }
}

body.ia-module.lists.showdetails.editable .note .edit {
    display: inline
}

body.ia-module.lists.showdetails .details-ia {
    display: table-row;
    background-color: white;
    color: #767676;
    font-size: 1.2rem
}

body.ia-module.lists.showdetails .details-ia .C1,body.ia-module.lists.showdetails .details-ia .C5 {
    display: table-cell
}

body.ia-module.lists.showdetails .details-ia .C234 {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    display: table-cell;
    padding: 0 5px 15px 5px;
    width: 100%
}

body.ia-module.lists.showdetails .details-ia .C234 .iconochive-favorite {
    font-size: 1.2rem
}

@media (max-width: 767px) {
    body.ia-module.lists.showdetails .details-ia .C234 {
        font-size:1.1rem;
        line-height: 1.2
    }
}

@media (max-width: 567px) {
    body.ia-module.lists .columns-items {
        width:100%;
        border-left: 0;
        margin-left: 0 !important
    }
}

@media (min-width: 568px) {
    body.ia-module.lists .columns-items {
        border-left:1px solid #e9e9e9;
        margin-left: 186px
    }

    body.ia-module.lists .columns-items>div {
        margin-left: 12px
    }
}

body.ia-module.tiles .review,body.ia-module.lists .review {
    white-space: normal;
    color: #2c2c2c
}

body.ia-module.tiles .review>p,body.ia-module.lists .review>p {
    margin-top: 5px;
    color: #555555
}

body.ia-module.tiles .review .review-title,body.ia-module.lists .review .review-title {
    font-size: 1.4rem;
    line-height: 1.2
}

body.ia-module.tiles .review {
    padding-left: 6px;
    padding-right: 6px;
    padding-top: 10px;
    text-align: left
}

body.ia-module.tiles .review>p {
    font-size: 1rem
}

body.ia-module.tiles .review .review-title {
    margin-top: 5px
}

body.ia-module.tiles .review .review-title a {
    color: black
}

body.ia-module.lists .review {
    padding-top: 0
}

body.ia-module.lists .review>p {
    font-size: 1.2rem
}

@media (max-width: 767px) {
    body.ia-module.lists .review .review-title {
        font-size:1.1rem
    }
}

body.ia-module .welcome {
    -webkit-transition: background-color 2s ease;
    -moz-transition: background-color 2s ease;
    -o-transition: background-color 2s ease;
    transition: background-color 2s ease;
    padding-top: 25px
}

body.ia-module .welcome .row {
    -webkit-transition: color 2s ease;
    -moz-transition: color 2s ease;
    -o-transition: color 2s ease;
    transition: color 2s ease
}

body.ia-module .welcome .row h1 {
    font-weight: 200;
    margin-top: 0
}

body.ia-module .welcome .row .welcome-right .action-button {
    background: inherit;
    border: none;
    padding: 0;
    outline: 0
}

@media (max-width: 767px) {
    body.ia-module .welcome .row .welcome-right {
        padding-left:0;
        padding-right: 0;
        text-align: right
    }
}

body.ia-module .welcome .tabbys {
    position: relative;
    max-width: 500px;
    display: flex;
    justify-content: space-around
}

body.ia-module .welcome .tabby {
    float: left !important;
    position: relative;
    margin-top: 15px;
    margin-bottom: 10px;
    padding: 3px;
    font-size: 1.5rem
}

body.ia-module .welcome .tabby>div {
    border-radius: 4px 4px 0 0;
    padding: 8px 0 2px 0;
    position: relative;
    bottom: -3px;
    font-weight: 400;
    color: #767676
}

body.ia-module .welcome .tabby a.stealth {
    color: #767676;
    padding-bottom: 10px;
    border-bottom: 5px solid transparent
}

body.ia-module .welcome .tabby.in>div {
    background-color: transparent
}

body.ia-module .welcome .tabby.in a.stealth {
    color: #2c2c2c;
    border-bottom-color: #2c2c2c
}

body.ia-module .welcome .tabbys-dynamic {
    max-width: none;
    justify-content: flex-start
}

@media (max-width: 767px) {
    body.ia-module .welcome .tabbys-dynamic {
        justify-content:space-between
    }
}

body.ia-module .welcome .tabbys-dynamic .tabby {
    margin-left: 10px;
    margin-right: 10px
}

@media (max-width: 767px) {
    body.ia-module .welcome .tabbys-dynamic .tabby {
        margin-left:0;
        margin-right: 0;
        font-size: 1.2rem
    }
}

body.ia-module .welcome.account-uniform {
    background-color: #194880;
    color: #ffffff
}

body.ia-module .welcome.account-uniform .tabby a.stealth {
    color: #AEBDE2
}

body.ia-module .welcome.account-uniform .tabby.in a.stealth {
    color: #ffffff;
    border-bottom-color: #ffffff
}

body.ia-module .welcome.account-uniform .stealth {
    color: #ffffff
}

body.ia-module .welcome.welcome-dark {
    color: white;
    text-shadow: 1px 1px 2px black,0 0 1em #555,0 0 .2em #555
}

body.ia-module .welcome.welcome-dark .stealth {
    color: white
}

body.ia-module .welcome.welcome-dark .tabby .stealth {
    color: white;
    text-shadow: none
}

body.ia-module .welcome.welcome-dark .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default span {
    color: white
}

body.ia-module .welcome.welcome-dark .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default span.caret {
    border-top-color: white
}

body.ia-module .welcome .account-description a {
    color: #ffffff;
    text-decoration: underline
}

body.ia-module .welcome .account-description a:hover,body.ia-module .welcome .account-description a:focus,body.ia-module .welcome .account-description a:active {
    color: #d7e6f4
}

body.ia-module #tabby-loans .sort-by,body.ia-module #tabby-loans .up-down {
    display: none
}

body.ia-module #tabby-loans .columns-facets {
    visibility: hidden
}

body.ia-module #tabby-about img {
    max-width: 100%
}

body.ia-module .btn-group.my-lists-dropdown {
    margin-left: -3px;
    background-color: transparent
}

body.ia-module .btn-group.my-lists-dropdown button.dropdown-toggle.btn-default {
    border-color: transparent;
    background-color: transparent
}

body.ia-module .btn-group.my-lists-dropdown.open button.dropdown-toggle.btn-default {
    border-color: inherit;
    background-color: inherit
}

body.ia-module .btn-group.my-lists-dropdown ul {
    left: -25px;
    text-align: left
}

body.ia-module .btn-group.my-lists-dropdown ul li {
    vertical-align: top;
    display: inline-block;
    width: 230px
}

body.ia-module .btn-group.my-lists-dropdown ul li div.topinblock {
    width: 180px;
    white-space: normal;
    word-wrap: break-word !important;
    overflow: hidden
}

body.ia-module .ikind.stealth {
    font-weight: 400;
    letter-spacing: 0;
    color: #767676;
    font-size: 1.4rem
}

body.ia-module .ikind.stealth.in {
    color: #2c2c2c
}

body.ia-module .lists-button,body.ia-module .tiles-button {
    cursor: pointer;
    color: #767676;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 2.2rem;
    outline: none
}

body.ia-module .lists-button.iconochive-list:before,body.ia-module .tiles-button.iconochive-list:before {
    font-size: 2.4rem;
    font-weight: 600
}

body.ia-module.lists .lists-button,body.ia-module.tiles .tiles-button {
    color: #2c2c2c;
    pointer-events: none
}

body.ia-module .ikind-sep {
    vertical-align: top;
    display: inline-block;
    font-size: 1.2rem;
    color: #767676;
    margin: 6px 7px 0 7px
}

body.ia-module.top .columns-items .co-top-row {
    display: none
}

body.ia-module.top .columns-items {
    padding-top: 0
}

body.ia-module.top .columns-items>div {
    margin-left: 0
}

body.ia-module.top .collection-title a .tile-img+div {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2rem;
    height: 4rem
}

body.ia-module #download-modal .modal-content {
    overflow-x: scroll
}

body.ia-module .more_search {
    padding-bottom: 220px
}

body.ia-module .more_search .more-search-fetching,body.ia-module .more_search .more-search-all {
    padding: 1px 3px;
    -moz-opacity: .8;
    opacity: .8;
    filter: alpha(opacity=80);
    display: none
}

body.ia-module .more_search .more-search-fetching.alert-dismissable,body.ia-module .more_search .more-search-all.alert-dismissable {
    padding-right: 25px
}

body.ia-module .page-prev {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: block;
    position: absolute;
    left: 48%;
    top: -25px
}

body.ia-module .page-prev:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

body.ia-module .page-prev:hover,body.ia-module .page-prev:focus {
    color: #333;
    text-decoration: none
}

body.ia-module .page-prev:active,body.ia-module .page-prev.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

body.ia-module .page-prev.disabled,body.ia-module .page-prev[disabled],fieldset[disabled] body.ia-module .page-prev {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

body.ia-module .page-prev:hover,body.ia-module .page-prev:focus,body.ia-module .page-prev:active,body.ia-module .page-prev.active,.open .dropdown-togglebody.ia-module .page-prev {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

body.ia-module .page-prev:active,body.ia-module .page-prev.active,.open .dropdown-togglebody.ia-module .page-prev {
    background-image: none
}

body.ia-module .page-prev.disabled,body.ia-module .page-prev[disabled],fieldset[disabled] body.ia-module .page-prev,body.ia-module .page-prev.disabled:hover,body.ia-module .page-prev[disabled]:hover,fieldset[disabled] body.ia-module .page-prev:hover,body.ia-module .page-prev.disabled:focus,body.ia-module .page-prev[disabled]:focus,fieldset[disabled] body.ia-module .page-prev:focus,body.ia-module .page-prev.disabled:active,body.ia-module .page-prev[disabled]:active,fieldset[disabled] body.ia-module .page-prev:active,body.ia-module .page-prev.disabled.active,body.ia-module .page-prev[disabled].active,fieldset[disabled] body.ia-module .page-prev.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

body.ia-module .page-next {
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    padding: 1px 5px;
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
    display: inline-block
}

body.ia-module .page-next:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

body.ia-module .page-next:hover,body.ia-module .page-next:focus {
    color: #333;
    text-decoration: none
}

body.ia-module .page-next:active,body.ia-module .page-next.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,0.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,0.125)
}

body.ia-module .page-next.disabled,body.ia-module .page-next[disabled],fieldset[disabled] body.ia-module .page-next {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

body.ia-module .page-next:hover,body.ia-module .page-next:focus,body.ia-module .page-next:active,body.ia-module .page-next.active,.open .dropdown-togglebody.ia-module .page-next {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}

body.ia-module .page-next:active,body.ia-module .page-next.active,.open .dropdown-togglebody.ia-module .page-next {
    background-image: none
}

body.ia-module .page-next.disabled,body.ia-module .page-next[disabled],fieldset[disabled] body.ia-module .page-next,body.ia-module .page-next.disabled:hover,body.ia-module .page-next[disabled]:hover,fieldset[disabled] body.ia-module .page-next:hover,body.ia-module .page-next.disabled:focus,body.ia-module .page-next[disabled]:focus,fieldset[disabled] body.ia-module .page-next:focus,body.ia-module .page-next.disabled:active,body.ia-module .page-next[disabled]:active,fieldset[disabled] body.ia-module .page-next:active,body.ia-module .page-next.disabled.active,body.ia-module .page-next[disabled].active,fieldset[disabled] body.ia-module .page-next.active {
    background-color: #5bc0de;
    border-color: #46b8da
}

body.ia-module .actions-ia,body.ia-module .actions-ia-flags {
    position: absolute;
    left: -56px
}

body.ia-module .actions-ia a,body.ia-module .actions-ia-flags a {
    line-height: 1.4;
    color: #767676;
    font-size: 1.2rem;
    display: block
}

body.ia-module .actions-ia a>span,body.ia-module .actions-ia-flags a>span {
    margin-right: 3px
}

body.ia-module .actions-ia a:hover,body.ia-module .actions-ia-flags a:hover {
    color: #428bca
}

@media (max-width: 767px) {
    body.ia-module .actions-ia,body.ia-module .actions-ia-flags {
        position:relative;
        left: 0;
        top: inherit
    }

    body.ia-module .actions-ia a,body.ia-module .actions-ia-flags a {
        display: inline;
        margin-right: 5px
    }
}

body.ia-module .actions-ia-flags {
    position: absolute;
    left: 100%;
    top: 10px;
    width: 7em
}

body.ia-module .actions-ia-flags a {
    text-align: left
}

body.ia-module .actions-ia-flags table td {
    width: 100%;
    font-size: 1.2rem
}

body.ia-module #new-list-form {
    max-width: 600px;
    margin: auto
}

body.ia-module #new-list-form>.row {
    margin-bottom: 25px
}

body.ia-module #new-list-form>.row>.col-xs-3 {
    max-width: 75px;
    padding-right: 0
}

body.ia-module #new-list-form>.row>.col-xs-9 {
    padding-left: 0
}

body.ia-module #new-list-form h3 {
    margin-top: 45px
}

body.ia-module #new-list-form input[type=checkbox] {
    font-size: 48px;
    margin-right: 15px
}

body.ia-module #new-list-form .iconochive-world,body.ia-module #new-list-form .iconochive-lock,body.ia-module #new-list-form .iconochive-unlock {
    padding: 5px 1px
}

body.ia-module #new-list-form input.btn {
    font-size: 2.4rem;
    padding-left: 20px;
    padding-right: 20px;
    margin: 20px 0 0 25px
}

body.ia-module #new-list-body {
    padding-left: 25px;
    padding-right: 25px
}

body.ia-module .modal-header .modal-title {
    font-size: 2.4rem
}

body.ia-module .modal-header.modal-header-new-list {
    padding: 0
}

body.ia-module .modal-header.modal-header-new-list .modal-title {
    padding: 5px 0 5px 50px;
    font-weight: 200;
    color: white;
    font-style: italic;
    background-color: #333
}

body.ia-module .modal-header.modal-header-std .modal-title {
    text-align: center
}

body.ia-module #also-found {
    background-color: #eee;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.33);
    margin-top: 140px
}

body.ia-module #also-found .tilebars {
    display: none;
    padding-bottom: 30px
}

body.ia-module #also-found .small-label {
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: 200
}

body.ia-module .about-box {
    background-color: #ffffff;
    padding: 15px;
    margin: 10px
}

body.ia-module .about-box h1 {
    font-size: 1.8rem;
    margin-top: 10px
}

body.ia-module .about-box .micro-label {
    margin-bottom: 10px
}

body.ia-module .about-box .activity-box {
    float: left !important;
    margin-right: 25px;
    display: none
}

body.ia-module .about-box.created-by {
    margin-bottom: 0;
    border: 1px solid #ccc
}

@media (max-width: 767px) {
    body.ia-module .about-box {
        margin-left:0;
        margin-right: 0
    }
}

body.ia-module .grafs>h1 {
    text-align: center;
    font-weight: 100
}

body.ia-module .grafs h2 {
    display: none
}

body.ia-module .grafs .micro-label {
    margin-top: 0
}

body.ia-module .grafs-content {
    padding-left: 10px;
    padding-right: 20px
}

body.ia-module .stats-table {
    font-size: 1.4rem
}

body.ia-module .stats-table .micro-label {
    text-align: left;
    text-transform: uppercase
}

body.ia-module .aReview {
    margin-bottom: 20px
}

body.ia-module .cclic {
    width: 20px;
    height: 20px;
    margin-left: 5px
}

.item-ia .SIN {
    text-align: left;
    border-top: 1px solid #ccc;
    margin-top: 3px;
    font-size: 1.2rem;
    min-height: 60px;
    line-height: 1.2;
    padding: 0 0 0 5px
}

.item-ia .SIN>* {
    padding-top: 3px
}

.item-ia .SIN .subfile-name-section {
    width: 100%;
    padding: inherit 0 0 0
}

.item-ia .SIN .subfile-name-section .subfile-name {
    color: #767676;
    margin: 0;
    white-space: nowrap;
    overflow: hidden
}

.item-ia .SIN .subfile-name-section ia-popup {
    color: #767676;
    display: block;
    height: 14px;
    width: inherit;
    cursor: pointer;
    --popupMarginLeft: -6px
}

.item-ia .SIN .sin-detail {
    padding-right: 3px;
    margin-bottom: 3px;
    max-height: 60px;
    overflow: hidden
}

.item-ia .SIN .sin-detail em {
    border-radius: 2px;
    background-color: #fcc24c;
    font-style: normal;
    padding: 0 2px 1px 2px
}

.item-ia[data-mediatype=quote] .SIN,.item-ia[data-mediatype=quote] .iconochive-quote {
    color: #fe795f
}

.item-ia[data-mediatype=ad] .SIN,.item-ia[data-mediatype=ad] .iconochive-tv-commercial {
    color: #85b648
}

.item-ia[data-mediatype=factcheck] .SIN {
    color: #dc322f
}

.items_list .items_list_img {
    margin-bottom: 15px;
    width: 45px;
    height: 45px !important;
    border-radius: 22.5px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.33)
}

.items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 45px;
    min-height: 45px
}

.items_list .items_list_img img.clipW {
    max-height: 45px
}

.items_list .items_list_img img.clipH {
    max-width: 45px
}

.items_list .items_list_img>a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover
}

.items_list.person>div {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px
}

.items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px;
    color: #4b64ff
}

#nav-tophat .items_list .items_list_img {
    margin-bottom: 15px;
    width: 90px;
    height: 90px !important;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.33)
}

#nav-tophat .items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 90px;
    min-height: 90px
}

#nav-tophat .items_list .items_list_img img.clipW {
    max-height: 90px
}

#nav-tophat .items_list .items_list_img img.clipH {
    max-width: 90px
}

#nav-tophat .items_list .items_list_img>a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover
}

#nav-tophat .items_list.person>div {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px
}

#nav-tophat .items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px;
    color: #4b64ff
}

.thats-right .items_list .items_list_img {
    margin-bottom: 15px;
    width: 90px;
    height: 90px !important;
    border-radius: 45px;
    overflow: hidden;
    box-shadow: 1px 1px 2px rgba(0,0,0,0.33)
}

.thats-right .items_list .items_list_img img {
    width: inherit;
    height: inherit;
    max-width: inherit;
    min-width: 90px;
    min-height: 90px
}

.thats-right .items_list .items_list_img img.clipW {
    max-height: 90px
}

.thats-right .items_list .items_list_img img.clipH {
    max-width: 90px
}

.thats-right .items_list .items_list_img>a {
    display: block;
    height: 100%;
    width: 100%;
    background-position: center center;
    background-size: cover
}

.thats-right .items_list.person>div {
    vertical-align: top;
    display: inline-block;
    margin-right: 10px
}

.thats-right .items_list.person a.stealth.boxy-label {
    font-weight: bold;
    position: relative;
    top: 4px;
    color: #4b64ff
}

@media (max-width: 390px) {
    .container-ia {
        padding-left:0;
        padding-right: 0
    }

    .container-ia .row {
        margin-left: 0;
        margin-right: 0
    }

    .container-ia .container,.container-ia #theatre-ia {
        padding-left: 0;
        padding-right: 0
    }
}

body.books-reports h1 {
    font-size: 1.8rem
}

body.books-reports h2 {
    font-size: 1.8rem
}

body.books-reports h3 {
    font-size: 1.6rem
}

body.books-reports h4 {
    font-size: 1.6rem
}

body.navia #theatre-ia-wrap {
    background-color: black;
    position: relative;
    min-height: 350px
}

body.navia #theatre-ia-wrap #flag-overlay {
    display: none
}

body.navia #theatre-ia-wrap.no-padding {
    padding: 0
}

body.navia .toggle-flag-overlay.glyphicon-remove {
    display: none
}

body.navia #theatre-ia-wrap.flagged #theatre-ia {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px)
}

body.navia #theatre-ia-wrap.flagged .toggle-flag-overlay.glyphicon-remove {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px;
    font-size: 200%;
    color: #ffffff;
    display: block;
    z-index: 123456789
}

body.navia #theatre-ia-wrap.flagged #flag-overlay.flagged-solid {
    background-color: #be1024
}

body.navia #theatre-ia-wrap.flagged #flag-overlay.flagged-solid .toggle-flag-overlay {
    display: none
}

body.navia #theatre-ia-wrap.flagged #flag-overlay {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 1;
    color: #FFFFFF;
    text-align: center
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .big-icon {
    font-size: 60px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .heading {
    font-size: 2.6rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 20px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .sub-heading {
    text-transform: uppercase;
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .toggle-flag-overlay {
    margin: 20px 0
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .item-flags {
    display: inline-block
}

body.navia #theatre-ia-wrap.flagged #flag-overlay h2 {
    font-size: 1.8rem;
    font-weight: 600;
    border: solid #ffffff 3px;
    margin: 10px;
    padding: 10px 30px;
    line-height: 24px
}

body.navia #theatre-ia-wrap.flagged #flag-overlay .no-preview-download a {
    color: #ffffff;
    text-decoration: underline
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes {
    margin: 0 auto
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a {
    color: #ffffff;
    text-decoration: none
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox {
    border: 1px #ffffff;
    background-color: #ffffff;
    border-radius: 2px;
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 5px;
    vertical-align: middle;
    text-align: center
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox .iconochive-x,body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox .iconochive-Done {
    visibility: hidden
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked {
    background-color: #428bca
}

body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked .iconochive-x,body.navia #theatre-ia-wrap.flagged #flag-overlay #flag-checkboxes a .my-checkbox.checked .iconochive-Done {
    display: block;
    visibility: visible;
    color: #FFFFFF;
    font-size: 1rem
}

body.navia #theatre-ia-wrap.resized {
    max-height: 100vw;
    min-height: initial;
    overflow: hidden
}

body.navia #theatre-ia-wrap.resized #theatre-ia,body.navia #theatre-ia-wrap.resized #theatre-ia>.row,body.navia #theatre-ia-wrap.resized #theatre-ia>.row>div {
    height: 100%
}

body.navia #theatre-ia-wrap.resized #theatre-ia {
    padding: 0
}

body.navia #theatre-ia-wrap.resized _:-o-prefocus,body.navia #theatre-ia-wrap.resized {
    height: auto !important;
    max-height: none
}

body.navia #theatre-ia {
    padding-top: 30px;
    padding-bottom: 10px
}

body.navia #theatre-ia>.row {
    max-width: 1170px;
    margin: auto
}

body.navia #theatre-ia.audio {
    padding: 10px 0;
    position: relative
}

@media (min-width: 992px) {
    body.navia #theatre-ia.audio {
        min-height:450px;
        overflow: hidden
    }

    body.navia #theatre-ia.audio>div.row,body.navia #theatre-ia.audio>div.row>div.xs-col-12 {
        min-height: inherit
    }
}

body.navia #theatre-ia.audio ia-music-theater.preload img {
    max-height: 400px !important
}

body.navia #theatre-ia .no-preview {
    text-align: center;
    color: white;
    font-weight: inherit;
    margin-top: 50px;
    margin-bottom: 50px
}

@media (max-width: 991px) {
    body.navia #theatre-ia .no-preview {
        font-size:1.6rem
    }
}

@media (min-width: 992px) {
    body.navia #theatre-ia .no-preview {
        font-size:2rem
    }
}

body.navia #theatre-ia .no-preview .iconochive-person {
    font-size: 60px
}

body.navia #theatre-ia .no-preview p {
    margin-bottom: 20px
}

body.navia #theatre-ia .no-preview .theatre-title {
    font-weight: bold;
    margin: 20px 0;
    text-transform: uppercase;
    font-size: 2.6rem
}

@media (min-width: 992px) {
    body.navia #theatre-ia .no-preview .theatre-title {
        font-size:2.6rem
    }
}

@media (max-width: 991px) {
    body.navia #theatre-ia .no-preview .theatre-title {
        font-size:2rem
    }
}

body.navia #theatre-ia .no-preview .login-btn {
    margin-bottom: 20px
}

body.navia #theatre-ia .no-preview .login-state {
    font-size: 1.4rem
}

body.navia #theatre-ia .no-preview a.show-all {
    display: inline-block;
    text-decoration: none;
    color: #ffffff;
    background-color: #4a90e2;
    border-radius: 3px;
    font-weight: 400
}

@media (max-width: 991px) {
    body.navia #theatre-ia .no-preview a.show-all {
        padding:15px 30px
    }
}

@media (min-width: 992px) {
    body.navia #theatre-ia .no-preview a.show-all {
        padding:15px 45px
    }
}

body.navia #theatre-ia #theatre-controls {
    position: absolute;
    z-index: 2;
    width: 30px;
    visibility: hidden;
    right: 20px;
    font-size: 1.8rem;
    color: #d8d8d8;
    text-align: center
}

body.navia #theatre-ia #theatre-controls>a {
    text-decoration: none !important;
    cursor: pointer;
    display: block;
    margin-bottom: 10px;
    white-space: nowrap
}

body.navia #theatre-ia #theatre-controls>a>div {
    text-decoration: none !important;
    cursor: pointer;
    color: #eee !important;
    font-weight: normal;
    white-space: nowrap
}

@media (max-width: 767px) {
    body.navia #theatre-ia #theatre-controls {
        width:15px !important;
        right: 15px !important;
        text-align: right !important
    }

    body.navia #theatre-ia #theatre-controls a>div {
        font-size: 1.2rem;
        width: 15px
    }
}

body.navia #theatre-ia .theater-thumbnail-caption {
    color: white
}

body.navia #theatre-ia .liner-notes-player {
    max-height: calc(100vh - 50px);
    position: relative;
    overflow: hidden;
    color-scheme: dark
}

body.navia #cher-modal .sharee {
    color: black;
    font-size: 50px;
    font-weight: 100
}

body.navia #cher-modal .sharee:hover {
    background-color: #ddd;
    background-color: white
}

body.navia #cher-modal .sharee:hover.iconochive-twitter {
    color: #4099FF
}

body.navia #cher-modal .sharee:hover.iconochive-facebook {
    color: #3b5998
}

body.navia #cher-modal .sharee:hover.iconochive-googleplus {
    color: #dd4b39
}

body.navia #cher-modal .sharee:hover.iconochive-reddit {
    color: #5f99cf
}

body.navia #cher-modal .sharee:hover.iconochive-tumblr {
    color: #32506d
}

body.navia #cher-modal .sharee:hover.iconochive-pinterest {
    color: #cb2027
}

body.navia #cher-modal .sharee:hover.iconochive-popcorn {
    color: #D83920
}

body.navia #cher-modal .sharee:hover.iconochive-email {
    color: white;
    background-color: inherit
}

body.navia #cher-modal .sharee:hover.iconochive-embed {
    color: white;
    background-color: inherit
}

body.navia #cher-modal .sharee:hover.iconochive-email {
    color: #428bca
}

@media (max-width: 767px) {
    body.navia #cher-modal .sharee {
        font-size:25px !important
    }
}

body.navia .theatre-bookreader-with-playlist {
    display: flex;
    flex-flow: column
}

body.navia .theatre-bookreader-with-playlist>* {
    flex: 1 1 auto
}

body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container {
    min-height: 30px;
    margin: 0;
    padding: .5rem;
    overflow-x: hidden;
    overflow-y: auto;
    flex: none;
    column-count: 1
}

@media (max-width: 767px) {
    body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container .jwlistV2 {
        column-count:1
    }
}

body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container .jwrowV2 {
    display: inline-block;
    border: .3rem solid transparent;
    border-radius: .5rem
}

body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container .jwrowV2.playing {
    background-color: transparent;
    border-color: #00a1dd
}

body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container .jwrowV2 a {
    display: flex;
    text-overflow: ellipsis;
    color: #ffffff
}

@supports not (display: flex) {
    body.navia .theatre-bookreader-with-playlist .bookreader-playlist-container {
        max-height:15%
    }
}

body.navia.BRfullscreenActive .theatre-bookreader-with-playlist {
    display: block
}

@media (max-width: 390px) {
    body.navia .thats-left,body.navia .thats-right {
        padding:0 15px !important
    }
}

body.navia .thats-left {
    border-left: 45px solid transparent;
    padding-right: 100px;
    position: relative
}

body.navia .thats-left h1 {
    margin-top: 0
}

body.navia .thats-left .left-icon {
    vertical-align: top;
    display: inline-block;
    position: absolute;
    left: -45px;
    width: 45px;
    height: 45px;
    margin: 0;
    font-size: 30px
}

body.navia .thats-left .item-title {
    font-size: 3rem;
    margin-bottom: 0;
    display: inline-block
}

body.navia .thats-left .item-title .breaker-breaker {
    white-space: pre-wrap
}

body.navia .thats-left .tv-ttl {
    vertical-align: top;
    display: inline-block
}

body.navia .thats-left .tv-ttl>div {
    font-size: 50%;
    font-weight: normal
}

body.navia .thats-left img {
    max-width: 100%;
    height: auto !important
}

@media (max-width: 1199px) {
    body.navia .thats-left {
        padding-right:50px
    }
}

@media (max-width: 991px) {
    body.navia .thats-left {
        padding-right:inherit
    }
}

@media (max-width: 767px) {
    body.navia .thats-left {
        word-break:initial;
        word-break: break-word;
        word-wrap: break-word;
        -webkit-hyphens: auto;
        -moz-hyphens: auto;
        hyphens: auto;
        padding-right: inherit;
        border-left-width: 0;
        padding-left: 0;
        position: initial
    }

    body.navia .thats-left .left-icon {
        position: initial;
        left: 0
    }
}

body.navia .thats-right>h5 {
    line-height: 1.5
}

@media (max-width: 767px) {
    body.navia .thats-right {
        padding-right:0
    }
}

body.navia .info-top .thats-right {
    text-align: right
}

@media (max-width: 767px) {
    body.navia .info-top .thats-right {
        text-align:center;
        float: right;
        padding-right: 0
    }
}

body.navia .under-title-display {
    font-size: 1.6rem;
    font-weight: 200
}

body.navia #emulate {
    background-color: black;
    min-height: 384px
}

body.navia #emulate #screenshot {
    position: absolute;
    z-index: 1;
    width: 100%
}

body.navia #emulate #screenshot>img {
    margin: auto;
    max-width: 560px;
    height: 384px
}

body.navia #emulate img.ghost {
    position: absolute;
    top: 125px;
    width: 150px;
    height: 150px;
    margin-left: -75px;
    z-index: 2
}

body.navia #emulate #canvas {
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
    max-width: 100%
}

body.navia #emulate #canvasholder,body.navia #emulate #gofullscreen,body.navia #emulate #gamepadtext {
    visibility: hidden
}

body.navia #emulate #canvasholder .emularity-splash-screen {
    color: white;
    background-color: black;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-splash-image {
    display: block;
    margin-left: auto;
    margin-right: auto
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-splash-title {
    display: block;
    width: 100%;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    font: 24px sans-serif
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator {
    color: white;
    background-color: black;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 2px
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr {
    text-align: center
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr td {
    position: relative;
    padding-top: 4px
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr td .emularity-download-title {
    white-space: nowrap
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr td .emularity-download-status {
    position: absolute;
    left: .5em
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr td.emularity-download-success {
    font-weight: bold;
    color: black;
    background-color: white
}

body.navia #emulate #canvasholder .emularity-splash-screen .emularity-progress-indicator tr td.emularity-download-failure {
    font-weight: bold;
    color: black;
    background-color: red
}

body.navia .ui-keyboard {
    display: none !important
}

body.navia .ui-keyboard.showing {
    display: block !important
}

body.navia.embedded #emulate {
    min-height: 100%
}

body.navia.embedded #emulate #canvasholder {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

body.navia.embedded #emulate #canvasholder .emularity-splash-screen {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0
}

body.navia.embedded #emulate #screenshot {
    margin-left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%
}

body.navia.embedded #emulate #screenshot img {
    max-width: 100%;
    width: 100%;
    height: 100%
}

body.navia.embedded #emulate img.ghost {
    top: 40%;
    left: 40%;
    width: 20%;
    height: 20%;
    margin-left: 0
}

body.navia.embedded #emulate #canvas {
    width: 100%;
    height: 100%
}

body.navia #edlink {
    display: none
}

body.navia.editable #edlink {
    display: inline
}

body.navia.bgEEE {
    background-color: #eee !important
}

body.navia .terms-of-service {
    width: 100%;
    height: 20px;
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
    background-color: #333;
    padding: 3px 0;
    font-family: sans-serif;
    color: #ffffff
}

body.navia .terms-of-service a {
    color: #ffffff
}

body.dirlisting pre {
    white-space: pre;
    word-break: normal;
    word-wrap: normal;
    margin: 0
}

@media (max-width: 767px) {
    body.dirlisting pre {
        font-size:1.1rem
    }
}

body.dirlisting pre>span {
    visibility: hidden
}

.formElement {
    margin: 10px 0
}

.formElement label {
    font-weight: bold
}

.formElement .lighter {
    color: #2c2c2c
}

.formElement .regular {
    font-weight: normal !important;
    font-size: 10pt !important
}

.formElement .smaller {
    font-size: .8em !important;
    font-weight: normal !important
}

form.iaform .formElement label {
    font-size: 1.6rem
}

form.iaform .formElement input[type=text],form.iaform .formElement input[type=password],form.iaform .formElement textarea {
    min-width: 300px;
    padding: 3px;
    font-size: 1.6rem
}

.c1nav a {
    display: block;
    margin-bottom: 10px
}

body.catalog {
    background-color: black
}

table.cat {
    font-size: 8pt;
    margin-bottom: 2em
}

table.cat>tbody>tr>td {
    white-space: nowrap !important;
    padding: 0 2px
}

table.cat>tbody>tr:nth-child(odd) {
    background-color: #ccc
}

table.cat>tbody>tr:nth-child(even) {
    background-color: #ddd
}

table.cat tr td a {
    color: #00c
}

table.cat th {
    background-color: wheat;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black
}

table.cat tr:hover {
    border-color: black
}

table.cat tr.taskWaiting:nth-child(odd) {
    background-color: #c0f0c0
}

table.cat tr.taskWaiting:nth-child(odd):hover {
    background-color: #00ee00
}

table.cat tr.taskWaiting:nth-child(even) {
    background-color: #d0f0d0
}

table.cat tr.taskWaiting:nth-child(even):hover {
    background-color: #00ee00
}

table.cat tr.taskRunning:nth-child(odd) {
    background-color: #c0c0f0
}

table.cat tr.taskRunning:nth-child(odd):hover {
    background-color: #8080ff
}

table.cat tr.taskRunning:nth-child(even) {
    background-color: #d0d0f0
}

table.cat tr.taskRunning:nth-child(even):hover {
    background-color: #8080ff
}

table.cat tr.taskNeedsAdmin:nth-child(odd) {
    background-color: #f08080
}

table.cat tr.taskNeedsAdmin:nth-child(odd):hover {
    background-color: #ff0000
}

table.cat tr.taskNeedsAdmin:nth-child(even) {
    background-color: #f06060
}

table.cat tr.taskNeedsAdmin:nth-child(even):hover {
    background-color: #ff0000
}

table.cat tr.taskParked:nth-child(odd) {
    background-color: #d4ba76
}

table.cat tr.taskParked:nth-child(odd):hover {
    background-color: #deb887
}

table.cat tr.taskParked:nth-child(even) {
    background-color: #c4aa66
}

table.cat tr.taskParked:nth-child(even):hover {
    background-color: #deb887
}

table.cat tr.taskOther:nth-child(odd) {
    background-color: hsl(180,50%,50%)
}

table.cat tr.taskOther:nth-child(odd):hover {
    background-color: hsl(180,88%,50%)
}

table.cat tr.taskOther:nth-child(even) {
    background-color: hsl(180,50%,63%)
}

table.cat tr.taskOther:nth-child(even):hover {
    background-color: hsl(180,88%,50%)
}

table.cat tr.taskHistorical:nth-child(odd) {
    background-color: #e0c0e0
}

table.cat tr.taskHistorical:nth-child(odd):hover {
    background-color: #ffc0ff
}

table.cat tr.taskHistorical:nth-child(even) {
    background-color: #d0b0d0
}

table.cat tr.taskHistorical:nth-child(even):hover {
    background-color: #ffc0ff
}

table.cat .off {
    background-color: yellow !important
}

table.cat .disk-off {
    background-color: orange !important
}

table.cat span.hilite {
    background-color: lightyellow
}

table.cat.summary td {
    width: 50%
}

table.cat td.count {
    text-align: end
}

table.cat .catHidden,table.cat .catHidden {
    display: none
}

table.cat span.catHover:hover .catHidden {
    border-radius: 5px;
    display: inline;
    z-index: 100;
    position: absolute;
    width: 500px;
    margin-left: -508px;
    padding: 2px;
    color: black !important;
    background-color: white;
    border: 2px solid black;
    letter-spacing: -0.15em;
    white-space: normal
}

table.cat span.catHover2:hover .catHidden {
    display: inline;
    z-index: 100;
    position: absolute;
    width: 125px;
    padding: 2px;
    color: black !important;
    background-color: white;
    border: 2px solid black;
    white-space: normal
}

body.editxml .ui-dialog .ui-dialog-titlebar-close:after {
    content: "X"
}

body.editxml table.formConstructor .charect {
    font-style: normal;
    font-weight: bold;
    border: 1px solid;
    padding: 2px
}

body.editxml table.formConstructor th {
    text-align: left;
    padding: 3px;
    padding-bottom: 15px
}

body.editxml table.formConstructor td {
    padding: 3px
}

body.editxml table.formConstructor td.requiredField {
    font-weight: bold;
    vertical-align: top;
    padding-right: 20px
}

body.editxml table.formConstructor td.optionalField {
    vertical-align: top;
    padding-right: 20px
}

body.editxml table.formConstructor td.errorField {
    font-weight: bold;
    vertical-align: top;
    padding-right: 20px;
    color: #ff0000
}

body.editxml table.formConstructor td.errorDescription {
    font-size: 8pt;
    font-style: italic;
    padding-bottom: 20px;
    text-align: left;
    color: #ff0000
}

body.editxml table.formConstructor td.descriptionCell {
    font-size: 8pt;
    vertical-align: top;
    width: 200px;
    padding-right: 20px
}

body.bookmarks a.userLink {
    color: #7777ff;
    background-color: #ffff33
}

body.bookmarks a.userLink:hover {
    background-color: #aaaaff
}

body.bookmarks a.userLinkLight {
    color: #7777ff;
    background-color: #ffff77
}

body.bookmarks a.userLinkLight:hover {
    background-color: #aaaaff
}

body.bookmarks a.userLinkLight2 {
    color: #7777ff;
    background-color: #ffff99
}

body.bookmarks a.userLinkLight2:hover {
    background-color: #aaaaff
}

.showOnHover {
    display: none
}

span.hoverShower:hover .showOnHover {
    display: inline;
    z-index: 100;
    position: absolute;
    width: 500px
}

span.hoverShower:hover .showOnHover>div {
    border-radius: 5px;
    background-color: white
}

.container-ia .forumTable tbody tr td {
    word-break: initial;
    word-break: break-word;
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto
}

@media (max-width: 600px) {
    .container-ia .forumTable tbody tr td .smalldate {
        word-break:normal
    }
}

.show-more-button {
    margin: .715em 0 0 0;
    padding: 0;
    border: 0;
    background: none;
    text-transform: uppercase;
    overflow-anchor: none
}

.show-more-button__text {
    font-size: 1rem !important;
    font-weight: 200 !important;
    vertical-align: top;
    display: inline-block;
    border: 1px solid #ccc;
    margin-top: 0;
    padding: 3px 12px;
    color: #767676
}

.external-data-link-icon {
    max-height: 16px;
    max-width: 16px
}

td.key {
    vertical-align: text-top
}

span.key {
    font-weight: bold
}

body.embedded {
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-color: transparent
}

div#pdfs {
    font-weight: bold
}

div#pdfs h2 {
    font-size: 1.6rem
}

div#pdfs a {
    text-decoration: none
}

div#pdfs .pages {
    padding-left: 25px;
    word-wrap: break-word
}

div#pdfs .mo,div#pdfs .pages {
    display: none
}

div#pdfs .day {
    padding-left: 30px;
    margin-top: -2px
}

div#pdfs .pages a {
    font-weight: normal
}

div.c01 {
    display: none
}

div.c02 {
    display: none
}

a.c02 {
    padding-left: 30px
}

a.c02_link {
    padding-left: 60px
}

body.segments form.segments table {
    border-collapse: collapse
}

body.segments form.segments table tr.odd {
    background-color: #a6e7f3
}

body.segments form.segments table tr.eve {
    background-color: #79dbed
}

body.segments form.segments table td {
    padding: 2px 8px 2px 8px;
    white-space: nowrap
}

body.segments form.segments table td.first {
    padding-top: 7px
}

body.segments form.segments table td.last {
    padding-bottom: 7px
}

body.segments form.segments input.optional {
    background-color: #cccccc
}

body.segments form.segments span.fixed_data {
    background-color: #cccccc
}

table.archext {
    border-collapse: collapse
}

table.archext caption {
    color: white;
    background-color: #666;
    font-size: 120%;
    font-weight: bold
}

table.archext tr {
    border-top: thin solid #ccc
}

table.archext th {
    white-space: nowrap
}

table.archext td {
    padding: 2px 15px;
    white-space: nowrap
}

table.archext td#jpg {
    text-align: center
}

table.archext td#size {
    text-align: right
}

table.archext a:link {
    text-decoration: none
}

body.item-op .itemOpTable {
    border-collapse: collapse;
    border: 1px solid silver
}

body.item-op .itemOpTable em {
    font-weight: bold;
    font-size: 150%;
    font-style: normal
}

body.item-op .itemOpTable th {
    background-color: #e5e5e5;
    border: 1px solid black
}

body.item-op .itemOpTable td {
    padding: 4px;
    border: 1px solid silver
}

body.item-op .itemOpBox {
    border: 0;
    font-size: smaller
}

body.item-op .curateInfoTable {
    border-collapse: collapse
}

body.item-op .curateInfoTable td {
    padding: 0
}

body.item-op .extraFieldTable {
    border-collapse: collapse
}

body.item-op .extraFieldTable td {
    background-color: #e5e5e5
}

body.tvAD .shows {
    margin-left: 20px
}

body.tvAD .shows h4 {
    margin: 0
}

body.tvAD .shows>div {
    margin-left: 20px
}

body.zotero table.zotero {
    width: 100%;
    border: 2px solid #aaaaaa;
    border-collapse: collapse
}

body.zotero table.zotero tr {
    border-bottom: 2px solid #aaaaaa
}

body.zotero table.zotero tr.av {
    display: none
}

body.zotero table.zotero tr.gray {
    background-color: #ddd
}

body.zotero table.zotero tr td {
    vertical-align: top;
    padding: 4px
}

body.zotero table.zotero th {
    text-align: left
}

body.wayback #wwmurl {
    max-width: 100%;
    margin: 0
}

body.wayback .web_table.row .web_box {
    display: block !important;
    max-width: 400px;
    min-width: 270px
}

.textarea-invert-readonly {
    color: white !important;
    background-color: #4b4848 !important;
    cursor: pointer !important
}

table.tablesorter thead tr .header {
    background-image: url(/includes/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
    padding-right: 15px
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(/includes/asc.gif)
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(/includes/desc.gif)
}

body.navia #nav-tophat .wayback-main .typeahead {
    z-index: 1051
}

body.navia #nav-tophat .wayback-main .typeahead a.dropdown-item {
    text-align: left;
    color: #2c2c2c !important
}

body.playset #theatre-ia,body.playset #theatre-controls {
    margin-right: 210px
}

@media (max-width: 767px) {
    body.playset #theatre-ia,body.playset #theatre-controls {
        margin-right:inherit
    }
}

body.playset #playset-ia {
    position: absolute;
    right: 0;
    z-index: 1;
    max-height: 100%;
    height: 100%;
    opacity: .75;
    border-left: 5px solid #444
}

@media (max-width: 767px) {
    body.playset #playset-ia {
        border-left:0
    }
}

body.playset #playset-ia:hover {
    opacity: 1
}

body.playset #playset-ia .playset-hdr {
    position: absolute;
    z-index: 2;
    top: 0;
    height: 25px;
    width: 200px;
    overflow: hidden;
    color: #ddd;
    background-color: black;
    display: flex;
    justify-content: space-around;
    padding-top: 1px
}

body.playset #playset-ia .playset-hdr .iconochive-beta,body.playset #playset-ia .playset-hdr .iconochive-play,body.playset #playset-ia .playset-hdr .iconochive-Pause {
    position: relative;
    top: 2px
}

body.playset #playset-ia .playset-hdr a {
    text-decoration: none !important;
    cursor: pointer;
    color: #ddd
}

body.playset #playset-ia .playset-list {
    max-height: 100%;
    padding-top: 25px;
    overflow-x: hidden;
    overflow-y: scroll
}

body.playset #playset-ia .playset-list .playset-item {
    width: 200px;
    background-color: black;
    opacity: .9;
    margin-bottom: 5px
}

body.playset #playset-ia .playset-list .playset-item:hover {
    opacity: 1
}

body.playset #playset-ia .playset-list .playset-item img {
    width: 90px
}

body.playset #playset-ia .playset-list .playset-item>a {
    max-width: 110px
}

body.playset #playset-ia .playset-list .playset-item>a>div {
    width: 110px;
    max-height: 100px;
    overflow: hidden;
    border-bottom: 20px solid transparent;
    padding: 3px 5px 10px 5px;
    background-color: white
}

body.playset #playset-ia .playset-list .playset-item>a>div.playset-img {
    padding: 0;
    border-bottom: 0;
    width: 90px
}

body.playset #playset-xs {
    background-color: black
}

body.playset #playset-xs>div {
    position: relative;
    height: 235px;
    max-height: 235px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: auto;
    width: 200px
}

body.playset.playset-hdr-only #playplayset {
    display: none
}

body.playset.playset-hdr-only #playset-ia {
    position: relative;
    border-left: 0
}

body.playset.playset-hdr-only #playset-ia .playset-hdr {
    position: relative
}

body.playset.playset-hdr-only #playset-ia .playset-list {
    display: none
}

.search-form .search-options {
    margin-top: .5em;
    font-size: 1.4rem
}

@media (min-width: 768px) {
    .search-form .form-group {
        margin-bottom:0
    }
}

.search-form--inside {
    position: relative;
    font-size: 1.2rem
}

.search-form--inside>* {
    margin-top: 0;
    margin-bottom: 0
}

.search-form--inside>*+* {
    margin-top: 1rem
}

.search-form--inside button,.search-form--inside input[type="search"] {
    box-sizing: border-box;
    height: 3rem
}

.search-form--inside input[type="search"] {
    padding: .5rem 3.5rem .5rem 1rem;
    font-size: inherit
}

.search-form--inside button {
    margin-top: 0;
    padding: .8rem 1rem;
    position: absolute;
    right: 0;
    top: 0;
    font-size: inherit;
    line-height: 0;
    background: none;
    border: 0;
    color: #2c2c2c;
    transition: 125ms color ease-in-out
}

.search-form--inside button:active,.search-form--inside button:focus,.search-form--inside button:hover {
    color: black
}

.search-form--inside .search-options {
    margin-top: 1rem;
    font-size: inherit
}

#nav-search .search-form {
    position: relative
}

#nav-search .search-options {
    position: relative;
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.15);
    visibility: hidden;
    opacity: 0;
    transition: opacity .15s ease-in-out,visibility 0s .15s;
    padding: 11px 20px;
    width: auto;
    position: absolute;
    right: 0;
    top: 95%;
    font-size: 1.25em;
    white-space: nowrap;
    z-index: 2
}

@supports (filter: drop-shadow(0 0 0 transparent)) {
    #nav-search .search-options {
        box-shadow:none;
        filter: drop-shadow(0 1px 1px #ccc)
    }
}

#nav-search .search-options::after {
    display: block;
    height: 7px;
    width: 12px;
    border-bottom: 7px solid currentColor;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: '';
    position: absolute;
    right: 7px;
    top: -7px;
    color: #fff
}

@media (min-width: 768px) {
    #nav-search .search-options {
        top:158%;
        font-size: 1em
    }
}

#nav-search .search-options fieldset {
    margin: 0 0 .5em 0;
    max-height: none;
    overflow: visible
}

#nav-search .search-options.is-open {
    visibility: visible;
    opacity: 1;
    transition: opacity .15s ease-in-out
}

body.navia .navbar #nav-search .search-options__advanced-search-link {
    position: static
}

.external-link-icon {
    background-position: center right;
    background-repeat: no-repeat;
    background-image: linear-gradient(transparent, transparent),url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2212%22%3E %3Cpath fill=%22%23fff%22 stroke=%22%2336c%22 d=%22M1.5 4.518h5.982V10.5H1.5z%22/%3E %3Cpath fill=%22%2336c%22 d=%22M5.765 1H11v5.39L9.427 7.937l-1.31-1.31L5.393 9.35l-2.69-2.688 2.81-2.808L4.2 2.544z%22/%3E %3Cpath fill=%22%23fff%22 d=%22M9.995 2.004l.022 4.885L8.2 5.07 5.32 7.95 4.09 6.723l2.882-2.88-1.85-1.852z%22/%3E %3C/svg%3E");
    padding-right: 13px
}

.must-be-logged-in {
    background-color: hsla(0,0%,85%,0.33);
    padding: 6px;
    margin: 10px 25px;
    border: 1px solid #c0c0c0;
    text-align: center
}

.must-be-logged-in a {
    color: #475ff2
}

p.transaction-id {
    margin-bottom: 0
}

body.has-maximized-editor {
    overflow: hidden
}

body.has-maximized-editor #navwrap1 {
    position: fixed;
    top: 0
}

body.has-maximized-editor .wysiwyg.maximized {
    position: fixed;
    top: 78px;
    right: 0;
    bottom: 0;
    left: 0
}

body.has-maximized-editor .wysiwyg.maximized .resizer {
    width: 100%;
    height: 100%
}

body.has-maximized-editor .wysiwyg.maximized .resizer iframe {
    padding: 0 1em
}

body.has-maximized-editor .wysiwyg.maximized .ui-resizable-handle {
    display: none
}

p 			{font-size: 10pt}

body,div,p,td,th,ul,ol,li {margin:0;padding:0;}
body {
    background-color:#fff;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-size:100%;*/
}
img {border:none;}
a {color:#069;}
.clearfix{width:100%;clear:both;}
.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.view-navbar {
  text-align: center;
  font-size: 17px;
}
.view-navbar a { text-decoration: underline; }
.view-navbar>li {
  list-style: none;
  display: inline-block;
  padding: 0 20px;
}

/* HOME PAGE */
#positionHome {padding:0;margin:55px auto 30px;width:450px;background-color:#fff;/*font-family:"Georgia","Times New Roman",serif*/;overflow: visible;}
#searchHome {text-align:center;margin-bottom:110px;width:450px;position:relative;}
#searchHome input[type=text]{font-family:"Arial","Helvetica",sans-serif;font-size:1.125em;font-weight:700;width:440px;}
#searchHome button{font-family: "Lucida Sans","Lucida Grande","Arial",sans-serif;font-size: 1em;display: block;margin:5px auto;}
#searchAdvHome {position:absolute;left:460px;top:8px;font-size:.75em;white-space:nowrap;}
#introHome {margin-bottom:15px;}
#introHome h2 {font-family: "Arial","Helvetica",sans-serif;font-size:1.5em;margin:0;padding:0;line-height:normal;color:#00aef0;}
#introHome p {font-size:1.25em;line-height:1.5em;}
#introHome a.faq {font-size:.875em;display: block;text-align: right;line-height:1.5em;}
#footerHome {max-width:413px;text-align:left;margin:45px auto 0;padding-left:37px;background:url("../images/logo_archive-sm.png") 0 0 no-repeat;}
#footerHome p {font-family:"georgia","times new roman",serif;font-size:.6875em;color:#666;line-height:1.5em;margin-bottom:2em;}

.no-script-message {
  width: 400px;
  margin: 200px auto;
  text-align: center;
}

.search-toolbar-logo {
  background-image: url(../images/toolbar/wayback-toolbar-logo.svg);
  background-size: 183px;
  background-repeat: no-repeat;
  background-position: center;
  width: 204px;
  height: 72px;
  display: inline-block;
}

/* ERROR PAGE */

/* for hiding content on error page in IFRAME */
body.wb_embedded {
    display: none !important;
}
#error {min-height:230px;}
#error h2 {
    font-size:1.5em;
    margin:0;
    margin-bottom: 20px;
    padding:0;
    line-height:normal;
    color:#ee1c24;
}
#error h2.blue {color:#00aef0!important;}
#error p {font-size:1em;line-height:1.5em;}
#error p.target {white-space: pre-line; word-break: break-all; word-wrap: break-word;}
#errorBorder {
    border-bottom:1px solid #ccc;
    width:780px;
    margin: 0 auto;
}
#error p.code {font-family: "Andale Mono","Lucida Console", "Courier New", monospace;margin:0 0 1.5em 0;}
#error p.shift {padding-left:35px;}
#error .red {color:#ee1c24;}
#error p.impatient {font-family: "Georgia","Times New Roman", serif;font-size: 0.75em;margin:0 0 1.5em 450px;white-space: nowrap;}

#livewebInfo {
  padding: 20px;
  margin: 20px 0px 20px 0px;
  border-radius: 10px;
  box-shadow: 0 0 20px 5px #aaa;
  -moz-box-shadow: 0 0 20px 5px #aaa;
  -webkit-box-shadow: 0 0 20px 5px #aaa;
}
#livewebInfo.available {
  background: #ffffe0;
}
#livewebInfo #spn-form {
    margin-top: 7px;
}

.web_button {
    min-width: 153px;
    height: 35px;
    background-color: #ebebeb;
    border: medium none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 2px;
}

.web_button:hover {
    background-color: #cdcdcd;
}

.feedback_button {
    float: right;
    font-weight: bold;
    margin: 102px -50px 0 0;
    transform: rotate(270deg);
}
.social_button {
    border: none!important;
    display: block;
    margin: 1px 0!important;
    padding: 0!important;
}
.social_button:hover, .social_button:focus {
    border: none!important;
    text-decoration: none!important;
}

/* URL QUERY RESULTS */
h2#query-summary {
    color: #01a651;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transition: opacity 700ms;
}
table#resultsUrl {
    border-collapse:collapse;
}
table#resultsUrl td {
    text-align:center;font-size:0.8125em;
    border-bottom:1px solid #ccc;padding:5px;white-space:pre;
}
table#resultsUrl td.captures, table#resultsUrl td.dupes,
table#resultsUrl td.uniques {
    font-family: "Andale Mono", "Lucida Console", "Courier New", monospace;
    text-align: right;
    padding-right: 20px;
}
table#resultsUrl td.url {
    text-align:left;font-size:1.125em;
    font-family: "Arial","Lucida Grande",sans-serif;
    width:40%;overflow:hidden;white-space:pre-line;word-break:break-all;
    word-wrap:break-word;
}
table#resultsUrl th {
    text-align:center;font-size:0.8125em;
    font-family: "Arial","Lucida Grande",sans-serif;
    text-transform: uppercase;
    color:#069;cursor: pointer;
    border-bottom:1px solid #ccc; border-top:1px solid #ccc;
    padding:5px; padding-right: 9px;
}
.dataTables_info {
    color: #666 !important;
}

/* SPN2 UI */
#spn-title {
    word-wrap:break-word;
}

/* Wayback front page style */
.Web, .web_text {
    font-family: "Helvetica Neue";
    margin-bottom: 2px;
}

#wwmform {
    text-align: center;
}

.web_table {
    display: table;
    width: 100%;
}

.web_cell {
    display: table-cell;
    vertical-align: bottom;
    padding: 28px 2px 2px 2px;
    /*width: 33%;*/
    min-width: 300px;
}

.web_logo_img {
    vertical-align: bottom;
}

.web_tagline {
    display: block;
    font-size: 14pt;
    font-weight: 200;
    width: 100%;
}

#wwmurl {
    width: 90%;
    border-radius: 5px;
    margin-bottom: 8px !important;
}

.web_input {
    font-size: 17px;
    font-weight: 300;
    border: 1px solid #CCCCCC;
    padding: 2px 2px 2px 10px;
}

.web_button {
    width: 153px;
    height: 35px;
    background-color: #ebebeb;
    border: medium none;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    padding-bottom: 2px;
}

.web_button:hover {
    background-color: #cdcdcd;
}

.web_box {
    text-align: left;
    width: 300px;
    min-width: 300px;
    font-size: 17px;
    font-weight: 200;
    display: table-cell;
    padding: 0px 20px 20px 20px;
}

.web_spacer {
    display: table-cell;
    vertical-align: baseline;
}

.web_box a:link, #web_footer a:link {
    color: #428bca;
    text-decoration: none;
}

.web_box a:visited, #web_footer a:visited {
    color: #428bca;
    text-decoration: none;
}

.web_box a:hover, #web_footer a:hover {
    color: #00B1F7;
}

.web_heading {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
}

/** web_message class is to be removed */
#donation-link,
.web_message {
    text-align: center;
    margin-top: 33px;
    margin-bottom: 10px;
}
#donation-link .web_heading,
.web_message .web_heading {
    font-size: 15px;
    font-weight: normal;
    margin-right: 4px;
}
#donation-link .beta_button,
.web_message .beta_button {
    border-radius: 0;
    padding: 0 10px;
    margin-left: 5px;
}
/* new layout - #donation-link above will be updated */
.search-toolbar #donation-link, .text-right #donation-link {
    text-align: right;
}
.web_img {
    vertical-align: middle;
}

/* carousel */

.web_carousel {
	width: 100%;
	cursor: pointer;
}

.clearfix {
	float: none;
	clear: both;
}

.web_capture {
    text-align: left;
    width: 120px;
    height: 180px;
    padding: 0 10px;
    display: block;
    float: left;
}

.web_capture_img {
    opacity: 0.5;
    width: 100%;
    height: auto;
	border: 1px solid #ccc;
	background-color: white;
	padding: 0px;
	margin: 20px;
}

.web_capture_text {
    display: none;
}

.web_capture:hover div{
    display: inline-block;
    width: 160px;
}

.web_capture:hover img{
    opacity: 1.0;
    margin: 0px;
    width: 160px;
}

.web_capture_url {
    font-size: 14px;
    font-weight: bold;
}


/* bottom boxes */

.web_box_item {
    padding-bottom: 10px;
}

#web_save_url {
    width: 180px;
    height: 29px;
    border-radius: 5px;
}

#web_save_button {
    width: 100px;
}

#web_save_div {
    margin-bottom: 5px;
}

#web_save_opts {
    max-width: fit-content;
    margin: 20px auto 0 auto;
    text-align: left;
}

#web_save_date_div {
    /*display: inline-table;*/
    vertical-align: middle;
    width: 225px;
}

#web_save_date {
    color: #808080;
    font-size: 14px;
    font-weight: normal;
}

.web_small_text {
    font-size: 13px;
    font-weight: 300;
    color: #808080;
    margin-top: 5px;
}

.web_width_200 {
    width: 200px;
}

.homepage-collection-search-icon {
    color: #50c1d6;
    display: inline-block;
    font-size: 36px !important;
    margin: 5px 10px 0 -5px;
    padding: 0 0 10px 0;
    vertical-align: middle;
}

.homepage-collection-search-title {
    display: inline-block;
    margin-top: 5px;
}

#web_footer {
    width: 100%;
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    padding-bottom: 10px;
}

#web_footer a {
    padding-left: 5px;
    padding-right: 5px;
}

.beta_button {
  border-radius: 36px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  background-color: #0091a7;
  padding: 5px 15px;
  text-decoration: none;
  display: inline-block;
}

.beta_button:hover {
  background-color: #00bcd8;
  color: #ffffff;
  text-decoration: none;
}

.web_explore {
  padding-top: 10px;
  display: block;
}
.web-search-toolbar {
    max-width: 800px;
    text-align: center;
    margin: 30px auto 23px;
}
@media (min-width: 725px) {
#wwmform {
    text-align: left;
    flex: 1;
}
#wwmurl {
    width: 70%;
}
.web-search-toolbar {
    display: flex;
    align-items: start;
    justify-content: center;
}
.web-search-toolbar-logo-container {
    margin-right: 18px;
    margin-top: 4px;
 }
}
/* copy of wayback-search-js styles */
.search-toolbar {
  max-width: 800px;
  text-align: center;
  margin: 30px auto 23px auto;
}
@media (min-width: 600px) {
  .search-toolbar {
    align-items: flex-end;
    display: flex;
    justify-content: center;
  }
  .search-toolbar-logo-container {
    margin: 0 18px -9px 0;
    min-width: 183px;
  }
}
.search-toolbar-input-container {
  width: 100%;
}
.search-toolbar input {
  flex-grow: 1;
  /*width: 100%;*/
  font-size: 17px;
  font-weight: 300;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px 2px 5px 10px;
  margin-right: 10px;
}
/* additional */
@media (min-width: 600px) {
  .search-toolbar-input-container {
    display: flex;
  }
}
@media (max-width: 600px) {
  .search-toolbar-input-container button {
    margin-top: 6px;
    padding: 4px 10px;
  }
}
#resultsUrl .fa-spinner {
    width: 2em;
    height: 2em;
}