#back-to-office {
	margin: 0 auto;
	max-width: 1200px;
}
#back-to-office strong {
    font-weight: 600;
}
#back-to-office .button {
    background: #78be20; /* pdc-color-green */
	color: #FFF;
    font-size: 12px;
	text-transform: uppercase;
}
@media screen and (max-width: 480px) {
	#back-to-office .button {
		display: block;
		width: 100%;
	}
}

#back-to-office h1, #back-to-office .h1,
#back-to-office h2, #back-to-office .h2 {
    font-weight: 600;
}
#back-to-office .section {
    padding: 20px 20px 10px 20px;
margin-top: 1rem;
}
#back-to-office .section:nth-child(odd) {
	background-color: #ddefc7; /* pdc-color-green-25prc */
}
#back-to-office-header-1,
#back-to-office-header-2 {
	background-position: right top;
    background-repeat: no-repeat;
	background-size: cover;
    min-height: 96px;
    padding: 10px;
    text-align: left;
}
@media screen and (min-width: 480px) {
	#back-to-office-header-1,
	#back-to-office-header-2 {
		min-height: 144px;
	}
}
@media screen and (min-width: 740px) {
	#back-to-office-header-1,
	#back-to-office-header-2 {
		min-height: 222px;
	}
}
@media screen and (min-width: 960px) {
	#back-to-office-header-1,
	#back-to-office-header-2 {
		min-height: 288px;
	}
}
@media screen and (min-width: 1200px) {
	#back-to-office-header-1,
	#back-to-office-header-2 {
		min-height: 360px;
	}
}
#back-to-office-header-1 {
    background-image: url('PDC-WBAN-Backtowork-header_opt.png');
}
#back-to-office-header-1 .text-1 span,
#back-to-office-header-1 .text-2 span,
#back-to-office-header-2 .text-1 span {
    background-color: rgba(255,255,255,.75);
    border-radius: 4px;
}
#back-to-office-header-1 .text-1 span,
#back-to-office-header-2 .text-1 span {
    color: #78be20; /* pdc-color-green */
    text-transform: uppercase;
}
#back-to-office-header-1 .button,
#back-to-office-header-2 .button {
    box-shadow: 0 0 0 2px rgba(255,255,255,.75);
}
#back-to-office-header-1 .container {
    max-width: 60%;
}

#employees-id .container,
#back-to-office-anchors .container,
#protect-hold .container,
#hold-display .container,
#identify .container {
    margin: 0 auto;
    max-width: 960px;
}
#back-to-office-product-range .row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}
#back-to-office-product-range .row > .column {
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	float: none;
}
#back-to-office-materials .card {
	background: none;
	box-shadow: none;
	-webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
	min-height: 60px;
	position: relative;
	text-align: left;
}
#back-to-office-materials .card-image,
#back-to-office-materials .card-heading,
#back-to-office-materials .card-section {
	padding: 0;
}
#back-to-office-materials .card-image {
    margin-bottom: 1rem;
	margin-right: 20px;
    width: 60px;
}
#back-to-office-materials .card-image img {
	background-color: #fff;
	border-radius: 4px;
	padding: 10px;
}
#back-to-office-materials .card-heading {
	color: #1B9457;
	width: calc(100% - 80px);
}
@media screen and (min-width: 480px) {
	#back-to-office-materials .card {
		min-height: 72px;
		padding-left: calc(72px + 20px);
	}
	#back-to-office-materials .card-image {
		left: 0;
		position: absolute;
		width: 72px;
	}
	#back-to-office-materials .card-heading {
		width: 100%;
	}
}
@media screen and (min-width: 960px) {
	#back-to-office-materials .card {
		min-height: 72px;
		padding-left: calc(72px + 20px);
	}
	#back-to-office-materials .card-image {
		width: 72px;
	}
}
#back-to-office-what-makes-our-product-back-to-office-2 .certifications img {
	display: inline-block;
	max-width: 600px;
	width: 100%;
}
#back-to-office .button-set {
    padding: .5rem;
}

#back-to-office .office-button {
    background: var(--pdc-primary-color-bright-blue);
    color: #FFF;
    border: 0;
    min-width: 2.5rem;
    outline: 0;
    overflow: visible;
    padding: .375rem .5rem;
    text-decoration: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    display: block;
    font-size: 12px;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

#back-to-office .card-heading {
    flex: 1 0 auto;
}
#back-to-office .row {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    list-style: none;
    margin: 0 -.5rem;
}
#back-to-office .btn-view-product {
background: var(--pdc-primary-color-bright-blue);
}
/*
#back-to-office-how-a-plastic-bottle {
	background-color: #CCEDF4;
}
*/