@charset "UTF-8";
@import url("../../fonts.googleapis.com/css/family=Lato_400,400italic,700,700italic_Source+Code+Pro_400.css");

/*
Read Only by HTML5 UP
html5up.net | @n33co
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
 */

/* Basic */

body {
    background: #FFFFFF;
}

body, input, select, textarea {
    color: #222;
    font-family: "Lato", sans-serif;
    font-size: 11pt;
    font-weight: 400;
    line-height: 1.55em;
}

a {
    -moz-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    border-bottom: solid 1px #ddd;
    color: inherit;
    text-decoration: none;
    display:inline-block;
}

a.noborderbottom {
    border-bottom-color: transparent;
}

a:hover {
    border-bottom-color: transparent;
    color: #0000FF !important;
}

strong, b {
    color: #111;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

p {
    margin: 0 0 1em 0;
    line-height: 1.5em;
}
p.inline {
    margin: 0 0 0 0;
    line-height: 1.5em;
}

p.pub {
    line-height: 2em;
}

p.author {
    font-size: 13pt;
    text-align: center;
    margin: 0 0 0 0;
    padding: 0 3em 0 3em;
}

p.caption {
    margin: 0.5em 2em 0em 3em;
    font-size: .9em;
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    color: #8A8B8C;
    font-weight: 700;
    line-height: 1em;
    margin: 0 0 0.5625em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    border: 0;
    color: inherit;
    text-decoration: none;
}

h1 {
    font-size: 2.5em;
    margin-top: 1em;
    color: #000000;
    text-align: center;
}

h2 {
    font-size: 2em;
    line-height: 1.5em;
}

h3 {
    font-size: 1.5em;
    line-height: 1em;
}

h4 {
    font-size: 1.25em;
    line-height: 1.5em;
}

h5 {
    font-size: 0.9em;
    line-height: 1.5em;
}

h6 {
    font-size: 1em;
    line-height: 1.5em;
}

sub {
    font-size: 0.8em;
    position: relative;
    top: 0.5em;
}

sup {
    font-size: 0.7em;
    position: relative;
    top: 0em;
}

hr {
    border: 0;
    border-bottom: solid 2px #f4f4f4;
    margin: 2.25em 0;
}

hr.major {
    margin: 3.375em 0;
}

blockquote {
    border-left: solid 8px #e4e4e4;
    font-style: italic;
    margin: 0 0 2.25em 0;
    padding: 0.5em 0 0.5em 2em;
}

code {
    background: #555;
    border-radius: 5px;
    color: #fff;
    font-family: "Source Code Pro", monospace;
    font-size: 0.9em;
    margin: 0 0.25em;
    padding: 0.25em 0.65em;
}

pre {
    font-family: "Source Code Pro", monospace;
    font-size: .7em;
    margin: 1em 0 0 0;
    padding: 0 0 0 0;
    white-space: pre-wrap;
    line-height: 1.5em
}

pre code {
    -webkit-overflow-scrolling: touch;
    display: block;
    line-height: 1.5em;
    overflow-x: auto;
    padding: 1em 1.5em;
}

.align-left {
    text-align: left;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

/* Section/Article */

section.special, article.special {
    text-align: center;
}

header p {
    color: #777;
    position: relative;
    margin: 0 0 1.6875em 0;
}

header h2 + p {
    font-size: 1.25em;
    margin-top: -0.5em;
    line-height: 1.5em;
}

header h3 + p {
    font-size: 1.1em;
    margin-top: -0.35em;
    line-height: 1.5em;
}

header h4 + p,
header h5 + p,
header h6 + p {
    font-size: 0.9em;
    margin-top: -0.25em;
    line-height: 1.5em;
}

header.major h2 {
    color: #A31F34;
    font-size: 3.5em;
}

header.major h2 + p {
    color: #333;
    font-size: 1.75em;
    font-weight: 700;
    margin-top: -0.75em;
}

/* List */

ol {
    list-style: decimal;
    margin: 0 0 2.25em 0;
    padding-left: 1.25em;
}

ol li {
    padding-left: 0.25em;
}

ul {
    list-style: disc;
    margin: 0 0 0 0;
    padding-left: 1em;
}

ul li {
    padding-left: 0.5em;
}

ul.alt {
    list-style: none;
    padding-left: 0;
}

ul.alt li {
    border-top: solid 2px #f4f4f4;
    padding: 0.5em 0;
}

ul.alt li:first-child {
    border-top: 0;
    padding-top: 0;
}

ul.feature-icons {
    list-style: none;
    padding-left: 0;
}

ul.feature-icons li {
    text-decoration: none;
    display: inline-block;
    margin: 0 0 1.6875em 0;
    padding: 0.35em 0 0 3.5em;
    position: relative;
    width: 48%;
}

ul.feature-icons li:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-transform: none !important;
}

ul.feature-icons li:before {
    background: #4acaa8;
    border-radius: 100%;
    color: #ffffff;
    display: block;
    height: 2.5em;
    left: 0;
    line-height: 2.5em;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2.5em;
}

ul.icons {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0;
}

ul.icons li:last-child {
    padding-right: 0 !important;
}

ul.icons li .icon:before {
    font-size: 1.25em;
}

ul.actions {
    cursor: default;
    list-style: none;
    padding-left: 0;
}

ul.actions li {
    display: inline-block;
    padding: 0 1.125em 0 0;
    vertical-align: middle;
}

ul.actions li:last-child {
    padding-right: 0;
}

ul.actions.small li {
    padding: 0 0.5625em 0 0;
}

ul.actions.vertical li {
    display: block;
    padding: 1.125em 0 0 0;
}

ul.actions.vertical li:first-child {
    padding-top: 0;
}

ul.actions.vertical li > * {
    margin-bottom: 0;
}

ul.actions.vertical.small li {
    padding: 0.5625em 0 0 0;
}

ul.actions.vertical.small li:first-child {
    padding-top: 0;
}

ul.actions.fit {
    display: table;
    margin-left: -1.125em;
    padding: 0;
    table-layout: fixed;
    width: calc(100% + 1.125em);
}

ul.actions.fit li {
    display: table-cell;
    padding: 0 0 0 1.125em;
}

ul.actions.fit li > * {
    margin-bottom: 0;
}

ul.actions.fit.small {
    margin-left: -0.5625em;
    width: calc(100% + 0.5625em);
}

ul.actions.fit.small li {
    padding: 0 0 0 0.5625em;
}

dl {
    margin: 0 0 2.25em 0;
}


/* Table */

.table-wrapper {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
}

table {
    margin: 0 0 0 0;
    width: 100%;
}

table tbody tr {
    border: solid 2px #f4f4f4;
    text-align: center;
    vertical-align: top;
    /* border-left: 0;
    border-right: 0; */
}

table tbody tr:nth-child(2n + 1) {
    background-color: #fafafa00;
}

table td {
    padding: 0 0 0 2em;
    text-align: center;
}

table td.spec {
    padding: 0 0 0 1em;
    text-align: center;
}

table th {
    color: #333;
    font-size: 0.9em;
    font-weight: 700;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: center;
}

table thead {
    border-bottom: solid 4px #e4e4e4;
}

table tfoot {
    border-top: solid 4px #e4e4e4;
}

table td.rightalign {
    text-align: right;
}

table td.leftalign {
    text-align: left;
}

table.authoraffliation {
    margin-left: auto;
    margin-right: auto;
    margin-top: .5em;
    margin-bottom: .5em;
    width: 60%;
    max-width: 1080px;
}

table.authoraffliation td {
    padding-top: .5em;
    text-align: center;
}

table.alt {
    border-collapse: separate;
}

table.alt tbody tr td {
    border: solid 2px #e4e4e4;
    border-left-width: 0;
    border-top-width: 0;
}

table.alt tbody tr td:first-child {
    border-left-width: 2px;
}

table.alt tbody tr:first-child td {
    border-top-width: 2px;
}

table.alt thead {
    border-bottom: 0;
}

table.alt tfoot {
    border-top: 0;
}

/* Button */

input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
    background-color: #ffffff;
    border-radius: 5px;
    border: 0;
    color: #A31F34 !important;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    height: 2.75em;
    line-height: 2.75em;
    padding: 0 1.5em;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
}

input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
    background-color: #C2C0BF;
    color: #A31F34 !important;
}

input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
    background-color: #8A8B8C;
}

input[type="submit"].icon,
input[type="reset"].icon,
input[type="button"].icon,
.button.icon {
    padding-left: 1.35em;
}

input[type="submit"].icon:before,
input[type="reset"].icon:before,
input[type="button"].icon:before,
.button.icon:before {
    margin-right: 0.5em;
}

input[type="submit"].fit,
input[type="reset"].fit,
input[type="button"].fit,
.button.fit {
    display: block;
    margin: 0 0 1.125em 0;
    width: 100%;
}

input[type="submit"].small,
input[type="reset"].small,
input[type="button"].small,
.button.small {
    font-size: 0.8em;
}

input[type="submit"].big,
input[type="reset"].big,
input[type="button"].big,
.button.big {
    font-size: 1.35em;
}

input[type="submit"].alt,
input[type="reset"].alt,
input[type="button"].alt,
.button.alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #e4e4e4;
    color: #333 !important;
}

input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
input[type="button"].alt:hover,
.button.alt:hover {
    background-color: #f4f4f4;
    color: #333 !important;
}

input[type="submit"].alt:active,
input[type="reset"].alt:active,
input[type="button"].alt:active,
.button.alt:active {
    background-color: #eaeaea;
}

input[type="submit"].alt.icon:before,
input[type="reset"].alt.icon:before,
input[type="button"].alt.icon:before,
.button.alt.icon:before {
    color: #aaa;
}

input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
.button.special {
    background-color: #A31F34;
    color: #ffffff !important;
}

input[type="submit"].special:hover,
input[type="reset"].special:hover,
input[type="button"].special:hover,
.button.special:hover {
    background-color: #C2C0BF;
}

input[type="submit"].special:active,
input[type="reset"].special:active,
input[type="button"].special:active,
.button.special:active {
    background-color: #8A8B8C;
}

input[type="submit"].disabled, input[type="submit"]:disabled,
input[type="reset"].disabled,
input[type="reset"]:disabled,
input[type="button"].disabled,
input[type="button"]:disabled,
.button.disabled,
.button:disabled {
    background-color: #555 !important;
    box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15);
    color: #fff !important;
    cursor: default;
    opacity: 0.25;
}

/* Features */

.features article {
    border-top: solid 3px #f4f4f4;
    margin-bottom: 2.25em;
    padding-top: 2.25em;
}

.features article:first-child {
    border-top: 0;
    padding-top: 0;
}

.features article .image {
    display: inline-block;
    padding-right: 2.5em;
    vertical-align: middle;
    width: 48%;
}

.features article .image {
    display: block;
    width: 100%;
}

.features article .inner {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

.features article .inner > :last-child {
    margin-bottom: 0;
}

/* Text Box */

div.transbox {
    border-radius: 10px;
    border: 0.1em solid #C2C0BF;
    margin: 1.3em auto;
    padding: 1.3em 1.5em 1.5em 1.5em;
    width: 85%;
    position: relative;
    background-color: #FFFFFF;
    opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
    max-width: 1080px;
}

div.block{
    
    padding-top:  1em;
    padding-bottom:  1em;
    font-size: 13pt;
    text-align: justify;
    max-width: 1080px;
    margin-left: auto;
    margin-right: auto;
}

div.left_align{
    padding-left: 20%;
    padding-right: 20%;
    padding-top:  1em;
    padding-bottom:  1em;
    font-size: 13pt;
    max-width: 1080px;
}

img.wide_teaser{
    max-width: 100%;
    height: auto;
  }

video{
    max-width: 280px;
    width: 100%;
}
table.inline{
    width: 0%;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    margin-left: 0px;
}

div.inline_block{
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin-left: 0em;
}

img.spec{
    max-width: 300px;
    width: 100%;
    max-height: 200px;
    height: 100%;
}

.spec:hover .spec-wrap {
    background-color: white;
  }
  
  .spec:hover img {
    opacity: 0.7;
  }

.hide {
    display: none;
  }


/*
     FILE ARCHIVED ON 16:37:23 Apr 27, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:04:41 Sep 13, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.287
  captures_list: 0.344
  exclusion.robots: 0.033
  exclusion.robots.policy: 0.024
  esindex: 0.006
  cdx.remote: 15.703
  LoadShardBlock: 67.178 (3)
  PetaboxLoader3.datanode: 102.765 (5)
  PetaboxLoader3.resolve: 35.135 (2)
  load_resource: 79.392
  loaddict: 36.108
*/