/* Blogs events news listing page styling */
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
@media only screen and (max-width: 576px) {
  .sitemap {
    padding: 0 1.25rem !important;
  }
}

.sitemap .main-content__wrapper {
  width: 100%;
}

.sitemap .main-content__wrapper .layout {
  margin: 3.125rem 0;
}

.sitemap .main-content__wrapper .layout__region h2 {
  font-size: 1.25rem;
  font-weight: 600 !important;
  line-height: 1;
}

.sitemap .main-content__wrapper .layout__region .block {
  margin-bottom: 1rem;
}

.sitemap .main-content__wrapper .layout__region .block a {
  color: #58595B;
}

.sitemap .main-content__wrapper .layout__region .block a:hover {
  color: #384f7e;
  font-weight: 600;
}

.sitemap .main-content__wrapper .layout__region .block .paragraph--type--link-list-wrapper .field--name-field-link.field__item {
  font-size: 1.25rem;
  font-weight: 600;
  color: #164D92;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.sitemap .main-content__wrapper .layout__region .block .paragraph--type--link-list-wrapper .field--name-field-link.field__item a {
  color: #164D92;
}

.sitemap .main-content__wrapper .layout__region .block .paragraph--type--link-list-wrapper .field--name-field-sub-component .field--name-field-link {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.sitemap .main-content__wrapper .layout__region .block .paragraph--type--link-list-wrapper .field--name-field-sub-component .field--name-field-link a {
  font-size: 1rem;
  line-height: 1.5;
  color: #58595B;
}

.sitemap .main-content__wrapper .layout__region .block .paragraph--type--link-list-wrapper .field--name-field-sub-component .field--name-field-link a:hover {
  color: #384f7e;
  font-weight: 600;
}

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