@media (min-width: 992px) {
  .page-header {
    min-height: 540px;
  }
}


#header {
  background-color: #063d5a;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media (min-width: 992px) {

  #header-container {
    position: fixed;
    z-index: 1030;
    width: 100%;
  }
}

/** Annual Reports
 *************************************/

@media (min-width: 992px) {
  #annual-reports-col {
    float: left;
    width: calc(100% - 200px);
    padding-left: 15px;
    padding-right: 50px;
    min-height: 640px;
  }
}

#annual-reports {
  min-width: 100%;
}

.annual-report {
  padding-top: 24px;
  padding-bottom: 48px;
}

.annual-report .annual-report-title {
  margin-bottom: 14px;
}

.annual-report .annual-report-title h2 {
  font-size: 48px;
  padding-top: 48px;
  margin-bottom: 0;
}

.annual-report .annual-report-border {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2400px;
  height: 2px;
  background-color: #084565;
}

.annual-report .annual-report-image {
  position: relative;
  width: 100%;
  height: 194px;
  margin-bottom: 24px;
}

.annual-report .annual-report-image a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
}

@media (min-width: 768px) {
  .annual-report .annual-report-image { height: 360px; }
}

@media (min-width: 992px) {
  .annual-report .annual-report-image { height: 346px; }
}

@media (min-width: 1200px) {
  .annual-report .annual-report-image { height: 438px; }
}

@media (min-width: 1400px) {
  .annual-report .annual-report-image { height: 540px; }
}

.annual-report .annual-report-summary {
  margin-bottom: 20px;
}

.annual-report-details {
  margin: 0 0 24px 4px;
}

.annual-report-details > div {
  vertical-align: middle;
}

.annual-report-details .author-image {
  width: 120px;
  height: 120px;
  border-radius: 60px;
  overflow: hidden;
  margin-right: 14px;
}

.annual-report-details .author-image img {
  width: 100%;
  height: auto;
}

.annual-report-details .annual-report-author {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 0;
}

.annual-report-details .annual-report-date {
  font-size: 20px;
  margin-bottom: 0;
}

.annual-report-post-filters a {
  margin-left: 20px;
}

.annual-report .annual-report-content {
  margin-bottom: 20px;
}

.annual-report .annual-report-content img {
  width: auto;
  height: auto;
}

.annual-report .annual-report-content blockquote {
  padding: 0 34px 0 32px;
  border-left: 2px solid #084565;
  margin: 34px 0;
}

.annual-report .files {
  padding-top: 34px;
  padding-bottom: 34px;
}

.annual-report .annual-report-deliveries a {
  padding-left: 5px;
  margin-left: -5px;
  margin-right: 8px;
}

.annual-report .annual-report-deliveries .share-links {
  display: inline-block; /* @TODO media queries */
  max-width: 0;
  max-height: none !important;
  margin-bottom: -20px;
  white-space: nowrap;
  -webkit-transition: max-width 300ms;
  -moz-transition: max-width 300ms;
  -ms-transition: max-width 300ms;
  -o-transition: max-width 300ms;
  transition: max-width 300ms;
}

.annual-report .annual-report-deliveries .share-links.open {
  max-width: 200px;
  -webkit-transition: max-width 450ms;
  -moz-transition: max-width 450ms;
  -ms-transition: max-width 450ms;
  -o-transition: max-width 450ms;
  transition: max-width 450ms;
}

/** Resources Landing Page
 *************************************/

#annual-reports-page .annual-report h2:hover a {
  color: #02abe8;
}

/** Annual Reports Content
 *************************************/

.annual-report-content img {
  margin: 0 auto 24px;
  padding: 0 24px;
  max-width: 100%;
  height: auto;
}

/** Annual Reports Slideshow
 *************************************/

.annual-report-slideshow-column {
  margin-bottom: 34px;
}

#annual-report-slideshow-cover {
  position: relative;
  display: block;
  margin: 24px 0;
}

#annual-report-slideshow-cover img {
  margin: 0;
}

.annual-report-slideshow-cover-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  background-color: #000;
}

#slideshow-preview {
  cursor: pointer;
}

#slideshow-preview:hover .annual-report-slideshow-cover-overlay {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: opacity 250ms;
  -moz-transition: opacity 250ms;
  -ms-transition: opacity 250ms;
  -o-transition: opacity 250ms;
  transition: opacity 250ms;
}

#slideshow-preview:hover .btn-default {
  border: 3px solid #083b54;
  color: #083b54;
  background-color: #fff;
}

.annual-report-slideshow-cover-overlay i {
  position: absolute;
  top: 50%;
  font-size: 64px;
  line-height: 72px;
  width: 72px;
  text-align: center;
  margin-top: -36px;
  margin-left: -36px;
}

#annual-report-slideshow {
  display: none !important;
}

.annual-report-slideshow-container {
  margin: 14px -14px 0;
  min-height: 320px;
}

.slide {
  position: absolute;
  top: 0;
  opacity: 0;
  z-index: 1;
}

.slide.active {
  position: relative;
  opacity: 1;
  z-index: 10;
}

@media (min-width: 992px) {
  .slide img {
    width: auto;
    height: 100%;
  }
}

#annual-report-slideshow-download {
  position: relative;
  margin-top: 34px;
  z-index: 100;

}

.annual-report-slideshow-container .prev-btn, .annual-report-slideshow-container .next-btn {
  display: block;
  position: absolute;
  top: 50%;
  font-size: 18px;
  text-align: center;
  width: 34px;
  height: 60px;
  margin-top: -30px;
  z-index: 200;
}

.annual-report-slideshow-container .prev-btn:hover, .annual-report-slideshow-container .next-btn:hover {
  background-color: #02abe8;
}

.annual-report-slideshow-container .prev-btn { left: -24px; }
.annual-report-slideshow-container .next-btn { right: -24px; }

@media (min-width: 992px) {
  .annual-report-slideshow-container { margin: -34px; }
  .annual-report-slideshow-container .prev-btn { left: -34px; }
  .annual-report-slideshow-container .next-btn { right: -34px; }
}

.blocker {
  width: 100%;
  height: 24px;
  position: absolute;
  top: 47px;
  cursor: default;
}