.is-style-sargent-lundy-flat-button .wp-block-button__link,
.is-style-sargent-lundy-flat-button .wp-block-button__link:active,
.is-style-sargent-lundy-flat-button .wp-block-button__link:focus,
.is-style-sargent-lundy-flat-button .wp-block-button__link:hover,
.is-style-sargent-lundy-flat-button .wp-block-button__link:visited {
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
}
.is-style-sargent-lundy-list-underline li {
    border-bottom: 1px solid;
}
.is-style-sargent-lundy-list-underline ul {
    border-top: 1px solid;
}
.is-style-sargent-lundy-list-underline ul li {
    border: none;
}
details.is-style-sargent-lundy-plus > summary {
    list-style-type: "+ ";
}
details[open].is-style-sargent-lundy-plus > summary {
    list-style-type: "- ";
}
details.is-style-sargent-lundy-plus > summary::marker {
    font-family: var(--wp--preset--font-family--monospace);
    font-size: 1em;
    font-weight: 700;
}


/* Flat button */
.is-style-sargent-lundy-flat-button .wp-block-button__link,
.is-style-sargent-lundy-flat-button .wp-block-button__link:hover,
.is-style-sargent-lundy-flat-button .wp-block-button__link:focus,
.is-style-sargent-lundy-flat-button .wp-block-button__link:active,
.is-style-sargent-lundy-flat-button .wp-block-button__link:visited {
	box-shadow: none;
	border-radius: 0;
	margin-top: initial;
	margin-bottom: initial;
}

/* Lists */
.is-style-sargent-lundy-list-underline li {
	border-bottom: 1px solid currentcolor;
}

.is-style-sargent-lundy-list-underline ul {
	border-top: 1px solid currentcolor;
}

.is-style-sargent-lundy-list-underline ul li {
	border: none;
}

details.is-style-sargent-lundy-plus > summary {
	list-style-type: "+ ";
}

details[open].is-style-sargent-lundy-plus > summary {
	list-style-type: "- ";
}

details.is-style-sargent-lundy-plus > summary::marker {
	font-weight: 700;
	font-size: 1em;
	font-family: var(--wp--preset--font-family--monospace);
}



.is-style-heading-eyebrow,
.is-style-content-eyebrow {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    padding-bottom: 12px;
    font-family: var(--wp--preset--font-family--roboto-flex);
}


.is-style-heading-eyebrow:after, 
.is-style-content-eyebrow:after {
    content: "";
    width: 33px;
    height: 3px;
    background-color: #0033A0;
    position: absolute;
    bottom: 0px;
    left: 0;
}

.has-text-align-center.is-style-heading-eyebrow,
.has-text-align-center.is-style-content-eyebrow {
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.has-text-align-center.is-style-heading-eyebrow:after,
.has-text-align-center.is-style-content-eyebrow:after {
    left: 50%;
    bottom: 0 !important;
    transform: translateX(-50%);
}


.is-style-heading-eyebrow.has-secondary-background-color.has-background,
.is-style-content-eyebrow.has-secondary-background-color.has-background,
p.is-style-content-eyebrow.has-secondary-background-color.has-background {
    background-color: transparent !important;
    padding: 0 0 10px 0;
    text-decoration: none;
}

.is-style-heading-eyebrow.has-secondary-background-color.has-background a,
.is-style-content-eyebrow.has-secondary-background-color.has-background a {
   text-decoration: none;
}

.is-style-heading-eyebrow.has-secondary-background-color.has-background a:hover,
.is-style-content-eyebrow.has-secondary-background-color.has-background a:hover {
   text-decoration: none;
   color: var(--wp--preset--color--secondary)
}

.is-style-heading-eyebrow.has-secondary-background-color:after, 
.is-style-content-eyebrow.has-secondary-background-color:after {
    background-color: var(--wp--preset--color--secondary);
}

.is-style-content-eyebrow.has-base-background-color.has-background {
    background-color: transparent !important;
    padding-left: 0;
}
.is-style-content-eyebrow.has-base-background-color.has-background:after {
    background-color: var(--wp--preset--color--base);
}

.is-style-content-eyebrow.wp-block-post-title:after {
    transform: none;
    left: 0;
}


.wp-block-group.is-style-semi-transparent-background {
    background-color: rgba(
        var(--wp--custom-color--background-r) * 255,
        var(--wp--custom-color--background-g) * 255,
        var(--wp--custom-color--background-b) * 255,
        0.5
    ) !important;
}

p.is-style-section-intro {
    font-size: 1.25em;
}

.wp-block-column.is-style-col-align-vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
} 

.wp-block-group.is-style-pattern-background {
    background-image: url(../../assets/images/bg-blue-pattern.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.is-style-caps {
    text-transform: uppercase;
    font-family: var(--wp--preset--font-family--roboto-flex);
}

ul.is-style-list-square,
.single-projects .wp-block-post-content ul,
main ul:not(.project-categories) {
    list-style-type: none;
    padding-left: 1.25em;
}

.is-style-list-square li,
.single-projects .wp-block-post-content ul:not(.highlight-box ul) li,
main ul:not(.project-categories) li:not(.wp-block-post) {
    margin-bottom: 1em;
    margin-left: 10px; 
}

ul.is-style-list-square ul,
.single-projects .wp-block-post-content ul ul,
main ul:not(.project-categories) ul {
    margin-top: 1em;
}
  
ul.is-style-list-square > li::before,
.single-projects .wp-block-post-content ul:not(.highlight-box ul) > li::before,
main ul:not(.project-categories) li:not(.wp-block-post)::before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: var(--wp--preset--color--primary);
    margin-left: -1.5em;
    flex-shrink: 0;
    position: relative;
    top: -0.15em;
    margin-right: 1em;
}

.is-style-list-square li:last-child,
.single-projects .wp-block-post-content ul:not(.highlight-box ul) li:last-child {
    margin-bottom: 0;
}

.is-style-list-square ul {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 1em;
}

ul.is-style-list-square ul li:before {
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    background-color: var(--wp--preset--color--primary);
    flex-shrink: 0;
    position: relative;
    top: -0.15em;
    margin-right: 1em;
}

.editor-styles-wrapper ul.is-style-list-square li {
    line-height: 1.25em;
}

.editor-styles-wrapper ul.is-style-list-square li:before {
    display: block;
    top: .85em;
}

.editor-styles-wrapper ul.is-style-list-square ul {
    list-style: none;
}

.editor-styles-wrapper ul.is-style-list-square ul li:before {
    display: block;
    top: .85em;
    left: -1.25em;
}

ul.is-style-list-check {
    list-style-type: none;
    padding-left: 2em;
}
  
  ul.is-style-list-check li {
    position: relative;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  
  ul.is-style-list-check li::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/list-checkbox.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: .25em;
  }

  ul.is-style-list-award {
    list-style-type: none;
    padding-left: 2em;
  }
  
  ul.is-style-list-award li {
    position: relative;
    padding-left: 34px;
    padding-bottom: 15px;
  }
  
  ul.is-style-list-award li::before {
    content: "";
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    background-image: url(../../assets/images/list-award.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: .25em;
  }

  .home .wp-block-latest-posts__list.is-grid.columns-2 > li:first-child {
    grid-column: span 2;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }
  
  /* Target the featured image of the first post */
  .home .wp-block-latest-posts__list.is-grid.columns-2 > li:first-child .wp-block-latest-posts__featured-image {
    margin-right: 2rem;
    max-width: 50%;
  }
  
  /* Target the post title of the first post */
 .home  .wp-block-latest-posts__list.is-grid.columns-2 > li:first-child .wp-block-latest-posts__post-title {
    font-size: 1.5rem;
  }
  
  /* Target the remaining posts in the second column */
  .home .wp-block-latest-posts__list.is-grid.columns-2 > li:not(:first-child) {
    grid-column: 2;
  }

  .wp-block-button.is-style-btn-plain-arrows a {
    border: none;
    font-weight: bold;
    font-size: 18px;
    position: relative;
    padding-left: 0;
    padding-right: 20px;
    color: var(--wp--preset--color--primary);
    text-transform: capitalize;
    background-color: transparent;
}

.wp-block-button.is-style-btn-plain-arrows a:hover {
    text-decoration: underline;
}

.wp-block-button.is-style-btn-plain-arrows a:after {
    content: ">";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
}

.is-style-sargent-lundy-list-none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.is-style-caps-heading {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-top: 10px;
    font-family: var(--wp--preset--font-family--roboto-flex);
}

.highlight-box {
    margin-top: 50px;
}

.highlight-box .wp-block-separator {
    height: 8px !important;
}

.is-style-divider-tall {
    border-top: 5px solid;
}

/* Services Accordion */
.subservice-details {
    padding: 15px 0;
    background-color: transparent;
}

.subservice-details summary {
    display: block;
}

.subservice-details summary h3 {
    display: inline;
    font-family: var(--wp--preset--font-family--roboto-flex);
    color: var(--wp--preset--color--primary);
    font-size: 23px;
}

.subservice-details summary h3:hover {
    text-decoration: underline;
    cursor: pointer;
}

.subservice-details summary h3:after {
    content: "";
    padding-left: 30px;
    font-weight: 400;
    color: var(--wp--preset--color--dk-gray);
    transition: transform 0.1s ease;
    transform: rotate(0deg);
    display: inline-block;
    width: 1rem;
    height: 1rem;
}

.subservice-excerpt {
    margin: 5px 0 0 0;
}

.subservice-details summary + p {
    margin-top: 5px;
}

.subservice-details.details-open .subservice-excerpt {
    display: none;
}

.subservice-details.details-open summary h3:after {
    transform: rotate(180deg);
}

.subservice-block h2 {
    font-size: 22px;
}

.subservice-block details:last-child {
    border-bottom: 1px solid gray;
    padding-bottom: 25px;
}

details.wp-block-details + .wp-block-columns {
    padding-top: 30px;
    border-top: 1px solid grey;
}

figure.is-style-img-padding-reset {
    padding-top: 0;
    padding-bottom: 0;
}

.is-style-divider-small {
    width: 30px;
}

.post-posted-on .wp-block-post-date time {
    text-transform: capitalize;
}