.page-top-spacer {
    margin-top: 120px;
}

.page-top-spacer-small {
    margin-top: 40px;
}

.content-flex-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.content-flex-58 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.content-flex-41 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.responsive-image {
    max-width: 100%;
    height: auto;
}

.responsive-image.no-bottom-margin {
    margin-bottom: 0;
}

.index-about-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.index-masonry-grid {
    margin-top: 70px;
}

.core-value-copy {
    min-height: 220px;
    margin-bottom: 40px;
}

.masonry-grid-item {
    display: flex;
    flex-direction: column;
}

.map-frame {
    border: 0;
}

.gallery-top-spacer {
    margin-top: 120px;
}

.gallery-section {
    margin-bottom: 40px;
}

.gallery-title {
    margin-bottom: 20px;
}

.gallery-row {
    margin-bottom: 20px;
}

.gallery-image-col {
    margin-bottom: 15px;
}

.gallery-hero-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.gallery-hero-row > [class*='col-'] {
    float: none;
}

.gallery-hero-copy {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.gallery-hero-image {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.gallery-car-title {
    font-size: 28px;
}

.gallery-car-row {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.gallery-car-row > [class*='col-'] {
    float: none;
}

.gallery-car-title-col {
    flex: 1 1 0;
    min-width: 0;
}

.gallery-car-image-col {
    flex: 0 0 240px;
    max-width: 240px;
}

.gallery-car-image-col img {
    margin: 0 auto;
}

.team-breakdown-row {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: wrap;
}

.team-breakdown-copy {
    flex: 1 1 0;
    min-width: 260px;
}

.team-breakdown-copy ul {
    margin: 0;
    padding-left: 20px;
}

.team-breakdown-copy li {
    margin-bottom: 8px;
}

.team-breakdown-images {
    flex: 0 0 220px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.team-breakdown-images img {
    width: 100%;
    height: auto;
    display: block;
}

.workspace-image-link {
    display: block;
    cursor: pointer;
}

.workspace-image-link img {
    width: 75%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.workspace-image-row {
    margin-top: 20px;
}

.workspace-image {
    margin-bottom: 15px;
}

.join-section-title {
    margin-top: 20px;
    margin-bottom: 20px;
}

.join-feature-row {
    margin-top: 0;
    margin-bottom: 50px;
}

.workspace-title {
    margin-top: 30px;
}

.membership-info-title {
    margin-top: 48px;
}


/* Shared navigation bar styling for all pages */
.header,
.header .navbar {
    background: #fff !important;
    border-bottom-color: rgba(0, 0, 0, 0.08) !important;
}

.header .nav-item-child,
.header .nav-item-child:visited {
    color: #515769 !important;
}

.header .nav-item-child:hover,
.header .nav-item-child:focus,
.header .nav-item-child:active,
.header .nav-item-child.current {
    color: #d71920 !important;
}

.header .nav-item-hover:after,
.header .nav-item .nav-item-hover.active:after,
.header .nav-item:hover .nav-item-hover:after {
    background: #d71920 !important;
    opacity: 1 !important;
}

#teamAccordion .panel-body,
#teamAccordion .panel-body p,
#teamAccordion .panel-body li,
#teamAccordion .panel-body ul,
#teamAccordion .panel-body a,
#teamAccordion .panel-body .team-breakdown-copy {
    color: #fff !important;
}

.workspace-subheading {
    margin-bottom: 10px;
}

.section-top-spacer {
    margin-top: 30px;
}

.sponsor-grid-item-spacing {
    margin-bottom: 12px;
}

.sponsors-page .margin-t-50 {
    margin-top: 10px !important;
}

.sponsors-page .margin-b-30 {
    margin-bottom: 8px !important;
}

.sponsors-page .margin-b-60 {
    margin-bottom: 10px !important;
}

.sponsors-page .margin-t-60 {
    margin-top: 10px !important;
}

.sponsors-page .margin-b-40 {
    margin-bottom: 8px !important;
}

.sponsors-page .md-margin-b-60 {
    margin-bottom: 10px !important;
}

.sponsors-page .sm-margin-b-30 {
    margin-bottom: 8px !important;
}

.sponsors-page .masonry-grid .masonry-grid-item {
    margin-bottom: 12px;
}

@media (max-width: 767px) {
    .gallery-car-row {
        gap: 0;
    }

    .gallery-car-image-col {
        margin-top: 10px;
    }

    .team-breakdown-images {
        flex-basis: 100%;
        max-width: 280px;
    }
}
