@charset "UTF-8";
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}
a:active, a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 100%;
  line-height: 1.3;
  color: #111;
}
body #container {
  margin: 130px 80px 100px 80px;
}
@media only screen and (max-width: 600px) {
  body #container {
    margin: 10%;
  }
}

h1, h2, h3, h4, h5, h6 {
  font-family: sans-serif;
  line-height: 1.3;
  margin: 0;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 1.875em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.625em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
  font-style: italic;
}

p {
  font-size: 1.25em;
  font-family: times;
  line-height: 1.3;
}

small {
  font-size: 90%;
}

.header {
  width: 1100px;
  height: 60px;
}
@media only screen and (max-width: 600px) {
  .header {
    width: auto;
  }
}
.header .logo {
  display: inline-block;
  vertical-align: top;
}
.header .logo img {
  margin-top: 7px;
}
@media only screen and (max-width: 600px) {
  .header .logo {
    float: left;
  }
}
.header .menu {
  display: none;
}
.header h1 {
  display: inline-block;
  margin: 0 0 0 40px;
  padding-left: 40px;
  line-height: 60px;
  border-left: 1px solid #ccc;
  vertical-align: top;
  font-family: serif;
  font-weight: 400;
}
@media only screen and (max-width: 600px) {
  .header h1 {
    margin: 1em 0;
    padding: 0;
    font-size: 1.5em;
    float: left;
    width: 100%;
    clear: both;
    border-left: none;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
}

.footer {
  border-top: 1px solid #e6e6e6;
  padding: 40px 40px 50px 40px;
  overflow: hidden;
  clear: both;
}
.footer .menu {
  text-transform: uppercase;
  list-style: none;
  padding: 0;
  float: left;
}
.footer .menu.contact {
  float: right;
}
@media only screen and (max-width: 600px) {
  .footer .menu.contact {
    float: left;
  }
}
.footer .menu li {
  display: inline-block;
  font-family: times;
  text-transform: uppercase;
  font-size: 0.875em;
  font-family: sans-serif;
  letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
  .footer .menu li {
    margin-bottom: 10px;
  }
}
.footer .menu li a {
  text-decoration: none;
  padding: 7px;
  color: #111;
}
.footer .menu li a:hover {
  background: #fff8df;
}

body.article-page .article {
  margin-left: 206px;
  width: 450px;
  margin-top: 40px;
  margin-bottom: 100px;
  float: left;
}
@media only screen and (max-width: 600px) {
  body.article-page .article {
    margin: 0;
    float: left;
    width: auto;
  }
}
body.article-page .article blockquote {
  width: 200px;
  margin: 20px 0 10px 30px;
  float: right;
  margin-right: -240px;
  font-style: italic;
  font-size: 1em;
  border-left: 1px solid #e6e6e6;
  padding-left: 20px;
  font-weight: 400;
  font-family: "apolline", "sorts mill goudy", times, serif;
}
@media only screen and (max-width: 600px) {
  body.article-page .article blockquote {
    margin: 0;
    width: auto;
    float: none;
    display: none;
  }
}
body.article-page .article blockquote p {
  margin: 2px 0 0 0;
  line-height: 1.2;
}
body.article-page .sidebar {
  width: 220px;
  float: left;
  margin: 140px 0 0 40px;
}
@media only screen and (max-width: 600px) {
  body.article-page .sidebar {
    margin: 0;
    width: auto;
    float: none;
  }
}

@media only screen and (min-width: 600px) {
  body.home {
    background: url(../img/home-skyline.jpg) no-repeat 500px 0;
  }
}
body.home .intro {
  margin: 150px 100px;
}
@media only screen and (max-width: 600px) {
  body.home .intro {
    margin: 10%;
  }
}
body.home .intro h1 {
  font-family: "apolline", "sorts mill goudy", times, serif;
  font-style: italic;
  font-weight: 400;
  font-size: 2.375em;
  margin-bottom: 0;
  word-spacing: -3px;
}
@media only screen and (max-width: 600px) {
  body.home .intro h1 {
    font-size: 1.75em;
  }
}
body.home .intro h2 {
  font-size: 1.25em;
  font-weight: 400;
  font-family: times;
  margin-top: 20px;
}
body.home .intro ul.menu {
  list-style: none;
  padding: 0;
  margin: 80px 0 80px -0.3em;
  font-family: sans-serif;
}
body.home .intro ul.menu li {
  display: inline-block;
  text-transform: uppercase;
  font-size: 0.875em;
  letter-spacing: 1px;
}
@media only screen and (max-width: 600px) {
  body.home .intro ul.menu li {
    margin-bottom: 10px;
  }
}
body.home .intro ul.menu li a {
  padding: 7px;
  color: #111;
  text-decoration: none;
}
body.home .intro ul.menu li a:hover {
  background: #fff8df;
}

body.about blockquote {
  border-left: none !important;
  margin-top: 100px !important;
  margin-left: 20px !important;
}
@media only screen and (max-width: 600px) {
  body.about blockquote {
    margin: 10px !important;
  }
}
body.about blockquote img {
  margin-bottom: 10px;
  width: 170px;
}
@media only screen and (max-width: 600px) {
  body.about blockquote img {
    max-width: 170px;
    width: 100%;
  }
}
body.about blockquote p {
  width: 170px;
  font: normal 13px sans-serif;
  text-align: center;
  color: #aaa;
}
@media only screen and (max-width: 600px) {
  body.about blockquote p {
    max-width: 170px;
    width: 100%;
  }
}

body.leadership .prakash, body.leadership .ryan {
  margin-top: 100px;
}
body.leadership .prakash > p, body.leadership .ryan > p {
  margin-left: 206px;
  width: 450px;
}
@media only screen and (max-width: 600px) {
  body.leadership .prakash > p, body.leadership .ryan > p {
    margin: 0;
    width: auto;
  }
}
body.leadership .prakash .info, body.leadership .ryan .info {
  width: 120px;
  float: left;
  text-align: right;
}
@media only screen and (max-width: 600px) {
  body.leadership .prakash .info, body.leadership .ryan .info {
    width: auto;
    float: none;
    text-align: left;
  }
}
body.leadership .prakash .info h5, body.leadership .ryan .info h5 {
  font-size: 1.0625em;
  margin-top: 2px;
}
body.leadership .prakash .info h6, body.leadership .ryan .info h6 {
  font-size: 1.0625em;
  font-style: normal;
  font-weight: 100;
}
body.leadership .prakash .info p, body.leadership .ryan .info p {
  font-size: 1em;
  font-family: sans-serif;
  font-weight: 100;
  color: #666;
}

body.eb5 .requirements {
  margin-top: 3em;
}
body.eb5 .requirements > h5 {
  margin: 3em 0 2em 0;
}
@media only screen and (max-width: 600px) {
  body.eb5 .requirements > h5 {
    margin: 0;
  }
}
body.eb5 .requirements ul {
  padding: 0;
  width: 120%;
}
@media only screen and (max-width: 600px) {
  body.eb5 .requirements ul {
    width: auto;
  }
}
body.eb5 .requirements ul li {
  width: 44%;
  min-height: 11em;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 600px) {
  body.eb5 .requirements ul li {
    display: block;
    width: auto;
    min-height: auto;
    height: auto;
    margin-left: 5%;
  }
}
@media only screen and (min-width: 600px) {
  body.eb5 .requirements ul li:nth-child(2n) {
    margin-left: 10%;
  }
}
body.eb5 .requirements ul li h6, body.eb5 .requirements ul li p {
  font-family: sans-serif;
  font-size: 1em;
}
body.eb5 .requirements ul li h6 {
  margin-bottom: 0;
  font-style: normal;
  position: relative;
}
body.eb5 .requirements ul li h6 span {
  font-style: 0.875em;
  background: #ccc;
  position: absolute;
  left: -40px;
  top: 1px;
  width: 26px;
  height: 26px;
  line-height: 25px;
  text-align: center;
  color: white;
  font-weight: normal;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
body.eb5 .requirements ul li p {
  margin-top: 4px;
}
body.eb5 .sidebar {
  font-size: 0.9375em;
  margin-top: 5em;
}
body.eb5 .sidebar h6 {
  margin-top: 2em;
  font-style: normal;
}
body.eb5 .sidebar ul {
  padding: 0;
  margin-top: 5px;
  list-style: none;
}
body.eb5 .sidebar ul li a {
  color: #0055d4;
}
body.eb5 .sidebar ul li a.pdf {
  background: url(../img/pdf.png) no-repeat top left;
  padding-left: 22px;
  height: 16px;
  line-height: 16px;
}
body.eb5 .sidebar ul li a.pdf:hover {
  background-position: 0 -16px;
}

body.investments {
  max-width: 2000px;
}
body.investments div.investments {
  margin-bottom: 50px;
  width: 997px;
  float: left;
}
@media only screen and (max-width: 600px) {
  body.investments div.investments {
    float: none;
    width: auto;
  }
}
body.investments div.investments h1 {
  font-size: 1.0625em;
  font-weight: 100;
  width: 121px;
  border-bottom: 1px solid #ccc;
  float: left;
  margin-right: 85px;
  text-align: right;
  padding-bottom: 5px;
  color: #666;
}
@media only screen and (max-width: 600px) {
  body.investments div.investments h1 {
    margin-bottom: 20px;
    float: none;
  }
}
body.investments div.investments div.tombstones {
  float: left;
  width: 790px;
}
@media only screen and (max-width: 600px) {
  body.investments div.investments div.tombstones {
    width: auto;
    float: none;
  }
}
body.investments div.investments div.tombstones div {
  background: #333;
  color: white;
  width: 210px;
  height: 210px;
  padding: 20px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 15px;
  margin-right: 15px;
}
body.investments div.investments div.tombstones div:nth-child(3n) {
  margin-right: 0;
}
body.investments div.investments div.tombstones div span {
  background: #5dc092;
  width: 250px;
  height: 250px;
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
}
body.investments div.investments div.tombstones div:hover {
  cursor: pointer;
  top: -1px;
  left: -1px;
}
body.investments div.investments div.tombstones div:hover span {
  top: -3px;
  left: -3px;
}
body.investments div.investments div.tombstones div:active {
  background: #2e2e2e;
}
body.investments div.investments div.tombstones div h6 {
  font-size: 0.9375em;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}
body.investments div.investments div.tombstones div p {
  font-size: 0.8125em;
  font-family: sans-serif;
  font-weight: 100;
  line-height: 1.4;
}
body.investments div.investments div.tombstones div p:last-child {
  margin-top: 10px;
}
body.investments div.investments div.tombstones div p b {
  font-weight: 500;
  letter-spacing: 1px;
}
body.investments div.investments.completed div.tombstones div span {
  background: #aa87de;
}
body.investments div.investments.current {
  margin-top: 100px;
}
body.investments .legal {
  max-width: 650px;
  font: italic 13px sans-serif;
  margin-left: 202px;
  clear: both;
}
@media only screen and (max-width: 600px) {
  body.investments .legal {
    margin-left: 0;
    max-width: auto;
  }
}

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