.content-wrapper.partners{
    background-color: #00464D;
}

.partners .login-form {
    color: #F2F8F9;
}

.partners .banner {
	background-image: url(/images/partnersbanner.png);
	z-index: 0;
	position: relative;
} 
	
.vectors {
	display: none;
	position: absolute;
    background-image: url(/images/blinker-outline-stack-partner-desktop.svg);
    height: 100%;
    width: 100vw; 
    background-size: cover;
	background-position-x: 30%;
    background-position-y: 20%;
    background-repeat: no-repeat;
}

footer .footer-wrapper {
	justify-content: center;
	padding: calc(2.5rem + 8px) 2.5rem;
	grid-template-rows: auto;
}

footer ul.socialLinks-container {
	display: none;
}

footer .copyright{
	position: static;
    bottom: auto;
    left: auto;
	justify-content: flex-start;
}

@media only screen and (min-aspect-ratio: 1.3 / 1 ) and (min-width: 1134px) {
  .vectors {
    background-position-y: 60%;
	}
}

@media only screen and (min-aspect-ratio: 1.5 / 1 ) and (min-width: 1134px) {
  .vectors {
    background-position-y: 70%;
	background-position-x: 2.5vw;
	}
}

@media only screen and (max-width: 1135px) {
	
	.content-wrapper.partners {
		flex-direction: column;
		justify-content: flex-start;
	}
	
	.vectors {
		display: block;
		height: 0;
		width: 100%;
		top: 80%;
		left: auto;
    	padding-top: calc(120 / 393 * 100%);
		padding-right: 0;
		background-image:  url(/images/partners_mobile.svg);
    	background-size: 260%;
    	background-position-y: 23%;
		background-position-x: 40%;
    	background-repeat: no-repeat;
		position: absolute;;
	}
	
	.copyright{
		position: static;
    	bottom: auto;
    	left: auto;
		justify-content: flex-start;
	}
}

@media only screen and (max-width: 767px) {
	.adaptive-frame {
        padding: 64px 40px 40px 40px;
    }
	
	footer .copyright {
		justify-content: center;
		grid-row: 2;
	} 
	
	footer .footer-wrapper {
		padding: 1rem;
	}
}

@media only screen and (max-width: 390px) {
    .toggle-container {
        width: 100%;
        justify-content: space-between;
    }

    a.toggle-btn {
        flex: 3;
        padding: initial;
    }

    a.toggle-btn.active {
        flex: 2;
        padding: initial;
    }
}
