/*this is a hack to fix en/Return_Policy.cfm while in the middle of AB Testing*/
#raButton p a img {
    display: none;
}
#raButton p a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    display: table;
    padding: 0 30px;
    cursor: pointer;
    color: #fff !important;
    background-color: #d46027;
    transition: .5s all;
    border: none;
}
#raButton p a:before {
	content: 'Request a Return';
}
/*this rest of file applies to all pages in the /en/ directory*/
.content-container {
	max-width:1190px;
	margin:auto;
    padding: 1px;
    background-color: #FFF;
	display:flex;
}
.background-color-wrapper {
	background-color: #fff!important;
}
.leftColumn {
	display: none;
}
.fullRightColumn {
	padding: 0 10px;
}
ol li {
	margin-left: 25px;
}
div#content {
    position: relative;
}
@media (min-width: 993px) {
	.fullRightColumn {
		margin-left: 25px;
	}
	.leftColumn {
		display: block;
		text-align:left;
		font-size: 14px;
		padding-top: 25px;
		margin-left: 10px;
		width: 230px;
		min-width:230px;
	}
	.leftColumn .link {
		color: #532279;
		display: block;
		text-align: left;
		width: 100%;
		background: none;
		border: none;
		cursor: pointer;
		padding: 3px 0;
		box-sizing: border-box;
		font-size: 18px;
		outline: none;
		text-decoration: none;
	}
	.leftColumn .linkBox{
		transition: ease-in-out padding 0.3s;
		width: 100%;
		border-bottom: solid 1px #532279;
	}
	.linkBox span{
		color: #532279;
		display: block;
		width: 100%;
		text-align: left;
		background: none;
		border: none;
		cursor: pointer;
		padding: 7px 0;
		box-sizing: border-box;
		font-size: 18px;
		outline: none;
	}
	.leftColumn .linkBox.show {
		padding-bottom: 5px;
	}
	.leftColumn .linkBox ul{
		display: none;
		list-style: none;
		padding-left: 15px;
		margin: 0;
		overflow: hidden;
		transition: ease-in-out max-height 0.3s;
	}
	.leftColumn .linkBox.show ul{
		display: block;
	}
	.linkBox li {
		font-size: 14px;
		font-weight: 300;
		line-height: 20px;
		padding: 1px 0;
	}
	.linkBox li a{
		text-decoration:none;
		font-weight: 300;
	}
	.linkBox span:after {
		content: "+";
		float: right;
	}
	.linkBox.show span:after {
		content: "-";
	}
	.linkBox li a:hover, .linkBox li a:focus{
		text-decoration:underline;
		font-weight: 400;
	}
}