header:before, footer:before,
header:after,
footer:after {
  content: " ";
  display: table; }

header:after, footer:after {
  clear: both; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

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

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

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

html, body {
  font-family: "myriad-pro-semi-condensed", Helvetica, Arial, sans-serif;
  color: #333;
  text-rendering: optimizeLegibility;
  font-size: 1em;
  margin: 0;
  padding: 0; }

header {
  position: relative;
  height: 50px;
  width: 100%;
  z-index: 1000;
  margin: 0 0 15px 0; }

header > div,
header > .wrap > div {
  float: left;
  height: 100%;
  line-height: 50px; }

header > .wrap,
main > .wrap {
  float: none;
  padding: 0 10px; }

footer {
  min-height: 50px;
  width: 100%;
  z-index: 1000; }

main {
  width: 90%;
  max-width: 880px;
  margin: 25px auto;
  padding-bottom: 25px; }

h1, h2, h3, h4 {
  font-family: "adelle-condensed", Georgia, Times New Roman, Times, serif;
  font-weight: 700;
  margin: 1em 0; }

h5, h6 {
  font-family: "myriad-pro-semi-condensed", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  margin: 1em 0; }

h1 {
  font-size: 2em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.17em;
  font-weight: 600; }

h4 {
  font-size: 1em;
  font-weight: 400; }

h5 {
  font-size: 0.83em; }

h6 {
  font-size: 0.75em; }

.hed {
  margin: 5px 0 0 0; }

.dek {
  margin: 0 0 5px 0;
  font-weight: 300; }

ul {
  list-style: none;
  margin: 0;
  padding: 0; }

li a {
  display: block;
  height: 100%;
  width: 100%; }

a {
  color: rgba(64, 102, 140, 0.9);
  text-decoration: none;
  border-bottom: 1px dotted rgba(64, 102, 140, 0.9); }

a:visited,
a:active {
  color: rgba(64, 102, 140, 0.75); }

strong {
  font-weight: 600;
  font-size: 0.8em;
  text-transform: uppercase;
  color: rgba(28, 54, 100, 0.9); }

.logo {
  position: relative;
  display: block;
  min-width: 150px;
  min-height: 50px; }

.logo:after {
  content: " ";
  height: 100%;
  width: 100%;
  background-size: 90% auto;
  background-position: 0 center;
  background-repeat: no-repeat;
  background-image: url(images/cap-logo-blue.png);
  opacity: 0.65;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.logo.white:after {
  background-image: url(images/cap-logo-white.png);
  opacity: 1; }

svg {
  user-select: none; }

.axis line {
  fill: none;
  stroke: #000; }

.axis path {
  display: none; }

body {
  background: url("images/white_carbon_o.png"); }

a {
  text-decoration: none;
  color: #7f99b2; }

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  background: #40668c;
  z-index: 100; }

header > div {
  background: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  position: relative; }

.logo {
  width: 150px;
  padding: 0 0 0 15px;
  height: 100%;
  background-image: url(CAP-logo-white.png);
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%); }

section {
  width: 90%;
  margin: 0 auto; }

section:after {
  clear: both;
  content: ' ';
  display: block; }

#posts {
  max-width: 880px;
  margin-bottom: 50px; }

.post {
  margin: 0;
  width: 50%;
  float: left;
  position: relative;
  cursor: pointer; }

.post.lg {
  width: 100%; }

.post .wrap {
  margin: 5px;
  background: #fff;
  height: 300px;
  overflow: hidden;
  position: relative; }

.post.lg .wrap {
  height: 600px; }

.post.sm .wrap {
  height: 150px; }

.post .wrap:before {
  content: ' ';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(64, 102, 140, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  z-index: 5;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out; }

.thumbnail {
  height: 100%;
  width: 100%;
  position: relative;
  background: #f1f1f2;
  box-shadow: inset 0 -3px 2px -2px rgba(0, 0, 0, 0.15);
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  z-index: 0; }

.thumbnail img {
  max-height: 90%;
  max-width: 90%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  display: block;
  z-index: 0;
  box-shadow: 0px 1px 1px 1px rgba(0, 0, 0, 0.15);
  -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; }

.post .h-wrapper {
  margin: 10px;
  position: absolute;
  z-index: 10;
  padding: 0 0 10px 0;
  width: calc( 100% - 20px);
  border-bottom: 3px solid #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: opacity 0.25s ease-in-out;
  -moz-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  opacity: 1; }

.post h2 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  margin: 0;
  max-width: 75%;
  color: #fff;
  font-size: 1.3em;
  line-height: 1.3em;
  font-weight: 600; }

.post .date {
  color: #fff;
  position: absolute;
  bottom: 0;
  padding: 10px;
  background: rgba(64, 102, 140, 0.6);
  font-weight: 100;
  z-index: 15; }

footer {
  display: none; }

.post:hover .wrap:before {
  background: rgba(28, 54, 100, 0); }

.post:hover .h-wrapper {
  opacity: 0; }

.post:hover .thumbnail img {
  max-height: 98%;
  max-width: 95%; }

@media (max-width: 700px) {
  .post {
    width: 100%; } }

#topper {
  margin: 0 0 50px 0;
  width: 100%;
  background: #fff;
  border-bottom: 4px solid rgba(5, 27, 50, 0.6);
  box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.15); }

#topper .wrap {
  padding: 50px 0 0 0;
  margin: 0 auto;
  width: 90%; }

#topper img {
  width: 35%;
  height: auto;
  margin: 0 auto;
  display: block;
  opacity: 0.75; }

#topper h1 {
  font-size: 3em;
  line-height: 1.2em;
  text-transform: uppercase;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
  color: rgba(5, 27, 50, 0.65); }

@media (max-width: 700px) {
  #topper h1 {
    font-size: 1.8em; } }

.footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 3px solid rgba(64, 102, 140, 0.25); }
