* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: black;
}

html {
  font-size: 16px;
}

body {
  font-size: 1em;
  font-family: "Open Sans", sans-serif;
}

.closed {
  display: none;
}

/* Style the navigation menu */
.mobile-nav {
  overflow: hidden;
  margin-top: -10px;
  background-color: black;
  position: relative;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.mobile-nav #myLinks {
  display: none;
}

/* Style navigation menu links */
.mobile-nav a {
  color: white;
  padding: 10px 16px;
  text-decoration: none;
  font-size: 1em;
  display: block;
}

/* Style the hamburger menu */
.mobile-nav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.mobile-nav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  color: white;
}

#header-bkg {
  left: 0;
  top: 0;
  height: 100px;
  background-image: url("../img/header_back.png");
  width: 100%;
}

@media (min-width: 800px) {
  #header-bkg {
    max-width: 100%;
  }
}
#menu-bkg {
  left: 0;
  top: 95px;
  height: 30px;
  background: black;
  width: 100%;
}

@media (min-width: 800px) {
  #menu-bkg {
    max-width: 100%;
  }
}
#below-menu-bkg {
  left: 0;
  top: 125px;
  height: 14px;
  width: 100%;
  background-image: url("../img/blue_bar_fade2.jpg");
  background-repeat: repeat-x;
}

@media (min-width: 800px) {
  #below-menu-bkg {
    max-width: 100%;
  }
}
#header {
  max-width: 64rem;
  margin-top: -145px;
  margin-bottom: 30px;
}
#header #banner {
  width: 100%;
  text-align: center;
  height: 90px;
  background-image: url("../img/header_adpe_5_2x.jpg");
  background-size: 700px;
}
#header #banner h1, #header #banner h2 {
  display: none;
}
#header #menu-container {
  display: block;
  margin-top: 7px;
  height: 30px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
#header #menu-container ul.horz-menu {
  display: inline-block;
}
#header #menu-container ul.horz-menu li {
  list-style-type: none;
  display: block;
  float: left;
  padding: 0.5em 0.5em 0.25em 0em;
}
#header #menu-container ul.horz-menu li a {
  display: inline-block;
  font-size: 0.8em;
  color: white;
  border-right: solid 1px white;
  padding-right: 0.5em;
}
#header #menu-container ul.horz-menu li a:hover {
  text-decoration: underline;
}
#header #menu-container ul.horz-menu li a.last {
  border-right: none;
}

#footer {
  margin-left: auto;
  margin-right: auto;
  padding-top: 0.5em;
}
#footer #copyright {
  float: left;
  clear: none;
  display: inline-block;
  font-size: 1.1em;
  margin-left: 1em;
}
#footer #fb-like {
  display: none;
  margin-left: 2em;
  display: inline-block;
}
#footer #tweet {
  display: inline-block;
  margin-top: 0px;
  margin-left: 1em;
}

.issue-thumbnail {
  width: 95%;
  max-width: 160px;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
  margin-bottom: 0.75em;
}
.issue-thumbnail h3 {
  margin-bottom: 0.5em;
  font-weight: normal;
}
.issue-thumbnail img {
  display: block;
  width: 100%;
}

.issues-container h4 {
  font-size: 0.85em;
  font-weight: normal;
  cursor: pointer;
}
.issues-container .vol-group {
  margin-bottom: 10px;
}
.issues-container ul {
  list-style-type: none;
}
.issues-container ul li {
  margin-left: 0.5em;
}
.issues-container ul li a {
  font-size: 0.7em;
}

.quick-search-container {
  border-top: solid 1px #aaa;
  padding-top: 1.4em;
  margin-top: 1.4em;
  font-size: 0.85em;
}
.quick-search-container input[type=text] {
  margin-top: 5px;
  width: 100%;
}
.quick-search-container input[type=submit] {
  margin-top: 5px;
  text-align: center;
  padding: 1px 2px;
}

#sponsors-container {
  width: 150px;
  color: #444;
}
#sponsors-container img.sponsor-image {
  width: 160px;
  width: 100%;
  margin-bottom: 1em;
}
#sponsors-container h3 {
  margin-bottom: 1em;
  padding-bottom: 1em;
  font-weight: normal;
  font-size: 1em;
  border-bottom: 1px solid #aaa;
}
#sponsors-container p.sponsor-content {
  font-size: 0.8em;
  line-height: 1.4;
}
#sponsors-container a {
  color: #1c6489;
}

#home-main {
  float: left;
  max-width: 350px;
  margin-top: 0px;
  margin-left: 4em;
  margin-right: 2em;
  text-align: center;
}
#home-main img {
  width: 100%;
}
#home-main div {
  margin-top: 1em;
  font-size: 0.85em;
  text-align: center;
}

.section-header {
  background-color: #ddd;
  border: 1px solid #444;
  padding: 1em 0.5em 0.25em 0.5em;
}

.article {
  margin: 1em 0 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #aaa;
}
.article a.title {
  display: block;
  font-weight: bold;
  color: #1C6489;
  margin-bottom: 0.5em;
}
.article .author {
  font-size: 0.8em;
  margin-bottom: 0.5em;
}
.article .details {
  font-size: 0.8em;
  font-style: italic;
}

#article-view {
  font-family: Lucida, Palatino, Times, serif;
  font-size: 0.8em;
  color: #444;
  margin-top: 1em;
}
#article-view h2 {
  font-size: 2em;
}
#article-view #authors-container {
  background-color: #DEDEDD;
  border-bottom: 2px solid #888;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding: 0.75em 0.75em 0.5em 0.75em;
}
#article-view #authors-container .authors {
  font-size: 1.1em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
#article-view .citation {
  display: block;
  width: 55%;
  float: right;
  margin: 1em;
}
#article-view .citation h3 {
  font-size: 1.2rem;
  font-weight: normal;
  margin-bottom: 0.5em;
}
#article-view .tweet {
  float: right;
  width: 80px;
  margin-top: 12px;
}
#article-view .received {
  margin-top: 1.6em;
}
#article-view .download {
  margin-top: 2rem;
}
#article-view .download a {
  color: #1C6489;
  font-size: 1.1rem;
  font-weight: bold;
}
#article-view .keywords {
  border-top: 1px solid #AAA;
  margin-top: 1.5em;
  margin-bottom: 1em;
  padding: 1.1em 0 0.8em 0;
}
#article-view .abstract, #article-view .references {
  border-top: 1px solid #AAA;
  padding-top: 1.1em;
  margin-bottom: 1em;
}
#article-view .abstract h3, #article-view .references h3 {
  font-size: 1.3em;
  margin-bottom: 0.3em;
}

#search-view {
  font-size: 0.9em;
}
#search-view h2 {
  margin-bottom: 0.75em;
}
#search-view label {
  margin-bottom: 0.25em;
  display: block;
}
#search-view select[name=search-type] {
  display: block;
  margin-bottom: 1em;
}
#search-view input[type=text] {
  width: 85%;
}
#search-view input[type=submit], #search-view input[type=reset] {
  padding: 0 0.5em 0 0.5em;
}

#page-view {
  font-family: "Open Sans", sans-serif;
  font-size: 0.85em;
  line-height: 1.35;
}
#page-view h2 {
  font-family: Lucida, Palatino, Times, serif;
  color: #1C6489;
  font-weight: normal;
  margin-bottom: 1em;
}
#page-view a {
  color: #1C6489;
}
#page-view .subscription-container input[type=image] {
  margin-left: -20px;
  margin-top: 10px;
}
#page-view .submission-content {
  font-size: 0.85em;
  line-height: 1.3;
}
#page-view .submission-content h3 {
  margin: 1.5em 0 0.5em 0em;
  font-size: 1.4em;
  font-weight: normal;
  color: #363636;
}
#page-view #about-sponsors-container {
  padding-top: 1.5em;
  border-top: 1px solid #aaa;
  margin-top: 1.5em;
  border-top: 1px solid #aaa;
}
#page-view #about-sponsors-container div.sponsor {
  position: relative;
  display: block;
  clear: both;
  margin-top: 1em;
}
#page-view #about-sponsors-container div.sponsor a.link-img img {
  display: block;
  float: left;
  width: 150px;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
}
#page-view #about-sponsors-container div.sponsor p {
  padding-left: 1em;
}
#page-view .editor {
  margin-bottom: 1.5em;
  clear: both;
}
#page-view .editor h4 {
  font-size: 1.25em;
}
#page-view .editor img {
  float: right;
  width: 200px;
  padding: 1em;
}

.row {
  clear: both;
  max-width: 64rem;
  margin: 0 auto;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row.main {
  margin-top: 1em;
}

.column {
  float: left;
  padding: 1em;
}

@media screen and (max-width: 600px) {
  #header {
    margin-top: -130px;
    margin-bottom: 0;
  }

  #banner {
    font-family: Serif;
    background-image: none !important;
    height: 70px !important;
  }
  #banner h1 {
    margin-top: 1.5em;
    display: block !important;
    font-size: 1.75em;
    font-weight: normal;
  }
  #banner h2 {
    display: block !important;
    font-size: 1em;
    font-weight: normal;
  }

  #menu-container {
    display: none !important;
  }

  #menu-bkg {
    display: none;
  }

  #below-menu-bkg {
    display: none;
    position: relative;
    top: 20px;
  }

  body.home #below-menu-bkg {
    display: none;
  }

  #mobile-menu-container {
    display: block;
  }

  #mobile-issues-search-container {
    display: block;
  }

  .row.main {
    margin-top: 0px;
  }

  body.home .row.main {
    margin-top: 0;
  }

  .column {
    width: 100% !important;
    padding: 0;
  }

  .column.col-left {
    display: none;
  }

  #sponsors-container, #issues-container, #quick-search-container {
    display: none;
  }

  #home-main {
    margin: 0;
    max-width: none;
  }
  #home-main .caption {
    padding-left: 1em;
    padding-right: 1em;
  }

  #mobile-issues-search-container {
    margin-top: 1em;
    border-top: 1px solid #aaa;
    padding-top: 1em;
  }
  #mobile-issues-search-container .quick-search-container {
    margin: 0 auto 0 auto;
    border-top: none;
    padding-top: 5px;
    width: 90%;
    font-size: 1em;
  }
  #mobile-issues-search-container .quick-search-container p {
    font-size: 1em;
    font-weight: bold;
  }
  #mobile-issues-search-container .quick-search-container input {
    font-size: 1em;
  }
  #mobile-issues-search-container .issues-container {
    margin: 1em auto 0 auto;
    width: 90%;
  }
  #mobile-issues-search-container .issues-container h4, #mobile-issues-search-container .issues-container ul li a {
    font-size: 1em;
  }
  #mobile-issues-search-container .issues-container h3 {
    font-size: 1em;
    margin-bottom: 0.5em;
  }

  .section-header {
    margin: 1em 1em 0 1em;
  }
  .section-header h4 {
    margin-top: -0.5em;
  }

  .article {
    padding-left: 1em;
    padding-right: 1em;
  }

  #article-view {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
  #article-view h2 {
    font-size: 1.6em;
  }
  #article-view .citation {
    float: none;
    margin: 1em 0 0 0;
  }
  #article-view .download {
    margin-top: 1em;
  }

  #page-view {
    padding: 1em 1.5em 2em 1.5em;
  }

  #search-view {
    padding: 1em 1.5em 2em 1.5em;
  }
  #search-view input[type=text] {
    display: block;
    margin-top: 0.5em;
    width: 95%;
  }

  #search-results #search-results-header {
    padding: 1em 1.5em 0em 1.5em;
  }
}
@media screen and (min-width: 600px) {
  #banner {
    background-position: 102% -10px;
    background-repeat: no-repeat;
  }

  .mobile-nav, #mobile-issues-search-container {
    display: none;
  }

  .col-left {
    width: 30%;
    border-right: 1px solid #ddd;
  }

  .col-main-right {
    width: 70%;
  }

  #home-main {
    display: block;
    float: none;
    margin: 1em auto 0 auto;
  }

  #sponsors-container {
    display: block;
    float: none;
    margin: 2em auto 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #banner {
    background-position: 0;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 900px) {
  .col-left {
    width: 20%;
    border-right: 1px solid #ddd;
  }

  .col-main-right {
    width: 70%;
  }
  .col-main-right #home-main {
    display: block;
    float: left;
  }
  .col-main-right #sponsors-container {
    display: block;
    float: right;
  }
}

/*# sourceMappingURL=styles.css.map */
