.Carousel {
  position: relative;
  top: -108px;
  left: 0;
  margin-bottom: -293px;
  height: 834px;
  width: 100%;
  background: #000;
  overflow: hidden;
}
.Carousel .images {
  padding: 0;
  height: inherit;
  list-style: none;
}
.Carousel .images li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: inherit;
  background: center center / cover no-repeat;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
}
.Carousel[data-active="1"] .images li:nth-child(1), .Carousel[data-active="2"] .images li:nth-child(2), .Carousel[data-active="3"] .images li:nth-child(3), .Carousel[data-active="4"] .images li:nth-child(4), .Carousel[data-active="5"] .images li:nth-child(5), .Carousel[data-active="6"] .images li:nth-child(6), .Carousel[data-active="7"] .images li:nth-child(7) {
  visibility: visible;
  opacity: 1;
}
.Carousel .text {
  list-style: none;
  position: absolute;
  left: 50%;
  top: 115px;
  margin: 0 0 0 -600px;
  width: 1200px;
  height: 525px;
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.4;
  color: #fff;
}
.Carousel .text li {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 395px;
  height: 225px;
  transition: visibility 1s ease-in-out, opacity 1s ease-in-out;
}
.Carousel .text li .background {
  position: relative;
  height: inherit;
  background: rgba(55, 59, 58, 0.6);
  padding: 15px;
}
.Carousel .text li .background.off {
  background: transparent;
}
.Carousel .text li.topRight {
  left: auto;
  right: 0;
}
.Carousel .text li.bottomLeft {
  top: auto;
  bottom: 0;
}
.Carousel .text li.bottomRight {
  left: auto;
  right: 0;
  top: auto;
  bottom: 0;
}
.Carousel .text .title {
  padding: 0 0 3px;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 1.2em;
  max-height: 1.2em;
  font-weight: 600;
  overflow: hidden;
}
.Carousel .text .summary {
  padding: 0 0 7px;
  line-height: 1.4em;
  max-height: 7em;
  overflow: hidden;
}
.Carousel .text .secondary-button {
  position: absolute;
  bottom: 5px;
  padding: 10px;
}
.Carousel[data-active="1"] .text li:nth-child(1), .Carousel[data-active="2"] .text li:nth-child(2), .Carousel[data-active="3"] .text li:nth-child(3), .Carousel[data-active="4"] .text li:nth-child(4), .Carousel[data-active="5"] .text li:nth-child(5), .Carousel[data-active="6"] .text li:nth-child(6), .Carousel[data-active="7"] .text li:nth-child(7) {
  visibility: visible;
  opacity: 1;
}
.Carousel .next,
.Carousel .previous {
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  margin-top: -23px;
  background: center center no-repeat;
  transition: background 0.2s ease;
}
.TouchDevice .Carousel .next, .TouchDevice
.Carousel .previous {
  transition: none;
}
.Carousel .next {
  right: 50%;
  margin-right: -650px;
  background-image: url("../img/carousel-next.png");
}
.Carousel .next:hover {
  background-image: url("../img/carousel-next_green.png");
}
.TouchDevice .Carousel .next:hover {
  background-image: url("../img/carousel-next.png");
}
.TouchDevice .Carousel .next:active {
  background-image: url("../img/carousel-next_green.png");
}
.Carousel .previous {
  left: 50%;
  margin-left: -650px;
  background-image: url("../img/carousel-previous.png");
}
.Carousel .previous:hover {
  background-image: url("../img/carousel-previous_green.png");
}
.TouchDevice .Carousel .previous:hover {
  background-image: url("../img/carousel-previous.png");
}
.TouchDevice .Carousel .previous:active {
  background-image: url("../img/carousel-previous_green.png");
}
@media screen and (max-width: 1300px) {
  .Carousel .text {
    left: 60px;
    margin: 0;
    width: calc(100% - 120px);
  }
  .Carousel .next {
    right: 10px;
    margin-right: 0;
  }
  .Carousel .previous {
    left: 10px;
    margin-left: 0;
  }
}
@media screen and (max-width: 959px) {
  .Carousel {
    top: -97px;
    margin-bottom: -147px;
    height: 634px;
  }
  .Carousel .text {
    left: 10px;
    top: 103px;
    width: calc(100% - 20px);
    height: 245px;
  }
  .Carousel .text li {
    width: 100%;
    height: 245px;
  }
  .Carousel .text li .background {
    padding: 10px;
  }
  .Carousel .text li.topRight {
    right: auto;
  }
  .Carousel .text li.bottomLeft {
    bottom: auto;
  }
  .Carousel .text li.bottomRight {
    right: auto;
    bottom: auto;
  }
  .Carousel .text .summary {
    max-height: 8.4em;
  }
  .Carousel .text .secondary-button {
    display: block;
    margin: 0;
  }
  .Carousel .next,
  .Carousel .previous {
    top: 360px;
    margin-top: 0;
  }
}
@media print {
  .Carousel {
    top: auto;
    height: auto;
    margin: 0;
  }
  .Carousel .text {
    position: static;
    margin: 0;
    max-width: none;
    color: #000;
  }
}

.ActionBar {
  margin-bottom: 50px;
}
.ActionBar .box {
  background: #ebebeb;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3;
}
.ActionBar .box:last-child {
  margin: 0;
}
.ActionBar .heading {
  padding: 15px;
  background: #076645;
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.ActionBar .inner {
  max-height: 165px;
  overflow: hidden;
  padding: 15px 20px;
}
.ActionBar .custom-select-container {
  width: 100%;
  height: 50px;
  line-height: 50px;
  line-height: 3.125rem;
  margin: 0 0 10px;
}
@media screen and (max-width: 959px) {
  .ActionBar {
    position: relative;
    margin-bottom: 20px;
  }
  .ActionBar .box {
    margin: 0 0 10px;
  }
  .ActionBar .inner {
    padding: 15px 10px;
  }
  .ActionBar .action {
    padding: 0 10px 10px;
  }
  .ActionBar .primary-button {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  .ActionBar .box {
    position: relative;
    float: left;
    width: 32.91667%;
    height: 310px;
    margin: 0 0.625% 0 0;
  }
  .ActionBar .primary-button {
    position: absolute;
    bottom: 15px;
    left: 20px;
    width: calc(100% - 40px);
  }
}

.WidgetBar {
  margin-bottom: 50px;
}
.WidgetBar .items {
  padding: 15px 0;
  border-top: 4px solid #076645;
  background: #ebebeb;
  line-height: 1.2;
}
.WidgetBar .heading {
  overflow: hidden;
}
.WidgetBar .heading h3 {
  padding: 0 0 2px 15px;
}
.WidgetBar .heading .more {
  float: right;
  padding: 10px 10px 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
}
.WidgetBar .list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.WidgetBar .itemTitle {
  font-weight: 600;
  line-height: 1.2em;
  max-height: 1.2em;
  overflow: hidden;
}
.WidgetBar .itemTitle a {
  font-weight: inherit;
}
.WidgetBar .itemInfo {
  margin: 0 0 13px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.3em;
  max-height: 1.3em;
  overflow: hidden;
}
.WidgetBar .itemInfo a {
  font-weight: 400;
}
.WidgetBar .list > li:last-child .itemInfo {
  margin: 0;
}
.WidgetBar .news .featured {
  padding: 0 15px;
}
.WidgetBar .news .featured .itemInfo {
  margin: 0;
  max-height: 2.6em;
}
.WidgetBar .news .items {
  overflow: hidden;
}
.WidgetBar .news .thumb {
  display: block;
  max-height: 146px;
  max-width: 286px;
  overflow: hidden;
  margin: 0 0 5px;
}
.WidgetBar .news .thumb img {
  display: block;
  max-width: 100%;
}
.WidgetBar .news .video .thumb {
  position: relative;
}
.WidgetBar .news .video .thumb:after {
  content: "";
  position: absolute;
  opacity: 0.6;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin: -40px 0 0 -40px;
  background: url("../img/play-icon.svg") no-repeat 0 0/contain;
}
.WidgetBar .news .video .thumb:hover:after {
  opacity: 1;
}
@media screen and (max-width: 959px) {
  .WidgetBar {
    margin-bottom: 20px;
  }
  .WidgetBar .items {
    padding: 15px 10px 10px;
  }
  .WidgetBar .heading h3 {
    padding: 0 0 2px 10px;
  }
  .WidgetBar .events,
  .WidgetBar .news {
    margin: 0 0 20px;
  }
  .WidgetBar .news .featured {
    padding: 0 0 10px;
    border-bottom: 2px solid #a1a1a1;
  }
  .WidgetBar .news .list,
  .WidgetBar .news .noResults {
    padding: 10px 0 0;
  }
}
@media screen and (min-width: 960px) {
  .WidgetBar .items {
    height: 250px;
  }
  .WidgetBar .list,
  .WidgetBar .noResults {
    padding: 0 15px;
  }
  .WidgetBar .news {
    float: left;
    width: 66.25%;
    margin: 0 0.83333% 0 0;
  }
  .WidgetBar .news .featured {
    float: left;
    width: 40%;
    border-right: 2px solid #a1a1a1;
  }
  .WidgetBar .news .list,
  .WidgetBar .news .noResults {
    float: left;
    width: 60%;
  }
  .WidgetBar .events {
    float: left;
    width: 32.91667%;
  }
}
