html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
nav ul {
  list-style-type: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid#ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 16px/1.66 sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% sans-serif;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
body,
select,
input,
textarea {
  color: #1d1d1d;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}
html {
  height: 100%;
}
a {
  cursor: pointer;
}
a:hover,
a:active {
  outline: none;
}
a:hover {
  color: #a44105;
}
ul,
ol {
  margin-left: 1.8em;
  list-style-position: inside;
}
ol {
  list-style-type: decimal;
}
menu {
  list-style-type: none;
}
nav ul,
nav li {
  margin: 0;
}
small {
  font-size: 85%;
}
strong,
th {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub {
  vertical-align: sub;
  font-size: smaller;
}
sup {
  vertical-align: super;
  font-size: smaller;
}
pre {
  padding: 15px;
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
textarea {
  overflow: auto;
}
.ie6 legend,
.ie7 legend {
  margin-left: -7px;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
label,
input[type=button],
input[type=submit],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
input:invalid,
textarea:invalid {
  border-radius: 1px;
  -moz-box-shadow: 0px 0px 5px red;
  -webkit-box-shadow: 0px 0px 5px red;
  box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}
::-moz-selection {
  background: #1f6abd;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #1f6abd;
  color: #fff;
  text-shadow: none;
}
a:link {
  -webkit-tap-highlight-color: #7c4110;
}
button {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
ol,
dl {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
p {
  line-height: 1.66;
  margin-bottom: 1em;
  font-size: 1em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  margin: .6em 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
label,
dd,
dt,
li,
p,
div {
  -webkit-text-size-adjust: auto;
}
a {
  cursor: pointer;
}
/* ==|== primary styles =====================================================
   Author: Kevin Ripka
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
br {
  height: 0;
}
.citsci-wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.citsci-full {
  width: 100%;
}
.citsci-3-1 {
  width: 33.33%;
  overflow: auto;
}
.citsci-3-2 {
  width: 66.66%;
  overflow: auto;
}
.citsci-4-1 {
  width: 25%;
  overflow: auto;
}
.citsci-4-2 {
  width: 50%;
  overflow: auto;
}
.citsci-4-3 {
  width: 75%;
  overflow: auto;
}
.padded-full {
  padding: 1em;
}
.padded-sides {
  padding-left: 2em;
  padding-right: 2em;
}
.padded-right {
  padding-right: 2em;
}
.padded-left {
  padding-left: 2em;
}
.padded-right-join {
  padding-right: 1em;
}
.padded-sides-join {
  padding-left: 1em;
  padding-right: 1em;
}
.padded-left-join {
  padding-left: 1em;
}
.column {
  float: left;
}
@media screen and (max-width: 999px) {
  .citsci-4-1,
  .citsci-4-2,
  .citsci-4-3 {
    width: 100%;
    float: none;
  }
  .citsci-wrap.padded-right {
    padding-right: 0;
  }
  .citsci-wrap {
    padding-right: 0!important;
  }
}
.lt-ie8 .citsci-4-1,
.ie7 .citsci-4-1 {
  width: 23%;
}
.lt-ie8 .citsci-4-2,
.ie7 .citsci-4-2 {
  width: 48%;
}
.lt-ie8 .citsci-4-3,
.ie7 .citsci-4-3 {
  width: 73%;
}
footer h6 {
  font-size: 14px;
  color: #fff;
  margin-bottom: 6px;
}
footer a,
footer a:hover,
footer a:visited,
footer a:active {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 12px;
  margin: 5px 0;
}
footer .citsci-wrap {
  /*
#footerlinks, #keepInTouch, #footerbottom {
		padding-left:20px;
		padding-right: 20px;
	}
*/

}
#footerlinks {
  width: 100%;
}
#footerlinks nav {
  width: 20%;
  float: left;
  padding-right: 1em;
}
#footerlinks nav.noHeader {
  margin-top: 21px;
}
.lt-ie8 #footerlinks nav,
.ie7 #footerlinks nav {
  width: 18%;
}
#keepInTouch {
  margin-top: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid #2B2B2B;
  border-bottom: 1px solid #2B2B2B;
}
#keepInTouch nav a,
#keepInTouch h6 {
  display: block;
  float: left;
  margin-bottom: 0;
  margin-right: 20px;
}
#keepInTouch #facebookFooter {
  display: block;
  background: url('../img/common/sprite-common.png') no-repeat -240px -180px;
  width: 72px;
  height: 23px;
  text-indent: -9999px;
}
#keepInTouch #twitterFooter {
  display: block;
  background: url('../img/common/sprite-common.png') no-repeat -325px -180px;
  width: 73px;
  height: 23px;
  text-indent: -9999px;
}
#keepInTouch #flickrFooter {
  display: block;
  background: url('../img/common/sprite-common.png') no-repeat -405px -180px;
  width: 72px;
  height: 23px;
  text-indent: -9999px;
}
#footerbottom {
  padding-top: 20px;
  padding-bottom: 2em;
}
#footerbottom div {
  float: left;
  margin-right: 1em;
}
#footerbottom div#clo-info small,
#footerbottom div#bsc-info small,
#footerbottom div#clo-info address,
#footerbottom div#bsc-info address {
  color: #fff;
  display: block;
  line-height: 1.3;
  font-size: .75em;
  font-style: normal;
}
#footerbottom div#clo-info address {
  margin-left: 77px;
}
#footerbottom div#bsc-info address {
  margin-left: 73px;
}
#cornell {
  background: url('../img/common/sprite-common.png') no-repeat 0 -100px;
  text-indent: -9999px;
  width: 310px;
  height: 70px;
}
#bsc {
  background: url('../img/common/sprite-common.png') no-repeat 0 -180px;
  text-indent: -9999px;
  width: 230px;
  height: 70px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #cornell {
    background-image: url('../img/common/sprite-common@2x.png');
    background-size: 500px 500px;
  }
}
@media screen and (max-width: 1139px) {
  #footerlinks nav {
    margin-left: 10px;
    width: 142px;
  }
  #shop {
    margin-top: 5px;
  }
  #footerbottom div#tos {
    margin-left: 20px;
  }
}
@media screen and (max-width: 980px) {
  #footerlinks section {
    float: left;
    width: 50%;
  }
  #footerlinks section nav {
    width: 100%;
  }
  #footerlinks section nav.noHeader {
    margin-top: 0;
  }
  #footer-3 {
    clear: left;
  }
}
@media screen and (max-width: 959px) {
  #footerlinks nav {
    width: 31%;
    margin-left: 0;
  }
  #f3 {
    clear: left;
    margin-left: 0;
  }
  #footerlinks,
  #keepInTouch,
  #footerbottom {
    padding-left: 20px;
    padding-right: 20px;
  }
  #footerbottom div#tos {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 2em;
  }
  #footerbottom div#tos a {
    float: left;
    width: 33%;
  }
}
@media screen and (max-width: 599px) {
  footer {
    display: none;
  }
  #footerlinks {
    display: none;
  }
  footer .citsci-wrap.paddedfull {
    padding: 20px 10px;
    width: auto;
  }
  #footerbottom div#cornell {
    margin-right: 0;
  }
  #cornell a {
    background-size: 280px;
    width: 280px;
  }
  #footerbottom div#tos,
  #footerbottom div#clo-info {
    float: none;
    margin-left: 10px;
    margin-right: 10px;
  }
}
/*********** header bar ************/
#labofo_sso_wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #1d1d1d;
  width: 100%;
  height: 52px;
  display: block;
  z-index: 99999;
}
#labofo_sso_wrap h2 {
  margin: 0;
}
#labofo_sso_container {
  width: 1120px;
  margin: 0 auto;
  font-family: 'helvetica neue', arial, sans-serif;
}
#labofo_sso_container h2 a {
  display: block;
  width: 241px;
  height: 52px;
  background: url(../img/labofo/labofo_logo.png) top left no-repeat;
  text-indent: -999px;
  float: left;
}
#labofo_sso_ul {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#labofo_sso_ul:before,
#labofo_sso_ul:after {
  content: "";
  display: table;
}
#labofo_sso_ul:after {
  clear: both;
}
#labofo_sso_ul {
  zoom: 1;
}
#labofo_sso_ul li {
  float: left;
  position: relative;
  margin: 6px 0 0 8px;
}
#labofo_sso_ul li#labofo_sso_network,
#labofo_sso_ul li#labofo_sso_logged_as,
#labofo_sso_ul li a {
  display: inline-block;
  padding: 12px 8px;
  border: 1px solid #4e4e4e;
  border-color: rgba(255, 255, 255, 0.2);
  background-color: #222;
  font-size: 12px;
  line-height: 1;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
}
#labofo_sso_ul li#labofo_sso_network:hover {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
#labofo_sso_ul li li a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
#labofo_sso_ul li#labofo_sso_network li a:hover {
  background-color: #333;
}
#labofo_sso_ul li a:hover {
  background-color: #990000;
}
#labofo_sso_ul li#labofo_sso_logged_as {
  max-height: 12px;
  overflow: hidden;
}
#labofo_sso_ul li#labofo_sso_logged_as div {
  float: left;
}
#labofo_sso_ul li#labofo_sso_logged_as i {
  color: #aaa;
  margin-right: 3px;
}
#labofo_sso_ul li#labofo_sso_logged_as a {
  padding: 0;
  border: none;
  background-color: transparent;
}
#labofo_sso_ul li#labofo_sso_network {
  background-image: url(../img/labofo/arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 32px;
  cursor: pointer;
  position: relative;
}
#labofo_sso_ul li#labofo_sso_network ul {
  position: absolute;
  display: none;
  left: 0;
  top: 36px;
  margin: 0;
}
#labofo_sso_ul li#labofo_sso_network li {
  display: block;
  height: auto;
  padding-top: 0;
  border: none;
  font-size: 12px;
  background-color: transparent;
  margin: 0;
  padding: 0;
}
#labofo_sso_ul li#labofo_sso_network li a {
  padding: 8px;
  border: 1px solid #515151;
  background-color: #222;
  display: block;
  width: 200px;
}
#labofo_sso_ul li#labofo_sso_network:hover ul {
  display: block;
}
#labofo_sso_ul li a#labofo_sso_incomplete {
  display: block;
  width: 24px;
  height: 24px;
  right: 0;
  background: url(../img/labofo/exclamation.png) top left no-repeat;
  text-indent: -9999px;
  margin-left: 5px;
  padding: 0;
  float: right;
  margin-top: -6px;
}
#labofo_sso_warning_wrap {
  background-color: #990000;
  font-family: 'hevetica neue', arial, sans-serif;
  position: absolute;
  top: 52px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 9998;
}
#labofo_sso_warning_container {
  color: #fff;
  width: 1140px;
  margin: 0 auto;
  padding: 8px 0;
}
#labofo_sso_warning_container p {
  margin: 0;
}
@media screen and (max-width: 1139px) {
  #labofo_sso_wrap {
    height: auto;
  }
  #labofo_sso_container {
    width: auto;
    padding: 0 20px;
  }
  #labofo_sso_container {
    width: 940px;
  }
}
@media screen and (max-width: 959px) {
  #labofo_sso_container {
    width: 748px;
  }
}
@media screen and (max-width: 767px) {
  #labofo_sso_container {
    width: 580px;
  }
}
@media screen and (max-width: 680px) {
  #labofo_sso_container {
    height: 51px;
    overflow: hidden;
    padding: 0 10px;
  }
  #labofo_sso_container h2 {
    display: block;
  }
  #labofo_sso_container h2 a {
    margin: 0 auto;
    width: 241px;
    height: 40px;
    margin-top: 4px;
  }
  #labofo_sso_ul li#labofo_sso_logged_as {
    display: block;
    margin: 0;
    width: auto;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  #labofo_sso_ul li#labofo_sso_logged_as div {
    margin-left: 5px;
  }
  #labofo_sso_ul li#labofo_sso_logged_as #labofo_sso_incomplete {
    margin-right: 5px;
  }
  #labofo_sso_ul li#labofo_sso_login a span,
  #labofo_sso_ul li#labofo_sso_signup a span {
    margin-left: 5px;
  }
  #labofo_sso_warning_wrap {
    top: 148px;
    height: auto;
  }
  #labofo_sso_warning_container {
    height: auto;
    width: auto;
    padding: 10px;
  }
  #labofo_sso_ul li#labofo_sso_network {
    display: none;
  }
  #footerbottom div#cornell {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #labofo_sso_container {
    width: 460px;
  }
}
@media screen and (max-width: 479px) {
  #labofo_sso_container {
    height: 44px;
  }
  #labofo_sso_container h2 a {
    width: 200px;
    margin-top: -3px;
    background-size: 100%;
  }
  #labofo_sso_ul li#labofo_sso_network,
  #labofo_sso_ul li#labofo_sso_logged_as,
  #labofo_sso_ul li a {
    padding: 9px;
  }
  #labofo_sso_container {
    width: 300px;
  }
}
/* ==|== non-semantic helper classes ======================================== */
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}
/* ==|== media queries ====================================================== */
@media only screen and (min-width: 480px) {
  
}
@media only screen and (min-width: 768px) {
  
}
/*
* {
	-webkit-transition-property: width, height, position, float ;
    -webkit-transition-duration: 0.5s;
}
*/
/* ==|== print styles ======================================================= */
@media print {
  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: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
