/* SSW Annual Report Magazine CSS */
/* Updated 11.3.2021 js */


/* Utilities */
.clear-group:after {
  content: "";
  display: table;
  clear: both;
}

/* Page layout: Reset; */
.t4-content-area--feature .plugin-general-content {
  max-width:1000px;
  padding:0 1.25em;
  margin:0 auto;
}

/* Header link color update - Parent */
.cwf-header__link:focus,
.cwf-header__link:hover {
    text-decoration: underline;
    /*color: #fff !important;*/
}


@media (min-width: 1024px) {
    .cwf-header__parent {display:block;}
}

/* Adjust Compass grid template layout */
@media (min-width: 1024px) {
    .cwf-page-layout__row {
        grid-template-columns: 0 1fr fit-content(400px);
        grid-gap: 20px;
    }
}

.cwf-page-layout__column {
    padding-left: 20px;
    padding-right: 20px;
}

@media (min-width: 1024px) {
    .cwf-page-layout__column {
        padding-left: 0;
        padding-right: 0;
    }
}

/* Page layout: Adjust width and padding of middle column */
.cwf-page-layout--sub-page .cwf-page-layout__row.l-contain {
    max-width: 1000px;
    padding-bottom: 2.5em;
}

.cwf-page-layout__column--left {
    display: none;
}

/* Article images */
.figure-article {
    margin-top: .32em;
    margin-bottom: 1em;
    padding:0;
    width: 100%;
}

/* Add white background */
.figure-article {background:#fff;}

/* Image default position */
.figure-article__right,
.figure-article__left {
    float:none;
    margin-left:0;
    margin-right:0;
}

@media (min-width:900px) {
    /* Image right */
    .figure-article__right {
        float:right;
        margin-left: 2em;
        margin-right:0;
        /*clear:right;*/
    }

    /* Image left */
    .figure-article__left {
        float:left;
        margin-left: 0;
        margin-right:2em;
        /*clear:left;*/
    }
}

/* Article image sizes */
.figure-article__inset {
    max-width:436px; /*default*/
}

.figure-article__inset-300w {
    max-width:300px;
}

@media (min-width:899px) {
    .figure-article__inset-200w {
        max-width:200px;
    }

    .figure-article__inset-150w {
        max-width:150px;
    }
}

.figure-article__full {
    max-width:100%;
}

/* Article captions updated with shorter line height*/
.figure-article figcaption {
    font-style: italic;
    font-size: .82rem;
    line-height: 1.2;
}

/* Lead paragraph */
.cwf-page-layout__column--middle .t4_text-primary {
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding: 0 0 1em;
    margin: 0 0 1em;
    line-height: 1.5rem;
}

@media (min-width:900px) {
    /* Lead paragraph */
    .cwf-page-layout__column--middle .t4_text-primary {
        font-size: 1.3rem;
        line-height: 1.5rem;
    }

}


/* Navigation - Adjust Main Nav drop down width and font size */

.cwf-nav__list--level-2>.cwf-nav__item>.cwf-nav__link,
.cwf-nav__list--level-3>.cwf-nav__item>.cwf-nav__link {
    font-weight: 400;
    font-size: .89em;
    line-height: 1.3
}

/*.cwf-nav__list--level-2>.cwf-nav__item>.cwf-nav__link {
    padding-left: 1.75rem
}

.cwf-nav__list--level-3>.cwf-nav__item>.cwf-nav__link {
    padding-left: 2.5rem
}*/

/* Desktop - increase width of menu dropdown */
@media (min-width: 1024px) {
   /* Level-2 drop down - Set width */
  .cwf-nav--main .cwf-nav__list--level-2 {
      width: 14rem
  }
   /* Level-3 drop down - Increase width for longer text links */
  .cwf-nav--main .cwf-nav__list--level-3 {
      width: 22rem
  }
}


/* Breadcrumb nav - Adjust font size and color */

.cwf-breadcrumb__item {
    font-size: .89em;
    color: rgba(0, 0, 0, .6)
}

span.cwf-breadcrumb__text {
    font-size: .89rem
}


/* Force height on .t4-content-area--footer */
/* Creates white-space below main content & above the footer section */

.t4-content-area--footer {
    height: 3rem;
 }


/* Headings */
#cwf-content :is(h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6) {
    line-height: 1.5;
}