/* utilities */

.breakout {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

/* globals */

.post-edit-link {
    display: none;
}

body.page main>div>div>article>header>.entry-title {
    display: none;
}


/* header */

.site-header .wrap {
    display: flex;
    align-items: center;
}

#menu-primary>li:last-child>a {
    background-color: var(--orange);
    color: #fff;
    font-weight: bold;
}

.site-tagline {
    display: none;
}

.home main>article>header.entry-header {
    display: none;
}

/* general */

main>div>div>article>.entry-content>p:first-child {
    font-weight: bold;
    color: #000;
}

main>div>div>article>.entry-content>p:last-child {
    font-weight:normal;
}


/* left nav */

#leftnav > li > a {
    color: var(--light);
    background-color: var(--green);
    border: 3px solid var(--green);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    font-size: .90rem;
}

#leftnav a:hover,
#leftnav .current_page_item>a {
    background-color: var(--light);
    color: var(--green);
}

#leftnav li {
    margin-bottom: 3px;
}
/* featured imge */
.content-sidebar-wrap>img {
    margin-bottom: 1rem;
}

/* people */
.group .person img {
    width: 100%;
}

.group .person {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
}

/* slider */
.slide.carousel {
    margin-bottom:2rem; 
}
.slide.carousel img {
    display: block;
    width: 100%;
}

.slide.carousel .caption {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
    color: #fff;
}

.carousel.slide:before {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
    height: 75%;
    width: 100%;
    position: absolute;
    z-index: 9;
    content: "";
    bottom: 0;
}

.carousel.slide .wp-block-button__link {
    background-color: unset;
    border: 2px solid #fff;
    border-radius: 0;
    font-weight: normal;
    text-transform: uppercase;
    font-size: .875rem;
}

.carousel.slide h2, .carousel.slide strong {
    color:inherit;
}

.quote {
    font-family: lora,serif;
    font-style: italic;
}

.quote span:first-of-type {
    margin-right:-3px;
}

.quote span:last-of-type {
    margin-left:-3px;
}

.quote p {
    display:inline;
}

.quote p:last-child {
    font-family:myriad-pro,sans-serif;
}

.ab-block-post-grid header .ab-block-post-grid-title {
    font-size: inherit;
}

.quote h4 {
    font-size: 1rem;
    font-weight: normal;
}

a.ab-block-post-grid-more-link.ab-text-link {
    color: var(--orange);
}

.gform_wrapper ul.gform_fields {
    color: var(--dark);
}

body.archive .site-inner > .wrap, body.single .site-inner > .wrap {
    max-width: var(--breakpoint-md);
}

.group .person p:first-of-type{
   /* margin-top: auto;*/
}

.group .person h3 {
    font-size: 1.25rem;
    margin-top: .25rem;
}

.group .person a {
    font-weight: normal;
}

.group .person p {
    margin-bottom:.25rem;
}

.wrap .btn-guten.btn {
    padding: 1rem 2rem;
    font-weight: bold;
    margin-bottom: 2rem;
}

.archive main > div > div > article {
    border-bottom: 1px solid var(--gray);
    padding-bottom: 20px;
}

.archive main > div:first-child > div > article {
    padding-top: 20px;
}

strong a {
    font-weight: inherit;
}