body {
  background: #f2f2f2;
}

body.list-background {
	background-image: url('/account/assets/img/layout/row_bg.png');
	background-position: center;
	background-repeat: repeat-y;
}

.main {
	position: relative;
	/*padding-bottom:50px;*/
}
body.offers {
	padding-bottom:0px;
}

/* Prevent margins from escaping .container */
.container:before,
.container:after {
	content: "\00a0";
	display: block;
	overflow: hidden;
	height: 0;
}

.primary.container {
	background: white;
	border: 1px solid #E7E7E7;
}

.list-background .primary.container {
	border-bottom: 0;
}

.list-background .title.container {
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-width: 0 1px;
}

.center { text-align: center }

.icons .triangle {
	background-image: url('/shared/assets/img/arrows/large-grey-right.min.svgz');
	background-position: 0;
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
}

.no-svg .icons .triangle {
	background-image: url('/shared/assets/img/arrows/large-grey-right.png');
}

.director-box {
	font-family: 'Poppins Regular';
	font-size: 18px;
	background: #fdba52;
	height: 50px;
	left: 0;
	width: 100%;
	z-index: 2;
	line-height: 50px;
	text-align: center;		
	box-shadow: 0 -3px 0 rgba(0, 0, 0, .2) inset;
}

.director-box:after {
	border: 10px solid transparent;
	border-color: #fdba52 transparent transparent;
	content: '\00A0';
	display: block;
	margin: 0 auto;
	height: 0;
	width: 0;
	margin-top: -3px;	
}

.director-box-push {
	height:50px;
}

.small {
	margin: 0 auto;
	width: 320px;
}
