/**
* TWD Framework v2 3.29.15
* -------------------
**/
/****/
.twd_container {
	width: 100%;
	max-width: 963px;
	margin: 0 auto;
	padding: 0;
	font-family: 'Avenir-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
	text-rendering: optimizeLegibility;
}
.twd_container a, .twd_container a:visited, .twd_container a:active {
	text-decoration: none;
}
.twd_container a img {
	border: 0;
}
.twd_container img {
	max-width: 100%;
	height: auto;
}
/**/
/* responsive columns */
.twd_row {
	display: table;
	width: 100%;
	max-width: 963px;
}
.twd_column {
	display: table-cell;
	vertical-align:top;
	padding-left: 1%;
	padding-right: 1%;
	*margin-right:-5px; /* IE7 and below */
	*float:left; /* IE7 and below */
}
.twd_column img {
	max-width: 100%;
	height: auto;
}
.twd_one {
	width: 100%;
}
.twd_two {
	width: 48%;
}
.twd_three {
	width: 31%;
}
.twd_threeCenter {
	width: 32%;
}
.twd_threeCustom {
	width: 25%;
}
.twd_threeCustomDivider {
	width: 11%;
}
.twd_four {
	width: 23%;
}
.twd_five {
	width: 19%;
}
.twd_six {
	width: 16%;
}
.twd_twoThirds1 {
	width: 32%;
}
.twd_twoThirds2 {
	width: 64%;
}
.twd_oneQuarter1 {
	width: 23%;
}
.twd_oneQuarter2 {
	width: 73%;
}
.twd_quad {
	width: 23%;
}
/**/
/* vertical dividers for columns */
/* fyi: equal height columns not supported in IE7 */
.twd_vr {
	box-shadow: inset -1px 0 0 #ccc;
	border-right: solid 1px #ccc\9; /* IE8 and below */
	padding-right:15px\9; /* IE8 and below */
}
/* the following transform to horizontal dividers on mobile */
.twd_vr_right, .twd_vr_right_hideOnMobile {
	box-shadow: inset -1px 0 0 #ccc;
	border-right: solid 1px #ccc\9; /* IE8 and below */
	padding-right:15px\9; /* IE8 and below */
}
.twd_vr_left, .twd_vr_left_hideOnMobile {
	box-shadow: inset 1px 0 0 #ccc;
	border-left: solid 1px #ccc\9; /* IE8 and below */
	padding-left:15px\9; /* IE8 and below */
}
.twd_vr_both {
	box-shadow: 0 0px 0px 0px white, 0 0px 0px 0px white, 1px 0 0 #ccc, -1px 0 0 #ccc;
	border-left: solid 1px #ccc\9; /* IE8 and below */
	border-right: solid 1px #ccc\9; /* IE8 and below */
	padding-right:15px\9; /* IE8 and below */
	padding-left:150px\9; /* IE8 and below */
}
/* horizontal divider */
.twd_hr {
	height: 1px;
	box-shadow: inset 0 -1px 0 #ccc;
	border-top: solid 1px #ccc\9; /* IE8 and below */
}
/**/
/* common styles */
.twd_float_left {
	float: left;
}
.twd_float_right {
	float: right;
}
.twd_clearfloat {
	width: 100%;
	clear: left;
}
.twd_hide {
	display: none;
}
.twd_show {
	display: block;
}
.twd_padding0 {
	padding: 0;
}
.twd_margin0 {
	margin: 0;
}
.twd_margin5 {
	margin-bottom: 5px;
}
.twd_margin10 {
	margin-bottom: 10px;
}
.twd_margin15 {
	margin-bottom: 15px;
}
.twd_margin20 {
	margin-bottom: 20px;
}
.twd_margin25 {
	margin-bottom: 25px;
}
.twd_margin30 {
	margin-bottom: 30px;
}
.twd_margin35 {
	margin-bottom: 35px;
}
.twd_margin40 {
	margin-bottom: 40px;
}
.twd_margin45 {
	margin-bottom: 45px;
}
.twd_margin50 {
	margin-bottom: 50px;
}
.twd_text_left {
	text-align: left!important;
}
.twd_text_right {
	text-align: right!important;
}
.twd_text_center {
	text-align: center!important;
}
.twd_text_justify {
	text-align: justify!important;
}
.twd_text_centeredOnMobile {
	text-align: left!important;
}
.twd_footer_text {
	font-size: 12px;
}
.twd_centered {
	margin: auto!important;
	text-align: center!important;
}
.twd_fullBackground {
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
.twd_fullWidth img {
	width: 100%;
	height: auto;
}
/**/
/* default paragraph styles */
.twd_p {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}
/**/
/* default seo copy styles */
.twd_seo {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}
/**/
/* default legal copy styles */
.twd_legal {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 11px;
	text-rendering: optimizeLegibility;
}
/**/
/* default header styles */
.twd_h1, .twd_h2, .twd_h3, .twd_h4, .twd_h5, .twd_h6 {
	font-family: 'Avenir-Medium', Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	color: #333;
}
.twd_h1 a, .twd_h2 a, .twd_h3 a, .twd_h4 a, .twd_h5 a, .twd_h6 a {
	font-weight: inherit;
}
.twd_h1 {
	font-size: 2.8em;
}
.twd_h2 {
	font-size: 2.3em;
}
.twd_h3 {
	font-size: 2.0em;
}
.twd_h4 {
	font-size: 1.8em;
}
.twd_h5 {
	font-size: 1.5em;
}
.twd_h6 {
	font-size: 1.2em;
}
/**/
/* default colors */
.twd_blue {
	color: #0060af!important;
}
.twd_purple {
	color: #7961aa!important;
}
.twd_aqua {
	color: #6ecff6!important;
}
.twd_orange {
	color: #f7941e!important;
}
.twd_green {
	color: #bed62f!important;
}
.twd_pink {
	color: #f49ab9!important;
}
.twd_white {
	color: #fff!important;
}
.twd_bg_blue {
	background-color: #0060af;
}
.twd_bg_purple {
	background-color: #7961aa;
}
.twd_bg_aqua {
	background-color: #6ecff6;
}
.twd_bg_orange {
	background-color: #f7941e;
}
.twd_bg_green {
	background-color: #bed62f;
}
.twd_bg_pink {
	background-color: #f49ab9;
}
/**/
/* arrows */
.twd_arrow_blue {
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #0060af;
	margin-left: 10px;
}
.twd_arrow_purple {
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #5c2e91;
	margin-left: 10px;
}
.twd_arrow_white {
	height: 0;
	width: 0;
	border-style: solid;
	border-width: 7px 0 7px 6px;
	border-color: transparent transparent transparent #fff;
	margin-left: 10px;
}
.twd_arrow_outerWrap {
	/*overflow: hidden;*/
}
.twd_arrow_wrap {
	float: left;
	position: relative;
	left: 50%;
}
.twd_arrow_content {
	float: left;
	line-height: 12px; /* arrow is 6px tall, so make line height double that or 12px to align them vertically */
	position: relative;
	left: -50%;
}
/**/
/* videos */
.twd_video16x9 {
	position:absolute;
	display: block;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;	
}
.twd_videoContainer {
	position: relative;
	height: 0;
	padding: 56.25% 0 0 0;
}
.twd_videoContainer img {
	width:auto/9; /* IE 8 & below */
}
/* hide and show styles */
.twd_showOnDesktop {
	display: block;
}
.twd_showColumnOnDesktop {
	display:table-cell;
}
.twd_hideOnMobile, .twd_hideOnTablet {
	display: block;
}
.twd_hideColumnOnMobile, .twd_hideColumnOnTablet {
	display: table-cell;
}
.twd_hideOnDesktop, .twd_hideColumnOnDesktop {
	display: none;
}
/* tablet styles */
@media screen and (max-width: 768px) {
/* overwrite CMS styles */
#CMSbabyChecklist {
	width: 100%;
	margin: 0 auto;
}
#bru_baby_checklist {
	width: 100% ;
	margin: 0 auto;
}
.twd_p, .twd_seo {
	font-size: 15px;
}
.twd_h1 {
	font-size: 2.6em;
}
.twd_h2 {
	font-size: 2.1em;
}
.twd_h3 {
	font-size: 1.8em;
}
.twd_h4 {
	font-size: 1.6em;
}
.twd_h5 {
	font-size: 1.3em;
}
.twd_h6 {
	font-size: 1.0em;
} 
/* hide and show styles */
.twd_hideOnMobile, .twd_hideOnDesktop {
	display: block;
}
.twd_hideColumnOnMobile, .twd_hideColumnOnDesktop {
	display: table-cell;
}
.twd_showOnDesktop, .twd_showColumnOnDesktop {
	display: none;
}
.twd_hideOnTablet, .twd_hideColumnOnTablet {
	display: none;
}
.twd_text_centeredOnTablet {
	text-align: center!important;
}
.twd_centeredOnTablet {
	text-align: center!important; margin:auto;
}
/* break to 100% columns on tablet */
.twd_breakOnTablet {
	float: left;
	padding:0;
	width: 100%;
}
}
/**/
/* mobile styles */
@media screen and (max-width : 480px) {
#scrollToTop { display:none; } /* hide the scroll to top button */
.twd_container {
	max-width: 100%;
	width: 100%;
}
.twd_p, .twd_seo {
	font-size: 14px;
	padding: 1%;
}
.twd_float_noneOnMobile {
	float:none;
}
.twd_centeredOnMobile {
	text-align: center!important; margin:auto;
}
.twd_text_centeredOnMobile {
	text-align: center!important;
}
.twd_h1 {
	font-size: 2.4em;
}
.twd_h2 {
	font-size: 1.9em;
}
.twd_h3 {
	font-size: 1.6em;
}
.twd_h4 {
	font-size: 1.4em;
}
.twd_h5 {
	font-size: 1.1em;
}
.twd_h6 {
	font-size: .8em;
}
.twd_bringToTop {
	display: table-caption;
}
.twd_arrow_content {
	line-height: normal;
}
.twd_vr_right_hideOnMobile, .twd_vr_lef t_hideOnMobile {
	box-shadow: none;
}
.twd_vr_right {
	box-shadow: inset 0 -1px 0 #ccc;
	margin-bottom: 20px;
}
.twd_vr_left {
	box-shadow: inset 0 1px 0 #ccc;
	margin-bottom: 20px;
}
.twd_quad.twd_vr_right:nth-child(1n) {
	box-shadow: inset -1px -1px 0 #ccc;
	margin-bottom: 0;
}
.twd_quad.twd_vr_right:nth-child(2n) {
	box-shadow: inset 0 -1px 0 #ccc;
	margin-bottom: 0;
}
.twd_quad.twd_vr_right:nth-child(3n) {
	box-shadow: inset -1px 0 0 #ccc;
}
.twd_quad.twd_vr_right:nth-child(4n) {
	box-shadow: none;
}
.twd_column {
	float: left; padding:0;
}
.twd_two, .twd_three, .twd_threeCenter, .twd_threeCustom, .twd_threeCustomDivider, .twd_four, .twd_five, .twd_twoThirds1, .twd_twoThirds2, .twd_oneQuarter1, .twd_oneQuarter2 {
	width: 100%;
}
.twd_quad {
	width: 50%;
	float: left;
}
.twd_six {
	width: 50%;
	float: left;
}
/**/
/* stacking order */
.twd_order {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	/* optional */
	-webkit-box-align: start;
	-moz-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.twd_order .twd_order2 {
	-webkit-box-ordinal-group: 2;
	-moz-box-ordinal-group: 2;
	-ms-flex-order: 2;
	-webkit-order: 2;
	order: 2;
}
.twd_order .twd_order1 {
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-ms-flex-order: 1;
	-webkit-order: 1;
	order: 1;
}
/**/
/* hide and show styles */
.twd_showOnDesktop, .twd_showColumnOnDesktop {
	display: none;
}
.twd_hideOnTablet, .twd_hideOnDesktop {
	display: block;
}
.twd_hideColumnOnTablet, .twd_hideColumnOnDesktop {
	display: table-cell;
}
.twd_hideOnMobile, .twd_hideColumnOnMobile {
	display: none;
}
}