/* PFA */
.PFA.alt-partners {
    background-color: #F6F6FB;
    position: relative;
    overflow: hidden;
}
.PFA.alt-partners .b-flourish {
    top: calc(-1090px/2);
    left: calc(-1090px/2);
}

.PFA.alt-partners .content > *:not(:nth-last-child(-n+2)) {
    margin: 0 0 30px 0;
}

.PFA.alt-partners .content > *:nth-last-child(2) {
    margin: 0 0 40px 0;
}

.PFA.alt-partners .b-media::after {
    padding-bottom: calc(80%);
}



/* FEATURED-PARTNERS */

.FEATURED-PARTNERS { position: relative; }
.FEATURED-PARTNERS .b-flourish {
    right: calc(-803.11px/2);
    bottom: calc(-803.11px/2);
}

.FEATURED-PARTNERS .b-frame {
    max-width: 1500px;
}

.FEATURED-PARTNERS .partner {
    border-radius: 10px;
    overflow: hidden;
    background-color: #F6F6FB;
}

.FEATURED-PARTNERS .partner:not(:last-of-type) {
    margin-bottom: 60px;
}

.FEATURED-PARTNERS .partner > .head {
    box-sizing: border-box;
    padding: 50px 0;
    color: #FFFFFF;
    border-radius: 10px 10px 0 0;
    background-color: #252E80;
}

.FEATURED-PARTNERS .partner > .head > .b-media {
    background: no-repeat center / contain;
    max-height: 40px;
    margin: 0 auto;
}
.FEATURED-PARTNERS .partner > .head > .b-media::after {
    padding-bottom: calc(40/160 * 100%);
}


.FEATURED-PARTNERS .partner > .head > h3 {
  display: none;
}

.FEATURED-PARTNERS .partner .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 55px;
}

.FEATURED-PARTNERS .partner .container > .b-columns {
    margin: -25px
}
.FEATURED-PARTNERS .partner .container > .b-columns > .b-column {
    padding: 25px;
}

.FEATURED-PARTNERS .partner .container > .b-columns  ul {
    font-weight: 700;
    font-size: 20px;
}
.FEATURED-PARTNERS .partner .container > .b-columns .content.no-video  ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.FEATURED-PARTNERS .partner .container > .b-columns .content.no-video  ul li {
    flex: 1 0 40%;
    max-width: 400px;
}

.FEATURED-PARTNERS .partner .container > .b-columns .content:not(.no-video) ul li:not(:nth-last-child(-n+2)) {
    margin-bottom: 20px;
}

.FEATURED-PARTNERS .partner .container > .b-columns  ul li:nth-of-type(odd) {
    margin-right: 20px;
}

.FEATURED-PARTNERS .partner .container > .b-columns .b-media {
    background-color: #000; /* replace with thumbnail */
    width: 75%;
	max-width: 400px;
    margin: 0 auto;
    border-radius: 10px;
    position: relative;
}

.FEATURED-PARTNERS .partner .container > .b-columns .b-media::before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.FEATURED-PARTNERS .partner .b-media > .thumbnail {    
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}

.FEATURED-PARTNERS .partner .b-media > video,
.FEATURED-PARTNERS .partner .b-media > iframe {
    width: auto;
    min-width: 100%;
    height: 100%;
    top: 50% ;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

.FEATURED-PARTNERS .partner .b-media .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.FEATURED-PARTNERS .partner .b-media .play-button::before {
    content: "";
    width: 100px;
    height: 100px;
    background-color: #ffffff;
    border-radius: 100%;
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-53%, -50%);
    z-index: -1;
}
.FEATURED-PARTNERS .partner .b-media .play-button svg { transition: 0.2s; }
.FEATURED-PARTNERS .partner .b-media .play-button:hover svg { fill: #0D50CD; }


@media screen and (max-width: 900px) {
    .FEATURED-PARTNERS .partner .container { padding: 40px 25px; }
    .FEATURED-PARTNERS .partner .container > .b-columns > .b-column[data-width='1/2'] ul {
        font-weight: 700;
        max-width: 100%;
    }
    .FEATURED-PARTNERS .partner .container > .b-columns .content.no-video  ul {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .FEATURED-PARTNERS .partner .container > .b-columns .content.no-video  ul li {
        flex: 1 0 100%;
        max-width: 100%;
    }

    .FEATURED-PARTNERS .partner .container > .b-columns .b-media { width: 100%; }
    /* .FEATURED-PARTNERS .partner .container > .b-columns .b-media::before { padding-bottom: 56.25%; } */
    
}


/* PARTNERSHIP */
.PARTNERSHIP .b-frame {
    padding-top: 0;
}

.PARTNERSHIP .b-frame-head {
    max-width: 600px;
}

.PARTNERSHIP form {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 50px;
    max-width: 770px;
    border-radius: 10px;
    background-color: #FFFFFF;
    box-shadow: 0 3px 40px 0 rgba(0,0,0,0.1);
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.PARTNERSHIP :where(.hs-form-field, .hs-dependent-field, .hs-submit) { width: 100%; }
/* .PARTNERSHIP :where(.hs-form-field, .hs-dependent-field) { margin: 0 0 30px; } */
.PARTNERSHIP .hs-form-field { margin: 0 0 30px; }
.PARTNERSHIP .hs-submit { margin-bottom: 0; }

/* .PARTNERSHIP form > *:not(:last-child) {
    margin-bottom: 30px;
} */
.PARTNERSHIP form > input:nth-of-type(-n+6) {
    width: 320px;
}

.PARTNERSHIP form > input[type="submit"] {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.PARTNERSHIP form > textarea{
    height: auto;
}

@media screen and (max-width: 900px) {
    .PARTNERSHIP form { padding: 20px; }
    .PARTNERSHIP form > input:not(:last-of-type) { width: 100%; }
}