/****** Colors ******/

:root {
    --sky-blue: #F0F9FF;
    --blue: #0249D7;
    --dark-blue: #022c80;
    --quaker-gray: #333333;
    --light-quaker-gray: #999999;
    --red: #DB0030;
    --white: #ffffff;
}


/****** Main Styles ******/

/* Resources Listing Header */

.page-header.bg-lightblue .inner {
    color: var(--dark-blue);
    background: var(--sky-blue);
}

.page-header.bg-lightblue .inner:before {
    content: '';
    background: var(--sky-blue);
    position: absolute;
    top: 0;
    right: 100%;
    width: 5000%;
    height: 100%;
}

.page-header.header-x-small .inner {
    padding-bottom: calc(var(--spacing) *10);
    border-radius: 0 0 calc(var(--spacing) *2) 0;
}

.page-header.header-x-small .inner > .text h1 {
    font-size: 48px;
    line-height: 56px;
    font-weight: 700;
}

.reduce-header-margin {
    margin-top: calc(var(--spacing) * -9);
    margin-bottom: calc(var(--spacing) * 9);
}

/* Resources Listing */

.container__listing-row {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 calc(var(--spacing) *2);
    padding: 0 0 calc(var(--spacing) *2);
    border-bottom: 1px solid var(--light-quaker-gray);
}

.container__listing-row:last-of-type {
    border-bottom: none;
    margin: 0;
}

.listing-row {
    width: 100%;
}

.listing-row--filters {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.container__listing-row .subtitle {
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.container__listing-row h3 {
    margin: calc(var(--spacing) *1.5) 0 calc(var(--spacing) *1);
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
}

.listing-row--summary {
    margin: 0 0 calc(var(--spacing) *1);
}

.container__listing-row .read-more {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--quaker-gray);
}

.container__listing-row .read-more:hover {
    text-decoration: underline;
}

.container__listing-row .read-more:after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 0 7px;
    display: inline-block;
}

.container__listing-row .read-more:hover:after {
    text-decoration: none;
}


/* Resourses Interior Header */

.page-header.header-photocircles {
    background: var(--sky-blue);
}

.page-header.header-photocircles .inner {
    padding-bottom: calc(var(--spacing) *7);
}

.page-header.header-photocircles .inner > .text {
    max-width: 69%;
    color: var(--dark-blue);
}

.page-header.header-photocircles .image {
    position: absolute;
    top: 0%;
    right: 0;
}

.page-header.header-photocircles .inner > .text h1 {
    font-size: 48px;
    line-height: 56px;
}

.page-header .byline {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 32px;
}

/* Resources Interior Content */

.view__resources--main-content .inner {
    max-width: var(--sitewidth);
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 400;
}

.view__resources--main-content .field__main-body {
    /*color: var(--blue);*/
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
    width: 90%;
    max-width: 684px;
    margin-left: auto;
    margin-right: auto;
}

.view__resources--main-content .field__main-body p {
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.view__resources--main-content .field--name-field-video {
    margin-top: 50px;
}

.view__resources--main-content .field--name-field-description {
    margin-top: 22px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: var(--quaker-gray);
}

.view__resources--main-content .field__button {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}


/* Profiles Listing */

.card.profile-card {
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.card.profile-card .image {
    overflow: hidden;
    border: 1px solid var(--blue);
    border-radius: calc(var(--spacing) * 2) calc(var(--spacing) * 2) 0 0;
    box-shadow: 4px 4px 24px 4px #dce9f3;
    margin-bottom: calc(var(--spacing)*.5);
    background: linear-gradient(135.75deg, #0249D7 -2.12%, #EB0033 120.82%);
}

.card.profile-card .image img {
    mix-blend-mode: screen;
    opacity: 0.75;
}

.card.profile-card .text {
    overflow: hidden;
    border: 1px solid var(--blue);
    border-radius: 0 0 calc(var(--spacing) * 2) calc(var(--spacing) * 2);
    background: var(--white);
    box-shadow: 4px 4px 24px 4px #dce9f3;
    padding:40px 0 36px calc(var(--spacing) * 2.5);
}

.card.profile-card .type {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--quaker-grey);
    padding-right: calc(var(--spacing) * 2.5);
}

.card.profile-card .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: var(--blue);
    padding: calc(var(--spacing) * 1) calc(var(--spacing) * 2.5) calc(var(--spacing) * 1) 0;
    margin: 0 0 calc(var(--spacing) * 1);
    border-bottom: solid 1px var(--light-quaker-gray);
    min-height: 89px;
    box-sizing: border-box;
}

.card.profile-card .read-more {
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--quaker-gray);
}

.card.profile-card .read-more:hover {
    text-decoration: underline;
}

.card.profile-card .read-more:after {
    content: "\f061";
    font-family: 'Font Awesome 6 Pro';
    font-weight: 400;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--red);
    margin: 0 0 0 7px;
    display: inline-block;
}

.card.profile-card .read-more:hover:after {
    text-decoration: none;
}


/* Apply Page */

.table-apply {
    color: var(--quaker-gray);
}

.table-apply td {
    border-bottom: none;
}

table.table-apply tbody tr:last-of-type {
    border-bottom: 1px solid #999;
}

.table-apply__icon {
    color: var(--blue);
    margin-bottom: 16px;
}

.table-apply__label {
    font-family: 'Crimson Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: var(--blue);
    min-height: 48px;
    margin-bottom: 32px;
}

.table-apply__row-label {
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: var(--quaker-gray);
}

.page-node-47 .paragraph.para-text, 
.page-node-47 .paragraph.icon-link-and-button-row {
    margin-bottom: calc(var(--spacing)*8);
}