/* Start: Left-align text in logo with text on page */
.maincontent, #globalactions, #footer {
  margin-left: 40px;
  margin-right: 40px;
}

#quicksearchwrapper {
  margin: 8px 40px 0 0;
}

a, a:active, .link, .link:active {
  color: #0366d6;
}

#globalnav ul li a, #globalnav ul li a:visited, #orgnav ul li a, #orgnav ul li a:visited {
  color: #0366d6;
  background: #fff;
}

.sectionnav a, .sectionnav a:visited {
  color: #0366d6;
}

#globalnav ul li a:hover, #globalnav ul li a:focus, #orgnav ul li a:hover, #orgnav ul li a:focus, .sectionnav a:hover, .sectionnav a:focus {
  background: #0366d6;
  color: #fff;
}

.pagenav ul li a:hover, .pagenav ul li a:focus {
  /* interaction style for prev/next nav */
  background: #0366d6;
  color: #fff;
}

#searchnav li a:hover, #browsenav li a:hover, #xcollsearchtabs li a:hover {
  background: #0366d6;
  /* White border around hover looks better -- rendering of rounded
     buttons with background and colored bordered is pixelated in 
     firefox */
  border: 1px solid #fff;
  border-bottom: 0;
  color: #fff;
}

#format-buttons a, #zoom a {
  background: #fff;
}
#format-buttons a:hover, #zoom a:hover {
  background: #0366d6;
  border-color: #0366d6;
  color: #fff;
}
#format-buttons a.current, #format-buttons a.current:hover, #zoom a.current, #zoom a.current:hover {
  background: #ddd;
  color: #0366d6;
  border-right: 1px solid #444;
  border-bottom: 1px solid #444;
  background: #bbb;
}
#format-buttons a, #format-buttons a.current:hover, #zoom a, #zoom a.current:hover {
  border: 1px solid #aaa;
}

body {
  font-family: proxima-nova, Arial, sans-serif;
}

#masthead {
  margin-left: 40px;
}

#globalactions {
  text-transform: uppercase;
}

#globalactions {
  margin-top: 0;
  margin-bottom: 0;
  border-top: 1px solid #00274c;
  border-bottom: 5px solid #00274c;
}

#globalactions ul li {
  font-size: 16px;
  text-transform: uppercase;
}

#globalnav, #globalnav ul, #globalnav ul li, #globalnav ul li a {
  height: 2.3em;
  line-height: 2.4em;
  margin-bottom: 0;
  margin-left: 0;
}

#globalnav {
  width: 50em;
}

#globalnav ul li a:link {
  color: #00274c;
  padding: 7px 8px;
  margin-right: 4px;
}

#globalnav ul li a:link.current, #globalnav ul li a:visited.current {
  border: 0 none #00274c;
  border-top: 4px solid #65A8BF;
  background: none;
  color: #00274c;
}

#globalnav ul li a:visited {
  color: #111;
}

#globalnav ul li a:link {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

#globalnav ul li a:hover, #globalnav ul li:hover.visited {
  background: none;
  border-top: 4px solid #65A8BF;
  color: #00274c;
}

#orgnav {
  display: none;
}

.maincontent {
  margin-top: 2em;
}

h1, h2, h3, h4, h5 {
  font-family: skolar-latin, Georgia, serif;
}

#article #header h1.title {
  width: 70%;
}

#staticcontent .article img {
  height: 100%;
}

#staticcontent .popout {
  border-radius: 0px;
  margin-left: 0px;
  background-color: #A7CDDB;
  border: 0px solid transparent;
}

#staticcontent .popout span {
  font-size: 1em;
}

#staticcontent h2 {
  font-size: 2em;
}

#staticcontent .article {
  display: flex;
  padding-bottom: 1em;
}

#staticcontent .article .title p {
  font-family: skolar-latin, Georgia, serif;
  font-size: 16px;
}

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