/* Declare fonts */
@font-face {
  font-family: 'Open Sans';
  src: url('../../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.eot');
  src: url('../../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.woff') format('woff'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.ttf') format('truetype'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('../../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.eot');
  src: url('../../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.woff') format('woff'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.ttf') format('truetype'), url('../../../../../../../etc/clientlibs/history/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.eot');
  src: url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.woff') format('woff'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.ttf') format('truetype'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-regular-webfont.svg#roboto_slabregular') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Roboto Slab';
  src: url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.eot');
  src: url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.eot?#iefix') format('embedded-opentype'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.woff') format('woff'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.ttf') format('truetype'), url('../../../../../../../etc/clientlibs/history/fonts/robotoslab-bold-webfont.svg#roboto_slabbold') format('svg');
  font-weight: 700;
  font-style: normal;
}
.no-padding {
  padding: 0;
}
.carousel {
  height: 100%;
}
.inner-carousel-container {
  background-color: #364659;
  border: solid;
  border-width: 10px 0 0 0;
  border-color: white;
  padding: 0;
  height: 485px;
}
.img-carousel {
  display: block;
  height: auto;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.compat-img-carousel {
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 991px) {
  .img-carousel {
    height: auto;
    width: 100%;
  }
}
.panel-heading {
  padding: 5px;
}
.panel-default > .panel-heading {
  background-color: #364659;
}
.panel-heading > a {
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.captionPanel {
  padding: 0;
  background-color: #364659;
}
.panel.panel-default {
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
}
.panel-body {
  background-color: #416664;
  color: #ffffff;
  font-family: "Roboto Slab", serif;
  font-size: 15px;
  min-height: 125px;
  border-top: 1px;
  border-bottom: 1px;
}
a.link {
  color: #ffffff;
}
a.link:hover {
  color: #ffffff;
}
panel-group .panel + .panel {
  margin-top: 1px;
}
.panel-default > .panel-heading.selected-caption {
  background-color: #c4c8df;
  color: #364659;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  font-size: 50px;
  line-height: 19px;
}
.carousel-inner {
  height: 100%;
}
.carousel-inner .item {
  height: 100%;
}
.carousel-title {
  border-right-style: solid;
  border-left-style: solid;
  border-right: 1px;
  border-left: 1px;
  border-right-color: #364659;
}
.carousel-inner > .item > img {
  min-width: 100%;
  height: 365px;
}
.carousel-container {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}
.image-container {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .panel-heading > a {
    font-size: 16px;
  }
  .inner-carousel-container {
    height: 379px;
  }
  .carousel-container {
    padding-left: 0;
    padding-right: 0;
  }
  .img-carousel {
    height: 100%;
    width: auto;
  }
}
@media (max-width: 767px) {
  .carousel-inner > .item > img {
    height: 100%;
  }
  .inner-carousel-container {
    border-width: 0;
  }
  .img-carousel {
    width: 100%;
    height: auto;
  }
  .carousel-container {
    height: initial;
  }
}
