@font-face {
font-family:"Didot W01 Bold";
	src:url("/dyn_img/fonts/6adf1098-6e5c-458f-a68a-2de77db01a73.eot?#iefix");
	src:url("/dyn_img/fonts/6adf1098-6e5c-458f-a68a-2de77db01a73.eot?#iefix") format("eot"),
		url("/dyn_img/fonts/5cc88c79-07f5-4dc3-808c-0a24f606acff.woff2") format("woff2"),
		url("/dyn_img/fonts/8c847ae1-0c02-4e9a-9203-c294e4a23fe1.woff") format("woff"),
		url("/dyn_img/fonts/bae6ce0f-deaf-4f99-bdf6-de7f2cf54d04.ttf") format("truetype"),
		url("/dyn_img/fonts/d62df477-3d45-4345-95a9-eac5dcd4b116.svg#d62df477-3d45-4345-95a9-eac5dcd4b116") format("svg");
}

section {
	margin-bottom: 1.688rem;
}

.newborn-checklist-heading-border {
	height: 2px;
	/* background-image: url({{imageUrl}}/splash/newborn-checklist/border-dots.png); */
	margin-bottom: 2rem;
}

h1, h2 {
	text-transform: uppercase;
	font-style: italic;
	font-size: 2rem; /* 32px */
	line-height: 2rem;
	font-weight: 500; /* medium - 600 is too heavy */

	margin: 0;
}
#clothing-content {
	background-color:rgb(228, 230, 235);
}
h1 {
	padding: 4.5rem 0 2.187rem 0;
}

h2 {
	color: #fff;
	padding: 2.5rem 0;
}

p {
	font-size: 1rem; /* 16px */
	line-height: 1.313rem; /* 21px */

	width: 98%; /* isn't wrapping per comp otherwise */

	margin: 0;
	padding: 0;
}
/*
div.checklist-item-thumb {
	width: 100px;
}
*/

.newborn-checklist-subheading {
	background-color: #f1f2f6;
}

.newborn-checklist-peach-bg {
	background-color: #f7a992;
}

.newborn-checklist-teal-bg {
	background-color: #abdbc5;
}

.newborn-checklist-print-button {
	/* background: url({{imageUrl}}/splash/newborn-checklist/print-button.png); */
	border: none;
	color: #666;
	font-weight: 300;
	font-size: 1.2rem;
	padding: 1.375rem 2rem;
	margin: 0;
	width: 11.25rem;
	height: 4.5rem;
	text-align: right;
}

div.checklist-item {
	padding-bottom: 1rem;
}

div.checklist-item-checkbox {
	width: 2.5rem;
    height: 2.5rem;
    margin-top: .7rem;
	border: 0.063rem solid #999;
	box-shadow: 5px 5px 5px #888888;
	background-color:white;
}

div.checklist-item-label {
	font-size: 1.2rem;
	line-height: 1.938rem;
	font-weight: 300; /* roman - too light? */
	/* padding-top: 2rem; */
}

div.checklist-item-label a {
	text-decoration: none;
	font-style: italic;
}

/*div.checklist-item-label a:hover {
	text-decoration: underline;
}*/

div.checklist-item-label > div {
	display: table;
	height: 6.250rem;
}

div.checklist-item-label > div > div {
	display: table-cell;
	padding-top:1rem;
}

span.checklist-item-label-nowrap {
	white-space: nowrap;
	text-transform: uppercase;
	color:#10a9e5;
}

.list-header {
	color:#ec008c;
	margin-left:0.4em;
	text-transform: uppercase;
	font-style: italic;
	font-size: 5rem;
	line-height: 2rem;font-weight: 500;
	font-family: "Didot W01 Bold", serif;
}
.newborn-checklist-blue-bg {
	background-color:#12a8e7;
}
.newborn-checklist-blue-bg h2 {
	margin-left:0rem;
}
.baby-footer-lnks a {
	color:white;
	font-size:1.1em;
	text-transform:uppercase;
	font-style: italic;

	line-height: 2rem;


}
#gear-content {
		background-color: #f1f2f6;
	}

@media only screen and ( max-width: 600px ) { /* small */

	h1 {
		padding-top: 0 !important;
		line-height: 2.375rem !important;
	}

	h2 {
		padding: 1rem 0 !important;
	}

	p {
		padding-bottom: 2rem !important;
	}

	h1, p {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.checklist-item-checkbox {
		width: 2.5rem !important;
		height: 2.5rem !important;
		margin-top: 0.813rem !important;

	}

	.checklist-item-label > div {
		height: 4.125rem !important;
	}

	.checklist-item-label > div > div {
		font-size: 1rem !important;
		line-height: 1.313rem !important;
	}

	.newborn-checklist-print-button-bottom {
		margin-top: 1rem !important;
	}
	.list-header {
		font-size: 2rem;
	}
	/*.newborn-checklist-blue-bg h2 {
		text-align: center;
	}*/
	.txt-ctr {
		text-align: center;
	}
	div.checklist-item-label > div > div {
	padding-top:1.65rem;
}


}

@media only screen and ( min-width: 601px ) and ( max-width: 1024px ) { /* medium */
	/*
	h1 {
		padding-top: 0 !important;
		line-height: 2.375rem !important;
	}

	h2 {
		padding: 1rem 0 !important;
	}

	p {
		padding-bottom: 2rem !important;
	}

	h1, p {
		padding-left: 2rem !important;
		padding-right: 2rem !important;
	}

	.checklist-item-checkbox {
		width: 2.5rem !important;
		height: 2.5rem !important;
		margin-top: 0.813rem !important;
	}

	.checklist-item-label > div {
		height: 4.125rem !important;
	}

	.checklist-item-label > div > div {
		font-size: 1rem !important;
		line-height: 1.313rem !important;
	}

	.newborn-checklist-print-button-bottom {
		margin-top: 1rem !important;
	}
	*/
}