.ptn-logos-section { margin-top: 8rem; }
.ptn-logos-text-case { width: 33.333%; padding-right: 4%; }
.ptn-logos-section-wrapper { width: 66.666%; }
.ptn-logos-image-wrapper { width: 25%; height: 4rem; text-align: center; margin-bottom: 3rem; }
.bottom { width: 16.666%; }
.ptn-logos-image-wrapper img { max-height: 100%; max-width: 100%; }
.ptn-logos-top-wrapper-main { display: flex; }
.ptn-logos-top-wrapper{ width: 66.666%; display: flex; flex-wrap: wrap; }
.ptn-logos-bottom-wrapper{ display: flex; flex-wrap: wrap; }
.text-left { text-align: left; }

.ptn-logos-section h2 {
    color: #a3c7e1 !important;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .02em;
}
.ptn-logos-section p {
	color: #222556;
    font-family: "MontserratFF";
    font-weight: 500;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 26px;
}

.ptn-lbline {
	position: absolute;
	transform: translate(4450%, -115%);
	height: 60px;
	width: 3px;
	background: #a3c7e1;
	z-index: 3;
}

.ptn-network-filler {
	width: 45%;
	background: #fff;
	content: '';
}

/* FORM SECTION */
.ptn-form-section .dform { display: flex; flex-direction: row; }
.ptn-form-section .dfcolumns { display: flex; flex-direction: row; position: relative; }
.ptn-form-section .dform input[type="text"] {
	border: 2px solid #0c2143;
	padding: 7px;
	margin-right: 20px;
	color: #232556;
	font-style: italic;
	font-weight: 500;
    font-family: "MontserratFF";
}
.ptn-form-section .dform input[type="email"] {
	border: 2px solid #0c2143;
	margin-right: 20px;
	padding: 7px;
	color: #232556;
	font-style: italic;
	font-weight: 500;
    font-family: "MontserratFF";
}
.ptn-form-section .dform input[type="submit"] {
	border: 2px solid #0c2143;
	padding: 7px 14px;
	letter-spacing: .2em;
    text-transform: uppercase;
    color: #232556;
    font-size: 100%;
	font-weight: 500;	
    font-family: "MontserratFF";
}
.ptn-form-section form { margin-top: 3rem; margin-bottom: 5rem; }
.ptn-form-section { 
	margin-top: 5rem;
	padding: 5%;
	background: linear-gradient(to bottom right, #a3c7e2, #fff 90%);
	display: flex;
    flex-direction: column;
    align-items: center;
}

.ptn-form-section h2 {
	font-size: 3rem;
    line-height: 3rem;
    letter-spacing: .03em;
    font-weight: 600;
    font-family: "MontserratFF";
	text-shadow: 0px 6px 6px #b7bbc2;
}
/* ---------------------------------- */

/* PARTNER SECTION */
.ptn-partner-section {
	background: #f4f2f2;
	width: 100%;
	height: 25vw;
	position: relative;
	clip-path: polygon(0 20%, 42% 20%, 50% 0, 58% 20%, 100% 20%, 100% 100%, 0 100%);
	padding-top: 5vw;
	margin-top: -2rem;
}

.ptn-partner-button-case {
	display: flex;
	justify-content: center;
	margin-top: -20px;
	z-index: 2;
}

.ptn-partner-button {
	background: #a3c7e1;
	color: #fff;
	padding: 14px 28px;
	font-weight: 500;
    font-family: "MontserratFF";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: .15em;
	z-index: 2;
}

.ptn-partner-steps-case {
	display: flex;
	flex-direction: row;
	height: 100%
}

.ptn-partner-step {
	height: 100%;
	width: 25%;
	padding: 2% 3%;
}

.ptn-partner-step p {
	line-height: 1.2rem;
    margin-bottom: 3rem;
    margin-top: -1.6rem;
    font-weight: 500;
    font-size: .9rem;
}

.ptn-partner-step h1 {
    font-size: 2.6rem;
    font-family: "MontserratFF";
}

.ptn-partner-step h4 {
	color: #a3c7e1 !important;
    font-size: 1rem;
    line-height: .75rem;
    letter-spacing: .02em;
}
/* ---------------------------------- */

/* CONNECTED SECTION */
.ptn-connect-section { margin-top: 4rem; }

.ptn-connect-section h2 {
	color: #a3c7e1 !important;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .02em;	
}

.ptn-connect-section p {
	line-height: 1.5rem;
    margin-bottom: 3rem;
    margin-top: -1.6rem;
    font-weight: 600;
    font-size: .9rem;
}
/* ---------------------------------- */

/* NETWORK SECTION */	
.ptn-network-section { display: flex; }
.ptn-network-section-top { display: flex; width: 100%; margin: 5em;}
.ptn-network-text-case { width: 45%; background: #00224a; padding: 5%; }
.ptn-network-image-bottom-case img { max-width: 100%; height: 100%; }
.ptn-network-image-top-case img { max-width: 100%; height: 100%; }

.ptn-network-section p { 
	color: #fff; 
	line-height: 1.5rem;
    margin-bottom: 3rem;
    margin-top: -1.2rem;
}

.ptn-network-section a {
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 32px;
}

.ptn-network-section h2 {
	color: #fff;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .02em;
}
/* ---------------------------------- */

/* INFO SECTION */
.ptn-info-section {
	margin: 10rem 12%;
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	position: relative;
}

.ptn-info-column { padding: 5%; }
.ptn-info-divider { width: 8px; background: #a3c7e1; }
.ptn-info-case { margin-bottom: 2rem; }

.ptn-info-case h3 {
    color: #a3c7e1 !important;
    text-transform: uppercase;
    font-size: 1.1rem;
    line-height: 1.1rem;
    letter-spacing: .02em;
	margin-bottom: 0.5rem;
}
/* ---------------------------------- */

/* ABOUT SECTION */
.ptn-about-section {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.ptn-about-section img {
	max-width: 40vw;
	max-height: 30vw;
	margin-right: 5w;
}

.ptn-about-text-case { margin-left: 5vw; }

.ptn-about-text-case h2 {
	color: #a3c7e1 !important;
    font-family: 'PT Serif', serif;
    text-transform: uppercase;
    font-size: 2.125rem;
    line-height: 2.125rem;
    letter-spacing: .02em;	
}

.ptn-about-text-case p {
    color: #222556;
    font-family: "MontserratFF";
    font-weight: 500;
    letter-spacing: .05em;
    font-size: 14px;
    line-height: 26px;
}
/* ---------------------------------- */

.ptn-container { width: 90vw; margin-top: -50px; margin-left: 5vw; }
.ptn-grad-case { position: relative; height: 450px; }

.ptn-grad-top { 
	background: linear-gradient(to bottom, rgba(163,199,226,0), rgba(163,199,226,0) 40%, rgba(255, 255, 255) 90%);
	width: 100%;
	height: 100%;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.ptn-grad-bottom { 
	background: linear-gradient(to right, #a3c7e2, #d6e2f0 100%);
	width: 100%;
	height: 100%;
	position: absolute;
}

.ptn-title {
	color: #232556;
	text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 3.2rem;
    letter-spacing: .03em;
	font-weight: 600;
	font-family: "MontserratFF";
	margin-top: -75px;
}

@media only screen and (max-width: 900px) {
.ptn-logos-image-wrapper { margin-bottom: 5rem; }
}

@media only screen and (max-width: 700px) {
.ptn-network-section p { font-size: 10px; line-height: 1rem !important; }
.ptn-network-section h2 { font-size: 1.5rem !important; line-height: 1.5rem !important;}
}

@media only screen and (max-width: 600px) {
.ptn-partner-step h4 { font-size: .8rem; }
.ptn-partner-step h1 { font-size: 1.6rem; }
.ptn-partner-step p { line-height: .9rem; margin-top: -1.8rem; font-size: .7rem; }
.ptn-partner-button { padding: 7px 14px; font-size: 9px; line-height: 12px; }
.ptn-partner-button-case { margin-top: -14px; }

.ptn-logos-image-wrapper { margin-bottom: 9rem; }
}

@media only screen and (min-width: 1400px) {
.ptn-network-section h2 { font-size: 2.25rem; margin-bottom: 12px; }
.ptn-network-section p { font-size: 16px; margin-bottom: 2rem; }
.ptn-network-section a { font-size: 20px; padding: 8px 36px; }
.ptn-network-text-case { width: 40%; }

.ptn-network-filler { width: 30%; }

.ptn-form-section form { width: 90%; }
.ptn-form-section .dform input[type="text"] { padding: 14px 24px 14px 10px; margin-right: 0vw; width: 95%; }
.ptn-form-section .dform input[type="email"] { padding: 14px 24px 14px 10px; margin-right: 0vw; width: 95%; }
.ptn-form-section .dform input[type="submit"] { padding: 14px 40px; }
.ptn-form-section .dform .column.composer-sortable { width: 29%; }
.ptn-form-section .dform .dform_element.dform_columns_3.dftop_label.field_columns_3 { width: 100%; }
}

@media only screen and (max-width: 1600px) {
.ptn-network-image-top-case { width: 55%; }
.ptn-network-image-bottom-case { width: 60%; }

}
@media only screen and (min-width: 1700px) {
.ptn-about-section img { height: 600px; }
}

@media only screen and (min-width: 1500px) {
.ptn-partner-step h4 { font-size: 1.7rem; line-height: 1rem; }
.ptn-partner-step p { font-size: 1.4rem; line-height: 1.7rem; }
.ptn-partner-step h1 { font-size: 2.8rem; }
.ptn-partner-button-case { margin-top: -25px; }
.ptn-partner-button { padding: 24px 40px; line-height: 0px; font-size: 18px; }
}
@media only screen and (min-width: 2000px) {
.ptn-partner-button { padding: 30px 50px; line-height: 0px; font-size: 18px; }
.ptn-partner-step h4 { line-height: 1.2rem; }
.ptn-partner-step p { font-size: 1.4rem; line-height: 1.9rem; }
.ptn-partner-step h1 { font-size: 3.5rem; }
}