/*************** Image Caption ***************/
/****** Generic CSS For Similar Blocks *********/
/******** Text block general settings **********/
.listing-background-image {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
  z-index: -100;
}

.bg-color-white {
  background-color: #ffffff;
}

.bg-color-black {
  background-color: #000000;
}

.bg-color-orange {
  background-color: #ff6e1e;
}

.bg-color-ltgray {
  background-color: #c8c8c8;
}

.bg-color-midgray {
  background-color: #afafaf;
}

.bg-color-darkergray {
  background-color: #696b73;
}

.bg-color-dkgray {
  background-color: #616265;
}

.bg-color-olivegreen {
  background-color: #a9b734;
}

.bg-color-purple {
  background-color: #95348d;
}

.bg-color-darkteal {
  background-color: #005e5c;
}

.text-color-white {
  color: #ffffff;
}

.text-color-dkgray {
  color: #616265;
}

.text-color-black {
  color: #000000;
}

.responsive-image-fallthrough {
  width: 100%;
  height: auto;
}

/************** Column Layouts *****************/
.row.gutter-0px {
  margin-left: 0px;
  margin-right: 0px;
}

.row.gutter-0px .col-lg-1,
.row.gutter-0px .col-lg-2,
.row.gutter-0px .col-lg-3,
.row.gutter-0px .col-lg-4,
.row.gutter-0px .col-lg-5,
.row.gutter-0px .col-lg-6,
.row.gutter-0px .col-lg-7,
.row.gutter-0px .col-lg-8,
.row.gutter-0px .col-lg-9,
.row.gutter-0px .col-lg-10,
.row.gutter-0px .col-lg-11,
.row.gutter-0px .col-lg-12,
.row.gutter-0px .col-md-1,
.row.gutter-0px .col-md-2,
.row.gutter-0px .col-md-3,
.row.gutter-0px .col-md-4,
.row.gutter-0px .col-md-5,
.row.gutter-0px .col-md-6,
.row.gutter-0px .col-md-7,
.row.gutter-0px .col-md-8,
.row.gutter-0px .col-md-9,
.row.gutter-0px .col-md-10,
.row.gutter-0px .col-md-11,
.row.gutter-0px .col-md-12,
.row.gutter-0px .col-sm-1,
.row.gutter-0px .col-sm-2,
.row.gutter-0px .col-sm-3,
.row.gutter-0px .col-sm-4,
.row.gutter-0px .col-sm-5,
.row.gutter-0px .col-sm-6,
.row.gutter-0px .col-sm-7,
.row.gutter-0px .col-sm-8,
.row.gutter-0px .col-sm-9,
.row.gutter-0px .col-sm-10,
.row.gutter-0px .col-sm-11,
.row.gutter-0px .col-sm-12,
.row.gutter-0px .col-xs-1,
.row.gutter-0px .col-xs-2,
.row.gutter-0px .col-xs-3,
.row.gutter-0px .col-xs-4,
.row.gutter-0px .col-xs-5,
.row.gutter-0px .col-xs-6,
.row.gutter-0px .col-xs-7,
.row.gutter-0px .col-xs-8,
.row.gutter-0px .col-xs-9,
.row.gutter-0px .col-xs-10,
.row.gutter-0px .col-xs-11,
.row.gutter-0px .col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 499px) {
  .row.gutter-0px .col-lg-1,
  .row.gutter-0px .col-lg-2,
  .row.gutter-0px .col-lg-3,
  .row.gutter-0px .col-lg-4,
  .row.gutter-0px .col-lg-5,
  .row.gutter-0px .col-lg-6,
  .row.gutter-0px .col-lg-7,
  .row.gutter-0px .col-lg-8,
  .row.gutter-0px .col-lg-9,
  .row.gutter-0px .col-lg-10,
  .row.gutter-0px .col-lg-11,
  .row.gutter-0px .col-lg-12,
  .row.gutter-0px .col-md-1,
  .row.gutter-0px .col-md-2,
  .row.gutter-0px .col-md-3,
  .row.gutter-0px .col-md-4,
  .row.gutter-0px .col-md-5,
  .row.gutter-0px .col-md-6,
  .row.gutter-0px .col-md-7,
  .row.gutter-0px .col-md-8,
  .row.gutter-0px .col-md-9,
  .row.gutter-0px .col-md-10,
  .row.gutter-0px .col-md-11,
  .row.gutter-0px .col-md-12,
  .row.gutter-0px .col-sm-1,
  .row.gutter-0px .col-sm-2,
  .row.gutter-0px .col-sm-3,
  .row.gutter-0px .col-sm-4,
  .row.gutter-0px .col-sm-5,
  .row.gutter-0px .col-sm-6,
  .row.gutter-0px .col-sm-7,
  .row.gutter-0px .col-sm-8,
  .row.gutter-0px .col-sm-9,
  .row.gutter-0px .col-sm-10,
  .row.gutter-0px .col-sm-11,
  .row.gutter-0px .col-sm-12,
  .row.gutter-0px .col-xs-1,
  .row.gutter-0px .col-xs-2,
  .row.gutter-0px .col-xs-3,
  .row.gutter-0px .col-xs-4,
  .row.gutter-0px .col-xs-5,
  .row.gutter-0px .col-xs-6,
  .row.gutter-0px .col-xs-7,
  .row.gutter-0px .col-xs-8,
  .row.gutter-0px .col-xs-9,
  .row.gutter-0px .col-xs-10,
  .row.gutter-0px .col-xs-11,
  .row.gutter-0px .col-xs-12 {
    flex: 1 1 auto;
    width: 100%;
    max-width: unset;
  }
}

.row.gutter-12px {
  margin-left: -6px;
  margin-right: -6px;
}

.row.gutter-12px .col-lg-1,
.row.gutter-12px .col-lg-2,
.row.gutter-12px .col-lg-3,
.row.gutter-12px .col-lg-4,
.row.gutter-12px .col-lg-5,
.row.gutter-12px .col-lg-6,
.row.gutter-12px .col-lg-7,
.row.gutter-12px .col-lg-8,
.row.gutter-12px .col-lg-9,
.row.gutter-12px .col-lg-10,
.row.gutter-12px .col-lg-11,
.row.gutter-12px .col-lg-12,
.row.gutter-12px .col-md-1,
.row.gutter-12px .col-md-2,
.row.gutter-12px .col-md-3,
.row.gutter-12px .col-md-4,
.row.gutter-12px .col-md-5,
.row.gutter-12px .col-md-6,
.row.gutter-12px .col-md-7,
.row.gutter-12px .col-md-8,
.row.gutter-12px .col-md-9,
.row.gutter-12px .col-md-10,
.row.gutter-12px .col-md-11,
.row.gutter-12px .col-md-12,
.row.gutter-12px .col-sm-1,
.row.gutter-12px .col-sm-2,
.row.gutter-12px .col-sm-3,
.row.gutter-12px .col-sm-4,
.row.gutter-12px .col-sm-5,
.row.gutter-12px .col-sm-6,
.row.gutter-12px .col-sm-7,
.row.gutter-12px .col-sm-8,
.row.gutter-12px .col-sm-9,
.row.gutter-12px .col-sm-10,
.row.gutter-12px .col-sm-11,
.row.gutter-12px .col-sm-12,
.row.gutter-12px .col-xs-1,
.row.gutter-12px .col-xs-2,
.row.gutter-12px .col-xs-3,
.row.gutter-12px .col-xs-4,
.row.gutter-12px .col-xs-5,
.row.gutter-12px .col-xs-6,
.row.gutter-12px .col-xs-7,
.row.gutter-12px .col-xs-8,
.row.gutter-12px .col-xs-9,
.row.gutter-12px .col-xs-10,
.row.gutter-12px .col-xs-11,
.row.gutter-12px .col-xs-12 {
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 499px) {
  .row.gutter-12px .col-lg-1,
  .row.gutter-12px .col-lg-2,
  .row.gutter-12px .col-lg-3,
  .row.gutter-12px .col-lg-4,
  .row.gutter-12px .col-lg-5,
  .row.gutter-12px .col-lg-6,
  .row.gutter-12px .col-lg-7,
  .row.gutter-12px .col-lg-8,
  .row.gutter-12px .col-lg-9,
  .row.gutter-12px .col-lg-10,
  .row.gutter-12px .col-lg-11,
  .row.gutter-12px .col-lg-12,
  .row.gutter-12px .col-md-1,
  .row.gutter-12px .col-md-2,
  .row.gutter-12px .col-md-3,
  .row.gutter-12px .col-md-4,
  .row.gutter-12px .col-md-5,
  .row.gutter-12px .col-md-6,
  .row.gutter-12px .col-md-7,
  .row.gutter-12px .col-md-8,
  .row.gutter-12px .col-md-9,
  .row.gutter-12px .col-md-10,
  .row.gutter-12px .col-md-11,
  .row.gutter-12px .col-md-12,
  .row.gutter-12px .col-sm-1,
  .row.gutter-12px .col-sm-2,
  .row.gutter-12px .col-sm-3,
  .row.gutter-12px .col-sm-4,
  .row.gutter-12px .col-sm-5,
  .row.gutter-12px .col-sm-6,
  .row.gutter-12px .col-sm-7,
  .row.gutter-12px .col-sm-8,
  .row.gutter-12px .col-sm-9,
  .row.gutter-12px .col-sm-10,
  .row.gutter-12px .col-sm-11,
  .row.gutter-12px .col-sm-12,
  .row.gutter-12px .col-xs-1,
  .row.gutter-12px .col-xs-2,
  .row.gutter-12px .col-xs-3,
  .row.gutter-12px .col-xs-4,
  .row.gutter-12px .col-xs-5,
  .row.gutter-12px .col-xs-6,
  .row.gutter-12px .col-xs-7,
  .row.gutter-12px .col-xs-8,
  .row.gutter-12px .col-xs-9,
  .row.gutter-12px .col-xs-10,
  .row.gutter-12px .col-xs-11,
  .row.gutter-12px .col-xs-12 {
    flex: 1 1 auto;
    width: 100%;
    max-width: unset;
  }
}

.row.gutter-20px {
  margin-left: -10px;
  margin-right: -10px;
}

.row.gutter-20px .col-lg-1,
.row.gutter-20px .col-lg-2,
.row.gutter-20px .col-lg-3,
.row.gutter-20px .col-lg-4,
.row.gutter-20px .col-lg-5,
.row.gutter-20px .col-lg-6,
.row.gutter-20px .col-lg-7,
.row.gutter-20px .col-lg-8,
.row.gutter-20px .col-lg-9,
.row.gutter-20px .col-lg-10,
.row.gutter-20px .col-lg-11,
.row.gutter-20px .col-lg-12,
.row.gutter-20px .col-md-1,
.row.gutter-20px .col-md-2,
.row.gutter-20px .col-md-3,
.row.gutter-20px .col-md-4,
.row.gutter-20px .col-md-5,
.row.gutter-20px .col-md-6,
.row.gutter-20px .col-md-7,
.row.gutter-20px .col-md-8,
.row.gutter-20px .col-md-9,
.row.gutter-20px .col-md-10,
.row.gutter-20px .col-md-11,
.row.gutter-20px .col-md-12,
.row.gutter-20px .col-sm-1,
.row.gutter-20px .col-sm-2,
.row.gutter-20px .col-sm-3,
.row.gutter-20px .col-sm-4,
.row.gutter-20px .col-sm-5,
.row.gutter-20px .col-sm-6,
.row.gutter-20px .col-sm-7,
.row.gutter-20px .col-sm-8,
.row.gutter-20px .col-sm-9,
.row.gutter-20px .col-sm-10,
.row.gutter-20px .col-sm-11,
.row.gutter-20px .col-sm-12,
.row.gutter-20px .col-xs-1,
.row.gutter-20px .col-xs-2,
.row.gutter-20px .col-xs-3,
.row.gutter-20px .col-xs-4,
.row.gutter-20px .col-xs-5,
.row.gutter-20px .col-xs-6,
.row.gutter-20px .col-xs-7,
.row.gutter-20px .col-xs-8,
.row.gutter-20px .col-xs-9,
.row.gutter-20px .col-xs-10,
.row.gutter-20px .col-xs-11,
.row.gutter-20px .col-xs-12 {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 499px) {
  .row.gutter-20px .col-lg-1,
  .row.gutter-20px .col-lg-2,
  .row.gutter-20px .col-lg-3,
  .row.gutter-20px .col-lg-4,
  .row.gutter-20px .col-lg-5,
  .row.gutter-20px .col-lg-6,
  .row.gutter-20px .col-lg-7,
  .row.gutter-20px .col-lg-8,
  .row.gutter-20px .col-lg-9,
  .row.gutter-20px .col-lg-10,
  .row.gutter-20px .col-lg-11,
  .row.gutter-20px .col-lg-12,
  .row.gutter-20px .col-md-1,
  .row.gutter-20px .col-md-2,
  .row.gutter-20px .col-md-3,
  .row.gutter-20px .col-md-4,
  .row.gutter-20px .col-md-5,
  .row.gutter-20px .col-md-6,
  .row.gutter-20px .col-md-7,
  .row.gutter-20px .col-md-8,
  .row.gutter-20px .col-md-9,
  .row.gutter-20px .col-md-10,
  .row.gutter-20px .col-md-11,
  .row.gutter-20px .col-md-12,
  .row.gutter-20px .col-sm-1,
  .row.gutter-20px .col-sm-2,
  .row.gutter-20px .col-sm-3,
  .row.gutter-20px .col-sm-4,
  .row.gutter-20px .col-sm-5,
  .row.gutter-20px .col-sm-6,
  .row.gutter-20px .col-sm-7,
  .row.gutter-20px .col-sm-8,
  .row.gutter-20px .col-sm-9,
  .row.gutter-20px .col-sm-10,
  .row.gutter-20px .col-sm-11,
  .row.gutter-20px .col-sm-12,
  .row.gutter-20px .col-xs-1,
  .row.gutter-20px .col-xs-2,
  .row.gutter-20px .col-xs-3,
  .row.gutter-20px .col-xs-4,
  .row.gutter-20px .col-xs-5,
  .row.gutter-20px .col-xs-6,
  .row.gutter-20px .col-xs-7,
  .row.gutter-20px .col-xs-8,
  .row.gutter-20px .col-xs-9,
  .row.gutter-20px .col-xs-10,
  .row.gutter-20px .col-xs-11,
  .row.gutter-20px .col-xs-12 {
    flex: 1 1 auto;
    width: 100%;
    max-width: unset;
  }
}

.row.gutter-30px {
  margin-left: -15px;
  margin-right: -15px;
}

.row.gutter-30px .col-lg-1,
.row.gutter-30px .col-lg-2,
.row.gutter-30px .col-lg-3,
.row.gutter-30px .col-lg-4,
.row.gutter-30px .col-lg-5,
.row.gutter-30px .col-lg-6,
.row.gutter-30px .col-lg-7,
.row.gutter-30px .col-lg-8,
.row.gutter-30px .col-lg-9,
.row.gutter-30px .col-lg-10,
.row.gutter-30px .col-lg-11,
.row.gutter-30px .col-lg-12,
.row.gutter-30px .col-md-1,
.row.gutter-30px .col-md-2,
.row.gutter-30px .col-md-3,
.row.gutter-30px .col-md-4,
.row.gutter-30px .col-md-5,
.row.gutter-30px .col-md-6,
.row.gutter-30px .col-md-7,
.row.gutter-30px .col-md-8,
.row.gutter-30px .col-md-9,
.row.gutter-30px .col-md-10,
.row.gutter-30px .col-md-11,
.row.gutter-30px .col-md-12,
.row.gutter-30px .col-sm-1,
.row.gutter-30px .col-sm-2,
.row.gutter-30px .col-sm-3,
.row.gutter-30px .col-sm-4,
.row.gutter-30px .col-sm-5,
.row.gutter-30px .col-sm-6,
.row.gutter-30px .col-sm-7,
.row.gutter-30px .col-sm-8,
.row.gutter-30px .col-sm-9,
.row.gutter-30px .col-sm-10,
.row.gutter-30px .col-sm-11,
.row.gutter-30px .col-sm-12,
.row.gutter-30px .col-xs-1,
.row.gutter-30px .col-xs-2,
.row.gutter-30px .col-xs-3,
.row.gutter-30px .col-xs-4,
.row.gutter-30px .col-xs-5,
.row.gutter-30px .col-xs-6,
.row.gutter-30px .col-xs-7,
.row.gutter-30px .col-xs-8,
.row.gutter-30px .col-xs-9,
.row.gutter-30px .col-xs-10,
.row.gutter-30px .col-xs-11,
.row.gutter-30px .col-xs-12 {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 499px) {
  .row.gutter-30px .col-lg-1,
  .row.gutter-30px .col-lg-2,
  .row.gutter-30px .col-lg-3,
  .row.gutter-30px .col-lg-4,
  .row.gutter-30px .col-lg-5,
  .row.gutter-30px .col-lg-6,
  .row.gutter-30px .col-lg-7,
  .row.gutter-30px .col-lg-8,
  .row.gutter-30px .col-lg-9,
  .row.gutter-30px .col-lg-10,
  .row.gutter-30px .col-lg-11,
  .row.gutter-30px .col-lg-12,
  .row.gutter-30px .col-md-1,
  .row.gutter-30px .col-md-2,
  .row.gutter-30px .col-md-3,
  .row.gutter-30px .col-md-4,
  .row.gutter-30px .col-md-5,
  .row.gutter-30px .col-md-6,
  .row.gutter-30px .col-md-7,
  .row.gutter-30px .col-md-8,
  .row.gutter-30px .col-md-9,
  .row.gutter-30px .col-md-10,
  .row.gutter-30px .col-md-11,
  .row.gutter-30px .col-md-12,
  .row.gutter-30px .col-sm-1,
  .row.gutter-30px .col-sm-2,
  .row.gutter-30px .col-sm-3,
  .row.gutter-30px .col-sm-4,
  .row.gutter-30px .col-sm-5,
  .row.gutter-30px .col-sm-6,
  .row.gutter-30px .col-sm-7,
  .row.gutter-30px .col-sm-8,
  .row.gutter-30px .col-sm-9,
  .row.gutter-30px .col-sm-10,
  .row.gutter-30px .col-sm-11,
  .row.gutter-30px .col-sm-12,
  .row.gutter-30px .col-xs-1,
  .row.gutter-30px .col-xs-2,
  .row.gutter-30px .col-xs-3,
  .row.gutter-30px .col-xs-4,
  .row.gutter-30px .col-xs-5,
  .row.gutter-30px .col-xs-6,
  .row.gutter-30px .col-xs-7,
  .row.gutter-30px .col-xs-8,
  .row.gutter-30px .col-xs-9,
  .row.gutter-30px .col-xs-10,
  .row.gutter-30px .col-xs-11,
  .row.gutter-30px .col-xs-12 {
    flex: 1 1 auto;
    width: 100%;
    max-width: unset;
  }
}

.row.gutter-40px {
  margin-left: -20px;
  margin-right: -20px;
}

.row.gutter-40px .col-lg-1,
.row.gutter-40px .col-lg-2,
.row.gutter-40px .col-lg-3,
.row.gutter-40px .col-lg-4,
.row.gutter-40px .col-lg-5,
.row.gutter-40px .col-lg-6,
.row.gutter-40px .col-lg-7,
.row.gutter-40px .col-lg-8,
.row.gutter-40px .col-lg-9,
.row.gutter-40px .col-lg-10,
.row.gutter-40px .col-lg-11,
.row.gutter-40px .col-lg-12,
.row.gutter-40px .col-md-1,
.row.gutter-40px .col-md-2,
.row.gutter-40px .col-md-3,
.row.gutter-40px .col-md-4,
.row.gutter-40px .col-md-5,
.row.gutter-40px .col-md-6,
.row.gutter-40px .col-md-7,
.row.gutter-40px .col-md-8,
.row.gutter-40px .col-md-9,
.row.gutter-40px .col-md-10,
.row.gutter-40px .col-md-11,
.row.gutter-40px .col-md-12,
.row.gutter-40px .col-sm-1,
.row.gutter-40px .col-sm-2,
.row.gutter-40px .col-sm-3,
.row.gutter-40px .col-sm-4,
.row.gutter-40px .col-sm-5,
.row.gutter-40px .col-sm-6,
.row.gutter-40px .col-sm-7,
.row.gutter-40px .col-sm-8,
.row.gutter-40px .col-sm-9,
.row.gutter-40px .col-sm-10,
.row.gutter-40px .col-sm-11,
.row.gutter-40px .col-sm-12,
.row.gutter-40px .col-xs-1,
.row.gutter-40px .col-xs-2,
.row.gutter-40px .col-xs-3,
.row.gutter-40px .col-xs-4,
.row.gutter-40px .col-xs-5,
.row.gutter-40px .col-xs-6,
.row.gutter-40px .col-xs-7,
.row.gutter-40px .col-xs-8,
.row.gutter-40px .col-xs-9,
.row.gutter-40px .col-xs-10,
.row.gutter-40px .col-xs-11,
.row.gutter-40px .col-xs-12 {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 499px) {
  .row.gutter-40px .col-lg-1,
  .row.gutter-40px .col-lg-2,
  .row.gutter-40px .col-lg-3,
  .row.gutter-40px .col-lg-4,
  .row.gutter-40px .col-lg-5,
  .row.gutter-40px .col-lg-6,
  .row.gutter-40px .col-lg-7,
  .row.gutter-40px .col-lg-8,
  .row.gutter-40px .col-lg-9,
  .row.gutter-40px .col-lg-10,
  .row.gutter-40px .col-lg-11,
  .row.gutter-40px .col-lg-12,
  .row.gutter-40px .col-md-1,
  .row.gutter-40px .col-md-2,
  .row.gutter-40px .col-md-3,
  .row.gutter-40px .col-md-4,
  .row.gutter-40px .col-md-5,
  .row.gutter-40px .col-md-6,
  .row.gutter-40px .col-md-7,
  .row.gutter-40px .col-md-8,
  .row.gutter-40px .col-md-9,
  .row.gutter-40px .col-md-10,
  .row.gutter-40px .col-md-11,
  .row.gutter-40px .col-md-12,
  .row.gutter-40px .col-sm-1,
  .row.gutter-40px .col-sm-2,
  .row.gutter-40px .col-sm-3,
  .row.gutter-40px .col-sm-4,
  .row.gutter-40px .col-sm-5,
  .row.gutter-40px .col-sm-6,
  .row.gutter-40px .col-sm-7,
  .row.gutter-40px .col-sm-8,
  .row.gutter-40px .col-sm-9,
  .row.gutter-40px .col-sm-10,
  .row.gutter-40px .col-sm-11,
  .row.gutter-40px .col-sm-12,
  .row.gutter-40px .col-xs-1,
  .row.gutter-40px .col-xs-2,
  .row.gutter-40px .col-xs-3,
  .row.gutter-40px .col-xs-4,
  .row.gutter-40px .col-xs-5,
  .row.gutter-40px .col-xs-6,
  .row.gutter-40px .col-xs-7,
  .row.gutter-40px .col-xs-8,
  .row.gutter-40px .col-xs-9,
  .row.gutter-40px .col-xs-10,
  .row.gutter-40px .col-xs-11,
  .row.gutter-40px .col-xs-12 {
    flex: 1 1 auto;
    width: 100%;
    max-width: unset;
  }
}

.row-wrapper.full-width {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@media (min-width: 1000px) {
  .row-wrapper.full-width .row {
    width: 1000px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .row-wrapper.padded .row {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.row-wrapper.bg {
  background-size: cover;
}

.grid-item {
  height: 100%;
  overflow: hidden;
}

.row > .grid-item > section > .row:first-child {
  margin-top: 0;
}

@media (max-width: 499px) {
  .sidebar-layout__sidebar {
    max-width: unset !important;
    float: none !important;
  }
}

.sidebar-layout__sidebar > section {
  padding-bottom: 10px;
}

.sidebar-layout__sidebar > section:last-child {
  padding-bottom: 40px;
}

@media (min-width: 500px) {
  .sidebar-layout.right .sidebar-layout__sidebar {
    margin-left: 25px;
  }
}

@media (min-width: 500px) {
  .sidebar-layout.left .sidebar-layout__sidebar {
    margin-right: 25px;
  }
}

.sidebar-layout__rich-text {
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .sidebar-layout__rich-text {
    padding: 0;
  }
}

/*************** Spacer Block ******************/
.spacer {
  clear: both;
}

@media (min-width: 500px) {
  .spacer--12 {
    height: 12px;
  }
  .spacer--20 {
    height: 20px;
  }
  .spacer--25 {
    height: 25px;
  }
  .spacer--30 {
    height: 30px;
  }
  .spacer--40 {
    height: 40px;
  }
  .spacer--50 {
    height: 50px;
  }
  .spacer--75 {
    height: 75px;
  }
  .spacer--100 {
    height: 100px;
  }
  .spacer--125 {
    height: 125px;
  }
  .spacer--150 {
    height: 150px;
  }
  .spacer--175 {
    height: 175px;
  }
  .spacer--200 {
    height: 200px;
  }
  .spacer--225 {
    height: 225px;
  }
  .spacer--250 {
    height: 250px;
  }
}

/************* Image Gallery Blocks ************/
.image-gallery-gallery__item {
  display: block;
  padding-bottom: 12px;
}

.image-gallery-gallery img {
  width: 100%;
  height: auto;
}

.image-gallery-gallery__image-details {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  color: #333;
}

@media (max-width: 768px) {
  .image-gallery-gallery__image-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.image-gallery-gallery__image-details .image-caption {
  font-size: 12px;
  display: block;
}

.image-gallery-gallery__image-details .image-credit {
  font-size: 11px;
  font-style: italic;
  display: block;
}

.image-gallery-slider__inner a:hover {
  text-decoration: none;
}

.image-gallery-slider__item img {
  width: 100%;
  height: auto;
}

.image-gallery-slider__image-details {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  color: #333;
}

@media (max-width: 768px) {
  .image-gallery-slider__image-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.image-gallery-slider__image-details .image-caption {
  font-size: 12px;
  display: block;
}

.image-gallery-slider__image-details .image-credit {
  font-size: 11px;
  font-style: italic;
  display: block;
}

.image-gallery-slider__carousel-indicators-container {
  width: 100%;
  position: relative;
  margin-top: 15px;
}

.image-gallery-slider__carousel-indicators {
  position: static;
  width: auto;
  margin-left: 0;
  margin-right: 0;
  flex-wrap: wrap;
  justify-content: left;
}

.image-gallery-slider__carousel-indicators li {
  text-indent: 0;
  border-radius: 0;
  border: none;
  margin: 0;
  width: 75px;
  height: 75px;
  margin: 5px 5px 0 0;
}

.image-gallery-slider__carousel-control-prev, .image-gallery-slider__carousel-control-next {
  display: none;
}

/************ Image Carousel Blocks ************/
@media (max-width: 499px) {
  .image-carousel {
    max-height: unset !important;
  }
}

.image-carousel__banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 42px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 5;
}

.image-carousel__banner__header {
  position: absolute;
  margin: 10px 0 10px 25px;
  font-family: Helvetica, sans-serif;
  color: #ffffff;
  font-weight: normal;
  font-size: 1.17em;
}

.image-carousel .image-carousel__item {
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}

.image-carousel__item__wrapper-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.image-carousel__item__image {
  width: 100%;
  height: auto;
}

.image-carousel__item__text-wrapper {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.image-carousel__item__text {
  font-size: 16px;
  font-family: Helvetica, sans-serif;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0 15px 10px 20px;
  text-align: right;
  color: white;
}

.image-carousel__item__text__link-icon {
  font-size: 25px;
  color: #ff6e1e;
}

.image-carousel__control {
  background: none;
}

.image-carousel__control:hover {
  background: rgba(0, 0, 0, 0.3);
}

.image-carousel__control__component {
  visibility: hidden;
}

.image-carousel__control:hover .image-carousel__control__component {
  visibility: visible;
}

.hero-image-carousel {
  overflow: hidden;
  position: relative;
}

.hero-image-carousel__image {
  height: inherit;
  width: 100%;
}

@media (min-width: 768px) {
  .hero-image-carousel__wrapper-link span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 100;
  }
}

@media (min-width: 768px) {
  .hero-image-carousel__text-gradient {
    position: absolute;
    right: 0;
    top: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 30%, rgba(0, 0, 0, 0.6));
    width: 75%;
    height: 100%;
  }
}

.hero-image-carousel__carousel-caption {
  position: static;
  text-align: left;
  padding: 10px;
}

@media (min-width: 768px) {
  .hero-image-carousel__carousel-caption {
    position: absolute;
    left: 30%;
    right: auto;
    bottom: auto;
    top: 25%;
    padding: 0 10px;
  }
}

.hero-image-carousel__carousel-indicators {
  left: auto;
  right: 3%;
  bottom: 3%;
  position: static;
  margin: 1rem 0;
}

@media (min-width: 768px) {
  .hero-image-carousel__carousel-indicators {
    position: absolute;
    margin-right: 0;
    margin-left: 0;
  }
}

.hero-image-carousel__carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 0 10px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #000000;
  border-radius: 10px;
}

.hero-image-carousel__carousel-indicators li.active {
  background-color: black;
}

@media (min-width: 768px) {
  .hero-image-carousel__carousel-indicators li {
    border-color: white;
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
  .hero-image-carousel__carousel-indicators li.active {
    background-color: white;
  }
}

.hero-image-carousel__caption-title {
  font-size: 1.7143em;
  font-weight: bold;
  color: #ecaa00;
}

@media (min-width: 768px) {
  .hero-image-carousel__caption-title {
    font-size: 2.5em;
  }
}

.hero-image-carousel__caption-title a, .hero-image-carousel__caption-title a:visited {
  color: inherit;
  text-decoration: none;
}

.hero-image-carousel__caption-text {
  font-family: Vaud, sans-serif;
  color: #333333;
}

@media (min-width: 768px) {
  .hero-image-carousel__caption-text {
    font-weight: bold;
    padding-right: 3em;
    color: white;
  }
}

.hero-image-carousel__carousel-control-prev, .hero-image-carousel__carousel-control-next {
  display: none;
}

/************** Hero Image Blocks **************/
.action-button-bar {
  margin-top: 2em;
}

.action-button {
  font-size: 1.2em;
  margin-right: 10px;
  border: none;
}

.content .action-button--btn-primary, .content .action-button--btn-primary:visited, .content .action-button--btn-primary:active, .content .action-button--btn-primary:hover, .content .action-button--btn-primary:focus {
  color: #ffffff;
}

.content .action-button--btn-light, .content .action-button--btn-light:visited, .content .action-button--btn-light:active, .content .action-button--btn-light:hover, .content .action-button--btn-light:focus {
  color: #616265;
}

.content .action-button--btn-link, .content .action-button--btn-link:visited, .content .action-button--btn-link:active, .content .action-button--btn-link:hover, .content .action-button--btn-link:focus {
  color: #333333;
}

@media (min-width: 500px) {
  .content .action-button--btn-link, .content .action-button--btn-link:visited, .content .action-button--btn-link:active, .content .action-button--btn-link:hover, .content .action-button--btn-link:focus {
    color: #ffffff;
  }
}

.hero-image {
  position: relative;
}

.hero-image.full-width {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  overflow: hidden;
}

@media (min-width: 1000px) {
  .hero-image.full-width .hero-image__body {
    left: 50%;
    width: 1000px;
    margin-left: -500px;
  }
}

.hero-image.white-translucent-serif .hero-image__inner {
  background-color: rgba(255, 255, 255, 0.3);
}

.hero-image.bare-sans-serif, .hero-image.white-translucent-sans-serif {
  font-family: Helvetica, sans-serif;
}

.hero-image.bare-sans-serif h1, .hero-image.white-translucent-sans-serif h1 {
  font-family: Helvetica, sans-serif;
}

.hero-image.bare-sans-serif h2, .hero-image.bare-sans-serif h3, .hero-image.bare-sans-serif h4, .hero-image.bare-sans-serif h5, .hero-image.bare-sans-serif h6, .hero-image.white-translucent-sans-serif h2, .hero-image.white-translucent-sans-serif h3, .hero-image.white-translucent-sans-serif h4, .hero-image.white-translucent-sans-serif h5, .hero-image.white-translucent-sans-serif h6 {
  font-family: Helvetica, sans-serif;
}

.hero-image.position-top-left .hero-image__inner {
  top: 5%;
  left: 0;
  text-align: left;
}

.hero-image.position-top-middle .hero-image__inner {
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hero-image.position-top-right .hero-image__inner {
  top: 5%;
  right: 0;
  text-align: right;
}

.hero-image.position-left .hero-image__inner {
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: left;
}

.hero-image.position-middle .hero-image__inner {
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}

.hero-image.position-right .hero-image__inner {
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  text-align: right;
}

.hero-image.position-bottom-left .hero-image__inner {
  bottom: 5%;
  left: 0%;
  text-align: left;
}

.hero-image.position-bottom-middle .hero-image__inner {
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.hero-image.position-bottom-right .hero-image__inner {
  bottom: 5%;
  right: 0;
  text-align: right;
}

.hero-image__background {
  background-position: center;
  background-size: cover;
}

.hero-image__body {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.hero-image__inner {
  position: absolute;
  padding: 2em;
  max-width: 60%;
}

@media (min-width: 480px) and (max-width: 768px) {
  .hero-image {
    height: 60vw !important;
  }
  .hero-image__background {
    height: 60vw !important;
  }
  .hero-image__body {
    height: 60vw !important;
    width: 100%;
    margin: 0;
    left: 0;
  }
}

@media (max-width: 500px) {
  .hero-image {
    width: 100%;
    height: auto !important;
    margin: 0;
    left: 0;
    right: 0;
  }
  .hero-image__background {
    height: 60vw !important;
  }
  .hero-image__body {
    position: static;
    height: auto !important;
    left: 0;
    margin: 0;
    width: 100%;
  }
  .hero-image.full-width .hero-image__inner, .hero-image.regular-width .hero-image__inner {
    height: auto !important;
    max-width: 100%;
    left: 0;
    top: 0;
    position: static;
    transform: none;
    background-color: transparent;
    text-align: center;
  }
  .hero-image.full-width .hero-image__inner ol, .hero-image.full-width .hero-image__inner ul, .hero-image.regular-width .hero-image__inner ol, .hero-image.regular-width .hero-image__inner ul {
    text-align: left;
  }
}

.hero-image__body {
  font-size: 0.8em;
}

.hero-image h1 {
  font-size: 1.8em;
  font-family: Times, serif;
}

.hero-image h2 {
  font-size: 1.2em;
  font-family: Times, serif;
}

.hero-image h3, .hero-image h4, .hero-image h5, .hero-image h6 {
  font-size: 1em;
  font-family: Times, serif;
  margin-top: 0;
}

@media (min-width: 500px) {
  .hero-image__body {
    color: #ffffff;
  }
}

@media (min-width: 768px) {
  .hero-image__body {
    font-size: 1em;
  }
  .hero-image h1, .hero-image h2, .hero-image h3, .hero-image h4, .hero-image h5, .hero-image h6 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5em;
    font-weight: normal;
  }
}

@media (min-width: 1000px) {
  .hero-image__body {
    font-size: 1.3em;
  }
  .hero-image h1 {
    font-size: 2.4em;
  }
  .hero-image h2 {
    font-size: 1.6em;
  }
}

/************** Image Panel Blocks *************/
.image-panel-caption {
  overflow: hidden;
  margin-bottom: 2em;
  position: relative;
}

.image-panel-caption img {
  width: 100%;
  height: auto;
}

@media (min-width: 500px) {
  .image-panel-caption.top-level img {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .image-panel-caption img {
    width: auto;
  }
}

.image-panel-caption__image-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

.image-panel-caption__image-details {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  color: #333;
}

@media (max-width: 768px) {
  .image-panel-caption__image-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.image-panel-caption__image-details .image-caption {
  font-size: 12px;
  display: block;
}

.image-panel-caption__image-details .image-credit {
  font-size: 11px;
  font-style: italic;
  display: block;
}

@media (min-width: 500px) {
  .image-panel-caption {
    margin-bottom: 1em;
  }
}

.image-panel-link {
  position: relative;
}

.image-panel-link img {
  width: 100%;
  height: auto;
}

@media (min-width: 500px) {
  .image-panel-link.top-level img {
    width: auto;
  }
}

@media (min-width: 1000px) {
  .image-panel-link img {
    width: auto;
  }
}

.image-panel-link__image-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

.image-panel-link__text-gradient {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
}

.image-panel-link__title {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
  color: white;
  margin: 0 15px 10px 20px;
  font-family: Helvetica, sans-serif;
  font-size: 16px;
}

.image-panel-link__title span {
  display: table-cell;
  vertical-align: middle;
}

.image-panel-link__title .icon {
  color: #ff6e1e;
  font-size: 25px;
  padding-bottom: 3px;
}

.image-panel-card {
  font-size: 1em;
  overflow: hidden;
  padding: 0;
  border: none;
}

.image-panel-card img {
  display: block;
  width: 100%;
  height: auto;
}

.image-panel-card__block {
  font-size: 1em;
  margin: 0;
  padding: 1em;
  border: none;
}

.image-panel-card__title {
  font-size: 1.28571429em;
  font-weight: 700;
  line-height: 1.2857em;
  color: #616265;
}

.image-panel-card__title a {
  color: #616265;
}

.image-panel-card__text {
  margin-top: .5em;
  line-height: 1.7;
  color: rgba(0, 0, 0, 0.68);
}

.image-panel-card__image-details {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  color: #333;
}

@media (max-width: 768px) {
  .image-panel-card__image-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.image-panel-card__image-details .image-caption {
  font-size: 12px;
  display: block;
}

.image-panel-card__image-details .image-credit {
  font-size: 11px;
  font-style: italic;
  display: block;
}

@media (min-width: 480px) and (max-width: 1000px) {
  .image-panel-card img {
    width: 100%;
    height: auto;
  }
}

.image-panel-listing {
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .image-panel-listing {
    flex-wrap: unset;
  }
}

.image-panel-listing__body {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 2em;
  flex: 1 1 auto;
  width: 100%;
}

@media (min-width: 768px) {
  .image-panel-listing__body {
    flex: 1 1 auto;
    width: 50%;
  }
}

@media (min-width: 1000px) {
  .image-panel-listing__body {
    flex: 1;
  }
  .image-panel-listing__body--right {
    padding-left: 0;
  }
}

.image-panel-listing__body--left {
  padding-left: 25px;
}

.image-panel-listing__body h4 {
  margin-top: 10px;
  font-family: Times, serif;
}

.image-panel-listing__image-details {
  line-height: 1.5;
  margin-top: 10px;
  display: block;
  color: #333;
}

@media (max-width: 768px) {
  .image-panel-listing__image-details {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.image-panel-listing__image-details .image-caption {
  font-size: 12px;
  display: block;
}

.image-panel-listing__image-details .image-credit {
  font-size: 11px;
  font-style: italic;
  display: block;
}

.image-panel-listing__image img {
  width: 100%;
  height: auto;
}

@media (min-width: 1000px) {
  .image-panel-listing__image {
    flex: unset;
  }
  .image-panel-listing__image img {
    width: auto;
  }
}

.block-ImagePanelBlock .hero {
  background-size: cover;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.block-ImagePanelBlock .hero-body {
  color: #ffffff;
  width: 60%;
  margin: 0 auto;
}

@media (max-width: 499px) {
  .block-ImagePanelBlock .hero-body {
    width: 90%;
  }
}

.block-ImagePanelBlock h1 {
  font-family: Helvetica, sans-serif;
  font-size: 4em;
}

.block-ImagePanelBlock h2 {
  font-family: Helvetica, sans-serif;
  font-size: 1.5em;
}

.image-panel-rollover {
  position: relative;
}

.image-panel-rollover:before, .image-panel-rollover:after {
  content: " ";
  display: table;
}

.image-panel-rollover:after {
  clear: both;
}

.image-panel-rollover__entry {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.image-panel-rollover__entry:hover .image-panel-rollover__drawer {
  top: 0;
}

.image-panel-rollover__image-link span {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

.image-panel-rollover img {
  display: block;
  width: 100%;
  height: auto;
}

.image-panel-rollover__drawer {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  color: #000000;
  background-color: transparent;
}

@media (hover) {
  .image-panel-rollover__drawer {
    width: 100%;
    line-height: 14px;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    top: 70%;
    transition: top 0.5s ease-in-out 0.5s;
  }
}

.image-panel-rollover__title {
  font-size: 1.4em;
  padding: 0 15px;
  margin-bottom: 0.5em;
  font-family: Times, serif;
  font-weight: normal;
}

@media (hover) {
  .image-panel-rollover__title {
    position: relative;
    height: 30%;
    font-size: 1.1429em;
  }
  .image-panel-rollover__title--vertically-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
}

.image-panel-rollover__blurb, .image-panel-rollover .read-more-link {
  padding: 0 15px;
  font-size: 1em;
}

/************* Menu Listing Blocks *************/
.menu-listing.bg-color-white {
  box-shadow: none;
  border: none;
  background-color: #ffffff;
}

.menu-listing.bg-color-white h2 {
  color: white;
  background-color: #e6e6e6;
}

.menu-listing.bg-color-white .list-group-item {
  border-bottom: 1px solid white;
}

.menu-listing.bg-color-white .list-group-item:hover {
  background-color: #e6e6e6;
}

.menu-listing.bg-color-white .list-group-item.active {
  color: #b3b3b3;
  background-color: #f2f2f2;
}

.menu-listing.bg-color-white h2 {
  color: #000000;
}

.menu-listing.bg-color-black {
  box-shadow: none;
  border: none;
  background-color: #000000;
}

.menu-listing.bg-color-black h2 {
  color: black;
  background-color: #1a1a1a;
}

.menu-listing.bg-color-black .list-group-item {
  border-bottom: 1px solid #0d0d0d;
}

.menu-listing.bg-color-black .list-group-item:hover {
  background-color: #1a1a1a;
}

.menu-listing.bg-color-black .list-group-item.active {
  color: black;
  background-color: #0d0d0d;
}

.menu-listing.bg-color-black h2 {
  color: #c8c8c8;
}

.menu-listing.bg-color-black .list-group-item.active {
  color: #c8c8c8;
}

.menu-listing.bg-color-orange {
  box-shadow: none;
  border: none;
  background-color: #ff6e1e;
}

.menu-listing.bg-color-orange h2 {
  color: #b74100;
  background-color: #ff8f51;
}

.menu-listing.bg-color-orange .list-group-item {
  border-bottom: 1px solid #ff7e38;
}

.menu-listing.bg-color-orange .list-group-item:hover {
  background-color: #ff8f51;
}

.menu-listing.bg-color-orange .list-group-item.active {
  color: #ea5300;
  background-color: #ff7e38;
}

.menu-listing.bg-color-ltgray {
  box-shadow: none;
  border: none;
  background-color: #c8c8c8;
}

.menu-listing.bg-color-ltgray h2 {
  color: #fbfbfb;
  background-color: #afafaf;
}

.menu-listing.bg-color-ltgray .list-group-item {
  border-bottom: 1px solid #d5d5d5;
}

.menu-listing.bg-color-ltgray .list-group-item:hover {
  background-color: #afafaf;
}

.menu-listing.bg-color-ltgray .list-group-item.active {
  color: #7c7c7c;
  background-color: #bbbbbb;
}

.menu-listing.bg-color-midgray {
  box-shadow: none;
  border: none;
  background-color: #afafaf;
}

.menu-listing.bg-color-midgray h2 {
  color: #e2e2e2;
  background-color: #969696;
}

.menu-listing.bg-color-midgray .list-group-item {
  border-bottom: 1px solid #bcbcbc;
}

.menu-listing.bg-color-midgray .list-group-item:hover {
  background-color: #969696;
}

.menu-listing.bg-color-midgray .list-group-item.active {
  color: #636363;
  background-color: #a2a2a2;
}

.menu-listing.bg-color-darkergray {
  box-shadow: none;
  border: none;
  background-color: #696b73;
}

.menu-listing.bg-color-darkergray h2 {
  color: #38393e;
  background-color: #82848d;
}

.menu-listing.bg-color-darkergray .list-group-item {
  border-bottom: 1px solid #757780;
}

.menu-listing.bg-color-darkergray .list-group-item:hover {
  background-color: #82848d;
}

.menu-listing.bg-color-darkergray .list-group-item.active {
  color: #515258;
  background-color: #757780;
}

.menu-listing.bg-color-dkgray {
  box-shadow: none;
  border: none;
  background-color: #616265;
}

.menu-listing.bg-color-dkgray h2 {
  color: #2f3031;
  background-color: #7a7b7f;
}

.menu-listing.bg-color-dkgray .list-group-item {
  border-bottom: 1px solid #6d6f72;
}

.menu-listing.bg-color-dkgray .list-group-item:hover {
  background-color: #7a7b7f;
}

.menu-listing.bg-color-dkgray .list-group-item.active {
  color: #48494b;
  background-color: #6d6f72;
}

.menu-listing.bg-color-olivegreen {
  box-shadow: none;
  border: none;
  background-color: #a9b734;
}

.menu-listing.bg-color-olivegreen h2 {
  color: #ced978;
  background-color: #848f29;
}

.menu-listing.bg-color-olivegreen .list-group-item {
  border-bottom: 1px solid #b9c83d;
}

.menu-listing.bg-color-olivegreen .list-group-item:hover {
  background-color: #848f29;
}

.menu-listing.bg-color-olivegreen .list-group-item.active {
  color: #3b4012;
  background-color: #97a32e;
}

.menu-listing.bg-color-purple {
  box-shadow: none;
  border: none;
  background-color: #95348d;
}

.menu-listing.bg-color-purple h2 {
  color: #491a45;
  background-color: #bb41b1;
}

.menu-listing.bg-color-purple .list-group-item {
  border-bottom: 1px solid #a83b9f;
}

.menu-listing.bg-color-purple .list-group-item:hover {
  background-color: #bb41b1;
}

.menu-listing.bg-color-purple .list-group-item.active {
  color: #6f2769;
  background-color: #a83b9f;
}

.menu-listing.bg-color-purple h2 {
  color: #ffffff;
}

.menu-listing.bg-color-darkteal {
  box-shadow: none;
  border: none;
  background-color: #005e5c;
}

.menu-listing.bg-color-darkteal h2 {
  color: black;
  background-color: #00918e;
}

.menu-listing.bg-color-darkteal .list-group-item {
  border-bottom: 1px solid #007875;
}

.menu-listing.bg-color-darkteal .list-group-item:hover {
  background-color: #00918e;
}

.menu-listing.bg-color-darkteal .list-group-item.active {
  color: #002b2a;
  background-color: #007875;
}

/**************** Section Title Blocks ***************/
.section-header {
  position: relative;
  height: 50px;
  padding-left: 10px;
  margin-top: 20px;
  font-size: 1.2em;
  font-family: Times, serif;
  color: #731936;
  background-color: #e9e7e4;
}

@media (min-width: 1000px) {
  .section-header {
    padding-left: 25px;
    font-size: 1.6em;
  }
}

.section-header__text {
  position: absolute;
  font-weight: normal;
  top: 50%;
  transform: translateY(-45%);
}

.block-header {
  color: #ff6e1e;
  font-size: 1.1em;
  font-family: Helvetica, sans-serif;
  padding: 0 10px 10px;
  margin-top: 20px;
}

@media (min-width: 1000px) {
  .block-header {
    padding: 0 0 10px;
  }
}

.grid-item .block-SectionTitleBlock:first-child .section-header, .grid-item .block-SectionTitleBlock:first-child .block-header, .sidebar-layout__sidebar .block-SectionTitleBlock:first-child .section-header, .sidebar-layout__sidebar .block-SectionTitleBlock:first-child .block-header {
  margin-top: 0;
}

/**************** Text Blocks ***************/
.fancy-rich-text {
  position: relative;
}

.fancy-rich-text.fixed {
  overflow: hidden;
}

.fancy-rich-text .rich-text {
  padding-left: 10px;
  padding-right: 10px;
}

.fancy-rich-text.bg .rich-text, .row-wrapper.bg .fancy-rich-text .rich-text {
  padding: 10px;
}

@media (min-width: 1000px) {
  .fancy-rich-text.bg .rich-text, .row-wrapper.bg .fancy-rich-text .rich-text {
    padding: 25px;
  }
}

.fancy-rich-text .background-image-container {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -100;
}

.fancy-rich-text .background-image {
  width: 100%;
}

@media (min-width: 1000px) {
  .fancy-rich-text .background-image {
    height: auto;
  }
}

@media (min-width: 1000px) {
  .fancy-rich-text .rich-text {
    padding-left: 0;
    padding-right: 25px;
  }
}

.fancy-rich-text .rich-text h1:first-child, .fancy-rich-text .rich-text h2:first-child, .fancy-rich-text .rich-text h3:first-child, .fancy-rich-text .rich-text h4:first-child {
  margin-top: 0;
}

@media (min-width: 1000px) {
  .content > .block-FancyRichTextBlock .fancy-rich-text:not(.bg) .rich-text {
    padding: 0;
  }
}

.callout {
  padding: 20px;
  font-family: Helvetica, sans-serif;
}

.callout--fixed {
  overflow: hidden;
}

.callout.bg {
  background-size: cover;
}

@media (min-width: 1000px) {
  .callout {
    padding: 40px 40px 0;
  }
}

.callout__title {
  font-size: 25px;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 90%;
}

@media (min-width: 768px) {
  .callout__title {
    font-size: 28px;
  }
}

@media (min-width: 1000px) {
  .callout__title {
    font-size: 35px;
  }
}

/**************** Video Block ***************/
.video-block {
  position: relative;
  background-color: #000000;
}

.video-block__video {
  display: block;
  margin: auto;
}

.video-block__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
  cursor: pointer;
}

.video-block__overlay.js-no-touch {
  touch-action: manipulation;
  pointer-events: none;
}

.video-block__title-banner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  touch-action: auto;
  pointer-events: auto;
}

.video-block__title {
  color: #ffffff;
  font-family: Times, serif;
  font-size: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  padding: 0 50px;
  width: 100%;
  text-align: center;
}

@media (max-width: 499px) {
  .video-block {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    width: 100% !important;
    height: auto !important;
  }
  .video-block__video {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
  }
}

.iframe-block {
  padding: 0 10px;
}

@media (min-width: 1000px) {
  .iframe-block {
    padding: 0;
  }
}

.iframe-block iframe {
  max-width: 100%;
  border: none;
}

/*************** Related Links Block ******************/
.list-group-item {
  background-color: transparent;
  border: 0;
}

.list-group-item.active {
  background-color: transparent;
  color: #000000;
}

.list-group-item.active:hover {
  background-color: transparent;
  color: #000000;
}

.related-links.bg-color-white {
  box-shadow: none;
  border: none;
  background-color: #ffffff;
}

.related-links.bg-color-white h2 {
  color: white;
  background-color: #e6e6e6;
}

.related-links.bg-color-white .list-group-item {
  border-bottom: 1px solid white;
}

.related-links.bg-color-white .list-group-item:hover {
  background-color: #e6e6e6;
}

.related-links.bg-color-white .list-group-item.active {
  color: #b3b3b3;
  background-color: #f2f2f2;
}

.related-links.bg-color-white h2 {
  color: #000000;
}

.related-links.bg-color-black {
  box-shadow: none;
  border: none;
  background-color: #000000;
}

.related-links.bg-color-black h2 {
  color: black;
  background-color: #1a1a1a;
}

.related-links.bg-color-black .list-group-item {
  border-bottom: 1px solid #0d0d0d;
}

.related-links.bg-color-black .list-group-item:hover {
  background-color: #1a1a1a;
}

.related-links.bg-color-black .list-group-item.active {
  color: black;
  background-color: #0d0d0d;
}

.related-links.bg-color-black h2 {
  color: #c8c8c8;
}

.related-links.bg-color-orange {
  box-shadow: none;
  border: none;
  background-color: #ff6e1e;
}

.related-links.bg-color-orange h2 {
  color: #b74100;
  background-color: #ff8f51;
}

.related-links.bg-color-orange .list-group-item {
  border-bottom: 1px solid #ff7e38;
}

.related-links.bg-color-orange .list-group-item:hover {
  background-color: #ff8f51;
}

.related-links.bg-color-orange .list-group-item.active {
  color: #ea5300;
  background-color: #ff7e38;
}

.related-links.bg-color-ltgray {
  box-shadow: none;
  border: none;
  background-color: #c8c8c8;
}

.related-links.bg-color-ltgray h2 {
  color: #fbfbfb;
  background-color: #afafaf;
}

.related-links.bg-color-ltgray .list-group-item {
  border-bottom: 1px solid #d5d5d5;
}

.related-links.bg-color-ltgray .list-group-item:hover {
  background-color: #afafaf;
}

.related-links.bg-color-ltgray .list-group-item.active {
  color: #7c7c7c;
  background-color: #bbbbbb;
}

.related-links.bg-color-midgray {
  box-shadow: none;
  border: none;
  background-color: #afafaf;
}

.related-links.bg-color-midgray h2 {
  color: #e2e2e2;
  background-color: #969696;
}

.related-links.bg-color-midgray .list-group-item {
  border-bottom: 1px solid #bcbcbc;
}

.related-links.bg-color-midgray .list-group-item:hover {
  background-color: #969696;
}

.related-links.bg-color-midgray .list-group-item.active {
  color: #636363;
  background-color: #a2a2a2;
}

.related-links.bg-color-darkergray {
  box-shadow: none;
  border: none;
  background-color: #696b73;
}

.related-links.bg-color-darkergray h2 {
  color: #38393e;
  background-color: #82848d;
}

.related-links.bg-color-darkergray .list-group-item {
  border-bottom: 1px solid #757780;
}

.related-links.bg-color-darkergray .list-group-item:hover {
  background-color: #82848d;
}

.related-links.bg-color-darkergray .list-group-item.active {
  color: #515258;
  background-color: #757780;
}

.related-links.bg-color-dkgray {
  box-shadow: none;
  border: none;
  background-color: #616265;
}

.related-links.bg-color-dkgray h2 {
  color: #2f3031;
  background-color: #7a7b7f;
}

.related-links.bg-color-dkgray .list-group-item {
  border-bottom: 1px solid #6d6f72;
}

.related-links.bg-color-dkgray .list-group-item:hover {
  background-color: #7a7b7f;
}

.related-links.bg-color-dkgray .list-group-item.active {
  color: #48494b;
  background-color: #6d6f72;
}

.related-links.bg-color-olivegreen {
  box-shadow: none;
  border: none;
  background-color: #a9b734;
}

.related-links.bg-color-olivegreen h2 {
  color: #ced978;
  background-color: #848f29;
}

.related-links.bg-color-olivegreen .list-group-item {
  border-bottom: 1px solid #b9c83d;
}

.related-links.bg-color-olivegreen .list-group-item:hover {
  background-color: #848f29;
}

.related-links.bg-color-olivegreen .list-group-item.active {
  color: #3b4012;
  background-color: #97a32e;
}

.related-links.bg-color-purple {
  box-shadow: none;
  border: none;
  background-color: #95348d;
}

.related-links.bg-color-purple h2 {
  color: #491a45;
  background-color: #bb41b1;
}

.related-links.bg-color-purple .list-group-item {
  border-bottom: 1px solid #a83b9f;
}

.related-links.bg-color-purple .list-group-item:hover {
  background-color: #bb41b1;
}

.related-links.bg-color-purple .list-group-item.active {
  color: #6f2769;
  background-color: #a83b9f;
}

.related-links.bg-color-purple h2 {
  color: #ffffff;
}

.related-links.bg-color-darkteal {
  box-shadow: none;
  border: none;
  background-color: #005e5c;
}

.related-links.bg-color-darkteal h2 {
  color: black;
  background-color: #00918e;
}

.related-links.bg-color-darkteal .list-group-item {
  border-bottom: 1px solid #007875;
}

.related-links.bg-color-darkteal .list-group-item:hover {
  background-color: #00918e;
}

.related-links.bg-color-darkteal .list-group-item.active {
  color: #002b2a;
  background-color: #007875;
}

.related-links,
.menu-listing {
  border: 1px solid rgba(34, 36, 38, 0.1);
  position: relative;
  min-height: fit-content;
  max-width: 100%;
}

@media (max-width: 499px) {
  .related-links,
  .menu-listing {
    width: 100% !important;
    height: fit-content !important;
  }
}

.related-links .list-group .list-group-item,
.menu-listing .list-group .list-group-item {
  padding: 5px 25px;
  border-bottom: 1px solid #f2f2f2;
}

.related-links h2,
.menu-listing h2 {
  padding: 12px 25px 10px 25px;
  font-size: 1.3em;
  font-family: Times, serif;
  margin: 0;
  background-color: #e9e7e4;
  color: #731936;
}

.related-links .list-group-item:not(.active),
.menu-listing .list-group-item:not(.active) {
  color: #616265;
}

.related-links .list-group-item:not(.active):hover,
.menu-listing .list-group-item:not(.active):hover {
  color: #616265;
  text-decoration: underline;
}

.related-links.text-color-white a, .related-links.text-color-white a:hover,
.menu-listing.text-color-white a,
.menu-listing.text-color-white a:hover {
  color: #ffffff;
}

.related-links.text-color-dkgray a, .related-links.text-color-dkgray a:hover,
.menu-listing.text-color-dkgray a,
.menu-listing.text-color-dkgray a:hover {
  color: #616265;
}

.related-links.text-color-black a, .related-links.text-color-black a:hover,
.menu-listing.text-color-black a,
.menu-listing.text-color-black a:hover {
  color: #000000;
}

.related-links.text-color-dkgray.bgimage a:hover,
.related-links.text-color-black.bgimage a:hover,
.menu-listing.text-color-dkgray.bgimage a:hover,
.menu-listing.text-color-black.bgimage a:hover {
  color: #ffffff !important;
}

.related-links.bgimage h2,
.menu-listing.bgimage h2 {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffffff;
}

.related-links.bgimage a.list-group-item:hover,
.menu-listing.bgimage a.list-group-item:hover {
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff !important;
}

@media (max-width: 500px) {
  .richtext-image.Small {
    width: 100%;
  }
  .richtext-image.Medium {
    width: 100%;
  }
  .richtext-image.Large {
    width: 100%;
  }
}

/*# sourceMappingURL=layouts.css.map */