/* Begin classes for common SPIN elements */
/* FONTS */
@font-face{
	font-family:"HelveticaNeueLt";
	src:url("../fonts/helveticaneue/HelveticaNeueLt.ttf") format("truetype");
}
@font-face{
	font-family:"HelveticaNeueBlack";
	src:url("../fonts/helveticaneue/HelveticaNeue BlackCond.ttf") format("truetype");
}
@font-face{
	font-family:"HelveticaNeueThin";
	src:url("../fonts/helveticaneue/HelveticaNeue Thin.ttf") format("truetype");
}
@font-face{
	font-family:"HelveticaNeue";
	src:url("../fonts/helveticaneue/HelveticaNeue Medium.ttf") format("truetype");
}
@font-face{
	font-family:"HelveticaNeueBlack";
	src:url("../fonts/helveticaneue/HelveticaNeue BlackCond.ttf") format("truetype");
}
@font-face{
	font-family:"HelveticaNeueMedCond";
	src:url("../fonts/helveticaneue/HelveticaNeue-MediumCond.ttf") format("truetype");
}
@font-face{
	font-family: "Athletics Regular";
	src:url("../fonts/Athletics/AthleticsTRIAL-Regular.otf") format("truetype");
}
@font-face{
	font-family: "Athletics Bold Italic";
	src:
	url("../fonts/Athletics/Athletics-BlackItalic.woff2") format("woff2"),
	url("../fonts/Athletics/Athletics-BlackItalic.woff") format("woff"),
	url("../fonts/Athletics/Athletics-BlackItalic.otf") format("otf")
}
@font-face{
	font-family:"Athletics Extra Bold";
	src:url("../fonts/Athletics/AthleticsTRIAL-ExtraBold.otf") format("truetype");
}
@font-face{
	font-family:"GothamBook";
	src:url("../fonts/GothamBook.ttf") format("truetype");
}
/*a {
	text-decoration: underline;
}*/

/* Client Overrides */
.contentBlock a {
    word-break: break-word;
    white-space: pre-line;
    display: inline;
}
#footer {
	padding-top: 80px;
	padding-bottom: 80px;
	background-size: 440px;
}
#footer h2 {
	font-size: 12px;
	margin-bottom: 24px;
}
#footer li {
	margin-bottom: 16px;
}
#fR1 .innerFoot {
	padding-bottom: 40px;
}
#fR1 .innerFoot div {
	flex-basis: 214px;
}
#fR1 .innerFoot div h2 {
	margin-bottom: 24px;
}
#fR1 .innerFoot div ul li {
	margin-bottom: 16px;
}
#fC4 ul li {
	padding-bottom: 10px;
}
footer #fC4 ul li a {
	font-size: 14px;
}
#footer li a {
	font-size: 14px;

}
#footer li a:hover {
	color: #eee;
}
#wd_printable_content .breadcrumb {
	display: none;
}

/* Eyebrow Navigation */
#logoRow .innerHead {
	position: relative;
}
#logoRow .wd_nav_list {
	position: absolute;
	top: 10px;
	right: 0;
}
#logoRow .wd_nav_list li a {
	color: #586074; 
	font-size: 14px;
	font-weight: 100;
	text-decoration: none;
}
#logoRow .wd_nav_list li {
	margin-right: 22px;
}
#logoRow .wd_nav_list li:last-child {
	margin-right: 0;
}
.shrunkenHead .wd_eyebrow_nav {
	display: none;
}
/* End Eyebrow Navigation */

/* Header Nav Styles */
#mainNavRow li {
	position: relative;
}
#mainNavRow li .wd_subnav {
	position: absolute;
	top: calc(100% + 28px);
	left: 0;
	width: 200px;
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff;
	z-index: -1;
	box-shadow: 0 3px 9pt 0 rgba(0,0,0,.18);
	display: none;
}
/* End Header Nav Styles */

/* Start Mobile Nav Styles */
.mobile-top-level-item .wd_subnav {
	display: none; 
}
.mobile-top-level-item.item-has-children .mobile-top-level-link:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 10px;
	float: right;
}
.mobile-top-level-item.item-has-children .mobile-top-level-link.opened:after {
	content: '\f106';
}
/* End Mobile Nav Styles */

body.mouseUser header.shrunkenHead #mainNavRow li ul.wd_subnav {
	position: absolute;
	top: calc(100% + 30px);
	left: 0;
	width: 200px;
}
#mainNavRow li.top-level-item.item-has-children a.top-level-link:after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 10px;
}
#mainNavRow li.top-level-item.item-has-children a.top-level-link.opened:after {
	content: '\f106';
}
header #mainNavRow ul.wd_subnav li {
	margin-right: 0;
	width: 100%;
	margin-bottom: 10px;
}
header #mainNavRow ul.wd_subnav li a {
	text-align: left;
}
body.mouseUser header.shrunkenHead #mainNavRow li:last-child ul.wd_subnav {
	left: 0;
}
/* End Header Nav Styles */

/* Slider Carousel Styles */
div.single_slider_carousel_container {
	padding-top: 0;
	padding-bottom: 0;
	border-radius: 25px;
}
.single_slider_carousel_inner {
	border-radius: 25px;
	background: #309c88;
}
.single_slider_carousel_inner .item {
	display: block;
    padding-bottom: 56.35%;
    position: relative;
    background-position: center center;
    background-size: cover;
	background-repeat: no-repeat;

}
.contentBlock ol.single_slider_carousel_indicators {
	right: auto;
	left: 15px;
	bottom: 15px;
	margin-left: 0;
	margin-bottom: 0;
	height: 30px;
}
.contentBlock ol.single_slider_carousel_indicators li {
	list-style-type: none;
	margin-bottom: 0;
	border-radius: 6px;
}
a.single_slider_carousel_control {
	display: none;
}

/* End Slider Carousel Styles */

/* Header styles */
.wd_margins.innerWidth {
	max-width: 1170px;
	padding: 0;
	width: 100%;
}
.breadcrumb {
	background-color: #fff;
	padding-left: 0;
}
.wd_content .innerWidth {
	padding-top: 0;
}
#main .wd_page_title {
	margin-bottom: 30px;
	padding: 0;
}
.page_header {
	display: none;
}
#main .wd_page_title h1 {
	padding: 30px 0;
	font-size: 42px;
	line-height: 1.2;
	font-family: 'Athletics Extra Bold';
}
#searchToggle {
	background-color: #0d3f6b;
	color: #fff;
}
#searchToggle:hover {
	background-color: #1a5589;
}
#menuToggle {
	display: none; /* Hide on Desktop and show on mobile */
}
.wd_home_hero {
	padding-top: 80px;
	padding-bottom: 80px;
}

.hpHero {
	height: auto;
}
.hpHero .innerWidth {
    position: relative;
    max-width: 1170px;
	height: 100%;
	padding-top: 0;
	padding-bottom: 0; 
	padding: 0 32px;
}
.wd_home_hero .wd_header_content {
	max-width: 100%;
	width: 100%;
	height: 100%;
	background-color: #309c88;
	padding: 78px 40px 56px;
	bottom: 0;
	left: 0; 
	position: relative;
	display: block;
}
.wd_home_hero .wd_header_content.desktop {
	padding: 78px 0;
}
.wd_home_hero .wd_header_content {
	display: flex;
}
#main .wd_home_hero .wd_header_content .wd_header_title {
	font-family: 'GothamBook', 'Montserrat', sans-serif;
    font-size: 48px;
    font-weight: 500;
    line-height: 62px;
    letter-spacing: 1px;
    color: #fff;
	position: relative;
	padding-right: 25%;
}
#main .wd_home_hero .wd_header_content.desktop .wd_header_title {
	
	position: absolute;
	top: 50%; 
	transform: translateY(-50%);
}
#main .wd_home_hero .wd_header_content .wd_header_title:before {
	background-image: url(../images/squiggle-white.png);
	content: "";
	width: 114px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: -22px;
	left: 0;
	background-size: 100%;
}

.wd_home_hero .wd_header_content .wd_header_intro p {
	font-size: 18px;
    font-weight: 500;
    line-height: 28px;
	margin-top: 32px;
	color: #fff;
	font-family: Montserrat,sans-serif !important;
	letter-spacing: normal;
}
.wd_home_hero .wd_header_content-wrapper {
	width: 40%;
	position: relative;
}
.wd_home_hero #single_slider_responsive {
	width: 60%;
}
.wd_home_hero .single_slider_carousel_bottom {
	display: none;
}
.wd_home_hero .single_slider_carousel_caption {
	display: none;
}
.page_header,
.category_header {
	 color: #1b4e77;
	 font: 2.5em/.8em 'Arial Narrow',Arial,sans-serif;
		font-weight: normal !important;
		margin: 15px 0;
}

.detail_header,
.detail_subheader,
.category_name {
	font-weight: bold;
}

.category_intro {
	margin-bottom: 15px;
	display: none;
}
.wd_pageid_20290 .wd_main_content {
	display: none;
}

/* END Header styles */
#wd_printable_content {
	margin: 1rem 0;
	max-width: 1200px;
}

.well-header.wd_featurebox_title{
	text-align: center;
}

.item {
	margin: 10px;
	padding: 10px;
	overflow: auto;
	line-height: 1.4em;
}
.wd_item {
	margin: 10px;
	padding: 10px;
}
.item_name {
	position: relative;
}
.item_date {
	font-weight: bold;
}
.item_summary {}
.wd_item .wd_thumbnail {
	margin: 0 20px 20px 0;
}
table.wd_imagetable {
	max-width: 100%;
}
.wd_imagetable.wd_fallback {
	max-width: 100%;
}

td.imagecaption {
		text-align: left;
		padding: 3px 5px 3px 5px;
}
.wd_container {
		width: 100%;
		margin: 0 auto;
}
.wd_page_links {
	margin: 0 20px 0 0;
}
td.wd_attachment_info {
	font-size: 16px;
	padding-top: 10px;
}
.wd_attachment_image {
	padding-top: 10px;
}
div.wd_subscribe_link {
	margin: 10px 20px;
}
.wd_search_basic_fields {
	margin: 0 20px;
}
.wd_search_advanced_link {
	margin: 0 20px;
}
/* Toolbar styles */
div.wd_page_toolbar {
		margin: 35px 0px;
}
div.wd_page_toolbar table {
	width: auto;
}
div.wd_page_toolbar td {
	line-height: 16px;
	margin: 0;
	padding: 0;
}
div.wd_page_toolbar a {
	line-height: 16px;
}
.wd_toolbar.wd_toolbar-content {
	display: none;
}
.wd_pageid_20286 .wd_toolbar,
.wd_pageid_20295 .wd_toolbar,
.wd_pageid_20290 .wd_toolbar,
.wd_pageid_20287 .wd_toolbar,
.wd_pageid_20301 .wd_toolbar {
	display: none;
}
/* END Toolbar styles */

/* Begin classes for individual PCTs */

#searchContainer span.searchicon.active {
	position: relative;
}
#searchContainer .wd_search_form_container {
	position: absolute;
	top: 60px;
	z-index: 1;
	display: none;
}
#searchContainer .wd_search_form_container input[type="text"] {
	color: black;
	width: 170px;
}
#searchContainer input[type="submit"] {
	display: none;
}

.wd_videos .wd_item_search_form_container {
	display:none;
}

.wd_pageid_20325 .wd_featureboxes_right.wd_featureboxes-vertical {
	float: left;
	margin-top: 104px;
	margin-left: 1%;
	width: auto;
}
/* Standard */

.wd_pageid_20290 .wd_standard .wd_imagetable {
	margin:10px auto !important;
	width: auto;
}
.wd_pageid_20290 .wd_standard .item {
	display: inline-block;
	width: 48%;
	vertical-align: top;
	margin: 0 0 2rem .75rem;
	padding-bottom: 15px;
	overflow: hidden;
}
.wd_pageid_20290 .item_name a::after {
		content: "\00BB";
		padding-left: 3px;
}
.wd_pageid_20290 .wd_standard .item_name {
	text-align: center;
}
.wd_pageid_20290 table.wd_imagetable img {
	width: 320px;
	height: 225px;
}
.wd_pageid_20288 table.wd_imagetable img {
	width: 175px;
	height: 140px;
}
.wd_pageid_20288 .wd_standard .item_name {
	margin: 10px;
}
div.wd_standard {}
.wd_standard .item_name {
	font-size:1.8em;
}
.wd_standard .wd_category_info h1.category_header {
	font-size: 2.1em !important;
	line-height: 1.1;
	font-weight: normal !important;
	color: #337ab7;
	margin: 0 0 10px 20px;
}
.wd_home_hero.mobile {
	display: none;
}
.wd_home_hero.teal_background {
	min-height: auto;
	position: relative;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	padding-top: 0;
	padding-bottom: 0;
	background: #309c88 !important;
}
.container-fluid-menu {
	width: auto;
}
.wd_newsfeed_releases .wd_title {
	font-size: 1.4em;
	line-height: 1.1;
	font-weight: normal;
}

.wd_date {
	font-size: 1em !important;
}
/* END Standard */

.wd_pageid_20303 .page_header {
	display: none;
}

#wd_printable_content .wd_layout-simple {
	margin-left: auto;
}
#wd_printable_content .wd_search_basic_fields {
	margin: 0;
}
/* Nav */
.wd_nav ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.wd_nav {
	background-color: #f9f9f9;
}
.wd_nav li {
	width: auto;
	display: inline-block;
	font-size: 1em;
	line-height: 48px;
	font-weight: bold;
	color: #3f70b1;
	text-decoration: none;
	padding: 0 11px;
}
.wd_nav ul li.on {
	background-color: #e1e1e1;
	border-bottom: .1625em solid #003a6f;
	color: #003a6f;
}
.wd_nav ul li:hover {
	background-color: #e1e1e1;
	border-bottom: .1625em solid #003a6f;
	color: #003a6f;
}
.wd_nav li a {
	color: #23527c;
	text-decoration: none;
}
.wd_mobilenav_wrapper a {
	font-weight: bold;
	color: rgb(51, 122, 183);;
}
.wd_mobilenav_wrapper {
	display: none;
	background: rgb(249, 249, 249);
	padding: 0;
	margin-top: 58px;
}
.wd_mobilenav_wrapper a.dropdown-toggle {
	cursor: pointer;
}
.nav-item.dropdown.open .dropdown-menu {
	display: block;
}
.dropdown-menu ul {
	list-style-image: none !important;
	list-style-type: none;
}
.dropdown-menu {
	background: transparent;
}

.wd_mobilenav_wrapper .nav-item.dropdown #dropdown01:after {
	content: '\f078';
	font-family: 'fontawesome';
	font-size: 16px;
	color: #1e3261;
	margin-left: 20px;
}
.wd_mobilenav_wrapper .nav-item.dropdown.open #dropdown01:after {
	content: '\f00d';
}
.wd_mobilenav_wrapper .navbar-nav {
	margin: 0;
	padding: 10px 0;
}
.wd_mobilenav_wrapper .dropdown-menu ul {
	margin-top: 20px;
	padding: 0;
}
.wd_mobilenav_wrapper .dropdown-menu li {
	background: #eee;
	padding: 15px;
	margin: 0;
	border-bottom: 2px solid #ccc;
}
.wd_mobilenav_wrapper .nav-item a {
	text-decoration: none;
}
.wd_mobilenav_wrapper .dropdown-menu li:first-child {
	border-top: 2px solid #ccc;
}
.wd_mobilenav_wrapper .dropdown-menu li:hover,
.wd_mobilenav_wrapper .dropdown-menu li.on {
	background: #e1e1e1;
}
/* Nav END */

/* Basic Search Fields */

.wd_search_basic_fields {
	background-color: transparent;
	border: none;
}
#wd_printable_content .wd_search_form_advanced select,
#wd_printable_content .wd_search_basic_fields select {
	font-size: 13px;
	color: #373A41;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../images/expand_more.png);
	background-repeat: no-repeat;
	background-position: right 0;
	border-radius: 3px;
	padding: 2px 20px 2px 5px;
	border: 1px solid #373a41;
}
#wd_printable_content .wd_search_form_advanced input[type="text"],
#wd_printable_content .wd_search_basic_fields input[type="text"] {
	font-size: 13px;
	color: #373A41;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.2;
	border-radius: 3px;
	padding: 2px 20px 2px 5px;
	border: 1px solid #373a41;
	height: 24px;
}
#wd_printable_content .wd_search_basic_fields button.wd_search_button,
.wd_search_form_advanced input[type="submit"] {
	color: #fff;
	background-color: #6660A6;
	border: 1px solid #6660A6;
	border-radius: 20px;
	padding: 3px;
	width: 50px;
	font-family: 'Montserrat', sans-serrif;
}
.wd_search_form_advanced input[type="submit"] {
	width: 80px;
}
#wd_printable_content .wd_search_basic_fields button.wd_search_button {
	background-color: #7570ac;
}
#wd_printable_content .wd_search_advanced_link {
	margin-left: 0;
	margin-right: 0;
	color: #0D3F6B; 
	font-size: 14px;
	line-height: 1.42857;
}
/* End Basic Search Fields */

/* News Releases */
.wd_newsfeed_releases .wd_search_form_basic {
	display: flex;
}
.wd_newsfeed_releases .wd_search_form_basic .wd_search_advanced_link {
	margin-top: 7px;
}
/* End News Releases */

/* Events */
div.wd_events {}
.wd_events .wd_subscribe_link {
	display: none;
}
.wd_events_inputs {
	overflow: visible;
}
.wd_events_input_go {
	color: #fff;
	background-color: #6660A6;
	border: 1px solid #6660A6;
	border-radius: 20px;
	padding: 3px;
	width: 50px;
	font-family: 'Montserrat', sans-serrif;
}
.wd_events .wd_event_info,
.wd_event .wd_event_info {
	margin-left: 265px;
}
.wd_events_more,
.wd_more a {
	color: #fff;
	background-color: #6660A6;
	border: 1px solid #6660A6;
	border-radius: 20px;
	padding: 3px 10px;
	display: inline-block;
	font-family: 'Montserrat', sans-serrif;
	margin-top: 10px;
}

/* END Events */

/* Gallery */
div.wd_gallery {}
div.wd_gallery span.filesize {
	font-weight: normal;
}
div.wd_gallery li.wd_item {
	margin: 5px;
	padding: 5px;
}
/* hi-res link for gallery */
ul.hi_res-links {
		margin: 20px 0;
		list-style: none;
}
ul.hi_res-links li {
		display: inline; /*For ignore double margin in IE6*/
}
ul.hi_res-links li a, ul.hi_res-links li a:hover, ul.hi_res-links li a:link, ul.hi_res-links li a:visited {
		color: #FFF;
}
ul.hi_res-links li a {
		text-decoration: none;
		cursor: pointer;
		text-transform: uppercase;
}
ul.hi_res-links li a span {
		display: block;
		text-align: center;
		margin: 0;
		padding: 2px 10px;
		position: relative; /*To fix IE6 problem (not displaying)*/
		background: #666 url(../images/webdriver/gradient_bg.gif) repeat-x top;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		-webkit-box-shadow: 1px 1px 5px #888;
		-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
/* END hi-res link for gallery */
/* END Gallery */

/* Newsfeed Releases */

.wd_item_122746 .wd_newsfeed_releases-detail .wd_title {
    max-width: 800px; /* wrap headline at specific word for this release.... */
}
.wd_newsfeed_releases-detail .wd_subtitle {
	padding-bottom: 10px;
}
.wd_newsfeed_releases-detail .wd_gallery_asset .wd_title_overlay {
	opacity: 1;
}
.wd_newsfeed_releases-detail .wd_asset_inline {
		background-color: #fff;
}
.wd_newsfeed_releases-detail .wd_asset_inline > div {
	color: #888;
}
.wd_newsfeed_releases-detail .wd_gallery_asset .wd_icon_overlay {
	background: rgba(255, 255, 255, .20) none center center no-repeat;
}
.wd_newsfeed_releases-detail .wd_gallery_asset .wd_icon_overlay .wd_icon_container > a {
		color: #000;
}
.wd_pageid_20295 #wd_printable_content .breadcrumb {
	display: none;
}
div.wd_newsfeed_releases {}

.wd_newsfeed_releases .wd_item_wrapper {
	margin-left: 195px;
}
.wd_newsfeed_releases li.wd_item .wd_subtitle {
	padding: 5px 0;
}
.wd_newsfeed_releases div.wd_thumbnail {
	margin-top: 32.5px;
}
.wd_newsfeed_releases div.wd_thumbnail img {
	max-width: 175px;
	height: auto;
}
.wd_search_form {
	margin-bottom: 50px;
}

.wd_newsfeed_releases .wd_subscribe_link a {
	color: #6660A6;
}
.wd_newsfeed_releases .wd_item {
	margin: 0;
	padding: 16px; 
	border: 1px solid rgb(203, 205, 209);
	margin-bottom: 20px;
	border-radius: 20px;
	display: flex;
}
.wd_newsfeed_releases .wd_item .wd_date {
	font-size: 16px;
	font-weight: normal; 
	color: #373A41;
	line-height: 1.2;
	padding-bottom: 8px;
}
.wd_newsfeed_releases .wd_item .wd_title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px;
}
.wd_newsfeed_releases .wd_item .wd_title a {
	color: #0D3F6B;
	font-weight: 700;
}
.wd_newsfeed_releases .wd_item .wd_subtitle {
	display: none;
}
.wd_newsfeed_releases .wd_item .wd_asset_type_link_list {
	display: none;
}
.wd_newsfeed_releases .wd_item .wd_summary p {
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal; 
	color: #373A41;
}
.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
	padding-top: 32.5px;
	padding-bottom: 32.5px;
}
/* override font size set in feed releases */
.wd_news_headlines .wd_item_search_form_container {
	display: none;
}
.wd_item_search_form_container .wd_search_basic_fields select {
	height: 24px;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
.wd_newsfeed_releases-detail {
	margin: 20px 0 60px;
}
.wd_newsfeed_releases-detail .wd_title {
	font-family: 'Athletics Extra Bold';
	font-size: 34px;
	letter-spacing: 1px;
	line-height: 45px;
	color: #0D3F6B;
}
.wd_newsfeed_releases-detail .wd_subtitle {
	font-size: 20px;
	font-family: 'Athletics Bold Italic';
	font-weight: 500;
	color: #0D3F6B;
	letter-spacing: .5px;
	line-height: 28px;
	font-style: italic;
}
.wd_newsfeed_releases-teaser .item {
	border-bottom: 1px solid #cccccc;
}
.wd_newsfeed_releases-teaser .item:last-child {
	border-bottom: none;
}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}

.wd_newsfeed_releases-teaser .item .wd_thumbnail img {
	float: left;
	max-width: 90px;
	vertical-align: top;
	margin: 5px 5px 0 0;
}
.wd_newsfeed_releases-teaser .item .wd_summary {
	overflow:hidden;
	margin-left: 100px;
}
.wd_newsfeed_releases-teaser .item .wrapperDiv {
	float:left;
	width: 79%;
	margin-left: 1%;
}
.wd_newsfeed_releases-teaser p.more {
	float: right;
}
.wd_newsfeed_releases-teaser p.more a{
	color: black;
}
.wd_newsfeed_releases-teaser .subscribe_link {
	padding-left: 20px;
}

.wd_newsfeed_releases-detail blockquote.wd_pullquote {
	width: 325px;

}

.wd_layout-masonry li {
	list-style-type: none;
}

/* Newsfeed Releases Detail Pages */

/* End Newsfeed Releases Detail Pages */

/* Start News Coverage */
.wd_featureboxes_rss_page #featurebox_rss_0 .item {
	margin: 0;
    margin-bottom: 0px;
	padding: 16px;
	border: 1px solid rgb(203, 205, 209);
	margin-bottom: 20px;
	border-radius: 20px;
}
.wd_featureboxes_rss_page #featurebox_rss_0 .item_date {
	font-weight: normal;
    color: #373A41;
    line-height: 1.2;
	padding-bottom: 8px;
	font-size: 18px;
	font-weight: 400;
}
.wd_featureboxes_rss_page #featurebox_rss_0 .item_name {
	font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.wd_featureboxes_rss_page #featurebox_rss_0 .item_name a {
	color: #0D3F6B;
}
.wd_featureboxes_rss_page #featurebox_rss_0 .item_summary {
	white-space: pre-wrap;
	font-size: 16px;
	line-height: 1.2;
	font-weight: normal;
	color: #373A41;
}
.wd_featureboxes_rss_page p.more {
	width: 100%;
	text-align: center;;
}
#main .wd_featureboxes_rss_page p.more a {
	padding: 13px 24px;
	border-radius: 10px;
	border: 2px solid #0D3F6B;
	color: #0D3F6B;
	font-weight: 600;
	text-decoration: none;
	display: inline-block;
}
#main .wd_featureboxes_rss_page p.more a:hover {
	padding: 13px 24px;
	border-radius: 10px;
	border: 2px solid #0D3F6B;
	background-color: #0D3F6B;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}
/* End News Coverage */

/* Multimedia Gallery */
.wd_pageid_20291 .breadcrumb {
	padding-left: 0;
}
.wd_pageid_20291 .breadcrumb a {
	color: #0d3f6b;
}
.wd_gallery .wd_category_header {
	margin-bottom: 40px;
}
.wd_gallery .wd_category_link_list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	overflow: visible;
}
.wd_gallery .wd_category_link {
	width: 30%;
	margin-right: 2%;
	overflow: visible;
	list-style: none;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 6px;
	padding-left: 0;
} 
.wd_gallery .wd_category_link div {
	margin-left: 0 !important;
}
.wd_gallery .wd_category_link .wd_thumbnail {
	width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 60.25%;
    position: relative;
	border-radius: 6px 6px 0 0;
} 
.wd_gallery .wd_category_link .wd_thumbnail a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.wd_gallery .wd_category_link .wd_title {
	padding-top: 30px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
	border-radius: 0 0 6px 6px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
}
.wd_is_category .wd_gallery .wd_category_link .wd_title {
	padding-top: 20px;
}

.wd_is_category .wd_gallery .wd_category_link div:not(.wd_title) {
	display: table;
	min-height: 100px;
}
.wd_is_category .wd_gallery .wd_category_link div.wd_title {
	display: table-cell;
	vertical-align: middle;
	width: 100%;;
	height: 100%;
}
.wd_is_category .wd_gallery .wd_category_link:nth-child(3n) {
	margin-right: 0;
}
.wd_gallery .wd_title a {
	color: #0d3f6b;
}
.wd_gallery .wd_title a:hover {
	color: #007a64;
}
.wd_gallery .wd_item_list {
	display: flex;
	flex-wrap: wrap;
	margin-left: 0;
	overflow: visible;
}
.wd_gallery .wd_item_list .wd_item  {
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
	overflow: visible;
	list-style: none;
	display: flex;
	flex-direction: column;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 6px;
	padding-top: 20px;
}
.wd_gallery .wd_item_list .wd_item_wrapper {
	padding: 10px 25px 20px 25px;
}
.wd_gallery .wd_item_list .wd_item .wd_thumbnail {
	margin: 0;
}
/* End Multimedia Gallery */

/* News Archives */
.wd_pageid_20296 .wd_toolbar {
	display: none;
}
.wd_pageid_20296 .wd_main_content {
	display: none;
}
/* End News Archives */

/* slider and tooltip style for Press Release Summary */
.item_slider {
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
}
.item_more {
	margin: 20px 0px 0px 0px;
}
.item_tooltip {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.item_tooltip_contents {
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	background-color: #FEFDE1;
	border: 2px solid #a5a5a5;
}
/* END slider and tooltip style for Press Release Summary */

/* items for Press Release Summary */
.item_with_slider {
	padding: 0px 0px 0px 20px;
}
.slider_control_closed {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_open.png) no-repeat right center;
}
.slider_control_open {
	position: absolute;
	left: -20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url(../images/slider_close.png) no-repeat right center;
}
/* END items for Press Release Summary */

/* END Newsfeed Releases */

/* Stories */
div.wd_stories {}
/* END Stories */

/* Formbuilder */

div.wd_formbuilder {}
table.wd_formbuilder {}
input.wd_formbuilder_submit {}
table.wd_formbuilder p {
		margin: 0px;
}
#recaptcha2_widget {
		overflow: hidden;
}
/* END Formbuilder */

/* Search Results */
.wd_webinator_search {}

p.search_result {}

span.search_url {}
/* END Search Results */

/* Events Calendar */

table.wd_calendar_header {
	padding: 5px 0px;
	margin: 0px;
}

table.wd_calendar_header a,
table.wd_calendar_header a:visited,
table.wd_calendar_header a:active,
table.wd_calendar_header a:link {
	color: #6095C3;
}

td.wd_calendar_header_label {
	text-align: center;
	width: 100%;
}

.wd_events-teaser td.wd_calendar_header_label {
	font-weight: bold;
}

.wd_calendar_header td.wd_calendar_header_prev a {
	display: block;
	background: #fff url(../images/webdriver/assets_left_arrow.gif) left center no-repeat;
	border: 1px solid #e1e1e1;
	padding: 12px; /* padding: 0px 12px 0px 40px; *//* good default if text is added */
	text-decoration: none;
	text-indent: -9999px;
	line-height: 0;
}

.wd_calendar_header td.wd_calendar_header_next a {
	display: block;
	background: #fff url(../images/webdriver/assets_right_arrow.gif) right center no-repeat;
	border: 1px solid #e1e1e1;
	padding: 12px; /* padding: 0px 40px 0px 12px; *//* good default if text is added */
	text-decoration: none;
	text-align: left;
	text-indent: -9999px;
	line-height: 0;
}

.wd_events-teaser .wd_calendar_header td.wd_calendar_header_prev a,
.wd_events-teaser .wd_calendar_header td.wd_calendar_header_next a {
	padding: 0px 12px;
	line-height: 24px;
}

table.wd_calendar {
	background-color: #ffffff;
	table-layout: fixed;
	border-spacing:0;
	border-collapse:collapse;
}

th.wd_calendar_dayofweek_header {
	padding: 4px 0;
	text-align: center;
	background: url("../images/webdriver/events/tab_background.gif") repeat-x scroll 0 bottom #FFFFFF;
	border: 1px solid #E1E1E1;
	font-weight: bold;
	border-right: 1px solid #CCC;
}

td.wd_calendar_day {
	margin: 0px;
	vertical-align: top;
	padding: 0px 2px 30px 2px;   /* account for event padding+border where width = content only */
}

.wd_events-teaser td.wd_calendar_day {
	margin: 0px;
	vertical-align: top;
	padding: 0px 2px 0px 2px;   /* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
	background-color: #fff;
	border: 1px #ccc solid;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #F8F8F8;
	border: 1px #ccc solid;
}

td.wd_calendar_today {
	background-color: #F2F9FC;
}

div.wd_calendar_day_header {
	text-align: left;
	font-weight: bold;
	padding: 3px;
}

td.wd_calendar_prev_month div.wd_calendar_day_header,
td.wd_calendar_next_month div.wd_calendar_day_header {
}

div.wd_calendar_no_event {
	margin: 1px 0px 1px 0px;
	padding: 2px;
}

.wd_events-teaser div.wd_calendar_no_event {
	padding: 2px;
	text-align: center;
}

div.wd_calendar_event {
	cursor: pointer;
	padding: 2px 5px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	overflow: hidden;
	background: #6095C3;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #FFF;
	text-decoration: none;
}

.wd_events-teaser div.wd_calendar_event {
	padding: 2px;
	text-align: center;
}

div.wd_event_tip_header {
	line-height: 20px;
	border-bottom: #BBB;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
}

div.wd_event_tip_info {
	background-color: #ffffff;
	margin: 0px 0px 0px 0px;
	padding: 5px;
}

div.wd_event_tip_info p {
	margin: 2px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}

div.wd_event_tip_title {
	font-size: 1.1em;
	font-weight: bold;
}

div.wd_event_tip_time,
div.wd_event_tip_location_name,
div.wd_event_tip_more {
}

div.wd_event_tip_date {
}

div.calendar_subscribe_links img {
	margin-right: 5px;
}

div.calendar_subscribe_links a {
	text-decoration: none;
}

.wd_calendar_event_tip {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	font-size: 1.3em;
	line-height: 20px;
}

.wd_calendar_event_tip .qtip-titlebar {
	background: #6095C3;
	color: #FFF;
}
/* END Events Calendar */

/* Popup Fader */
div#wdFadeBackground {
		background-color: #555555;
		border: 5px;
		margin: 0px;
		padding: 0px;
		z-index: 100;
}

div#wdFadePopup {
		background-color: #333333;
		padding: 2px;
		z-index: 100;
}

td#wdFadeContent {
		background-color: #ffffff;
}

td#wdFadeClose {
		text-align: right;
}

/* END Popup Fader */

.tools img {
		vertical-align: top;
}

/* Featureboxes */

div.wd_featurebox img {
	max-width: 100%;
}
div.wd_featurebox div {}
div.wd_featurebox {
}

div.wd_featurebox p img {
	width: 100%;
	padding: 20px 0;
}
.wd_featurebox_title {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.2;
	margin-bottom: 15px;
	color: #0d3f6b;
	font-family: Tiempos,arial,serif !important;
}

.wd_pageid_20286 div.wd_featurebox,
.wd_pageid_20325 div.wd_featurebox {
	padding: 0;
}
.wd_pageid_20286 .wd_featureboxes_middle.wd_featureboxes-horizontal .wd_featurebox_container,
.wd_pageid_20325 div.wd_featurebox_container {
	border: none;
}

/* Start Featureboxes Subscribe */

.wd_featureboxes_subscribe {
	position: fixed;
	right: -115px;
	top: 432px;
	transform: rotate(-90deg);
	z-index: 10;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;

}
.wd_featureboxes_subscribe div.wd_featurebox_container {
	margin: 0;
	background: #309c88;
	border: none;
	padding: 15px 30px 15px 50px;
}
.wd_featureboxes_subscribe .wd_featurebox_title {
	margin-bottom: 0;
	color: #fff;
	display: flex;
	position: relative;
}
.wd_featureboxes_subscribe .wd_featurebox_title a {
	color: #fff;
}
.wd_featureboxes_subscribe .wd_featurebox_title:before {
	content: '';
	background-image: url(../images/Icon-feather-mail-2.svg);
	width: 20px;
	display: inline-block;
	background-size: contain;
	height: 20px;
	background-repeat: no-repeat;
	transform: rotate(90deg);
	/*! padding-top: 6px; */
	background-position: center;
	padding-top: 10px;
	position: absolute;
	top: 5px;
	left: -24px;
}

/* End Featureboxes Subscribe */

/* Start Featureboxes Top */
.hpHero.top_featurebox_wrapper .innerWidth {
	width: 100%;
	max-width: 1170px;
	margin-left: auto; 
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}
.wd_featureboxes_top {
	margin-top: 60px;
	display: flex;
	overflow: visible;
	margin-bottom: 100px;
}
.wd_featureboxes_top .wd_featurebox_container {
	width: 32%;
	margin-right: 2%;
}
.wd_featureboxes_top .wd_featurebox_container:last-child {
	margin-right: 0;
}
.wd_featureboxes_top .wd_featurebox_container:last-child img {
	padding: 0;
}
#wd_featurebox-teaser_1380 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	overflow: visible;
}
#wd_featurebox-teaser_1380 div.wd_featurebox {
	overflow: visible;
}
#wd_featurebox-teaser_1380 .wd_featurebox_title {
	/* margin-bottom:  */
}
.wd_newsfeed_releases-teaser .subscribe_link,
.wd_newsfeed_releases-teaser .wd_summary {
	display: none; 
}
.wd_newsfeed_releases-teaser .item,
#wd_featurebox-standard_3550 .item {
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 6px;
	margin-bottom: 20px;
	height: 390px;
	background-color:#fef4e4;
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail,
#wd_featurebox-standard_3550 .item .wd_thumbnail,
#wd_featurebox-rss_748 .item .wd_thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	padding-bottom: 60.25%;
	position: relative;
	border-radius: 6px 6px 0 0; 
	background-color: #fff;
	height: 0;
}
.wd_newsfeed_releases-teaser .item .wd_thumbnail a,
#wd_featurebox-standard_3550 .item .wd_thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
}
.wd_newsfeed_releases-teaser .item .wd_title,
#wd_featurebox-standard_3550 .item .wd_title {
	margin-bottom: 0;
}
.wd_newsfeed_releases-teaser .item .wd_date,
#wd_featurebox-standard_3550 .item .wd_date {
	padding: 10px 20px 10px;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif; 
	background-color: #fef4e4;
}
.wd_newsfeed_releases-teaser .wd_asset_icon_link_list {
	display: none;
}
.wd_newsfeed_releases-teaser .item .wd_title,
#wd_featurebox-standard_3550 .item .wd_title {
	padding: 0px 20px 30px 20px;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif; 
	background-color: #fef4e4;
	border-radius: 0 0 6px 6px;
}
.wd_newsfeed_releases-teaser .item .wd_title a,
#wd_featurebox-standard_3550 .item .wd_title a {
	color: #0D3F6B;
}
#main .wd_featureboxes_top p.more a {
	padding: 13px 24px;
	border-radius: 10px;
	border: 2px solid #0D3F6B;
	color: #0D3F6B;
	font-weight: 600;
	text-decoration: none; 
}
#main .wd_featureboxes_top p.more a:hover {
	background-color: #0D3F6B;
	color: #fff; 
}

/* Latest News Release */

#wd_featurebox-teaser_1381 {
	margin-left: 0;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	border: none;
	overflow: visible;
}
.wd_news_headlines-teaser .subscribe_link,
.wd_news_headlines-teaser .wd_summary {
	display: none; 
}
.wd_news_headlines-teaser .item {
	margin: 0;
	padding: 0;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 6px;
	margin-bottom: 20px;
	min-height: 390px;
}
.wd_news_headlines-teaser .item .wd_thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center; 
	padding-bottom: 60.25%;
	position: relative;
	border-radius: 6px 6px 0 0; 
}
.wd_news_headlines-teaser .item .wd_thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0; 
}
.wd_news_headlines-teaser .item .wd_title {
	margin-bottom: 0;
}
.wd_news_headlines-teaser .item .item_date {
	padding: 10px 20px 10px;
	width: 100%;
	font-size: 12px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif; 
	background-color: #fef4e4;
}
.wd_news_headlines-teaser .item .item_name {
	padding: 0px 20px 10px 20px;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif; 
	background-color: #fef4e4;
}
.wd_news_headlines-teaser .item .item_summary {
	padding: 0 20px 30px 20px;
	border-radius: 0 0 6px 6px;
	background-color: #fef4e4;
	font-size: 12px;
	line-height: 1.2;
}
.wd_news_headlines-teaser .item .item_publication {
	font-size: 12px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 600;
}

.wd_news_headlines-teaser .item .item_name a {
	color: #0D3F6B;
}
#wd_featurebox-teaser_1381 .wd_featurebox {
	overflow: visible;
}

#wd_featurebox-teaser_1381 p.more a {
	padding: 13px 24px;
	border-radius: 10px;
	border: 2px solid #0D3F6B;
	color: #0D3F6B;
	font-weight: 600;
	text-decoration: none; 
}
#wd_featurebox-teaser_1381 p.more a:hover {
	background-color: #0D3F6B;
	color: #fff; 
}

/* Latest News Coverage */

#wd_featurebox-rss_749 p.wd_thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 60.25%;
	position: relative;
	border-radius: 6px 6px 0 0;
}
#wd_featurebox-rss_749 .wd_featurebox {
	height: 390px;
	background-color: #fef4e4;
	border-radius: 6px 6px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#wd_featurebox-rss_749 #featurebox_rss_0 .item {
	margin: 0;
	padding: 0;
} 

#wd_featurebox-rss_749 .item .item_date {
	padding: 10px 20px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background-color: #fef4e4;
}
#wd_featurebox-rss_749 .item_name {
	padding: 0px 20px 30px 20px;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	background-color: #fef4e4;
	border-radius: 0 0 6px 6px;
}
#wd_featurebox-rss_749 .item_name a {
	color: #0D3F6B;
}
#wd_featurebox-rss_749 p.more {
	margin-top: 20px;
}

/* Nemours Blog */

#wd_featurebox-rss_748 p.wd_thumbnail {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 60.25%;
	position: relative;
	border-radius: 6px 6px 0 0;
}
#wd_featurebox-rss_748 .item {
	display: none;
	margin: 0;
	padding: 0;
}
#wd_featurebox-rss_748 .wd_featurebox {
	height: 390px;
	background-color: #fef4e4;
	border-radius: 6px 6px 6px 6px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#wd_featurebox-rss_748 .item_date {
	padding: 10px 20px 10px;
	width: 100%;
	font-size: 14px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
	background-color: #fef4e4;
}
#wd_featurebox-rss_748 .item_summary {
	display: none;
}

#wd_featurebox-rss_748 .item_name {
	padding: 0px 20px 30px 20px;
	width: 100%;
	font-size: 20px;
	line-height: 1.2;
	color: #0D3F6B;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	background-color: #fef4e4;
	border-radius: 0 0 6px 6px;
}
#wd_featurebox-rss_748 .item_name a{
	color: #0D3F6B;
}
#wd_featurebox-rss_748 p.more {
	margin-top: 20px;
}

/* End Featureboxes Top */

/* Start Intro Featurebox */

.intro .innerWidth {
	padding-bottom: 0;
}
.wd_featureboxes_intro {
	margin: 0 80px 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #000;
}
.wd_featureboxes_intro .wd_featurebox_container p {
	line-height: 1.56;
	font-size: 18px;
	font-weight: 400;
}
.wd_featureboxes_intro h2 strong:before {
	background-image: url(../images/squiggle-aqua.png);
	content: "";
	width: 114px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100%;
}

/* End Intro Featurebox */

/* Start Nemours Leaders Featurebox */
#facts,
#bottom_contacts {
	padding-top: 80px;
	margin-top: -80px;
	padding-bottom: 80px;
}
#leaders,
#specialties,
#kidsHealth {
	padding-top: 80px;
	margin-top: -80px;
	padding-bottom: 0px;
}
#kidsHealth {
	padding-top: 95px;
}
.wd_featureboxes_nemoursKidsHealth .wd_featurebox_title,
.featurebox_leaders_title {
	text-align: center;
	color: #0d3f6b;
}
.wd_featureboxes_nemoursKidsHealth .wd_featurebox_title h2,
.featurebox_leaders_title h2 {
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 40px;
}
.wd_featureboxes_nemoursKidsHealth .wd_featurebox_title h2:before,
.featurebox_leaders_title h2:before {
	background-image: url(../images/squiggle-aqua.png);
	content: "";
	width: 114px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: -18px;
	left: 50%;
	transform: translateX(-50%);
	background-size: 100%;
}
.wd_featureboxes_nemours_leaders {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-bottom: 30px;
}
.wd_featureboxes_nemours_leaders .wd_featurebox_container {
  width: 30%;
  margin-right: 5%;
}
.wd_featureboxes_nemours_leaders .wd_featurebox_container:nth-child(3n) {
  margin-right: 0;
}
.wd_featureboxes_nemours_leaders .wd_featurebox_container:last-child {
	margin-right: 0;
}
.wd_featureboxes_nemours_leaders .wd_imagetable {
	display: none;
}
.wd_featureboxes_nemours_leaders .leaderImg_container {
	max-width: 150px;
	height: 150px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
}
.wd_featureboxes_nemours_leaders .wd_featurebox_container {
	background-color: #fef4e4;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	border-radius: 6px;
	padding: 30px 20px 80px;
	position: relative;
}
.wd_featureboxes_nemours_leaders .wd_featurebox_title {
	font-size: 16px;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	text-align: center;
	margin-bottom: 5px; 
}
.wd_featureboxes_nemours_leaders .wd_featurebox p {
	font-size: 14px;
	line-height: 1.2;
	text-align: center;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #1d2c2b;
	font-weight: 100;
	margin-bottom: 10px;
}
#main .wd_featureboxes_nemours_leaders .wd_featurebox a {
	position: absolute;
	bottom: 50px;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #0d3f6b;
}
#main .wd_featureboxes_nemours_leaders .wd_featurebox .wd_right_arrow {
	position: absolute;
	bottom: 50px;
	top: 80%;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #0d3f6b;
}
.wd_right_arrow:after {
	content: '';
	background-image: url('../images/ionic-ios-arrow-round-forward.svg');
	background-size: contain;
	width: 20px;
	height: 10px;
	display: inline-block;
	background-repeat: no-repeat;
	margin-left: 10px;
}

/* End Nemours Leaders Featurebox */

/* Start Specialties Featurebox */

.wd_featureboxes_specialties {
	display: flex;
	flex-wrap: wrap; 
}
.wd_featureboxes_specialties .wd_featurebox_container {
  width: 30%;
  margin-right: 5%;
  border: 1px solid #000;
  padding: 30px 30px 40px 30px;
  border-radius: 6px;
  position: relative;
}
.wd_featureboxes_specialties .wd_featurebox_container:nth-child(3n) {
  margin-right: 0;
}
.wd_featureboxes_specialties .wd_featurebox_title {
	font-size: 24px;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-left: 0;
}
.wd_featureboxes_specialties .wd_featurebox p {
	font-size: 14px;
	line-height: 1.2;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #1d2c2b;
	font-weight: 100;
	margin-bottom: 10px;
}
.wd_featureboxes_specialties .wd_featurebox .wd_right_arrow {
	position: absolute;
	top: 72%;
	left: 30px;
	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #0d3f6b;
}
.specialties .additional_text {
	margin-top: 30px;
	text-align: center;
	font-weight: 700;
	color: #0d3f6b;
}
#main .specialties .additional_text a {
	color: #0d3f6b; 
	text-decoration: underline;
}
/* End Specialties Featurebox */

/* Nemours Kids Health Featurebox */

.wd_featureboxes_nemoursKidsHealth .wd_featurebox_title {
	/* display: none; */
}
.wd_featureboxes_nemoursKidsHealth table.wd_imagetable {
	max-width: 100%;
}
.wd_featureboxes_nemoursKidsHealth table.wd_imagetable img {
	max-width: 100%;
	height: auto;
}

/* Nemours Kids Health Featurebox */

/* Nemours Facts Featurebox */

#main .facts {
	background-image: url(../images/cloud-pattern-background.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/* End Nemours Facts Featurebox */

/* Start Featureboxes Middle */
.middle_featurebox_container {
	position: relative;
}
.squigly_background {
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(../images/danFlourishLeft.svg),url(../images//danFlourishMulti2.svg);
	background-position: 0 calc(100% - 70px),100% 50px;
	background-size: 628px 286px,619px 221px;
	background-repeat: no-repeat,no-repeat;
	
}

.resources_wrapper {
	margin-bottom: 40px;
}
#main .wd_middle_fetaurebox_title {
	font-family: Tiempos,arial,serif !important;
	font-size: 48px;
	font-weight: 500;
	line-height: 62px;
	letter-spacing: 1px;
	color: #0D3F6B;
	position: relative; 
	margin-bottom: 30px;
}
#main .wd_middle_fetaurebox_title:before {	
	background-image: url(../images/squiggle-dandelion.png);
	content: "";
	width: 114px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: -18px;
	left: 0;
	background-size: 100%;
}
#main .wd_featureboxes_middle {
	display: flex;
	flex-wrap: wrap;
}
#main .wd_featureboxes_middle .wd_featurebox_container {
	width: 48%;
	margin-right: 4%;
	border: 1px solid #cbcdd1;
	padding: 40px 20px;
	border-radius: 6px; 
	background: #fff;
	position: relative;
	margin-bottom: 30px;
}
#main .wd_featureboxes_middle .wd_featurebox_container:hover {
	border: #0D3F6B;
	background-color: #0D3F6B;
	color: #fff;
}
#main .wd_featureboxes_middle .wd_featurebox_container:nth-child(2n) {
	margin-right: 0;
}
#main .wd_featureboxes_middle .wd_featurebox_title {
	margin-bottom: 0;
	color: #0D3F6B;
}
#main .wd_featureboxes_middle .wd_featurebox_title a {
	color: #0D3F6B;
	display: inline-block;
	position: relative;
	padding-right: 35px;
}
#main .wd_featureboxes_middle .wd_featurebox_container:hover .wd_featurebox_title a {
	color: #fff;
}
#main .wd_featureboxes_middle .wd_featurebox_title a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	background-image: url('../images/nemours-right-arrow.png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 6px;
}
#main .wd_featureboxes_middle .wd_featurebox_title a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	background-image: url('../images/nemours-right-arrow.png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 6px;
}
#main .wd_featureboxes_middle .wd_featurebox_container:hover .wd_featurebox_title a:after {
	content: '';
	display: inline-block;
	position: absolute;
	right: 0;
	background-image: url('../images/nemours-right-arrow-white.png');
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	top: 6px;
}
#main .wd_featureboxes_middle .item_link {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}
/* End Featureboxes Middle */

/* Start Facts Featurebox */

.wd_featureboxes_facts {
	display: flex;
	flex-wrap: wrap; 
	justify-content: center;
}
.wd_featureboxes_facts .wd_featurebox_container {
  width: 30%;
  border: 1px solid #000;
  padding: 30px 30px 40px 30px;
  border-radius: 6px;
  position: relative;
  margin: 0 auto;
  background: #fff;
}
#main .facts {
	padding-top: 100px;
}
.wd_featureboxes_facts .wd_featurebox_container:nth-child(3n) {
  margin-right: 0;
}
.wd_featureboxes_facts .wd_featurebox_title {
	font-size: 24px;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 5px;
	margin-left: 0;
}
.wd_featureboxes_facts div.wd_featurebox {
	overflow: visible; 
}
.wd_featureboxes_facts div.wd_featurebox ul {
	margin-top: 0;
	margin-left: 0;
	list-style: none;
	margin-top: 30px;
}
.wd_featureboxes_facts div.wd_featurebox li {
	line-height: 1.2;
	padding-left: 0;
	margin-bottom: 5px;
}
.wd_featureboxes_facts .wd_featurebox p {
	font-size: 14px;
	line-height: 1.2;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #1d2c2b;
	font-weight: 100;
	margin-bottom: 10px;
}
.wd_featureboxes_facts .wd_featurebox .wd_right_arrow {

	display: inline-block;
	width: 100%;
	font-size: 14px;
	font-weight: 700;
	/* font-family: 'Athletics Regular' !important; */
	font-family: 'Montserrat', sans-serif !important;
	color: #0d3f6b;
}

/* End Facts Featurebox */

/* Bottom Section Featureboxes */
.bottom_container {
	margin-bottom: 60px;
}
.bottom_container .innerWidth {
	padding: 60px 30px 30px;
	background-color: #cbe6e1;
	display: flex;
}
.bottom_left_container {
	width: 33.33%;
}
.wd_featureboxes_bottom_left .wd_featurebox_title {
	position: relative;
}
.wd_featureboxes_bottom_left .wd_featurebox_title:before {
	background-image: url(../images/squiggle-green.png);
	content: "";
	width: 114px;
	height: 10px;
	position: absolute;
	background-repeat: no-repeat;
	top: -18px;
	left: 0;
	background-size: 100%;
}

.wd_featureboxes_bottom_left .wd_featurebox p {
	margin-bottom: 20px; 
}
.bottom_right_container {
	width: 66.66%;
}
.wd_featureboxes_bottom_right {
	display: flex;
	background-color: #fff;
	padding: 30px;
	border-radius: 6px;
}
.wd_featureboxes_bottom_right ul {
	margin: 0;
	padding-left: 15px;
	margin-bottom: 20px; 
}
#main .wd_featureboxes_bottom_right .wd_solid_purple {
	padding: 13px 24px;
	border-radius: 10px;
	border: 2px solid #6660a6;
	color: #fff;
	font-weight: 600;
	text-decoration: none; 
	background-color: #6660a6;
}
#main .wd_featureboxes_bottom_right .wd_solid_purple:hover {
	background-color: #fff;
	color: #6660a6;
}
.wd_featureboxes_bottom_right .wd_featurebox_container {
	width: 50%;
}
#wd_featurebox-standard_3538 .wd_featurebox ul {
	display: flex;
	list-style: none;
	justify-content: space-evenly;
}
#wd_featurebox-standard_3538 .wd_featurebox ul li {
	margin-right: 20px;
}
#wd_featurebox-standard_3538 .wd_featurebox img {
	
}
/* End Bottom Section Featureboxes */

.well.well-paleblue-md.followus > p{
		text-align: center;
		margin-top: 20px;
}

div.wd_featureboxes_left {
	clear: both;
	display: block;
}
div.wd_featureboxes_left div.wd_featurebox_container {
	background-color: #f9f9f9;
	border: none;
	border-bottom: 2px solid #3f70b1;
}
div.wd_featureboxes_left div.wd_featurebox_title {}
div.wd_featureboxes_left .wd_featurebox {
	padding: 0 20px;
}
div.wd_featureboxes_left .wd_imagetable {
	float: none;
}
div.wd_featureboxes_left div.wd_featurebox p.more {
	position: absolute;
	bottom: 40px;
	margin: 0 10px 10px 0;
}

.wd_pageid_20303 .wd_featureboxes_left .wd_featurebox .wd_more_link {
	position: absolute;
	bottom: 50px;
}

.wd_featureboxes_left.wd_featureboxes-vertical {
	display: inline-block;
	width: 50%;
	vertical-align: top;
	margin-right: 10px;
}
.wd_featureboxes_left.wd_featureboxes-vertical,
.wd_featureboxes_right.wd_featureboxes-vertical {
	display: inline-block;
	width: 49%;
	vertical-align: top;
	position: relative;
}

div.wd_featureboxes_right {
		display: inline-block;
		width: 48%;
		vertical-align: top;
		float: right;
}
div.wd_featureboxes_right div.wd_featurebox_container {
		background-color: #f9f9f9;
		border: none;
		border-bottom: 2px solid #3f70b1;
}
div.wd_featureboxes_right div.wd_featurebox_title {
	
}
div.wd_featureboxes_right div.wd_featurebox {}

div.wd_featureboxes_right .wd_newsfeed_releases-teaser .wd_date {
		margin-bottom: 5px;
}
div.wd_featureboxes_right div.wd_featurebox p {
	margin: 0 10px 10px 0;
}
div.wd_featureboxes_right div.wd_featurebox p.more {
	position: absolute;
	bottom: 40px;
}
/*div.wd_featureboxes_right div.wd_featurebox .wd_title a::after {
	content: "\00BB";
}*/

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox_container {
	text-align: left;
}
div.wd_featureboxes_middle div.wd_featurebox_title {}
div.wd_featureboxes_middle div.wd_featurebox {}
.wd_featureboxes_middle.wd_featureboxes-horizontal .wd_featurebox_container {
	background-color: #ecf3f8;
	border: none;
}
div.wd_featureboxes_middle .item_name {
	font-size: 1.2rem;
}
div.wd_featureboxes_middle .wd_featurebox-rss .wd_featurebox_title {
	padding-bottom: 20px;
}
div.wd_featureboxes_middle .wd_featurebox-rss .item {
	float: left;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0 40px 20px 20px;
}
.wd_pageid_20286 div.wd_featureboxes_middle .wd_featurebox-rss .item {
	padding-right: 10%;
}
div.wd_featureboxes_middle .wd_featurebox-rss .item:nth-child(odd){
	clear: both;
}
div.wd_featureboxes_bottom {
	clear:both;
}
div.wd_featureboxes_bottom div.wd_featurebox_container {
	padding: .5rem;
	margin: .5rem;
	border: none;
}
#wd_featurebox-standard_3527 div.wd_featurebox_title,
div.wd_featureboxes_bottom div.wd_featurebox_title {
	display: none;
}
div.wd_featureboxes_bottom div.wd_featurebox {
	padding: 0;
	margin: 0 0 .5rem 0;
	border: none;
	text-align: center;
}

#wd_featurebox-standard_3527 div.wd_featurebox div.wd_featurebox_title {
	display: block;
}

div.wd_featureboxes_footer div.wd_featurebox_title {
	background: none;
    color: #4f7abb;
    font-size: 1.7em;
    font-weight: bold;
    margin: 0;
	padding: 0px 0px 15px 0;
	display: block;
}

div.wd_featureboxes_footer div.wd_featurebox {
	text-align: left;
}

/*div.wd_featureboxes_footer {
	background-color: #ecf3f8;
}*/

div.wd_featureboxes_footer div.wd_featurebox p a {
	display: inline-block;
    width: 35%;
}

div.wd_featureboxes_footer div.wd_featurebox p img {
	padding: initial;
}


div.wd_featureboxes_footer div.wd_featurebox_container {
	display: inline-block;
	width: 38%;
	min-height: 400px;
	vertical-align: top;
	border: none;
	background-color: #ecf3f8;
}

div.wd_featureboxes_footer div.wd_featurebox_container:first-child{
	width: 60%;
	margin-right: 20px;
}

div.wd_featureboxes_footer_content {
	display: block;
	width: 79%;
	float: left;
	margin: 0;
	padding: 0;
}
div.wd_featureboxes_footer_content div.wd_featurebox_container {
	border: 1px solid #ecf3f8;
	background-color: #ecf3f8;
	overflow: hidden;
	margin: .5rem 0;
	min-height: 415px;
}
div.wd_featureboxes_footer_content div.wd_featurebox {
	padding: 20px;
}
div.wd_featureboxes_footer_content div.wd_featurebox_title {
	margin: 0;
}
div.wd_featureboxes_footer_content tr, 
div.wd_featureboxes_footer_content td {
	padding: 5px;
}
div.wd_featureboxes_footer_content tr:first-child {
	border-bottom: 1px solid #3f70b1;
}

.wd_featureboxes_socialhub {}
.wd_featureboxes_socialhub .wd_tabs_container {}
.wd_featureboxes_socialhub .wd_tabs_wrapper {
		background: 0 none;
		padding: 5px;
}
.wd_featureboxes_socialhub .wd_tabs {}
.wd_featureboxes_socialhub .wd_tab {
		margin: 1px;
		padding: 4px;
		border: 0px;
		background-color: transparent;
}
.wd_featureboxes_socialhub .wd_tab-inactive {}
.wd_featureboxes_socialhub .wd_tab-active {
		padding: 3px;
		background-color: #dddddd;
		border: 1px solid #cccccc;
		border-radius: 4px;
}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content-active {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content-inactive {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content .wd_featurebox_container {}
.wd_featureboxes_socialhub .wd_tabs_content_wrapper .wd_tab_content .wd_featurebox_container .wd_featurebox {}

.wd_featureboxes_tabbed {}
.wd_featureboxes_tabbed p {}
.wd_featureboxes_tabbed .wd_tabs_container {}
.wd_featureboxes_tabbed .wd_tabs_container div.wd_featurebox {
	width: 100%;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper {
	background: none;
	border: 0;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tabs {
	border-bottom: 1px solid #ccc;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab {
	border: 0;
	font-family: "HelveticaNeueMedCond","HelveticaNeue","Arial Narrow",Helvetica,Arial,sans-serif;
	font-size: 15px;
	text-transform: uppercase;
	color: #444;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-active {
	color: #1d66bf;
	border-bottom: 3px solid #9d2363;
	font-weight: normal;
}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive {}
.wd_featureboxes_tabbed .wd_tabs_wrapper .wd_tab-inactive:hover {}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper {}
.wd_featureboxes_tabbed .wd_tabs_wrapper {}
.wd_featureboxes_tabbed .wd_tabs_container .wd_tabs_content_wrapper .wd_tab_content.wd_tab_content-active .wd_featurebox_container .wd_featurebox {}
.wd_featureboxes_tabbed li:focus {
	outline: none;
}

.wd_tabs_content_wrapper .wd_featurebox .wd_social-tabbed-intro {
	display: inline-block;
	width: 46%; 
	float: right;
	margin: 0 10px;
}
.wd_tabs_content_wrapper .wd_featurebox .wd_social-tabbed-intro p {
	margin: 0 0 10px 0;
}
.wd_featureboxes_tabbed li.wd_tab img {
	width: 150px;
	height: 150px;
}
.wd_featureboxes_tabbed .wd_social-on-left {
	display: inline-block;
	width: 10%;
	vertical-align: top;
	float: left;
}
.wd_featureboxes_tabbed table {
	display: inline-block;
	width: 85%;
	vertical-align: top;
	float: right;
}
.wd_featurebox-social_pinterest .wd_featurebox img {
	width: auto;
	display: none;
}
.wd_featurebox-social_facebook iframe {
	min-width: 500px;
	max-width: 600px;
}
.wd_featurebox-social_twitter iframe {
	min-width: 500px;
	max-width: 600px;
	height: 600px;
}
.wd_featurebox-social_youtube iframe {
	min-width: 500px;
	max-width: 600px;
	height: 600px;
}
#wd_featurebox-standard_3514, #wd_featurebox-teaser_1379 {
	/*min-height: 50em;*/
	height: 69em;
	overflow:hidden;
}
#wd_featurebox-standard_3515, #wd_featurebox-standard_3516 {
	min-height: 18em;
}

/* Start Bottom Contacts */

.bottom_contacts {
	background-color: #fef4e4;
}
.bottom_contacts .innerWidth {
	max-width: 1200px;
}
.wd_featureboxes_bottom_contacts {
	display: flex;
	flex-wrap: wrap;
	position: relative;
}
.wd_featureboxes_bottom_contacts .vertical-contact-bar {
	position: absolute;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	top: 60px;
	max-height: 400px;
	height: 100%;
	width: 1px;
	background-color: #0d3f6b; 


}
.wd_featureboxes_bottom_contacts .wd_featurebox_container {
	width: 50%;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container p a {
	/* font-family: 'Athletics Regular'; */
	font-family: 'Montserrat', sans-serif;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container:nth-child(1) {
	padding-right: 80px;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container:nth-child(2) {
	padding-left: 80px;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container .wd_featurebox_title {
	font-size: 32px;
	font-weight: 700;
	/* font-family: 'Athletics Extra Bold' !important; */
	font-family: 'Montserrat', sans-serif !important;
	margin-bottom: 40px;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container .wd_featurebox {
	overflow: visible;
	font-size: 16px;
	line-height: 1.2;
	/* font-family: 'Athletics Regular'; */
	font-family: 'Montserrat', sans-serif;
}
.wd_featureboxes_bottom_contacts .wd_featurebox_container .wd_featurebox p {
	font-size: 18px;
	line-height: 1.2;
	/* font-family: 'Athletics Regular'; */
	font-family: 'Montserrat', sans-serif;
	color: #0d3f6b; 
	margin-bottom: 20px;
}
.wd_featureboxes_bottom_contacts .wd_featurebox ul  {
	margin-top: 40px;
	list-style: none;
	margin-left: 0;
	padding-left: 0px;
}
.wd_featureboxes_bottom_contacts .wd_featurebox ul li {
	position: relative;
}
.wd_featureboxes_bottom_contacts .wd_featurebox ul li .item_toggler {
	background-image: url(../images/openclose-plus.png);
	cursor: pointer;
	height: 26px;
	width: 26px;
	position: absolute;
	left: 0;
	top: 0; 
}
.wd_featureboxes_bottom_contacts .wd_featurebox ul li.opened .item_toggler {
	background-position: 0px -26px;
}
#main .wd_featureboxes_bottom_contacts .wd_featurebox h3 {
	font-size: 16px;
	line-height: 26px;
	/* font-family: 'Athletics Regular'; */
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 20px;
	padding-left: 30px;
	padding-top: 2px;
}
#main .wd_featureboxes_bottom_contacts .wd_featurebox h3:hover {
	cursor: pointer;
}
.wd_featureboxes_bottom_contacts .wd_featurebox ul li p {
	display: none;
	padding-left: 30px;
}
/* End Bottom Contacts */

/* END Featureboxes */

div.wd_rssfeeds_item {
		margin-bottom: 10px;
}
#featurebox_rss_0 {
	padding: 0;
}

/* sponsorbar */
div.wd_sponsors {
	padding: 0 15px 10px 15px;
}

div.wd_sponsors p {
	background: #CCCCCC;
	margin: 0 0 5px 0;
	padding: 5px;
}

div.wd_sponsors img {
	padding: 10px;
}
/* END sponsorbar */

/* Shadows for Press Release Summary */
.shadowTR {
		margin: 0px;
		border: 0px;
		padding: 8px 0px 0px 0px;
		background: transparent url(../images/shadowTR.png) no-repeat top right;
}

.shadowBL {
		margin: 0px;
		border: 0px;
		padding: 0px 0px 0px 8px;
		background: transparent url(../images/shadowBL.png) no-repeat bottom left;
}

.shadowBR {
		margin: 0px;
		border: 0px;
		padding: 0px 8px 0px 0px;
		background: transparent url(../images/shadowBR.png) no-repeat bottom right;
}

.shadowB {
		margin: 0px;
		border: 0px;
		padding: 0px 1px 8px 0px;
		background: transparent url(../images/shadowB.png) repeat-x bottom center;
}

.shadowR {
		margin: 0px -9px 0px 0px;
		border: 0px;
		padding: 1px 8px 1px 1px;
		background: transparent url(../images/shadowR.png) repeat-y center right;
}

.shadow-content {
		margin: -9px 0px -1px -9px;
		border: 0px;
		padding: 0px;
		background: transparent;
}
/* END Shadows for Press Release Summary */

/* Page Links */
.wd_page_menu {
	overflow: visible;
	height: 40px;
}
.contentBlock ul.wd_page_links {
	margin-bottom: 0;
}
.wd_page_limit {
	margin-top: 2px;
	color: #464D55;
	font-weight: 600; 
}
.contentBlock ul.wd_page_links {
	margin-top: 4px;
}
.wd_page_links .wd_page_link:first-child,
.wd_page_links .wd_page_link {
	border-left: none;
	border: none;
}
.wd_page_links .wd_page_link {
	margin-left: 10px;
	padding: 0;
	margin-bottom: 0;
}
.wd_page_links .wd_page_link.wd_page_active {
	background-color: transparent;
}
.wd_page_links .wd_page_link a { 
	padding: 4px 10px;
	font-weight: 600;
	border-radius: 5px;
	background: transparent;
	color: #464D55;
	font-size: 16px;
}
.wd_page_links .wd_page_link a:hover {
	background: #EFEFF6;
	color: #5148B9;
	text-decoration: none;
}
.wd_page_links .wd_page_link.wd_page_active span {
	background-color: #7570ac;
	color: #fff;
	padding: 4px 10px;
	font-weight: 600;
	border-radius: 5px;
	font-size: 16px;
}

/* End Page Links */

.wd_featurebox img {
		width: 100%;   
}
.wd_featurebox p {
		margin: 0;
}
.subscribe_links a {
		padding-right: 20px;
		background: url(../images/webdriver/email_alerts.png) no-repeat center right;
}

/* Start Journalist Resources */
.wd_pageid_20290 #main .wd_page_title .wd_margins.innerWidth {
	margin-left: auto;
	margin-right: auto;
	padding: 0 15px;
}

.wd_pageid_20290 #main .wd_page_title .wd_margins.innerWidth h1 {
	text-align: center;
}
/* End Journalist Resources */

/* Media Contacts */
.wd_pageid_20301 .wd_standard .wd_category .item {
	width: 47%;
	display: inline-block;
	vertical-align: top;
}
/*.wd_pageid_20301 p {
	margin: 0 0 20px 20px;
}*/

.wd_blue_button a,
.wd_blue_button a:hover {
	color: #FFF;
}

p.wd_blue_button {
	background: #4f7abb;
	padding: 10px;
	border-radius: 30px;
	font-size: 1.2em;
	/*font-family: 'Arial Narrow',Arial,sans-serif;*/
	box-shadow: 0px 3px 6px #aaa;
	width: 30%;
	margin: 10px auto;
}

table.wd_wcag_table {
	width: 100%;
}
#document {
		position: relative;
		width: 1024px;
		margin: auto;
		padding: 0px;
}
.wd_event .wd_event_info p.iframe-container {
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	position: relative;
}
.wd_event .wd_event_info iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*Client Overrides*/
.followus {
	display: inline-block;
	width: 19%;
	min-height: 415px;
	float: right;
	margin: .5rem 0;
}
.joinus {
		height: 4.5rem;
		width: 4.5rem;
		margin-left: 8px;
		margin-bottom: 8px;
	}
.footBlockLast {
	width: 100%;
	height: 325px;
}
@media (max-width: 1260px) {
	header {
		padding-bottom: 0;
	}
}
@media (max-width: 1240px) {
	.wd_page_title {
		max-width: 970px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 1040px) {
	/* Top Featurebox  */

}

@media (max-width: 992px) {

	/* Single Slider Carousel */
	#single_slider_responsive {
		display: none;
	}
	.single_slider_carousel_bottom {
		display: none;
	}
	/* End Single Slider Carousel */

	/* Gallery Page */
	.wd_gallery .wd_category_link {
		margin-right: 0;
	}
	/* End Gallery Page */

	/* Events Page */
	.wd_events .wd_event,
	.wd_item_page .wd_event {
		display: flex;
		flex-direction: column;
	}
	.wd_events .wd_event_info, 
	.wd_event .wd_event_info {
		margin-left: 0;
	}
	/* End Events Page */

	/* Start Home Hero */
	.wd_home_hero {
		display: block;
	}
	.wd_home_hero:not(.mobile) {
		height: 260px;
		min-height: auto;
	}
	/* End Home Hero */

	/* Start Eyebrow Navigation */
	.wd_eyebrow_nav {
		display: none;
	}
	/* End Eyebrow Navigation */

	/* Start Mobile Eyebrow Nav */
	#megaMenu .mobile_eyebrow_nav {
		margin-top: 30px;
		background: #f4f5f7;
		padding: 20px 0;
	}
	.mobile_eyebrow_nav a {
		color: #0d3f6b;
	}
	/* End Mobile Eyebrow Nav */

	/* Start Home Hero */
	.wd_home_hero.mobile {
		display: block; 
	}
	.wd_header_content.desktop {
		display: none;
	}
	.wd_home_hero:not(.mobile) {
		padding-bottom: 56.25%;
		background-size: cover;
		min-height: auto;
	}
	.wd_home_hero.mobile {
		min-height: auto;
		padding-top: 0;
		padding-bottom: 0;
	}
	.wd_home_hero.mobile .innerWidth {
		padding: 0;
	}
	.wd_home_hero .wd_header_content {
		max-width: 100%;
	}
	.wd_home_hero .wd_header_content {
		padding: 20px 40px 40px;
	}
	#main .wd_home_hero .wd_header_content .wd_header_title {
		font-size: 30px;
	}
	/* End Home Hero */

	/* Start Top Featurebox */
	div.wd_featureboxes_top {
		flex-wrap: wrap;
		margin-bottom: 60px;
		justify-content: center;
	}
	div.wd_featureboxes_top div.wd_featurebox_container  {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 40px;
	}
	div.wd_featureboxes_top div.wd_featurebox_container:nth-child(2n) {
		margin-right: 0;
	}
	#wd_featurebox-teaser_1380 {
		margin-bottom: 40px;
	}

	/* End Top Featurebox */

	/* Middle Featurebox */
	#main .wd_featureboxes_middle .wd_featurebox_container {
		margin-left: 0;
	}
	.squigly_background {
		background-size: 36rem 16.4rem,39.2rem 12.8rem;
		background-position: 0 calc(100% - 30px),103% 17.8rem;
		width: 102.4rem;
	}
	/* End Middle Featurebox */

	/* Bottom Container */
	.bottom_container .innerWidth {
		flex-wrap: wrap;
	}
	.bottom_left_container,
	.bottom_right_container {
		width: 100%;
		margin-bottom: 20px;
	}
	.wd_featureboxes_bottom_right {
		flex-direction: column;
	}
	.wd_featureboxes_bottom_right .wd_featurebox_container {
		margin-bottom: 20px;
		width: 100%;
	}
	.wd_featureboxes_bottom_right #wd_featurebox-standard_3536 {
		margin-bottom: 60px;
	}
	.wd_featureboxes_bottom_right .wd_featurebox_title {
		margin-bottom: 20px;
	}
	.wd_featureboxes_bottom_right .wd_featurebox_container {
		width: 100%;
	}
	/* End Bottom Container */

	/* Multimedia Gallery */

	/* For Mobile */
	.wd_gallery .wd_category_link {
		width: 100%;
		margin-bottom: 15px;
	} 

	/* End Multimedia Gallery */

	#menuToggle {
		display: block; /* Hide on Desktop and show on mobile */
	}
	.wd_mobilenav_wrapper {
			display: block;
	}
	.wd_mobilenav_wrapper div.container {
		margin-left: 0px;
	}
	.wd_nav {
		display: none;
	}
	.navbar-nav {
		height: auto;
	}
	.wd_featureboxes_left.wd_featureboxes-vertical,
	.wd_featureboxes_right.wd_featureboxes-vertical {
		width: 95%;
		min-height: auto;
		margin: .5rem;
		padding: .5rem;
		float: none;
	}
	#wd_featurebox-standard_3514, #wd_featurebox-teaser_1379 {
		height: auto;
	}

	div.wd_featureboxes_middle div.wd_featurebox_container {
		width: 95%;
		min-height: auto;
		margin: .5rem;
		padding: .5rem;
	}

	.page_header {
		margin: 20px;
	}
	div.wd_featureboxes_middle #wd_featurebox-rss_748 .item {
		width: 100%;
	}

	/* Facts Featurebox */

	.wd_featureboxes_facts .wd_featurebox_container {
		width: 100%;
		margin-bottom: 15px;
	}

	/* End Facts Featurebox */

	/* Bottom Contacts */

	#wd_featurebox-standard_3548 {
		width: 100%;
		margin-bottom: 30px;
		padding-right: 0;
	}
	#wd_featurebox-standard_3549 {
		width: 100%;
		padding-left: 0;
	}
	.wd_featureboxes_bottom_contacts .vertical-contact-bar {
		display: none;
	}
	/* End Bottom Contacts */

	.wd_featureboxes_nemoursKidsHealth .wd_featurebox {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.wd_featureboxes_nemoursKidsHealth table.wd_imagetable {
		width: fit-content;
	}
}
@media (min-width: 768px) and (max-width: 992px) {
	div.wd_featureboxes_footer_content {
		width: 74%;
	}
	div.wd_featureboxes_left div.wd_featurebox p.more {
		bottom: auto;
		position: relative;
		margin: 10px 10px 10px 0;
	}
	div.wd_videos .wd_item_list li.wd_item {
		width: calc(85%);
	}
	ul.wd_tabs li {
	    width: 25%;
	    display: inline-block;
	    float: none !important;
	}
	ul.wd_tabs li img{
		width: 100% !important;
	}
}
@media (max-width: 768px) {

	/* Top Featureboxes  */

	div.wd_featureboxes_top div.wd_featurebox_container  {
		width: 100%;
		margin-right: 0;
		margin-bottom: 40px;
	}
	div.wd_featureboxes_top div.wd_featurebox_container:nth-child(2n) {
		margin-right: 0;
	}
	.wd_newsfeed_releases-teaser .item,
	#wd_featurebox-rss_749 .wd_featurebox,
	#wd_featurebox-rss_748 .wd_featurebox,
	#wd_featurebox-standard_3550 .item {
		height: auto;
	}
	/* End Top Featureboxes */
	/* Middle Featurebox */
	#main .wd_featureboxes_middle .wd_featurebox_container {
		width: 100%;
		margin-right: 0;
	}
	.squigly_background {
		background-position: -7.5rem calc(100% - 30px),100% rem;
		background-size: 75%,75%;
		width: 114%;
	}
	/* End Middle Featurebox */



	/* Start Leaders Featurebox */

	/* Second Mobile Code */ 
	.wd_featureboxes_nemours_leaders .wd_featurebox_container {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.wd_featureboxes_nemours_leaders .wd_featurebox_container:nth-child(3n) {
		margin-right: 0;
	}

	/* End Leaders Featurebox */

	/* Start Specialties Featurebox */

	/* Second Mobile Code */ 
	.wd_featureboxes_specialties .wd_featurebox_container {
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.wd_featureboxes_specialties .wd_featurebox_container:nth-child(3n) {
		margin-right: 0;
	}

	/* End Specialties Featurebox */

	#document {
			width: 100%;
	}
	div.wd_featureboxes_left div.wd_featurebox p.more {
		bottom: auto;
		position: relative;
		margin: 10px 10px 10px 0;
	}
	ul.wd_tabs li {
	    width: 25%;
	    display: inline-block;
	    float: none !important;
	}
	ul.wd_tabs li img{
		width: 100% !important;
	}
	.joinus {
	height: 2.5em;
	width: 2.5em;
	margin-left: 0;
	}
	.navbar-nav {
		margin-top: 20px;
		margin-left: 10px;
		padding-top: 30px;
	}
	
	div.wd_featureboxes_footer_content,
	.well.well-paleblue-md.followus {
		width: 100%;
	}
	.footBlockLast .followus {
		width: 22%;
		min-height: 262px;
	}
		.wd_pageid_20290 .wd_standard .item {
		width: 100%;
	}
	.wd_tabs_content_wrapper .wd_featurebox .wd_social-tabbed-intro {
		width: 98%;
		margin: 0 0 1rem 0;
		padding: .5rem;
	}
	div.wd_featureboxes_bottom div.wd_featurebox {
		margin: 0 0 -4rem 0;
	}
	div.wd_featureboxes_middle #wd_featurebox-rss_748 .item,
	div.wd_featureboxes_middle #wd_featurebox-rss_746 .item {
		width: 100%;
	}
	p {
		margin: .5rem;
	}
	div.wd_featurebox-social div.wd_social_header {
		clear: both;
	}
	.wd_featurebox-social_youtube iframe {
		width: 100%;
	}
	.wd_featureboxes_tabbed .wd_social-on-left {
		display: block;
		width: 20%;
		margin: 10px auto;
		float: none;
	}
	.wd_featureboxes_tabbed table {
		width: 100%;
	}
	div.wd_featureboxes_footer div.wd_featurebox_container,
	div.wd_featureboxes_footer div.wd_featurebox_container:first-child {
		display: block;
		width: 100%;
	}
	div.wd_featureboxes_footer div.wd_featurebox {
		margin: 0;
	}

	/* Basic Search Fields */

	#wd_printable_content .wd_search_form_advanced select, 
	#wd_printable_content .wd_search_basic_fields select {
		width: 100%;
		margin-bottom: 10px;
	}

	#wd_printable_content .wd_search_form_advanced input[type="text"], 
	#wd_printable_content .wd_search_basic_fields input[type="text"] {
		width: 100%;
		margin-bottom: 10px;
	}
	#wd_printable_content .wd_search_basic_fields button.wd_search_button,
	.wd_search_form_advanced input[type="submit"] {
		width: 100%;
	}
	.wd_newsfeed_releases .wd_search_form_basic {
		display: flex;
		flex-direction: column;
	}
	/* End Basic Search Fields */

	/* Start Page Links */
    .wd_page_menu {
		display: flex;
		flex-direction: column;
		text-align: center;
		height: 100px;
	}
    .wd_page_menu ul.wd_page_links {
		float: none;
		margin-left: 0;
	}
	/* End Page links */
	.wd_featureboxes_bottom_left .wd_featurebox_title {
		margin-bottom: 30px;
		margin-left: 0;
	}

	/* Start Gallery Page */
	.wd_gallery .wd_title {
		text-align: center;
	}
	.wd_gallery .wd_hi_res_link_wrapper {
		text-align: center;
	}
	/* End Gallery page */

	/* Events Page */
	.wd_events .wd_events_inputs {
		display: flex;
		flex-wrap: wrap;
	}
	#wd_printable_content .wd_events .wd_events_inputs select {
		width: 100%;
		margin-bottom: 10px;
	}
	#wd_printable_content .wd_events .wd_events_inputs button {
		width: 100%;
	}
	#wd_printable_content .wd_events .wd_events_inputs .wd_events_tabs {
		margin-top: 10px;
		margin-left: 0;
	}
	/* End Events Page */
}
@media (max-width: 568px) {
	.wd_newsfeed_releases .wd_item_wrapper {
		width: 95%;
		margin-left: 0;
		overflow: auto;
	}
	.wd_featurebox_title {
		margin: 0 0 0 5px;
	}
	.well-header.wd_featurebox_title {
		text-align: left;
	}
	.wd_pageid_20288 .item .wd_imagetable {
		display: block;
		width: 100%;
		padding: 10px;
	}
	.wd_pageid_20288 .item p {
		padding: 10px;
	}
	.well.well-paleblue-md.followus > p {
		font-size: .8rem;
	}
	.wd_featureboxes_top .wd_featurebox_title {
		margin-bottom: 10px;
	}
	.wd_newsfeed_releases .wd_item {
		flex-direction: column;
	}
	.wd_newsfeed_releases .wd_thumbnail {
		margin-right: 0;
	}
	.wd_newsfeed_releases .wd_thumbnail a {
		width: 100%;
	}
	.wd_newsfeed_releases .wd_thumbnail img {
		max-width: 177px;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	/* Subscribe Featurebox */
	.wd_featureboxes_subscribe {
		right: -98px;
	}
	.wd_featureboxes_subscribe .wd_featurebox_title a {
		font-size: 19px;
	}
	.wd_featureboxes_subscribe .wd_featurebox_title::before { 
		padding-top: 2px;
		top: 1px;
		width: 14px
	}
	
	/* End Subscribe Featurebox */

}
@media (max-width: 506px) {
	.well.well-paleblue-md.followus > p {
		font-size: .7rem;
	}
}
@media (max-width: 490px) {
	.footBlockLast .followus {
		min-height: 325px;
	}
}
