


body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #000;
  font-family: 'Lucida Grande', helvetica, arial, verdana, sans-serif;
}

a:link, a:visited, a:active {
  text-decoration: none;
  
  font-weight: normal;
}

a:hover {
  text-decoration: underline;
}

abbr, acronym {
  border-bottom: 0;
}


fieldset {
  margin: 1em;
}


fieldset legend {
  font-weight: bold;
}


hr, .hidden {
  display: none;
}


hr.show {
  display: block;
}

img {
  border: 0;
}


em {
  color: #c00;
  font-weight: bold;
  font-style: normal;
}


em.boxed {
  color: #000;
  background-color: #fff;
  border: 3px;
  border-color: #0c0;
  border-style: solid;
  padding: 5px;
  font-weight: bold;
  font-size: 150%;
  font-style: normal;
}

.primary-subject {
  font-weight: bold;
}


#cu-identity {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 63.125%;
  color: #fff;
  background-color: #222;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

#cu-logo {
  position: relative;
  
  left: 10px;
  top: 2px;
  width: 300px;
  height: 49px;
}

#cu-logo a img {
  width:200px;
}

#insignia-link {
  width: 68px;
  height: 50px;
}

#unit-signature-links a {
  left: 68px;
  width: 185px;
}

#cornell-link {
  height: 38px;
}

#unit-link {
  top: 38px;
  height: 37px;
}


#support-ack {
  top: 12px;
  right: 0%;
  margin: 0 12px 0 0;
  padding: 8px 0;
  text-align: right;
  font-size: 120%;
  font-weight: normal;
  font-family: 'Lucida Grande', helvetica, arial, verdana, sans-serif;
  color: #fff;
  width: 380px;
}

#support-ack a {
  color: #fff;
  text-decoration: none;
  border: none;
}

#support-ack a:hover {
  background: #444;
}


#local-icon {
  position: absolute;
  top: 12px;
  right: 0%;
  margin-right: 12px;
  color: #fff;
}


#header {
  background-color: #b31b1b;
  color: #fff;
  margin: 0;
  padding: 10px 0 10px 0;
  border-bottom: 2px solid #ccc;
  position: relative;
  overflow: auto;
  
}

#header h1 {
  margin: 0;
  font-size: 1em;
  padding: 10px 0 .2em 10px;
  font-weight: bold;
  font-style: normal;
  
  float: left;
}

#header .header-breadcrumbs {
  margin: 0;
  font-size: 1em;
  padding: 10px 0 .2em 10px;
  font-style: normal;
  float: left;
}

#header .header-breadcrumbs a {
  
}

body#front #header h1 {
  font-size: 2.5em;
  font-weight: normal;
}

#header .classifications a {
  color: #fff;
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
}

#header a, #header a:visited {
  color: #fff;
  text-decoration: none;
}

#header a:hover {
  text-decoration: underline;
}


#header form {
  
  margin: 0 12px 0 0;
  padding: 0;
  text-align: right;
  font-size: .8em;
  line-height: 100%;
}


body#front #header form {
  top: 15px;
}


body.with-cu-identity #header form {
  
}

body#front.with-cu-identity #header form {
  
}

#header form input, #header form select {
  margin: 0;
  padding: 0;
}

#header form .search-for {
  font-size: 84%;
  text-align: left;
  float: left;
}

#header .login {
  padding-bottom: .5em;
  padding-right: 20px;
  font-size: 84%;
  float: right;
}

#header .login a {
  text-decoration: underline;
}

#header form .links {
  padding-bottom: .4em;
  font-size: 84%;
}

#header form .links a {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #header h1 {
    text-align: center;
    float: none;
    margin: 0;
    padding: 0 0 .2em 0;
  }
  .search-block.level-right {
    clear:both !important;
  }
  #header .header-breadcrumbs {
    float: none;
    text-align: center;
  }
}



 footer ul li {
   display: flex;
   align-items: center;
   font-size:14px;
 }
 footer ul li a {
   font-size: 13.5px;
   padding-left: 3px;
 }

#footer {
  background-color: #eee;
  color: #000;
  margin: 1em 0 0 0;
  padding: .7em;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 80%;
  clear: both;
  overflow: hidden;
}

#footer .footer-text {
  width: 88%;
  float: left;
}

#footer .social {
  width: 10%;
  float: right;
  text-align: right;
}

#footer .social img {
  max-width: 100%;
  height: auto;
}

#footer a, #footer a:visited {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

#footer address {
  
  margin: 5px;
  font-style: normal;
}

#footer p, #footer h1, #footer h2, #footer h3, #footer h4, #footer h5,
#footer h6 {
  
  margin: 5px;
}

#footer .a11y-text {
  margin: 1em 0;
  padding-top: 1em;
  border-top: 1px solid #ccc;
}

footer {
  background-color: #757575;
  color: #fff;
  padding: 1em 2em;
  font-size: 0.9em; -webkit-font-smoothing: antialiased;
  margin-top: 6rem;
}

footer a, footer a:visited {
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid transparent;
}

footer a:hover, footer a:active {
  background-color: #999;
  border-bottom: 1px dotted #fff;
  text-decoration: none;
}

footer ul {
  padding: 0;
  margin: 0;
}

.endorsers .help {
  position: relative;
  top: 4rem;
}

@media screen and (min-width: 990px) {
  .endorsers .help { top: 5rem; } 
}

@media screen and (min-width: 769px) {
  .columns { display: flex; flex-direction: row; }
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.icon {
  height:.9rem;
  width:.9rem;
  margin-right:.45em;
  margin-top: -.15rem;
}

.help {
  font-family: "Lucida Grande", "Helvetica Neue", Helvetica, Arial, sans-serif;
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}


.accesskey {
  font-weight: bold;
}

.accesskey-info {
  font-size: 80%;
}


#content, #content-inner {
  margin: .7em;
  font-size: 90%;
}
#content-inner {

}


p.tagline {
  margin: 0;
  padding: 0 0 0.3em 0;
}


.editbar {
  background-color: #8080ff;
  color: white;
  font-family: monospace;
  font-weight: bold;
  line-height: 0.8;
  text-decoration: none;
}

.errmsg {
  color: #f00;
  font-style: italic;
}


#form-interface {
  background-color: #f0eee4;
  color: #000;
  font-size: 120%;
  padding: 0.2em;
}


#abs-outer, #abs {
  margin: -0.7em;
}
#abs-outer .leftcolumn {
  margin: 0;
  padding: 0px;
  width:calc(100% - 16em);
  float:left;
}
#abs-outer .mobile-submission-download {
  display:none;
}

#abs-outer .extra-services {
  float:right;
  margin:0;
  width:16em;
}
#abs-outer .extra-services .bib-sidebar {
  border-left: .35em solid #ddd !important;
}
@media screen and (max-width: 768px) {
  #abs-outer a.mobile-submission-download {
    display: flex;
    justify-content: center;
    margin: 1em .25em;
    border-radius: 10px;
    border: 2px solid #cecece;
    background-color: #f2f2f2;
    padding: 1em;
    font-weight: 800;
    color:black;
    text-decoration: none;
  }
  #abs-outer .extra-services h2 {
    font-size:15px;
  }
  #abs-outer .extra-services h3 {
    font-size:14px;
  }
  #abs-outer .leftcolumn, #abs-outer .extra-services {
    width:100%;
    float:left;
  }
  #abs-outer .extra-services, #abs-outer .extra-services .full-text, #abs-outer .extra-services .ancillary, #abs-outer .extra-services .browse, #abs-outer .extra-services .extra-ref-cite, #abs-outer .extra-services .bookmarks {
    border:0px;
    font-size:12px;
  }
  #abs-outer .extra-services {
    border-top: .35em solid #ddd;
    border-bottom: .35em solid #ddd;
    margin:.5em 0 1em 0;
  }
}


#abs-outer .subheader {
  background-color: #eee;
  color: #000;
  padding: .25em 0;
  border-bottom: 1px solid #ccc;
}

#abs-outer .subheader h1 {
  margin: 0;
  font-size: 1.1em;
  padding: 0 0 .2em 20px;
  font-weight: bold;
  font-style: normal;
}

#abs .descriptor {
  display: none;
}
#abs-outer .extra-services .descriptor {
  display: none;
}

#abs h1.title {
  margin: .5em 0 .5em 20px;
  font-size: x-large;
  font-weight: bold;
  line-height: 120%;
}

#abs .authors {
  margin: .5em 0 .5em 20px;
  font-size: medium;
  line-height: 150%;
}

#abs .authors a {
  font-size: medium;
}

div#long-author-list {
  
  margin: 0;
  display: none;
}

#abs .dateline {
  margin: .5em 0 .5em 20px;
  font-style: italic;
  font-size: small;
}

#abs blockquote.abstract {
  line-height: 1.55;
  font-size: 1.05em;
  margin-bottom: 1.5em;
}

#abs .comments {}

#abs .metatable {
  font-size: 0.92em;
  line-height: 1.5;
  margin: 0 0 1.5em 20px;
}

#abs .tablecell {
  padding: .1em .5em 0em 0em;
  vertical-align: top;
}

#abs .tablecell .label {
  text-align: left;
}

#abs .jref .descriptor, #abs .comments .descriptor, #abs .subjects .descriptor,
#abs .acm-classes .descriptor, #abs .msc-classes .descriptor {
  display: inline;
}

#abs .subjects {}

#abs .acm-classes, #abs .msc-classes {
  vertical-align: bottom;
  font-family: courier;
  font-size: 100%;
}

#abs .arxivid a {
  
  font-weight: normal;
}

#abs .arxividv {}

#abs .jref {}

#abs-outer .submission-history {
  margin: 1.5em 0 1.5em 20px;
  font-size: 90%;
  line-height: 1.5em;
}

#abs-outer .submission-history h2 {
  font-size: 120%;
  margin: 0 0 .25em 0;
  font-weight: bold;
}

#abs-outer .submission-history pre {
  font-family: 'Lucida Grande', helvetica, arial, verdana, sans-serif;
  margin: 0;
  line-height: 1.4em;
  padding: 0;
}

#abs-outer .endorsers {
  margin: 1em 0 1.5em 20px;
  font-size: small;
  font-style: italic;
  clear:both;
}
@media screen and (max-width: 768px) {
  #abs-outer .endorsers {
    margin: 1em 0 .5em 20px;
  }
}


.extra-services {
  border-bottom: .35em solid #ddd;
}

.extra-services h3 {
  font-size: medium;
  font-weight: normal;
  margin: 0 0 0.3em 0;
  padding-top:0.3em;
}

.full-text {
  margin: 0;
  padding: .5em 1em .5em 1em;
  font-size: 110%;
  font-weight: normal;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.full-text h2 {
  font-size: 140%;
  font-weight: bold;
  margin: 0.1em 0 0 0;
}

.full-text .preferred {
  font-weight: bold;
}

.full-text ul {
  margin: .3em 0 0 1em;
  padding: 0;
}

.ancillary {
  margin: 0;
  padding: .0em 0em .5em 1em;
  font-size: 90%;
  font-weight: normal;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.ancillary h2 {
  font-size: 120%;
  font-weight: bold;
  margin: 0.15em 0 0 0;
}

.ancillary ul {
  margin: 0 0 0 1em;
  padding: 0;
}

.ancillary .no-bullet li {
  list-style-type: none;
}

div#long-anc-list {
  
  margin: 0;
  display: none;
}

div#long-dc-list {
  
  margin: 0;
  display: none;
}

.extra-general {
  margin: 0;
  padding: 0 1em 0 1em;
  font-size: 90%;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.extra-ref-cite {
  margin: 0;
  padding: 0 1em 0 1em;
  font-size: 90%;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.extra-ref-cite ul {
  font-weight: normal;
  margin: 0.3em 0 0 20px;
  padding-left: 0;
  padding-bottom: 0.3em;
}

.browse {
  padding: 0 1em 0 1em;
  font-size: 90%;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.browse .current {
  padding: 0;
  font-weight: bold;
}

.browse .prevnext {
  padding: 0.2em 0 0 0;
  
}
.browse .prevnext a {
  
}
.browse .prevnext .nolink {
  font-weight: bold;
  color: #666;
}

.browse .list {
  padding: 0.2em 0 0.5em 0;
  font-weight: normal;
}

.browse .switch {
  font-weight: normal;
  padding: .2em 0em .7em 0em;
}

.browse .switch .subclass {
  padding-left: 1.5em;
}

.dblp {
  padding: 0 1em 0 1em;
  font-size: 90%;
  border-bottom: medium solid #ddd;
  border-left: .35em solid #ddd;
}

.dblp .list {
  font-weight: normal;
  margin: 0.3em 0 0 20px;
  padding-left: 0;
  padding-bottom: 0.3em;
}

.bookmarks {
  margin: 0;
  padding: 0 1em .5em 1em;
  font-size: 90%;
  border-left: .35em solid #ddd;
  
}


.what-is-this {
  margin: 0.5em 0 0 0;
  font-size: xx-small;
  padding-bottom: 0.3em;
}

.what-is-this h3 {
  display: inline;
}

.abs-license {
  font-size: xx-small;
  padding-top: 0.3em;
}


#dlpage .list-dateline {
  font-style: italic;
}

#dlpage dd {
  padding-bottom: 1em;
}

#dlpage .meta {
  line-height: 130%;
}

#dlpage .list-identifier a, #dlpage dl#articles dt a {
  font-weight: bold;
}

#dlpage .descriptor {
  display: inline;
}

#dlpage .list-authors .descriptor {
  display: none;
}

#dlpage .list-title .descriptor {
  display: none;
}

#dlpage .list-title {
  font-size: large;
  font-weight: bold;
  margin: .25em 0 0 0;
  line-height: 120%;
}

#dlpage .list-authors {
  font-weight: normal;
  font-size: 110%;
}

#dlpage .list-comments {
  font-weight: normal;
  font-size: 90%;
}

#dlpage .list-journal-ref {
  font-weight: normal;
  font-size: 90%;
}

#dlpage .list-subjects {
  font-size: 90%;
}



#header #search {
  right: -10px;
  width: 350px;
  top: 30px;
  margin-right: 0;
  float: right;
  clear: right;
  
}

#header #search-arxiv .wrapper-search-arxiv {
  width: 340px;
  float: left;
}

#header #search-arxiv .wrapper-search-arxiv .keyword-field {
  float: left;
  border: 1px solid #95989A;
  border-right: none;
  height: 28px;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  color: #222;
}

#header #search-arxiv .wrapper-search-arxiv ::-webkit-input-placeholder {
  
  color: #222;
}

#header #search-arxiv .wrapper-search-arxiv ::-moz-placeholder {
  
  color: #222;
}

#header #search-arxiv .wrapper-search-arxiv :-ms-input-placeholder {
  
  color: #222;
}

#header #search-arxiv .wrapper-search-arxiv :-moz-placeholder {
  
  color: #222;
}

#header #search-arxiv .wrapper-search-arxiv .filter-field select {
  background: transparent;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: none;
  border-radius: 0;
  height: 27px;
  font-size: 12px;
  -webkit-appearance: none;
  border-left: none;
  width: 110px;
}

#header #search-arxiv .wrapper-search-arxiv .filter-field {
  float: left;
  padding-right: 2px;
  width: 88px;
  height: 28px;
  overflow: hidden;
  background: #fff url("//static.arxiv.org/icons/arrow-down-select.png") no-repeat right 4px;
  background-size: 20px auto;
  border: 1px solid #ccc;
}

#header #search-arxiv .wrapper-search-arxiv .btn-search-arxiv {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #95989A;
  border-left: none;
  background-color: #fff;
  color: #757575;
  padding-right: 5px;
  padding-top: 3px;
  background: #fff url("//static.arxiv.org/icons/search-icon.png") no-repeat right 2px;
  background-size: 25px auto;
  cursor: pointer;
}

#header #search-arxiv .wrapper-search-arxiv .links {
  float: left;
  padding-top: 3px;
}

#header #search-semantic .wrapper-search-semantic {
  width: 340px;
  float: left;
}

#header #search-semantic .wrapper-search-semantic .keyword-field {
  float: left;
  border: 1px solid #95989A;
  border-right: none;
  height: 28px;
  width: 290px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  background: #fff url("//static.arxiv.org/icons/semantic-scholar-logo-1.png") no-repeat right 8px;
  background-size: 130px auto;
  color: #264D71;
}

#header #search-semantic .wrapper-search-semantic ::-webkit-input-placeholder {
  
  color: #264D71;
}

#header #search-semantic .wrapper-search-semantic ::-moz-placeholder {
  
  color: #2B6195;
}

#header #search-semantic .wrapper-search-semantic :-ms-input-placeholder {
  
  color: #264D71;
}

#header #search-semantic .wrapper-search-semantic :-moz-placeholder {
  
  color: #264D71;
}

#header #search-semantic .wrapper-search-semantic .btn-search-semantic {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #95989A;
  background-color: #fff;
  color: #757575;
  padding-right: 5px;
  padding-top: 3px;
  background: #fff url("//static.arxiv.org/icons/search-icon.png") no-repeat right 2px;
  background-size: 25px auto;
  cursor: pointer;
}


#header.cs {
  
  padding-top: 0;
}

#header.cs #search {
  position: relative;
  right: -10px;
  width: 685px;
  top: 9px;
  margin-right: 0;
  float: right;
  clear: right;
}

#header.cs #search-arxiv .wrapper-search-arxiv {
  width: 340px;
  float: left;
}

#header.cs #search-arxiv .wrapper-search-arxiv .keyword-field {
  float: left;
  border: 1px solid #95989A;
  border-right: none;
  height: 28px;
  width: 200px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  color: #222;
}

#header.cs #search-arxiv .wrapper-search-arxiv ::-webkit-input-placeholder {
  
  color: #222;
}

#header.cs #search-arxiv .wrapper-search-arxiv ::-moz-placeholder {
  
  color: #222;
}

#header.cs #search-arxiv .wrapper-search-arxiv :-ms-input-placeholder {
  
  color: #222;
}

#header.cs #search-arxiv .wrapper-search-arxiv :-moz-placeholder {
  
  color: #222;
}

#header.cs #search-arxiv .wrapper-search-arxiv .filter-field select {
  background: transparent;
  padding: 5px;
  font-size: 16px;
  line-height: 1;
  border: none;
  border-radius: 0;
  height: 27px;
  font-size: 12px;
  -webkit-appearance: none;
  border-left: none;
  width: 110px;
}

#header.cs #search-arxiv .wrapper-search-arxiv .filter-field {
  float: left;
  padding-right: 2px;
  width: 88px;
  height: 28px;
  overflow: hidden;
  background: #fff url("//static.arxiv.org/icons/arrow-down-select.png") no-repeat right 4px;
  background-size: 20px auto;
  border: 1px solid #ccc;
}

#header.cs #search-arxiv .wrapper-search-arxiv .btn-search-arxiv {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #95989A;
  border-left: none;
  background-color: #fff;
  color: #757575;
  padding-right: 5px;
  padding-top: 3px;
  background: #fff url("//static.arxiv.org/icons/search-icon.png") no-repeat right 2px;
  background-size: 25px auto;
  cursor: pointer;
}

#header.cs #search-arxiv .wrapper-search-arxiv .links {
  float: left;
  padding-top: 3px;
}

#header.cs #search-semantic .wrapper-search-semantic {
  width: 330px;
  float: left;
}

#header.cs #search-semantic .wrapper-search-semantic .keyword-field {
  float: left;
  border: 1px solid #95989A;
  border-right: none;
  height: 28px;
  width: 280px;
  font-weight: bold;
  font-size: 12px;
  padding-left: 10px;
  background: #fff url("//static.arxiv.org/icons/semantic-scholar-logo-1.png") no-repeat right 7px;
  background-size: 110px auto;
  color: #264D71;
}

#header.cs #search-semantic .wrapper-search-semantic ::-webkit-input-placeholder {
  
  color: #264D71;
}

#header.cs #search-semantic .wrapper-search-semantic ::-moz-placeholder {
  
  color: #2B6195;
}

#header.cs #search-semantic .wrapper-search-semantic :-ms-input-placeholder {
  
  color: #264D71;
}

#header.cs #search-semantic .wrapper-search-semantic :-moz-placeholder {
  
  color: #264D71;
}

#header.cs #search-semantic .wrapper-search-semantic .btn-search-semantic {
  float: left;
  height: 30px;
  width: 30px;
  border: 1px solid #95989A;
  background-color: #fff;
  color: #757575;
  padding-right: 5px;
  padding-top: 3px;
  background: #fff url("//static.arxiv.org/icons/search-icon.png") no-repeat right 2px;
  background-size: 25px auto;
  cursor: pointer;
}

body.with-cu-identity #header #search {
  top: 5px;
}

body.with-cu-identity #header.cs #search {
  top: 10px;
}

body#front.with-cu-identity #header #search {
  top: 30px;
}

@media screen and (max-width: 768px) {
  #cu-identity {
    flex-direction: column;
  }

  #support-ack, #cu-logo {
    text-align: center;
    width: 100%;
    left: 0px;
  }
}


@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
  .columns.is-mobile {
    display: flex;
  }
}
.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}


svg.icon {
  height: 1em !important;
}
.icon.filter-white {
  fill: #FFFFFF;
}
.icon.filter-black {
  fill: #000000;
}
.icon.filter-grey {
  fill: #f5f5f5;
}
.icon.filter-blue {
  fill: #0068ac;
}
.icon.filter-red {
  fill: #b31b1b;
}
a .icon {
    transition: fill 0.3s ease;
}
a:hover .icon.filter-white {
    fill: #f5f5f5;
}
a:hover .icon.filter-black,
a:hover .icon.filter-grey,
a:hover .icon.filter-blue,
a:hover .icon.filter-red {
    fill: #ffffff;
}



