/**********************************
 *  Rivet Web Marketing Basic RMA Form CSS   
 *********************************/

/*** RMA Form ***/

.rma-form::before {
    display: none;
}

.rma-form {
    padding-top: 0px;
}

.rma-form .row-inner {
    max-width: 1200px;
    border: 1px solid var(--lightborder);
    padding: 65px 65px;
	padding-bottom: 50px;
}

.rma-form-content-wrap {
    display: flex;
    justify-content: space-between;
	margin-bottom: 64px;
}

.rma-form-content-wrap .f-text {
	width: 65%;
	padding-right: 60px;
}

.rma-form-content-wrap .f-asset {
    flex: 1;
    display: flex;
    justify-content: flex-end;
	align-items: center;
	width: 35%;
}

.rma-form-instructions-wrap {
	margin-bottom: 64px;
}

.rma-form-instructions {
	display: flex;
    align-items: center;
}

.rma-form-instructions-content {
    width: 63%;
    padding-right: 60px;
}

.rma-form-instructions ol {
    margin-bottom: 0px;
}

.rma-form-instructions-shipping-address p {
    margin-bottom: 0px;
}

.rma-form .form-content h2 {
    text-align: left;
}

 @media only screen and (max-width:960px) {
	 .rma-form-content-wrap {
		display: block;
	}
	 
	 .rma-form-content-wrap .f-text {
		 width: 100%;
		 padding-right: 0;
	 }
	 
	 .rma-form-content-wrap .f-text {
		margin-bottom: 45px;
	}
	 
	 .rma-form-content-wrap {
		flex-direction: column;
		justify-content: center;
	}
	 
	 .rma-form-content-wrap .f-asset {
		 justify-content: center;
	 }
	 
	 .rma-form-content-wrap .f-asset {
		 width: 100%;
	}
	 
	 .rma-form-content-wrap .f-asset img {
		 width: 100%;
	}
	 
	 .rma-form-instructions {
		flex-wrap: wrap;
	}
	 
	 .rma-form-instructions-content {
		width: 100%;
		margin-bottom: 32px;
		padding-right: 0;
	}
}

@media only screen and (max-width:600px) {
	.rma-form .row-inner {
		padding: 36px 36px;
	}
}

@media only screen and (max-width:400px) {
	.rma-form .row-inner {
		padding: 24px 24px;
	}
}

/*** RMA Form Thank You Page ***/
div#acf6503272cc62a5 .f-text ol {
    margin-left: 0px;
}

div#acf6503272cc62a5 {
    padding-top: 0;
}

div#acf62b609a1b713b {
    padding-bottom: 40px;
}

div#acf6503272cc62a5::before {
    display: none;
}

div#acf62b609a1b713b .f-text > picture, div#acf62b609a1b713b .f-text > img {
    border: none;
    max-width: none;
    width: 685px;
}

div#acf62b609a1b713b .row-inner {
    align-items: center;
}

div#acf62b609a1b713b img {
	max-width: 475px;
}

div#thank-you-instructions {
	margin-bottom: 0;
	display: flex;
	align-items: center;
}

div#thank-you-instructions ol {
    width: 52%;
	margin-bottom: 0;
	margin-left: 24px;
	padding-right: 60px;
}

#rma-pdf-download-btn {
	font-size: 24px;
    width: fit-content;
}

 @media only screen and (max-width:960px) {
	 div#thank-you-instructions {
		flex-direction: column;
		 align-items: flex-start;
	}
	 div#thank-you-instructions ol {
		width: 100%;
		 margin-bottom: 32px;
	}
}

@media only screen and (max-width:600px) {
	#rma-pdf-download-btn {
		padding: 20px;
		font-size: 20px;
	}
}

@media only screen and (max-width:500px) {
	#rma-pdf-download-btn {
		width: 100%;
	}
}