@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}

.home main .news-tile__title.field-title, .home main .c-featured-articles li .featured-tile__title.field-title, .component.page-list.c-latest-news .news-tile__title, .component.page-list.c-featured-articles .featured-tile__title, .home main .c-featured-pages li .featured-tile__title.field-title {
  margin-bottom: 20px;
  color: #0D4486;
  line-height: 1.2;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 20px;
  text-transform: unset;
}

.home main .field-title, .home main .c-featured-articles li .field-title, .home main .c-featured-pages li .field-title {
  display: block;
  margin-bottom: 6px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}

@media (min-width: 576px) {
  .home main .field-title, .home main .c-featured-articles li .field-title, .home main .c-featured-pages li .field-title {
    display: inline-block;
  }
}

.home main .field-title + .field-title::before, .home main .c-featured-articles li .field-title + .field-title::before, .home main .c-featured-pages li .field-title + .field-title::before {
  position: relative;
  padding: 0 6px 0 0;
  top: -2px;
  font-size: 12px;
  content: "|";
}

@media (min-width: 576px) {
  .home main .field-title + .field-title::before, .home main .c-featured-articles li .field-title + .field-title::before, .home main .c-featured-pages li .field-title + .field-title::before {
    padding: 0 6px 0 6px;
  }
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more, .home main .news-tile__read-more,
.home main .featured-tile__read-more, .component.page-list.c-latest-news .news-tile__read-more, .component.page-list.c-featured-articles .featured-tile__read-more {
  line-height: 1;
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more > a, .home main .news-tile__read-more > a, .home main .featured-tile__read-more > a, .component.page-list.c-latest-news .news-tile__read-more > a, .component.page-list.c-featured-articles .featured-tile__read-more > a {
  border: 0;
  color: #0D4486;
  font-size: 14px;
  font-weight: 700;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
}

.bodyclass.home main .c-featured-categories .item .featured-categories__read-more:after, .home main .news-tile__read-more:after,
.home main .featured-tile__read-more:after, .component.page-list.c-latest-news .news-tile__read-more:after, .component.page-list.c-featured-articles .featured-tile__read-more:after {
  /* Chevron */
  position: absolute;
  display: inline-block;
  height: 8px;
  width: 8px;
  top: 4px;
  margin-left: 5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-style: solid;
  border-width: 3px 3px 0 0;
  border-color: #0D4486;
  content: '';
}

.bodyclass.home main .c-featured-categories {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories {
    margin-bottom: 20px;
  }
}

.bodyclass.home main .c-featured-categories .item {
  padding: 20px;
  background-color: #fff;
  border: 0 !important;
}

@media (min-width: 992px) {
  .bodyclass.home main .c-featured-categories .item {
    padding: 30px;
  }
}

.bodyclass.home main .component.video,
.bodyclass.home main .page-list {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .bodyclass.home main .component.video,
  .bodyclass.home main .page-list {
    margin-bottom: 20px;
  }
}

.bodyclass.home main .component.video .item,
.bodyclass.home main .page-list .item {
  padding: 20px;
}

@media (min-width: 992px) {
  .bodyclass.home main .component.video .item,
  .bodyclass.home main .page-list .item {
    padding: 30px;
  }
}

.bodyclass.home main .component.video .row > .container:last-child,
.bodyclass.home main .page-list .row > .container:last-child {
  margin-bottom: 40px;
}

.bodyclass.home main .component.video .row > .container:last-child > .component-content,
.bodyclass.home main .page-list .row > .container:last-child > .component-content {
  padding: 20px;
}

.bodyclass.home main .c-featured-categories .item {
  width: 218px;
  margin-right: 30px;
  float: left;
  padding: 20px;
}

.bodyclass.home main .c-featured-categories .item:nth-of-type(4) {
  margin-right: 0;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
  }
  .bodyclass.home main .c-featured-categories .item:nth-of-type(even) {
    margin-right: 0;
  }
}

.bodyclass.home main .c-featured-categories .item .field-thumbnail {
  background-color: #F7F8F9;
  margin: -20px;
  margin-bottom: 20px;
  padding: 20px;
  height: 218px;
  text-align: center;
}

.bodyclass.home main .c-featured-categories .item .field-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.bodyclass.home main .c-featured-categories .item .field-title {
  margin-bottom: 6px;
  color: #0D4486;
  font-size: 20px !important;
  font-weight: 400;
  line-height: 1;
  text-transform: capitalize;
}

@media (max-width: 991px) {
  .bodyclass.home main .c-featured-categories .item .field-title {
    font-size: 18px;
  }
}

.bodyclass.home main .c-featured-categories .item .field-short-description {
  margin-bottom: 36px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  line-height: 1.5;
}

.bodyclass.home main .featured-categorie__overlay {
  background-color: #fff;
  padding: 20px;
  padding-top: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: top 200ms ease-in-out;
}

.bodyclass.home main .featured-categorie__overlay::after {
  content: '';
  background: #02AEEF;
  background: linear-gradient(270deg, #09A965 0%, #02AEEF 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  width: 100%;
}

.bodyclass.home main .featured-categorie__overlay > .field-title {
  margin-bottom: 12px;
}

.home .component.search-results .search-result-list {
  padding: 0 15px;
}

.home .component.search-results .search-result-list li {
  border: 0;
}

.home main .news-tile__read-more,
.home main .featured-tile__read-more {
  position: absolute;
  bottom: 0;
}

.home main .featured-categories__read-more {
  position: relative;
}

.home main .component.rich-text.col-xs-12 {
  padding-left: 15px;
}

.home main .c-latest-news li {
  display: flex;
  position: relative;
  padding: 20px !important;
  width: 50%;
  background: white;
}

@media (min-width: 992px) {
  .home main .c-latest-news li {
    padding: 36px !important;
  }
}

.home main .c-latest-news li:nth-of-type(1) {
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(1) {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) {
    float: left;
    margin-right: 30px;
    min-height: 506px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile {
  position: relative;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) .news-tile {
    min-height: 434px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__image {
  margin: -20px -20px 20px -20px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(1) .news-tile__image {
    margin: -36px -36px 36px -36px;
    height: 268px;
  }
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__image > img {
  height: 268px;
  width: 100%;
  object-fit: cover;
  background: #F7F8F9;
}

.home main .c-latest-news li:nth-of-type(1) .news-tile__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home main .c-latest-news li:nth-of-type(2) {
  margin-bottom: 30px;
}

.home main .c-latest-news li:nth-of-type(2), .home main .c-latest-news li:nth-of-type(3) {
  border: black;
  overflow: hidden;
  float: right;
  width: calc(50% - 30px);
  height: 238px;
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(2), .home main .c-latest-news li:nth-of-type(3) {
    height: 172px;
    width: 100%;
    float: none;
  }
}

.home main .c-latest-news li:nth-of-type(2) .field-short-description, .home main .c-latest-news li:nth-of-type(3) .field-short-description {
  display: none;
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__title, .home main .c-latest-news li:nth-of-type(3) .news-tile__title {
  width: calc(50% - 20px);
}

@media (max-width: 991px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__title, .home main .c-latest-news li:nth-of-type(3) .news-tile__title {
    font-size: 16px;
  }
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__image, .home main .c-latest-news li:nth-of-type(3) .news-tile__image {
  position: absolute;
  height: 172px;
  width: 50%;
  top: 0;
  right: 0;
  margin: 0px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__image, .home main .c-latest-news li:nth-of-type(3) .news-tile__image {
    height: 238px;
  }
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__image > img, .home main .c-latest-news li:nth-of-type(3) .news-tile__image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #F7F8F9;
}

.home main .c-latest-news li:nth-of-type(2) .news-tile__read-more, .home main .c-latest-news li:nth-of-type(3) .news-tile__read-more {
  bottom: 20px;
}

@media (min-width: 992px) {
  .home main .c-latest-news li:nth-of-type(2) .news-tile__read-more, .home main .c-latest-news li:nth-of-type(3) .news-tile__read-more {
    bottom: 36px;
  }
}

.home main .field-title + .news-tile__title {
  margin-top: 15px;
}

.home main .field-title + .news-tile__title::before {
  display: none;
}

.home main .news-tile__title.field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.home main .news-tile__short-description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
  margin-bottom: 36px;
  line-height: 1.5;
  font-family: "Titillium Web", "Open Sans", sans-serif !important;
  font-size: 14px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .home main .news-tile__short-description {
    font-size: 16px;
  }
}

.home main .c-featured-articles li {
  width: 301px;
  margin-right: 30px;
  padding: 20px !important;
  float: left;
  background: white;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-featured-articles li {
    padding: 36px !important;
  }
}

@media (max-width: 991px) {
  .home main .c-featured-articles li {
    margin-bottom: 30px;
    width: 100%;
    height: 172px;
  }
}

.home main .c-featured-articles li .featured-tile__image {
  position: relative;
  height: 172px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-featured-articles li .featured-tile__image {
    float: right;
    width: calc(50% - -20px);
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-featured-articles li .featured-tile__image {
    width: calc(100% - -72px);
    margin-top: -36px;
    margin-left: -36px;
    margin-bottom: 30px;
  }
}

.home main .c-featured-articles li .featured-tile__image > img {
  position: absolute;
  min-width: 100%;
  height: auto;
  width: auto;
  left: 50%;
  top: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home main .c-featured-articles li .featured-tile__title.field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .home main .c-featured-articles li .featured-tile__title.field-title {
    font-size: 16px;
  }
}

.home main .c-featured-articles li .featured-tile {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

@media (min-width: 992px) {
  .home main .c-featured-articles li .featured-tile {
    min-height: 360px;
  }
}

.home main .c-featured-articles li .field-title + .featured-tile__title {
  display: block !important;
  margin-top: 15px;
}

.home main .c-featured-articles li .field-title + .featured-tile__title::before {
  display: none;
}

.home main .c-featured-articles li:nth-of-type(3) {
  margin-right: 0;
}

.component.page-list.c-latest-news {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .component.page-list.c-latest-news {
    margin-bottom: 20px;
  }
}

.component.page-list.c-latest-news li.item {
  border: 0;
}

@media (max-width: 991px) {
  .component.page-list.c-latest-news li.item:nth-child(1) .news-tile__read-more {
    position: relative;
  }
}

.component.page-list.c-latest-news li.item:nth-child(2) .field-title, .component.page-list.c-latest-news li.item:nth-child(3) .field-title {
  min-width: 160px;
}

.component.page-list.c-latest-news .news-tile {
  width: 100%;
}

.component.page-list.c-latest-news .news-tile__title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

.component.page-list.c-featured-articles {
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .component.page-list.c-featured-articles {
    margin-bottom: 20px;
  }
}

.component.page-list.c-featured-articles li.item {
  border: 0;
  margin-right: 30px;
}

@media (min-width: 992px) {
  .component.page-list.c-featured-articles li.item:nth-child(n+4) {
    margin-top: 30px;
  }
}

@media (max-width: 991px) {
  .component.page-list.c-featured-articles li.item:nth-child(even) {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .component.page-list.c-featured-articles li.item:nth-child(3n+3) {
    margin-right: 0;
  }
}

.home main .c-featured-pages li {
  width: 100%;
  float: left;
  background: #fff;
  overflow: hidden;
}

@media (min-width: 992px) {
  .home main .c-featured-pages li {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 991px) {
  .home main .c-featured-pages li {
    margin-bottom: 30px;
    width: 100%;
    height: 172px;
  }
}

.home main .c-featured-pages li .featured-tile__image {
  position: relative;
  height: 172px;
  overflow: hidden;
}

@media (max-width: 991px) {
  .home main .c-featured-pages li .featured-tile__image {
    float: right;
    width: calc(50% - -20px);
    margin-top: -20px;
    margin-right: -20px;
    margin-left: 30px;
  }
}

@media (min-width: 992px) {
  .home main .c-featured-pages li .featured-tile__image {
    width: calc(100% - -72px);
    margin-top: -36px;
    margin-left: -36px;
    margin-bottom: 30px;
  }
}

.home main .c-featured-pages li .featured-tile__image > img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  width: 100%;
  left: 50%;
  top: 50%;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home main .c-featured-pages li .featured-tile__title.field-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* number of lines to show */
  -webkit-box-orient: vertical;
}

@media (max-width: 991px) {
  .home main .c-featured-pages li .featured-tile__title.field-title {
    font-size: 16px;
  }
}

.home main .c-featured-pages li .featured-tile {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100px;
}

@media (min-width: 992px) {
  .home main .c-featured-pages li .featured-tile {
    min-height: 360px;
  }
}

.home main .c-featured-pages li .field-title + .featured-tile__title {
  display: block !important;
  margin-top: 15px;
}

.home main .c-featured-pages li .field-title + .featured-tile__title::before {
  display: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* Homepage Grid */
.home-front main .container {
  width: 100%;
}

@media (min-width: 992px) {
  .home-front main .container {
    width: 90vw;
    max-width: 1440px;
  }
}

@media (min-width: 1920px) {
  .home-front main .container {
    width: 80vw;
    max-width: 1630px;
  }
}

/* home-front class - Components and Containers */
.home-front {
  /* Home Front Carousel  */
  /* Latest News  */
  /* Featured Articles  */
  /* Category */
}

.home-front main .component.column-splitter {
  max-width: 100% !important;
}

.home-front-container {
  max-width: 100% !important;
}

.home-front-carousel {
  max-height: 400px !important;
}

.home-front-carousel .slide {
  height: 400px !important;
}

.home-front-carousel .slide .field-slideimage {
  height: 400px !important;
}

.home-front-carousel .slide .field-slidetext {
  top: 50px !important;
}

.home-front-carousel .nav .prev-text, .home-front-carousel .nav .next-text {
  bottom: 50% !important;
  height: 400px !important;
}

@media (max-width: 991px) {
  .home-front-latest-news li .news-tile__title {
    font-size: 16px !important;
  }
}

.home-front-latest-news li:nth-of-type(1) {
  float: left;
  margin-right: 2% !important;
  min-height: 506px;
}

.home-front-latest-news li, .home-front-latest-news li:nth-of-type(2) {
  width: 32% !important;
}

.home-front-latest-news li:nth-of-type(2) {
  float: left !important;
  margin-right: 2% !important;
  min-height: 506px !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile {
  min-height: 434px !important;
  position: relative !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__image > img {
  height: 268px !important;
  width: 100% !important;
  object-fit: cover !important;
  background: #F7F8F9 !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__image {
  margin: -36px -36px 36px -36px !important;
  height: 268px !important;
  overflow: hidden !important;
  position: relative !important;
  width: 120% !important;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__title {
  width: 100% !important;
  -webkit-line-clamp: 1;
}

.home-front-latest-news li:nth-of-type(2) .news-tile__read-more {
  bottom: 0 !important;
}

.home-front-latest-news li:nth-of-type(2) .field-short-description {
  display: -webkit-box !important;
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(1), .home-front-latest-news li:nth-of-type(2) {
    min-height: 506px  !important;
  }
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(3), .home-front-latest-news li:nth-of-type(4) {
    max-height: 173px  !important;
  }
}

@media (max-width: 991px) {
  .home-front-latest-news li, .home-front-latest-news li:nth-of-type(2) {
    width: 100% !important;
  }
}

.home-front-latest-news li:nth-of-type(3), .home-front-latest-news li:nth-of-type(4) {
  float: left !important;
}

.home-front-latest-news li:nth-of-type(3) {
  margin-bottom: 30px;
}

.home-front-latest-news li:nth-of-type(4) {
  overflow: hidden;
  height: 238px;
}

.home-front-latest-news li:nth-of-type(4) .news-tile__image {
  position: absolute;
  height: 172px;
  width: 50%;
  top: 0;
  right: 0;
  margin: 0px;
  overflow: hidden;
}

.home-front-latest-news li:nth-of-type(4) .news-tile__title {
  width: calc(50% - 20px);
}

.home-front-latest-news li:nth-of-type(4) .news-tile__read-more {
  bottom: 36px;
}

@media (max-width: 991px) {
  .home-front-latest-news li:nth-of-type(4) .news-tile__read-more {
    bottom: 20px;
  }
}

.home-front-latest-news li:nth-of-type(4) .news-tile__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  background: #F7F8F9;
}

.home-front-featured-articles li {
  width: 32% !important;
  display: block;
  min-height: 300px !important;
  position: relative;
  margin-right: 2% !important;
}

@media (max-width: 991px) {
  .home-front-featured-articles li {
    width: 100% !important;
    min-height: 173px  !important;
  }
}

.home-front-featured-articles li:nth-of-type(3) {
  margin-right: 0px !important;
}

.home-front-featured-category {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.home-front-featured-category li:nth-of-type(4) {
  margin-right: 0px !important;
}

.home-front-featured-category .item {
  width: 23.5% !important;
  min-height: 360px !important;
  margin-right: 2% !important;
}

.c-featured-categories.home-front-featured-category {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.home-front-latest-news .news-tile__image, .home-front-latest-news li:nth-of-type(4) .news-tile__image {
  height: 238px;
}

.row.component.column-splitter .home-front-featured-category .item {
  width: 100% !important;
}

@media (max-width: 991px) {
  .row.component.column-splitter .home-front-featured-category .item {
    min-height: 173px  !important;
  }
}

@media (max-width: 991px) {
  .page-list.home-front-featured-category .item {
    width: 48% !important;
  }
  .home-front main .home-front-featured-category li .featured-tile__image {
    margin-top: -20px;
  }
  .home-front .col-xs-6 {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* Override tab component for new MENU style */
/* Featured Products  - UI/UX is limited to a maximum of 6 tabs */
.home-front-tabs .tabs-heading li {
  border-top-width: 0px !important;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
  border-bottom-width: 0px !important;
  float: left;
  display: block;
  margin-left: 1px;
  background: #fff !important;
  width: auto;
  cursor: pointer;
}

.home-front-tabs .tabs-heading li.active {
  background: #fff;
  border-top-width: 0px !important;
  border-bottom-width: 2px !important;
  border-bottom-style: solid;
  border-bottom-color: #00ADEF;
  border-left-width: 0px !important;
  border-right-width: 0px !important;
}

@media (max-width: 575px) {
  .home-front-tabs .tabs-heading li {
    width: 100%;
  }
}

.home-front-tabs .tabs-container {
  border-top-width: 0px !important;
}

.home-front-tabs .tabs-container img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-front-tabs .tabs {
  display: none;
  padding-left: 0px !important;
  padding-top: 40px !important;
  padding-bottom: 40px !important;
  padding-right: 0px !important;
}

.home-front-tabs ul.tabs-heading {
  margin-bottom: 21px;
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) {
  .home-front-tabs ul.tabs-heading {
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  .home-front-tabs ul.tabs-heading {
    margin-bottom: 48px;
  }
}
