.content,
.aside {
  margin-top: 40px;
}


.insights-carousel {
    position: relative;
}
.insights-carousel-item {
  background: none !important;
  position: relative;
}
.insights-carousel-item-wrapper {
  margin-top: 0 !important;
}

.insights-carousel-item-data {
  background: #722750;
  color: white;
  left: 10%;
  width: 60%;
  margin: 10px;
  padding: 20px 30px;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
}

.insights-carousel-item-data-date {
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ead3e0;
  padding: 0px;
  font-size: 16px;
}
.insights-carousel-item-data-date span {
  font-weight: bold;
  text-transform: uppercase;
}
.insights-carousel-item-data h3 {
  font-size: 32px;
  line-height: 32px;
  margin: 10px 0 0;
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ead3e0;
}
.insights-carousel-item-data-linkMore {
  position: absolute;
  left: 0;
  top: 100%;
  font-size: 16px;
  padding: 14px 20px;
  background-color: #9c6784;
  color: white;
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.insights-carousel-item-data-linkMore:hover,
.insights-carousel-item-data-linkMore:active,
.insights-carousel-item-data-linkMore:focus {
  background-color: #654255;
  color: white;
  text-decoration: none;
}

.bx-prev,
.bx-next {
  width: 82px;
  height: 82px;
  line-height: 82px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  
  cursor: pointer;
  text-indent: -9999px;
  background: rgba(255, 255, 255, 0.31);
}

@media (min-width: 1024px) {
  .bx-prev {
    left: 40px;
  }
  .bx-next {
    right: 40px;
  }  
}
@media (max-width: 1023px) {
  .bx-prev {
    left: 0;
  }
  .bx-next {
    right: 0;
  }  
}

.bx-prev:hover,
.bx-next:hover {
  background: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}

.bx-prev:before,
.bx-next:before {
  float: left;
  text-indent: 0;
  font-family:  "fm-global";
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  
  width: 100%;
  height: 100%;
  line-height: 82px;
  
  font-variant: normal;
  text-transform: none;
  
  text-align: center;
}

@media (max-width: 1023px) {
  .bx-prev,
  .bx-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .bx-prev:before,
  .bx-next:before {
    font-size: 22px;
    line-height: 40px;
  }
}

.bx-prev:before {
  content: '\e806';
}
.bx-next:before {
  content: '\e805';
}


.bx-pager {
  text-align: center;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-item a {
  background: #869791;
  display: block;
  margin: 5px 7px;
  width: 12px;
  height: 12px;
  opacity: 0.5;
  border-radius: 20px;
  background: #869791;
  text-indent: -9999px;
}
.bx-pager-item a.active {
  opacity: 1;
}


.index-wrapper > .container {
  margin-top: 0;
}

.results-container {
  display: none;
}
.results-container:first-child {
  display: block;
}

.news-wrapper {
  margin: 15px -15px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.news-item {
  flex: 0 0 33.33%;
  background: #eeeceb;
  margin-bottom: 0;
}
.news-item-wrapper {
  border: 15px white solid;
  height: 100%;
}
@media (max-width: 767px) {
  .news-item {
    flex: 0 0 100%;
  }
}
.news-item-text {
  padding: 15px;
}
.news-item-text-info {
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #6e6358;
}
.news-item-text-info-type {
  font-family: "UniversLTW01-67BoldCn", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
.news-item-text h3 {
  margin: 5px 0;
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 5px 0;
  text-transform: none;
  font-size: 22px;
}
.news-item-text-printurl {
  display: none;
}
.news-item-text-description {
  font-size: 14px;
  line-height: 1.2;
}
.news-item-text-linkMore {
  margin-top: 20px;
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.news-loadMore {
  margin: 0 auto 45px;
  display: block !important;
  max-width: 50%;
}
.news-loadMore.disable,
.news-loadMore.disable:hover,
.news-loadMore.disable:focus,
.news-loadMore.disable:active {
  display: none !important;
  opacity: 0.4;
  cursor: default;
  text-decoration: none !important;
  background: #0083b6;
}
.news-loadMore:hover {
}

.news-load {
  height: 60px;
  margin-top: 30px;
  margin-bottom: 50px;
  display: none;
}
.newsLoading + .news-load {
  display: block;
}

.filter-form {
  font-size: 14px;
}
@media (min-width: 1200px) {
  .filter-form {
    padding: 0 15px !important;
    max-width: 100%;
  }    
}
@media (max-width: 1159px) {
  .filter-form {
  }    
}
.filter-form a.btn {
  height: 50px;
}
@media screen and (max-width: 1199px) and (min-width: 990px) {
  .dropdown .psuedo-select {
    display: block;
  }  
}


.rail-content {
  width: 100%;
}
.article-relatedNews span.meta-date:after {
  display: none;
}

@media print {
  .insights-carousel {
    display: none;
  }    
}


.article-insights-related-list {
  font-size: 16px;
  margin: 30px 0 30px 50px;
}
.article-insights-related-list-item {
  list-style: none;
  margin-bottom: 10px;
  position: relative;  
}
.article-insights-related-list-item:before {
  color: #6e6358;
  content: "■";
  font-family: "Arial Black";
  font-size: 14px;
  left: -18px;
  top: -2px;
  position: absolute;  
}

.c-22-tags {
  display: block;
  overflow: hidden;
}

.content .meta-date:after {
  display: none;
}

.notFound {
  padding: 70px 0;
}

@media (min-width: 768px) {
  .article-insights-content p {
      font-size: 18px;
      line-height: 26px;
  }
}
@media (max-width: 767px) {
  .article-insights-content p {
      font-size: 14px;
      line-height: 20px;
  }
}

.search-wrapper {
  margin-bottom: 60px;
}

.content-button {
  background: #e8dbe2;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
  color: #333;
  font-family: "UniversLTW01-57Condense 723821", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
  height: 50px;
  padding: 0 20px;
  text-transform: none;
  text-decoration: none;
  width: auto;
  display: table-cell;
  vertical-align: middle;
}
.content-button:hover {
  color: #333;
  background-image: none;
}


@media print {
  .search-box,
  .main-nav-wrap,
  .insights-carousel,
  .gc-03-breadcrumbs,
  .c-33-print,
  .news-loadMore,
  .round-icons,
  .filter-form,
  .footer-top,
  .footer-middle,
  .site-links {
    display: none;
  }
  .footer-bottom {
    background: none;
  }
  .copyright {
    text-align: center;
    float: none;
  }
  
  .news-wrapper {
    display: block;
  }
  .news-item {
    width: 100%;
  }
  .news-item-image {
    display: none;
  }
  .news-item-text-printurl {
    display: block;
  }
  .share-label {
    display: none;
  }
}

.article-insights-content blockquote {
  padding: 50px 0;
  margin-left: 10px;
}
.blockquote-text {
  text-transform: uppercase;
  font-family: "UniversLTW01-67BoldCn", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 40px !important;
  line-height: 1 !important;
  text-indent: -10px;
  margin-bottom: 0;
}
.blockquote-text-wrapper:before {
  display: inline-block;
  content: '"';
  margin: 0 6px 0 0;
}
.blockquote-text-wrapper:after {
  display: inline-block;
  content: '"';
  margin: 0 0 0 15px;
}
.blockquote-text-author {
  text-transform: none;
  font-size: 16px !important;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-indent: 0;
  margin: 10px 0;
  display: block;
  line-height: 20px;
}



.insights-title .titleCategpry + span {
  display: none;
}