/* TRANSFORM  */
.u-pull-right {
  float: right; }

.u-pull-left {
  float: left !important; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* SAMPLE typeScaleS:
1.067 - Minor Second
1.125 - Major Second
1.2 - Minor Third
1.250 - Major Third
1.333 - Perfect Fourth
1.414 - Augmented Fourth
1.5 - Perfect Fifth
1.618 - Golden Ratio
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url(https://fonts.gstatic.com/s/opensans/v10/cJZKeOuBrn4kERxqtaUH3bO3LdcAZYWl9Si6vvxL-qU.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"), url(https://fonts.gstatic.com/s/opensans/v10/MTP_ySUJH_bn48VBG8sNSqRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Bold"), local("OpenSans-Bold"), url(https://fonts.gstatic.com/s/opensans/v10/k3k702ZOKiLJc3WVjuplzKRDOzjiPcYnFooOUGCOsRk.woff) format("woff"); }

/*----Open Sans----*/
@font-face {
  font-family: 'Open Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/DXI1ORHCpsQm3Vp6mXoaTXZ2MAKAc2x4R1uOSeegc5U.eot"); }

@font-face {
  font-family: 'Open Sans 400';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans"), local("OpenSans"), url("https://themes.googleusercontent.com/static/fonts/opensans/v5/cJZKeOuBrn4kERxqtaUH3fY6323mHUZFJMgTvxaG2iE.eot") format("eot"); }

@font-face {
  font-family: 'Open Sans 6';
  font-style: normal;
  font-weight: 600;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/MTP_ySUJH_bn48VBG8sNSnZ2MAKAc2x4R1uOSeegc5U.eot"); }

@font-face {
  font-family: 'Open Sans 7';
  font-style: normal;
  font-weight: 700;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/k3k702ZOKiLJc3WVjuplzHZ2MAKAc2x4R1uOSeegc5U.eot"); }

@font-face {
  font-family: 'Open Sans 8';
  font-style: normal;
  font-weight: 800;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/EInbV5DfGHOiMmvb1Xr-hnZ2MAKAc2x4R1uOSeegc5U.eot"); }

@font-face {
  font-family: 'Open Sans i3';
  font-style: italic;
  font-weight: 300;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/PRmiXeptR36kaC0GEAetxrXcjzEax2LfQAlK8DdMzhA.eot"); }

@font-face {
  font-family: 'Open Sans i4';
  font-style: italic;
  font-weight: 400;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/xjAJXh38I15wypJXxuGMBmfQcKutQXcIrRfyR5jdjY8.eot"); }

@font-face {
  font-family: 'Open Sans i6';
  font-style: italic;
  font-weight: 600;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/PRmiXeptR36kaC0GEAetxo8mkAiYpFywqG2RvpzBnTU.eot"); }

@font-face {
  font-family: 'Open Sans i7';
  font-style: italic;
  font-weight: 700;
  src: url("https://themes.googleusercontent.com/static/fonts/opensans/v5/PRmiXeptR36kaC0GEAetxrFt29aCHKT7otDW9l62Aag.eot"); }

html, body {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;
  font-weight: 400; }

h1 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-weight: normal;
  font-size: 2.44141rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    h1 {
      font-size: 1.95313rem; } }

h2 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.95313rem;
  text-align: center;
  margin-bottom: 0; }

h3 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  color: gray;
  margin-top: 0px;
  margin-bottom: 5px; }

h4 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.25rem; }

h5 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1rem; }

h6 {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: #003767;
  margin: 0;
  line-height: 1.5; }

.subheader {
  color: #666; }

ul li {
  padding-bottom: 5px;
  line-height: 1.45;
  list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFCAYAAACNbyblAAAAE0lEQVQIW2NcuHDJfwY0wEgDQQBqoQ5/IndB3gAAAABJRU5ErkJggg=="); }

ol li {
  line-height: 1.45;
  padding-bottom: 5px; }

p {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.55; }

p.lede {
  color: #606060;
  margin: 0 auto; }

@font-face {
  font-family: 'PNAS-Iconset';
  src: url("webfonts/PNAS-Iconset.eot?8or2fh");
  src: url("webfonts/PNAS-Iconset.eot?#iefix8or2fh") format("embedded-opentype"), url("webfonts/PNAS-Iconset.woff?8or2fh") format("woff"), url("webfonts/PNAS-Iconset.ttf?8or2fh") format("truetype"), url("webfonts/PNAS-Iconset.svg?8or2fh#PNAS-Iconset") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'PNAS-Iconset';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-75-percent:before {
  content: "\e622"; }

.icon-close:before {
  content: "\e62a"; }

.icon-reorder:before {
  content: "\e62c"; }

.icon-open-folder:before {
  content: "\e600"; }

.icon-zipped-folder:before {
  content: "\e601"; }

.icon-arrow:before {
  content: "\e602"; }

.icon-help:before {
  content: "\e603"; }

.icon-print:before {
  content: "\e604"; }

.icon-not-yet-complete:before {
  content: "\e605"; }

.icon-incomplete:before {
  content: "\e606"; }

.icon-complete:before {
  content: "\e607"; }

.icon-denied-info:before {
  content: "\e608"; }

.icon-reorder:before {
  content: "\e62c"; }

.icon-accepted-fundref-info:before {
  content: "\e609"; }

.icon-google-scholar-search:before {
  content: "\e60a"; }

.icon-sticky-note:before {
  content: "\e60b"; }

.icon-task-note:before {
  content: "\e60c"; }

.icon-person-note:before {
  content: "\e60d"; }

.icon-flagged-manuscript:before {
  content: "\e60e"; }

.icon-awaiting-conversion:before {
  content: "\e60f"; }

.icon-closed-folder:before {
  content: "\e610"; }

.icon-special-feature:before {
  content: "\e611"; }

.icon-recruited-manuscript:before {
  content: "\e612"; }

.icon-source-file:before {
  content: "\e613"; }

.icon-pdf:before {
  content: "\e614"; }

.icon-search:before {
  content: "\e615"; }

.icon-reports:before {
  content: "\e616"; }

.icon-icon-24:before {
  content: "\e617"; }

.icon-toggle-sticky-note:before {
  content: "\e618"; }

.icon-folder:before {
  content: "\e619"; }

.icon-log-file:before {
  content: "\e61a"; }

.icon-merged-pdf:before {
  content: "\e61b"; }

.icon-manuscript-details:before {
  content: "\e61c"; }

.icon-manuscript-task:before {
  content: "\e61d"; }

.icon-plus:before {
  content: "\e61e"; }

.icon-minus:before {
  content: "\e61f"; }

.icon-arrow-right:before {
  content: "\e620"; }

.icon-globe:before {
  content: "\e621"; }

.icon-transparent:before {
  content: "\e623"; }

.icon-group:before {
  content: "\e624"; }

.icon-open-access:before {
  content: "\e625"; }

.icon-point-click:before {
  content: "\e626"; }

.icon-latex:before {
  content: "\e627"; }

.icon-up-right:before {
  content: "\e628"; }

.icon-notification:before {
  content: "\e629"; }

.highlight--block {
  overflow: auto;
  padding-bottom: 30px; }

.highlight--icon {
  float: left;
  width: 10%;
  margin-right: 7%;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .highlight--icon {
      width: 7%; } }
  .highlight--icon i {
    font-size: 3em;
    color: #3a8dba; }
    @media screen and (max-width: 600px) {
      .highlight--icon i {
        font-size: 2em; } }

.highlight--content {
  float: left;
  width: 80%; }

::selection {
  background: #0065a4;
  /* WebKit/Blink Browsers */
  color: white; }

::-moz-selection {
  background: #0065a4;
  /* Gecko Browsers */
  color: white; }

html {
  position: relative;
  min-height: 100%; }

html, body {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #efefef;
  color: #333333;
  margin-bottom: 280px; }
  @media screen and (max-width: 1024px) {
    body {
      margin-bottom: 300px; } }
  @media screen and (max-width: 768px) {
    body {
      margin-bottom: 330px; } }

.pagecontainer {
  /*position: relative;*/
  min-height: 100%;
  font-size: 16px; }

font[size="3"] {
    font-size: 16px !important;
}

.pagecontainer-top {
    margin-top: 140px !important;
}

.pagecontainer {
  background: white;
  max-width: 1050px;
  margin: 0 auto;
  padding: 40px 100px 60px 100px;
  margin-top: 40px;
    box-shadow: 0px 0px 20px rgba(15,15,15,.1); }
  @media screen and (max-width: 1150px) {
    .page {
      margin-left: 40px;
      margin-right: 40px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 768px) {
    .page {
      margin-top: 140px !important; } }

/*.pagecontainer p:first-of-type {
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;

	font {
		font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;
	}
}*/
.page--login {
  max-width: 770px !important;
  margin: 0 auto;
  margin-top: 15px;
  padding-top: 10px;
  overflow: auto; }
  @media screen and (max-width: 900px) {
    .page--login {
      margin-left: 40px;
      margin-right: 40px;
      padding-left: 30px;
      padding-right: 30px; } }
  .page--login p {
    text-align: center;
    max-width: 500px;
    margin: 0 auto; }

.page--announcements {
  max-width: 770px !important;
  padding-bottom: 20px !important;
  margin: 0 auto;
  margin-top: 120px;
  padding: 15px 30px  !important;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in; }
  .page--announcements i {
    font-size: 120%;
    position: relative;
    top: 3px; }
  .page--announcements .i-subtle {
    float: right;
    left: 10px; }
  .page--announcements h4 {
    margin: 0;
    font-weight: 600;
    color: gray; }
  .page--announcements:hover {
    cursor: pointer;
    background: rgba(255, 255, 255, 0.5);
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in; }
  .page--announcements .announcement-count {
    display: inline-block;
    padding-right: 10px; }
  .page--announcements .announcement-count-label {
    display: inline-block;
    background: #3a8dba;
    color: white;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    font-size: 70%;
    padding-left: 4px;
    padding-top: 1px;
    position: relative;
    top: 5px;
    left: -5px;
    line-height: 1; }

.page--instructions {
  padding-bottom: 80px;
  padding-left: 12% !important;
  padding-right: 12% !important; }

.page--wrapper {
  max-width: 75%;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .page--wrapper {
      max-width: 100%; } }

.pageHeader {
  border-bottom: 1px solid #efefef;
  padding-bottom: 40px;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .pageHeader {
      padding-bottom: 25px;
      margin-bottom: 25px; } }
  .pageHeader h3 {
    padding-top: 10px;
    text-align: center;
    margin: 0;
    padding: 0; }

.instructions {
  padding: 10px 100px 50px 100px;
/*  margin-top: 40px; */
}
  .instructions .pageHeader {
    padding-bottom: 30px;
    margin-bottom: 30px; }

.instructions .pageHeader h1 {
  margin-bottom: 5px; }

.pageContent {
  overflow: auto; }
  .pageContent .numberBlock {
    margin-bottom: 40px; }
  .pageContent .numberBlock:before {
    display: block;
    float: left;
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    width: 30px;
    height: 30px;
    padding-left: 10px;
    padding-top: 2px;
    margin-right: 30px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #3a8dba;
    color: white; }
  .pageContent .numberBlock p {
    margin-left: 60px; }
  .pageContent .numberBlock .lede {
    margin-top: 0;
    padding-top: 0; }
  .pageContent .first:before {
    content: "1"; }
  .pageContent .second:before {
    content: "2"; }
  .pageContent .third:before {
    content: "3"; }
  .pageContent h4 {
    color: #003767;
    font-weight: 400;
    margin-top: 0px;
    margin-bottom: 5px; }

.search {
  padding-bottom: 20px;
  width: 100%; }
  .search input {
    width: 92.5%; }
  .search .btn-inline {
    width: 8%;
    padding-left: 3.5%; }
  .search #resultsIndicator {
    display: none;
    color: #606060;
    padding-top: 25px;
    margin-bottom: 0px;
    padding-bottom: 0px; }

.express {
  width: 100%;
  text-align: center;
  padding-top: 50px; }
  .express h2 {
    margin-bottom: 25px; }

footer {
  background: rgba(223, 223, 223, 0.6);
  color: #606060;
  font-size: 0.8rem;
  position: absolute;
  bottom: 0;
  width: 100%;
/*  margin-top: 80px;*/
  overflow: hidden;
  padding: 10px 40px;
  height: 100px;
  /* Height of the footer */ }
  @media screen and (max-width: 1024px) {
    footer {
      height: 100px; } }
  @media screen and (max-width: 768px) {
    footer {
      height: 100px; } }
    @media screen and (min-width: 1025px) {
      footer .secondary-links {
        float: left;
        text-align: left; } }
  footer .secondary-links a {
    color: #606060; }

.footer-content {
  text-align: center;
  overflow: auto;
  padding-top: 5px;
  padding-bottom: 20px; }

footer .u-pull-right p {
  text-align: right; }

/* apply a natural box layout model to all elements, but allowing components to change */
.login input[type=reset], .login #manuscript-home, .login .logout {
  display: none; }

.login table, .login tbody, .login tr, .login td {
  display: block;
  width: 100% \9;
  float: left\9;
  margin-left: 0 auto\9;
  padding-left: 1.5% \9; }

.login tr {
  height: auto; }

.login table {
  max-width: 500px;
  margin: 0 auto; }

.login td {
  width: 100%;
  text-align: left; }

#login-separator {
  width: 100%;
  max-width: 500px;
  height: 1px;
  background: #efefef;
  margin: auto;
  margin-top: 5px; }

.login #page {
  margin-top: 70px; }

.login a em {
  padding-top: 5px;
  display: inline-block;
  font-size: 12px; }

.login #page p {
  max-width: 500px;
  text-align: center;
  margin: 0 auto; }

.login .lede {
  padding-bottom: 20px; }

.dt_heading_row td font {
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  font-size: 1.5625rem;
  color: #606060;
  padding-bottom: 15px; }

a {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;
  font-weight: 400;
  color: #0065a4;
  text-decoration: none; }

a:hover {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-decoration: underline;
  cursor:pointer; }

.horizontal-links {
  margin: 0;
  padding: 0;
  margin-top: 37px;
  overflow: auto; }
  @media screen and (min-width: 1025px) {
    .horizontal-links {
      float: right; } }

.horizontal-links li {
  list-style: none;
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
  line-height: 1;
  margin-bottom: 10px; }

.horizontal-links li.last {
  padding-right: 0px;
  border-right: none; }

.navBar {
/*  background: #004c7c;*/
    background: url(../images/banner_bg.png) no-repeat top center;
  background-position-x: 50%;
  width: 100%;
  height: 100px;
  padding: 10px 0px;
  margin-bottom: 20px;
  padding-top: 50px;
  z-index: 1000;
  position: fixed;
  top:0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
  @media screen and (max-width: 768px) {
    .navBar {
      position: fixed;
      top: 0;
      height: auto;
      padding-top: 0px; } }

.navBar-stickyWrapper {
  width: 100%;
/*  background: #004c7c;*/
/*    background: url(../images/banner_bg.png);*/
  z-index: 1000;
  overflow: visible;
  padding: 0px 40px; 
    margin-top: -21px;}
  @media screen and (max-width: 768px) {
    .navBar-stickyWrapper {
      padding: 20px 20px; } }

.stuck {
  position: fixed;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  padding: 10px 40px; }
  @media screen and (max-width: 768px) {
    .stuck {
      position: static;
      padding-bottom: 0px; } }
  @media screen and (min-width: 768px) {
    .stuck #branding-wrapper {
      padding-top: 10px !important; } }

#branding-wrapper {
  display: block;
  float: left;
  padding-top: 12px; }

#branding-wrapper img {
  float: left; }

#branding-wrapper h6 {
  float: left;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 0px;
  padding-left: 10px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-left: 10px;
  margin: 0;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  /* IE 8 */
  filter: alpha(opacity=60);
  /* IE 5-7 */
  line-height: 1.4;
  position: relative;
  top: -3px; }

.mainNav {
  float: right;
  overflow: visible; }
  @media screen and (max-width: 823px) {
    .mainNav {
      position: absolute;
      top: 50px;
      left: 0px;
      margin-top: 15px;
      overflow: auto;
      float: none;
      width: 100%;
      background: #7a7a7a;
      max-height: 0px;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; } }

.js-isVisible {
  max-height: 600px !important;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

.mainNav a {
  color: white;
  text-transform: uppercase;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem; }

.mainNav a.active {
  color: #66c0f8; }

.mainNav a:hover {
  color: #66c0f8;
  text-decoration: none; }

.mainNav ul {
  float: left;
  list-style: none;
  margin-top: 12px;
  margin-right: 0px;
  padding-left: 20px;
  margin-left: 20px;
  margin-right: 20px;
  overflow: visible; }
  @media screen and (max-width: 823px) {
    .mainNav ul {
      padding: 0;
      margin: 0; } }

.mainNav li {
  float: left;
  list-style: none;
  margin-left: 10px;
  letter-spacing: 1px;
  position: relative; }
  @media screen and (max-width: 823px) {
    .mainNav li {
      float: none;
      width: 100%;
      margin-left: 0; }
      .mainNav li a {
        padding: 11px 22px;
        display: block; } }

.mainNav li:hover .subnav {
  display: block; }

.mainNav li .divider {
  color: #3a8dba; }
  @media screen and (max-width: 768px) {
    .mainNav li .divider {
      display: none; } }

.mainNav-item {
  padding-top: 0px; }

.mainNav .btn {
  margin-top: 2px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 700; }
  @media screen and (max-width: 823px) {
    .mainNav .btn {
      background: #7a7a7a !important;
      float: none;
      width: 100%; } }

.handle {
  display: none;
  font-size: 2.44141rem;
  float: right;
  color: white;
  padding-top: 0px; }
  @media screen and (max-width: 823px) {
    .handle {
      display: block; } }

.handle:hover {
  text-decoration: none; }

.subnav {
  position: absolute;
  top: 100%;
  left: -400px;
  z-index: 1000;
  float: left;
  min-width: 650px;
  margin-left: 0px !important;
  background: #3a8dba;
  padding-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: none; }
  .subnav:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #3a8dba transparent;
    position: absolute;
    top: -12px;
    left: 400px; }
  .subnav li {
    padding-bottom: 10px;
    padding-top: 10px;
    line-height: 1.15;
    text-align: center;
    width: 30%; }
  .subnav i {
    display: inline-block;
    padding-bottom: 7px;
    font-size: 300%; }
  .subnav .lower {
    text-transform: none !important; }
  .subnav li a {
    font-size: 0.8rem;
    letter-spacing: 0 !important;
    color: white !important;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }
    .subnav li a:hover {
      color: #004c7c !important;
      -webkit-transition: all 0.25s ease-in;
      -moz-transition: all 0.25s ease-in;
      -o-transition: all 0.25s ease-in;
      transition: all 0.25s ease-in; }

#manuscript-home {
  display: none; }

#manuscript-logout {
  display: none !important; }

.logged-in-user #manuscript-login {
  display: none !important; }

.logged-in-user #manuscript-home {
  display: block !important; }

.logged-in-user #manuscript-logout {
  display: inline-block !important; }

.btn {
  display: inline-block;
  background: #3a8dba;
  color: white;
  border: 0;
  border-radius: 4px;
  padding: 11px 22px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap; }
  .btn i {
    font-size: 1.65em; }
  .btn .icon-search {
    position: relative;
    left: -5px; }
  .btn .icon-arrow-right {
    padding-left: 0px;
    float: right;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

.btn:hover {
  text-decoration: none;
  color: white !important; }
  .btn:hover .icon-arrow-right {
    padding-left: 7px;
    -webkit-transition: all 0.25s ease-in;
    -moz-transition: all 0.25s ease-in;
    -o-transition: all 0.25s ease-in;
    transition: all 0.25s ease-in; }

.btn-secondary {
  background: #7a7a7a; }

.btn-inline {
  border-radius: 0 4px 4px 0;
  margin-left: -10px;
  height: 40px;
  position: relative;
  top: -2px; }

.btn-inline-label {
  display: none;
  float: right;
  position: relative;
  left: -65px;
  top: -35px;
  border-radius: 5px;
  padding: 4px;
  padding-top: 6px;
  padding-left: 7px;
  background: #e0e3e5;
  color: #606060; }
  .btn-inline-label i {
    float: right;
    padding-left: 5px;
    position: relative;
    top: -1px; }

#submit_login {
  width: 100%;
  background: #3a8dba;
  color: white;
  border: 0;
  border-radius: 6px;
  height: 40px;
  margin-top: 35px;
  margin-bottom: 7px;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase; }

#submit_login:hover {
  cursor: pointer; }

input[type=text], input[type=password], input[type=number], input[type=email], input[type=search], #login {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, "Arial", Arial, sans-serif;
  font-weight: 400;
  font-size: 1rem;
  height: 40px;
  border: 2px solid #dfdfdf;
  border-radius: 6px;
  margin-top: 5px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }

#login, input[type=password] {
  width: 100%; }

#login:focus, input[type=password]:focus, input[type=text]:focus {
  border-color: #3a8dba;
  outline: 0;
  -webkit-transition: border-color 0.25s ease-in;
  -moz-transition: border-color 0.25s ease-in;
  -o-transition: border-color 0.25s ease-in;
  transition: border-color 0.25s ease-in; }

#login {
  margin-bottom: 20px; }

.tools-message-container {
  display: none;
  position: fixed;
  z-index: 100;
  top: 145px;
  right: 15px;
  max-width: 450px;
  line-height: 1.5;
  font-size: 95%;
  padding: 0;
  color: #0f0f0f;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: translateY(-1000px);
  -moz-transform: translateY(-1000px);
  transform: translateY(-1000px); }
  .tools-message-container.js-visible {
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px); }
  .tools-message-container.fitStuck {
    top: 100px !important; }

.stuck .tools-message-container {
  top: 90px !important; }

.u-display-block {
  display: block !important; }

.tools-message {
  width: 100%;
  padding: 20px;
  padding-right: 20px;
  background: #e0e3e5;
  border-bottom: 1px solid #efefef; }
  .tools-message:last-child {
    border-bottom: 0px; }
  .tools-message h4 {
    padding: 0;
    margin: 0; }
  .tools-message h4 i {
    color: #606060;
    padding-right: 10px !important;
    position: reative;
    top: 4px; }
  .tools-message p {
    margin-top: 5px; }

.tools-close-message {
  float: right;
  position: relative;
  left: 10px;
  font-size: 140%;
  padding-right: 0px;
  color: #606060;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .tools-close-message:hover {
    cursor: pointer;
    opacity: .6;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }

.tools-destroy-message {
  -webkit-transform: translateX(1000px);
  -moz-transform: translateX(1000px);
  transform: translateX(1000px);
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }

#toggleMessages h4 .icon-up-right {
  float: right;
  position: relative;
  top: 2px; }

.accordion {
  text-align: left;
  width: 100%; }

.accordion-section {
  width: 100%; }

.accordion-header {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  font-size: 1.5625rem;
  font-family: "Open Sans", Helvetica, sans-serif;
  font-weight: 400;
  width: 100%;
  padding: 12px 0px; }

.accordion-header:hover {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  color: #3a8dba;
  cursor: pointer; }
  .accordion-header:hover .accordion-icon {
    border-color: #3a8dba; }
  .accordion-header:hover .accordion-icon i {
    -webkit-transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -o-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
    color: #3a8dba; }

.accordion-content {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
 transition: all 0.2s ease-out;
  max-height: 0;
  overflow: hidden;
  padding-left: 37px; }
  .accordion-content h6 {
    margin: 0;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 0px; }
  .accordion-content p {
    margin-top: 5px; }
  .accordion-content ul li b {
    font-family: "Open Sans", Helvetica, sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #003767; }

.accordion-icon {
  width: 25px;
  height: 25px;
  display: inline-block;
  float: left;
  margin-right: 10px;
  margin-top: 5px; }

.accordion-icon i {
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in;
  font-size: 1em;
  color: #333333;
  position: relative;
  top: 2px; }

.accordion-open .accordion-header {
  color: #3a8dba; }
.accordion-open .accordion-icon {
  border-color: #3a8dba; }
.accordion-open .accordion-icon i {
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  color: #3a8dba; }
.accordion-open .accordion-content {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  max-height: 6000px;
  padding-bottom: 20px; }

/* Custom adjustments */

#mstypes TH,
#mstypes TD{
   vertical-align: middle;
}
#mstypes > input {
    height: 20px !important;
}
#mstypes TH{
   white-space: nowrap;
}

#comment_container{
   padding-left: 48px;
   vertical-align: top;
}
#comment_container > H2{
   margin: 0px;
   margin-bottom: 6px;
}
#comment_container > DIV{
   font-style: italic;
}

.folder_row_odd, .folder_row_even {
    height: 25px;
}

td > img {
    vertical-align: bottom;
}

.btn .arrow-label { float: left; }

.key {
	clear: both;
}

/*fixing tinyMCE textbox border*/
DIV.tinymce-editable{
    border: 1px solid #888888;
    overflow-y: scroll;
    padding: 2px;
}

/* KK fixing search button per Allison 12/28/15 */
.fundref-suggest > .search > input[type="button"] {
	max-width: 200px;
}

/* KK fixing placement of link per Allison CT-2016-02-24-34386 3/15/2016 */
 #aeatv_search_fields_bounding_table TD {
    max-width: 500px !important;
}

/* KK fixing font size and colors per Jacob CT-2016-04-19-49316 */

.tabPage {
    font-size: 16px !important;
}

.assign_rev_row_header {
    background-color: #5c2946 !important;
    color: #fff !important;
    font: 15px arial !important;
    height: 21px !important;
}

.assign_rev_row_odd {
    background: #fff !important;
    color: #000 !important;
    font: 15px arial !important;
    height: 21px !important;
}

.assign_rev_row_even {
    background: #F5EBCC !important;
    color: #000 !important;
    font: 15px arial !important;
    height: 21px !important;
}

.folder_row_odd {
    background-color: #d8dbe3 !important;
}

img[height="9"], div.close {
    width: 13px !important; 
    height: 13px !important; 
    position: absolute;
    right: 0px;
}

/* KK per Jacob */
.page--special-announcement {
    margin-top: 120px !important;
    padding: 15px 30px !important;
}

/* JP CT-2017-05-10-34637 */
.orcid-button, .orcid-button:visited {
    display: inline-block;
    width: 75%;
    color: #fff;
    background-color: #a6ce39;
    border-radius: 5px;
    text-decoration: none;
    height: 35px;
    font-size: 18px;
    vertical-align: middle;
    padding: 5px;
    line-height: 26px;
    text-shadow: 1px 1px 1px rgba(0,0,0,.4);
    text-align: center;
}

.orcid-button:hover {
    text-decoration: none;
    color: #fff;
    background-color: #c1e461;
}



/* KK Sticky note reset 5/31/2017 */

.stickynote {
	box-shadow: 5px 5px 20px -10px;
}

div.stickynote input[type="text"] {
	font-size: 12px !important;
	padding: 5px !important;
	border-radius: 3px !important;
	height: auto;
	transition: none;
}

.stickynote textarea {
	width: 95% !important;
}

div.stickynote div.colorpicker td {
    width: 15px;
    height: 15px;
    cursor: pointer;
    font-size: 0pt;
    border: 1px solid black;
}

.stickynote .class > img {
	width: 9px !important;
	height: 9px !important;
}

.stickynote .securitypicker {
	margin-top: -10px;
	margin-left: 5px;
}


.eform_link
{
    font-size: 16px;    
    TEXT-DECORATION: underline
}


