/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start Christie Custom CSS    */

#polcofeatureshowcase .featshow {
  padding: 24px;
}

#polcofeatureshowcase .featshow__content__wrapper {
  padding-top: 24px;
  padding-bottom: 80px;
}

#polcofeatureshowcase .featshow::before {
  background: #F7F6F6;
  border-radius: 24px;
}

#polcofeatureshowcase .featshow__btn {
    color: #548300;
}

#polcofeatureshowcase .featshow__btn:hover {
  text-decoration: underline;
}

#polcofeatureshowcase .featshow__btn--active {
  color: #1c3c35;
}

.breadcrumb-link {
  font-size: 14px;
  line-height: 14px;
  color: #656b65;
  margin-block-end: 0;
  margin-block-start: 12px;
}

.breadcrumb-separator {
  font-size: 16px;
  font-weight: 500;
  padding: 0 4px;
}

@media screen and (max-width: 600px) {
  .hide-on-mobile {
    display: none;
}

.sitemap-list li {
  margin-bottom: 12px;
  font-size: 18px;
}
  
.footer--11 {
  border-top: 1px solid #efefef;
}
  
/* End Christie Custom CSS    */
/*****************************************/