﻿#content .container.interior.two-col {
  display: none;
}

#divStockTickerWrapper {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 370px;
  background-color: #DEE9F7;
  font-family: 'HelveticaNeueLTW05-75Bold', Helvetica, Arial, sans-serif;
  font-size: 16px;
  margin-bottom: 30px;
  padding: 20px 25px;
}

#divStockTickerWrapper .stock-exchange-symbol {
  width: 40%;
}

#divStockTickerWrapper .stock-current-price {
  width: 30%;
  color: #004B8D;
  text-align: right;
}

#divStockTickerWrapper .stock-day-change {
  width: 30%;
  text-align: right;
}

#divStockTickerWrapper .stock-day-change label.stock-price-positive-change {
  color: #19b772;
}

#divStockTickerWrapper .stock-day-change label.stock-price-negative-change {
  color: #E02A20;
}

#divStockTickerWrapper .stock-last-trade-date {
  width: 100%;
  font-size: 12px;
  text-align: center;
  color: #7995B9;
}

#carousel-dover-investors {
  border: solid 1px #b0b0b0;
  margin-bottom: 40px;
}

#carousel-dover-investors .item {
  height: 380px;
}

#carousel-dover-investors .item-wrap {
  display: -webkit-box;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

#carousel-dover-investors .carousel-image {
  -webkit-box-ordinal-group: 2;
          order: 1;
  height: 200px;
  padding: 0;
}

#carousel-dover-investors .carousel-content {
  -webkit-box-ordinal-group: 3;
          order: 2;
  height: 180px;
  padding: 20px 15px;
}

#carousel-dover-investors .carousel-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
}

#carousel-dover-investors .carousel-content p {
  font-size: 14px;
  margin: 0;
}

#carousel-dover-investors .carousel-control {
  max-width: 100px;
}

#carousel-dover-investors .carousel-control.left {
  background-image: none;
  cursor: w-resize;
}

#carousel-dover-investors .carousel-control.right {
  background-image: none;
  cursor: e-resize;
}

#carousel-dover-investors .carousel-control .glyphicon-chevron-left, #carousel-dover-investors .carousel-control .glyphicon-chevron-right {
  display: none;
}

#carousel-dover-investors ol.carousel-indicators {
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
  padding: 0;
}

#carousel-dover-investors ol.carousel-indicators li {
  border-color: #969696;
}

#carousel-dover-investors ol.carousel-indicators li.active {
  background-color: #969696;
}

.clearfix.hidden-md.hidden-lg {
  display: none;
}

.investor-top {
  margin-bottom: 15px;
  padding-top: 30px;
}

.investor-top .col-md-4 {
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #000;
}

.investor-top ul.link-list.icons li a {
  border-color: transparent;
}

.investor-top ul.link-list.icons li a i {
  width: 16px;
  font-size: 14px;
  margin-right: 5px;
}

.investor-cards {
  padding-top: 30px;
}

.investor-card {
  margin-top: 15px;
  margin-bottom: 15px;
}

.investor-card:first-of-type {
  margin-top: 0;
}

.investor-card a.investor-card-link {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: 150px;
  background-color: #DEE9F7;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
}

.investor-card a.investor-card-link i {
  margin-bottom: 10px;
  font-size: 30px;
  color: #7995B9;
  -webkit-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
}

.investor-card a.investor-card-link i.fa-angle-down {
  position: absolute;
  bottom: 0;
  font-size: 14px;
  color: #004B8D;
}

.investor-card a.investor-card-link h4 {
  font-size: 18px;
  color: #004B8D;
  -webkit-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
  margin: 0;
}

.investor-card a.investor-card-link:hover, .investor-card a.investor-card-link:active, .investor-card a.investor-card-link:focus, .investor-card a.investor-card-link:active:hover, .investor-card a.investor-card-link:active:focus {
  background-color: #004B8D;
  text-decoration: none;
  border: none;
}

.investor-card a.investor-card-link:hover i, .investor-card a.investor-card-link:hover h4, .investor-card a.investor-card-link:active i, .investor-card a.investor-card-link:active h4, .investor-card a.investor-card-link:focus i, .investor-card a.investor-card-link:focus h4, .investor-card a.investor-card-link:active:hover i, .investor-card a.investor-card-link:active:hover h4, .investor-card a.investor-card-link:active:focus i, .investor-card a.investor-card-link:active:focus h4 {
  color: #fff;
  border: none;
}

.investor-card .link-wrap {
  padding: 10px 30px;
  border: solid #b0b0b0;
  border-width: 0 1px 1px;
  border-top: solid 1px #fff;
}

.investor-card .link-wrap ul.link-list {
  margin-bottom: 0 !important;
}

.investor-card .link-wrap ul.link-list li a {
  font-size: 14px;
  border-color: transparent;
}

.investor-card .investor-card-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  height: auto;
  background-color: #DEE9F7;
  -webkit-transition: background-color .24s ease-in-out;
  transition: background-color .24s ease-in-out;
  padding: 20px 15px;
}

.investor-card .investor-card-wrap ul.link-list {
  margin-bottom: 0 !important;
}

.investor-card .investor-card-wrap ul.link-list li {
  text-align: center;
}

.investor-card .investor-card-wrap ul.link-list li a {
  font-size: 14px;
  border-color: transparent;
}

.investor-card .investor-card-wrap i {
  margin-bottom: 10px;
  font-size: 30px;
  color: #7995B9;
  -webkit-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
}

.investor-card .investor-card-wrap h4 {
  font-size: 18px;
  color: #004B8D;
  -webkit-transition: color .24s ease-in-out;
  transition: color .24s ease-in-out;
  margin: 0;
}

.investor-card .investor-card-wrap:hover, .investor-card .investor-card-wrap:active, .investor-card .investor-card-wrap:focus, .investor-card .investor-card-wrap:active:hover, .investor-card .investor-card-wrap:active:focus {
  background-color: #004B8D;
  text-decoration: none;
  border: none;
}

.investor-card .investor-card-wrap:hover i, .investor-card .investor-card-wrap:hover h4, .investor-card .investor-card-wrap:hover a, .investor-card .investor-card-wrap:active i, .investor-card .investor-card-wrap:active h4, .investor-card .investor-card-wrap:active a, .investor-card .investor-card-wrap:focus i, .investor-card .investor-card-wrap:focus h4, .investor-card .investor-card-wrap:focus a, .investor-card .investor-card-wrap:active:hover i, .investor-card .investor-card-wrap:active:hover h4, .investor-card .investor-card-wrap:active:hover a, .investor-card .investor-card-wrap:active:focus i, .investor-card .investor-card-wrap:active:focus h4, .investor-card .investor-card-wrap:active:focus a {
  color: #fff;
  border: none;
}

.investor-card .investor-card-wrap:hover a:hover, .investor-card .investor-card-wrap:hover a:active, .investor-card .investor-card-wrap:hover a:focus, .investor-card .investor-card-wrap:hover a:active:hover, .investor-card .investor-card-wrap:hover a:active:focus, .investor-card .investor-card-wrap:active a:hover, .investor-card .investor-card-wrap:active a:active, .investor-card .investor-card-wrap:active a:focus, .investor-card .investor-card-wrap:active a:active:hover, .investor-card .investor-card-wrap:active a:active:focus, .investor-card .investor-card-wrap:focus a:hover, .investor-card .investor-card-wrap:focus a:active, .investor-card .investor-card-wrap:focus a:focus, .investor-card .investor-card-wrap:focus a:active:hover, .investor-card .investor-card-wrap:focus a:active:focus, .investor-card .investor-card-wrap:active:hover a:hover, .investor-card .investor-card-wrap:active:hover a:active, .investor-card .investor-card-wrap:active:hover a:focus, .investor-card .investor-card-wrap:active:hover a:active:hover, .investor-card .investor-card-wrap:active:hover a:active:focus, .investor-card .investor-card-wrap:active:focus a:hover, .investor-card .investor-card-wrap:active:focus a:active, .investor-card .investor-card-wrap:active:focus a:focus, .investor-card .investor-card-wrap:active:focus a:active:hover, .investor-card .investor-card-wrap:active:focus a:active:focus {
  border-bottom: solid 1px #fff;
}

.financial-highlights .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.financial-highlights .col-md-3 {
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #000;
}

.financial-highlights .col-md-3 .sfContentBlock {
  height: 100%;
}

.financial-highlights .col-md-3 .sfContentBlock span {
  display: block;
  text-align: center;
}

.financial-highlights .col-md-3 .sfContentBlock span:last-of-type {
  margin: 0;
}

.financial-highlights .col-md-3 .sfContentBlock .financial-number {
  font-size: 36px;
  color: #004B8D;
}

.financial-highlights .col-md-3 .sfContentBlock .financial-meta {
  font-size: 14px;
  margin-bottom: 12px;
}

.financial-highlights .col-md-3:last-of-type {
  border: none;
}

.investors-bottom .news-list {
  margin-bottom: 40px;
}

.investors-bottom h2.sfnewsTitle.sftitle {
  font-size: 16px !important;
  line-height: 1.5 !important;
}

.investors-bottom .sfnewsMetaInfo.sfmetainfo {
  font-size: 14px;
}

.investors-bottom p {
  font-size: 16px;
}

.investors-bottom .col-md-3 {
  padding-top: 30px;
}

@media only screen and (min-width: 576px) {
  #carousel-dover-investors .item {
    height: 480px;
  }
  #carousel-dover-investors .carousel-image {
    height: 340px;
  }
  #carousel-dover-investors .carousel-content {
    height: 140px;
  }
}

@media only screen and (min-width: 768px) {
  #carousel-dover-investors .item {
    height: 550px;
  }
  #carousel-dover-investors .carousel-image {
    height: 420px;
  }
  #carousel-dover-investors .carousel-content {
    height: 130px;
  }
  .investor-cards .col-sm-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .financial-highlights .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  .financial-highlights .col-md-3 {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
    border: none;
  }
  .financial-highlights .col-md-3#MainContent_ctl17_C012_Col00, .financial-highlights .col-md-3#MainContent_ctl17_C012_Col02 {
    border-right: solid 1px #000;
  }
  .financial-highlights .col-md-3#MainContent_ctl17_C012_Col00, .financial-highlights .col-md-3#MainContent_ctl17_C012_Col01 {
    border-bottom: solid 1px #000;
  }
  .investors-bottom .col-md-9 {
    float: left;
    width: 50%;
  }
  .investors-bottom .col-md-3 {
    float: left;
    width: 50%;
    padding-top: 0;
    padding-left: 25px;
    border-left: solid 1px #000;
  }
}

@media only screen and (min-width: 992px) {
  .investor-top {
    margin-bottom: 30px;
  }
  .investor-top .col-md-4 {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
  .financial-highlights .row {
    padding-left: 0;
    padding-right: 0;
  }
  .financial-highlights .col-md-3 {
    width: 25%;
    border-right: solid 1px #000;
  }
  .financial-highlights .col-md-3:last-of-type {
    border: none;
  }
  .financial-highlights .col-md-3#MainContent_ctl17_C012_Col00, .financial-highlights .col-md-3#MainContent_ctl17_C012_Col01 {
    border-bottom: none;
  }
  .investors-bottom .col-md-9 {
    width: 75%;
  }
  .investors-bottom .col-md-3 {
    width: 25%;
  }
  .investors-bottom p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1200px) {
  #carousel-dover-investors .item-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
  #carousel-dover-investors .item {
    height: 420px;
  }
  #carousel-dover-investors .carousel-image {
    -webkit-box-ordinal-group: 3;
            order: 2;
    height: 100%;
  }
  #carousel-dover-investors .carousel-content {
    -webkit-box-ordinal-group: 2;
            order: 1;
    height: 100%;
    padding-top: 60px;
  }
}
