 /* Begin classes for common SPIN elements */
*, ::before, ::after { box-sizing: border-box; }
*, ::before, ::after { box-sizing: inherit; }
*, ::before, ::after { box-sizing: border-box; }


/* Start Home Hero */

.wd_home_hero {
	margin-top: 60px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 340px;
	position: relative;
}

.wd_header_content {
	text-align: center;
	padding-top: 92px;
	font-family: Oswald,sans-serif;
	font-weight: 400;
	font-size: 40px;
	text-transform: uppercase; 
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
	color: #fff;
	line-height: 1.1;
}

.wd_header_content p {
	font-size: 30px;
	font-family: Roboto,sans-serif;
    font-weight: 300;
    text-transform: none;
    margin-bottom: 40px;
    line-height: 1.1;
    margin-top: 10px !important;
} 
.wd_header_content .btn.solid {
	font-size: 18px;
	color: #ffffff;
	text-transform: none;
	text-shadow: none;
	line-height: 1.2;
}
/* End Home Hero */

/* Home Hero Secondary Pages */
.wd_header_content.wd_not_home {
	padding-top: 190px;
}
.wd_home_hero .page_header,
.wd_home_hero .wd_title {
	font-family: Oswald,sans-serif;
    font-weight: 400;    
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: none;
    float: left;
    margin-bottom: 60px;
    text-align: left;

}


/* End Home Hero Secondary Pages */

/* Home Content */
.wd_pageid_20303 #wd_printable_content {
	display: none;
}
/* End Home Content */
/* Start Breadcrum Styling */
.m-breadcrumbs {
	margin-top: 45px;
	position: absolute;
	bottom: 0;
	margin-right: 20px;
}
.m-breadcrumbs ul {
	line-height: 0;
	background-color: #0F3A71;
	border: 1px solid #0F3A71;
	border-bottom: none;
}
div.m-breadcrumbs li.active {
	font-size: .8rem;
	text-shadow: none;
	font-weight: 300;
}
.m-breadcrumbs li a {
	font-size: .8rem;
	text-shadow: none;

}


/* End Breadcrumb Styling */
/* Header styles */
.page_header,
.category_header {}
.detail_header,
.detail_subheader,
.category_name {}
.category_intro {}
/* END Header styles */

/* Main Page Navigation */

.wd_udallas_nav {
	margin-top: 60px;
}
.nav #audienceMenu li a {
	text-transform: capitalize;
}
#audienceMenu>ul>li.has-children>a:after {
	content: '';
	font-family: "FontAwesome";
	position: relative;
	display: inline;
	bottom: 0px;
	left: 5px; 
	display: none;
}
#audienceMenu>ul>li.has-children>a .fa-angle-down {
	padding-left: 5px;
}
#audienceMenu>ul>li.has-children>a:hover:after {
	text-decoration: none;
}
/* End Main Page Navigation */ 

.item, .wd_item {
	margin: 10px 0;
	padding: 10px 0;
}
.item_name,
.wd_title,
.wd_item .wd_title,
.wd_newsfeed_releases-teaser .wd_title,
.wd_documents_item_list > .wd_documents_item > .wd_title {
	font-size: 1.2rem;
	font-weight: 700;
}
.item_date, .wd_date,
.wd_item .wd_date,
.wd_event_sidebar .wd_event_date,
.wd_newsfeed_releases-teaser .wd_date {
	font-size: 1rem;
	font-weight: normal;
	color: inherit;
	text-transform: none;
}
.item_summary, .wd_item .wd_summary {}
.wd_item .wd_subtitle {}

table.wd_imagetable {}
td.imagecaption {}

span.wd_subscribe_icon {
	background: url('../images/webdriver/email_alerts.png') no-repeat;
	background-position: 0 3px;
	display: inline-block;
	height: 18px;
	width: 18px;
	margin-left: 5px;
}
span.wd_subscribe_icon img {
	display: none;
}

/* Clear Fix */
ul.wd_layout-simple:before,
ul.wd_layout-simple:after {
	content: " ";
	display: block;
}
ul.wd_layout-simple:after {
	clear: both;
}

/* Standard */
div.wd_standard {}
/* END Standard */

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

/* Articles */
.wd_articles-detail .wd_asset_inline {
	background-color: transparent;
}

div.wd_articles {}
div.wd_articles .wd_author {
	display: none;
}
div.wd_articles .wd_date {
	display: none;
}
div.wd_articles .wd_item_wrapper {
	margin-left: 0;
	display: flex;
	flex-direction: column;
}
div.wd_articles ul.wd_category_link_list {
	float: left;
}
div.wd_articles ul.wd_category_link_list li {
	float: left;
	margin-left: 0;
}
div.wd_articles .wd_item {
	border-bottom: 1px solid #e0e0e0; 
	padding: 30px 0;
}
div.wd_articles .wd_item .wd_thumbnail {
	float: left;
}
div.wd_articles .wd_thumbnail .articleImage {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 400px;
	height: 250px;
	margin-right: 40px;	
}
.wd_articles ul.wd_category_link_list li {
	background-color: transparent;
	border: none;
	padding: 0;
	margin-bottom: 20px;
}
.wd_articles ul.wd_category_link_list li a{
	color: #0f3a71;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px;
}
div.wd_articles .wd_title {
	margin-bottom: 30px;
}
div.wd_articles .wd_title a {
	font-weight: 700;
	font-size: 26px;


}
div.wd_articles .wd_asset_type_link_list {
	display: none;
}

/* END Articles */

/* Article Detail Pages */
.wd_articles-detail .wd_title {
	line-height: 30px;
}
.wd_articles-detail .wd_captioned_image {
	clear: left;
	width: 275px !important;
}
.wd_articles-detail .wd_author_name,
.wd_articles-detail .wd_date {
	margin: 10px 0;
}
.wd_articles-detail p {
	margin-bottom: 10px;
}
/* End Article Detail Pages */

/* Events */
div.wd_events {}
.wd_event_sidebar .wd_event_date,
.wd_event_sidebar .wd_event_time,
.wd_event_sidebar .wd_event_subscribe,
.wd_event_sidebar .wd_event_reminder,
.wd_event_sidebar .wd_event_webcast {
	background-position: left;
}
/* END Events */

/* Gallery */
div.wd_gallery {}
/* END Gallery */

/* Newsfeed Releases */
div.wd_newsfeed_releases {}
/* END Newsfeed Releases */

/* override font size set in feed releases */
.wd_newsfeed_releases-detail .wd_title {
	color: #0F3A71;
	margin-bottom: 1rem;
}
.wd_newsfeed_releases-detail .wd_subtitle {
	margin-bottom: 1rem;
}
.wd_newsfeed_releases-detail .news_body p.prnews_p {
	font-family: inherit;
	font-size: 100%;
	color: inherit;
}
/* reset UL behavior to default in NFR body */
.wd_newsfeed_releases-detail .wd_news_body ul,
.wd_newsfeed_releases-detail .wd_news_body ul ul {
	margin: 1em 0 1em 0;
	padding-left: 40px;
}
.wd_newsfeed_releases-detail .wd_news_body li,
.wd_newsfeed_releases-detail .wd_news_body li li {
	list-style-type: disc;
	list-style: disc;
}
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li,
.wd_newsfeed_releases-detail .wd_news_body ul.wd_layout-masonry li li {
	list-style-type: none;
	list-style: none;
}
.wd_newsfeed_releases-detail .wd_captioned_image {
	max-width: 100% !important;
	margin-top: 5px !important; /* Overriding Inline Styling */

}
.wd_newsfeed_releases-teaser .tools {
	text-decoration: none;
	margin-bottom: 12px;
}
/* Adds Extra padding to the bottom of asset carousel in Newsfeed Releases */

.wd_asset_carousel_aspect {
	margin-bottom: 40px !important;
	
}
.wd_carousel.wd_asset_carousel_wrapper a.wd_carousel-arrow:link {
	margin: 0 !important;
}

.wd_pullquote {
	border-top: 5px solid #72721d;
	padding-top: 30px;
	font-size: 16px;
	line-height: 26px;
	font-family: texgyrescholaregular,serif;
}
.wd_pullquote:before,
.wd_pullquote:after {
 display: none;
}

/* END Newsfeed Releases */

/* Formbuilder */
select::-ms-expand {
	border: none;
}
#wd_printable_content input,
#wd_printable_content button,
#wd_printable_content select {
	border-radius: 0;
	border: 1px solid #ccc;
	line-height: 34px;
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
#wd_printable_content select {
	padding: 0 1rem;
	font-size: 1.2rem;
	height: 34px;
	color: #333;
}
select::-ms-expand {
	margin-left: 50px;
	background-color: #fff;
}
#wd_printable_content button.ui-datepicker-trigger {
	border: 0;
}
#wd_printable_content .wd_form_field_label {
	line-height: 2.4em;
	margin-bottom: 0;
}
#wd_printable_content input[type=text] {
	max-width: 69%;
}
#wd_printable_content input[type=submit] {
	max-width: 30%;
	margin-left: 1%;
}
#wd_printable_content input[type=checkbox],
#wd_printable_content input[type=radio] {
	height: auto;
}
.wd_form_field {
	clear: both;
}
.wd_page_limit {
	padding: 0;
}
.wd_linkmenu-header {
	padding: 6px 2px;
}
.wd_page_link:first-child,
.wd_page_link:last-child,
.wd_linkmenu-header {
	border-radius: 0;
}
.wd_linkmenu-header:hover .wd_linkmenu-icon {
	border-color: transparent;
	background-color: transparent;
	color: #000;
}
.wd_form_field .wd_form_field_input,
.wd_form_field {
	overflow: visible;
}
/* END Formbuilder */

/* Search Results */
/* END Search Results */


/* Featureboxes */
div.wd_featurebox {}
div.wd_featurebox_container {}
div.wd_featurebox_title {
	color: #0F3A71;
	font-weight: 400;
	font-family: Oswald,sans-serif;
	font-size: 40px;
	line-height: 1.2;
}
/* Start Featureboxes Top */
div.wd_featureboxes_top {
	margin-top: 90px;
	position: relative;
	margin-bottom: 60px;
}
div.wd_featureboxes_top div.wd_featurebox {
	margin-top: 10px;
}
div.wd_featureboxes_top div.wd_featurebox .wd_newsfeed_releases-teaser {
	display: flex;
}
div.wd_featureboxes_top .subscribe_link {
	display: none;
}
div.wd_featureboxes_top .wd_newsfeed_releases-teaser .item {
	width: 32%;
	margin-right: 2%;
	position: relative;
}
div.wd_featureboxes_top .wd_newsfeed_releases-teaser .item:last-child {
	margin-right: 0;
}
div.wd_featureboxes_top .wd_newsfeed_releases-teaser .wd_layout-inline.wd_asset_icon_link_list {
	display: none;
}
div.wd_featureboxes_top .wd_title {
	margin-bottom: 10px;
}
div.wd_featureboxes_top .wd_title a {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.4;
}
div.wd_featureboxes_top .wd_date {
	color:#808080;
	font-size: 14px;
	font-family: Roboto;
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: 10px;
}
div.wd_featureboxes_top .wd_summary {
	margin-bottom: 60px;
}
div.wd_featureboxes_top .wd_summary p {
	margin-top: 0;
	color: #808080;
	font-size: 1em;
	line-height: 1.6em; 
	font-family: Roboto;
	font-weight: 300;
} 
div.wd_featureboxes_top div.wd_featurebox_container {}
div.wd_featurebox_title {
	color: #0F3A71;
	font-weight: 400;
	font-family: Oswald,sans-serif;
	font-size: 40px;
	line-height: 1.2;
}
div.wd_featureboxes_top .wd_thumbnail {
	border-bottom: 7px solid #0F3A71;
	margin-bottom: 10px;
}
div.wd_featureboxes_top .wd_thumbnail img {
	visibility: hidden;
}	
div.wd_background_image {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover; 
	height: 300px;
}
div.wd_featureboxes_top .wd_category_link_list {
	width: 100%;
	position: absolute;
	text-align: center;
	margin-left: 0;
	bottom: 0;
}

.wd_featureboxes_top ul.wd_layout-inline li {
	width: 100%;
	padding: 3px 0;
	margin-top: 20px;
	margin-left: 0;
	background-color: #0F3A71;
	transition: .25s all;
	border: 2px solid #0F3A71;
}

.wd_featureboxes_top ul.wd_layout-inline li:hover {
	background-color: transparent;
	transition: .25s all;
	

}
.wd_featureboxes_top ul.wd_layout-inline li a {
	color: #ffffff;
	font-weight: 400;
	font-size: 18px;
	transition: .25s all;
}
.wd_featureboxes_top ul.wd_layout-inline li:hover a {
	color: #0F3A71;
	transition: .25s all;
}
.wd_featureboxes_top ul.wd_layout-inline a.wd_category_wrapper {
	display: none;
}
.wd_featureboxes_top ul.wd_layout-inline a.wd_category_wrapper:first-child {
	display: block;
}

/* End Featureboxes Top */
div.wd_featureboxes_left {}
div.wd_featureboxes_left div.wd_featurebox {}
div.wd_featureboxes_left div.wd_featurebox_container {}
div.wd_featureboxes_left div.wd_featurebox_title {}

div.wd_featureboxes_right {}
div.wd_featureboxes_right .wd_featurebox-subscribe {
	margin-bottom: 60px;
}
div.wd_featureboxes_right div.wd_featurebox {}
div.wd_featureboxes_right div.wd_featurebox_container {}
div.wd_featureboxes_right div.wd_featurebox_title {}

div.wd_featureboxes_middle {}
div.wd_featureboxes_middle div.wd_featurebox {}
div.wd_featureboxes_middle div.wd_featurebox_container {}
div.wd_featureboxes_middle div.wd_featurebox_title {}

div.wd_featureboxes_bottom {}
div.wd_featureboxes_bottom div.wd_featurebox {}
div.wd_featureboxes_bottom div.wd_featurebox_container {}
div.wd_featureboxes_bottom div.wd_featurebox_title {}

/* Start Featureboxes Bottom1 */
.wd_featureboxes_bottom1 {
	margin-bottom: 80px;
	position: relative;
}
.wd_featureboxes_bottom1 .wd_featurebox_container {
	margin-bottom: 40px;
}
.wd_featureboxes_bottom1 .wd_featurebox_title {
	padding-top: 0px;
}
.wd_featureboxes_bottom1 .item_name {
	font-size: 16px;
	font-weight: 400;
	text-decoration: underline;
}
.wd_featureboxes_bottom1 .item_publication {
	font-size: 16px;
	font-weight: 700;
	color: #000000;
}
.wd_featureboxes_bottom1 .item_date {
	font-size: 16px;
	font-weight: 700;
	color: #757575;

}


/* End Featureboxes Bottom1 */

/* Start Featureboxes Multiple */

div.wd_featureboxes_featured_multiple {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container {
	width: 50%;
	min-height: 490px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

div.wd_featureboxes_featured_multiple .l-wrapper {
	width: 100%;
	margin-bottom: 30px;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1n) {
	border-bottom: 7px solid rgba(211, 43, 17, .85);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2n) {
	border-bottom: 7px solid rgba(166, 177, 47, .85);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3n) {
	border-bottom: 7px solid rgba(0, 134, 193, .85);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4n) {
	border-bottom: 7px solid rgba(237, 163, 0, .85);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1):after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #d32b11;
	opacity: .25;
	z-index: 1;

}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2):after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #a6b12f;
	opacity: .25;
	z-index: 1;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3):after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0086c1;
	opacity: .25;
	z-index: 1;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4):after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #eda300;
	opacity: .25;
	z-index: 1;
}
.content_slider {
	position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    transition: transform .3s;
    transition: -webkit-transform .3s;
    z-index: 2;
}
.content_slider.active {
	position: absolute;
	transform: translate(0,-100%);
    -webkit-transform: translate(0,-100%);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container .content_slider .wd_featurebox_title h3 {
	position: absolute;
    bottom: 100%;
    left: 1em;
    margin: 0;
    background: inherit;
    color: #fff;
    font-size: 24px; 
    padding: 0 10px;
    text-transform: uppercase;
    z-index: 2;
    margin-right: 20px;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1) .content_slider .wd_featurebox_title h3 {
	background: rgba(211, 43, 17, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2) .content_slider .wd_featurebox_title h3 {
	background: rgba(166, 177, 47, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3) .content_slider .wd_featurebox_title h3 {
	background: rgba(0, 134, 193, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4) .content_slider .wd_featurebox_title h3 {
	background: rgba(237, 163, 0, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_title h3:after {
	content: '\f055';
	font-family: "FontAwesome";
	font-size: 24px;
	padding-left: 20px;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container .content_slider .wd_featurebox_title h3.active {
	position: absolute;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_title h3.active:after {
	content: '\f056';
}

div.wd_featureboxes_featured_multiple .wd_featurebox_container .wd_featurebox {
	padding: 20px;
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1) .wd_featurebox {
	background-color: rgba(211, 43, 17, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2) .wd_featurebox {
	background-color: rgba(166, 177, 47, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3) .wd_featurebox {
	background-color: rgba(0, 134, 193, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4) .wd_featurebox {
	background-color: rgba(237, 163, 0, .8);
}
div.wd_featureboxes_featured_multiple .wd_featurebox_container .wd_featurebox p {
	color: #ffffff;
	font-size: 16px;
	line-height: normal;
	
}
.wd_featureboxes_featured_single .wd_featurebox_container .wd_learn_more,
.wd_featureboxes_featured_multiple .wd_featurebox_container .wd_learn_more {
	border: 1px solid #ffffff;
	color: #d32b11;
	background: #ffffff;
	padding: 5px 15px;
	font-style: italic;
    font-family: texgyrescholaregular,serif;
    font-size: 18px;
    transition: .25s all;
}
.wd_featureboxes_featured_single .wd_featurebox_container .wd_learn_more {
	color: #0f3a71;
}

.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1) .wd_learn_more {
	color: #d32b11;;
}
.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2) .wd_learn_more {
	color: #a6b12f;
}
.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3) .wd_learn_more {
	color: #0086c1;
}
.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4) .wd_learn_more {
	color: #eda300;
}
.wd_featureboxes_featured_single .wd_featurebox_container .wd_learn_more:hover,
.wd_featureboxes_featured_multiple .wd_featurebox_container .wd_learn_more:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
	background: transparent;
	transition: .25s all;
}
/* End Featureboxes Multiple */

/* Start Featureboxes Single */
div.wd_featureboxes_featured_single {
	display: flex;
	flex-wrap: wrap;
}
div.wd_featureboxes_featured_single .wd_featurebox_container {
	width: 100%;
	min-height: 490px;
	position: relative;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	border-bottom: 7px solid rgba(15, 58, 113, .85);
}
div.wd_featureboxes_featured_single .wd_featurebox_container:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #0f3a71;
	opacity: .25;
	z-index: 1;
}
div.wd_featureboxes_featured_single .l-wrapper {
	width: 100%;
	margin-bottom: 30px;
}
div.wd_featureboxes_featured_single .wd_featurebox_container .content_slider .wd_featurebox_title h3 {
	position: absolute;
    bottom: 100%;
    left: 1em;
    margin: 0;
    background: rgba(15, 58, 113, .8);
    color: #fff;
    font-size: 24px; 
    padding: 0 10px;
    text-transform: uppercase;
    z-index: 2;
    margin-right: 20px;
}
div.wd_featureboxes_featured_single .wd_featurebox_title h3:after {
	content: '\f055';
	font-family: "FontAwesome";
	font-size: 24px;
	padding-left: 20px;
}
div.wd_featureboxes_featured_single .wd_featurebox_container .content_slider .wd_featurebox_title h3.active {
	position: absolute;
}
div.wd_featureboxes_featured_single .wd_featurebox_title h3.active:after {
	content: '\f056';
}
div.wd_featureboxes_featured_single .wd_featurebox_container .wd_featurebox {
	padding: 20px;
	background: rgba(15, 58, 113, .8);
}
div.wd_featureboxes_featured_single .wd_featurebox_container .wd_featurebox p {
	color: #ffffff;
	font-size: 16px;
	line-height: normal;
	
}

/* End Featureboxes Single */

/* Start Featureboxes Bottom2 */
.wd_featureboxes_bottom2 {
	margin-bottom: 60px;
	position: relative;
}

.wd_featureboxes_bottom2 .wd_featurebox_title {
	margin-bottom: 20px;
}
.wd_featureboxes_bottom2 .item_date,
.wd_featureboxes_bottom2 .item_summary {
	display: none;
}
.wd_featureboxes_bottom2 .item_name a  {
	color: #ffffff;
}
.wd_featureboxes_bottom2 .item_name a:after {


}
.wd_featureboxes_bottom2 .item {
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}
.wd_featureboxes_bottom2 .wd_articles-teaser {
	display: flex;
}
.wd_featureboxes_bottom2 .bottom_item_wrapper {
	width: 32%;
	margin-right: 2%;

}
.wd_featureboxes_bottom2 .bottom_item_wrapper:last-child {
	margin-right: 0;
}
.wd_featureboxes_bottom2 .blog_content_wrapper {
	position: absolute;
	bottom: 0;
	padding: 20px;
	color: #ffffff;
	width: 100%;
	min-height: 115px;

}
.wd_featureboxes_bottom2 .bottom_item_wrapper:nth-child(1) .blog_content_wrapper {
	background-color: #d32b11;

}
.wd_featureboxes_bottom2 .bottom_item_wrapper:nth-child(2) .blog_content_wrapper {
	background-color: #a6b12f;
}
.wd_featureboxes_bottom2 .bottom_item_wrapper:nth-child(3) .blog_content_wrapper {
	background-color: #0086c1;
}



/* End Featureboxes Bottom2 */ 

/* Start Featureboxes Bottom3 */

.wd_featureboxes_bottom3 {
	position: relative;
}

.wd_featureboxes_bottom3 .wd_featurebox_title {
	margin-bottom: 30px;
}
.wd_featureboxes_bottom3 .wd_featurebox_container {
	position: relative;
	margin-bottom: 80px;
}

div.localist_widget_container ul.lw_event_list {
	max-width: 100%;
}

.localist_widget_container p.lw.lw_view_all_cta {
	position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: 1px solid #0F3A71;
    padding: 5px 15px;
    transition: .25s all;
}
.localist_widget_container p.lw.lw_view_all_cta:hover {
	background-color: #0F3A71;
    transition: .25s all;
    cursor: pointer;
}
.localist_widget_container p.lw.lw_view_all_cta a {
	font-style: italic;
    font-family: texgyrescholaregular,serif;
    font-size: 18px;
    transition: .25s all;
}
.localist_widget_container p.lw.lw_view_all_cta:hover a {
	color: #ffffff;
    transition: .25s all;
}

/* End Featureboxes Bottom3 */

/* Start Featureboxes Right */

.wd_pageid_34147 .col-4,
.wd_pageid_34141 .col-4, 
.wd_pageid_20295 .col-4 {
	display: none;
}
.wd_item_page .col-4,
.col-4 
{
	display: block;
}
.col-8 {
	margin-bottom: 40px;
}
.wd_pageid_34147 .col-8,
.wd_pageid_34141 .col-8,
.wd_pageid_20295 .col-8 {
	max-width: 100%;
	flex: 0 0 100%;
}
.wd_item_page .col-8,
.col-8 {
	flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-4 {
	padding-top: 32px;
}
.col-4 .wd_featureboxes_right .wd_featurebox_container {
	position: relative;
}

.col-4 .wd_featureboxes_right .wd_featurebox_title {
	/* color: #232D4B; */
   
    background-position: left bottom,left top;
    background-size: 12px 2px;
    background-repeat: repeat-x;
    padding: 20px 0 20px;
}

.col-4 .wd_featureboxes_right p.more {
	top: 15px;
}

.col-4 .wd_featureboxes_right .wd_date,
.col-4 .wd_featureboxes_right .wd_summary,
.col-4 .wd_featureboxes_right .subscribe_link {
	display: none;
}
.col-4 .wd_featureboxes_right .release_content {
	display: flex;
	flex-direction: row-reverse;

}
.col-4 .wd_featureboxes_right .item {
	border-bottom: 1px solid #EBEBEB;
	display: flex;
    flex-wrap: wrap;
}
.col-4 .wd_featureboxes_right .wd_title {
	width: 50%;
    margin-right: 10%;
}

.col-4 .wd_featureboxes_right .wd_thumbnail {
	width: 40%;
	padding-left: 10px;
}
.col-4 .wd_featureboxes_right .thumbnail_background {
	background-repeat: no-repeat;
    background-size: contain;
    height: 75px;
    width: 100%;
    background-position: right;
}
.col-4 .wd_featureboxes_right .wd_category_link_list {
	margin: 5px 0;
}
.col-4 .wd_featureboxes_right .wd_category_link {

	margin-left: 0;
}

.col-4 #wd_featurebox-teaser_1380 {
	margin-bottom: 60px;
}

.col-4 #wd_featurebox-subscribe_1 .wd_featurebox_title {
	text-align: center;
	margin-bottom: 15px;
}
.col-4 #wd_featurebox-subscribe_1 form {
	background-color: rgba(238,238,238,1);
	padding: 20px;
}
.col-4 #wd_featurebox-subscribe_1 .wd_intro,
.col-4 #wd_featurebox-subscribe_1 .wd_form_header {
	display: none;
}
.col-4 #wd_featurebox-subscribe_1 .wd_form_field {
	width: 100%;
	margin-left: 0;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_1 .wd_form_field_input input {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 20px;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_1 .wd_form_footer {
	margin-right: 0;
	margin-left: 0;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_1 .wd_form_buttons input[type="Submit"] {
	width: 100%;
	background-color: #0F3A71;
	border: none;
	color: #ffffff;
	padding-top: 12px;
	padding-bottom: 12px; 
}





/* End Featureboxes Right */

/* Start Videos Featurebox */

body:not(.wd_item_page) .wd_featureboxes_videos {
	display: none;
}
body:not(.wd_item_page) .wd_featureboxes_videos {
	margin-top: 
}
div.wd_featureboxes_videos {
	margin-bottom: 60px;
}
div.wd_featureboxes_videos div.wd_featurebox_container {
	position: relative;
}
div.wd_featureboxes_videos .item {
	border-bottom: 1px solid #EBEBEB;
}
div.wd_featureboxes_videos .item .wd_video_description {
	width: 62%;
	margin-right: 2%;
	float: left;
	display: inline-block;
}
div.wd_featureboxes_videos .wd_video_description .wd_video_category {
	font-size: 12px;
	margin-bottom: 0;
}
div.wd_featureboxes_videos .item .wd_video_image_container {
	margin: 0 !important; /* Overriding Inline Styling */
	float: left;
	width: 36%;
	display: inline-block;
	position: relative;
}
div.wd_featureboxes_videos .item img {
	margin: 0 !important; /* Overriding Inline Styles */ 
}
div.wd_featureboxes_videos .item .arrow_border {
	content: '';
    position: absolute;
	background-size: 15px;
	left: 5px;
	bottom: 5px;
    z-index: 2;
    height: 25px;
	width: 25px;
	border: 2px solid rgb(237, 163, 0);
	transition: .2s ease-in-out;
}
div.wd_featureboxes_videos .item .wd_video_arrow_overlay {
	content: '';
	background-image: url('../images/triangle-gold.svg');
	position: relative;
	background-size: 10px;
	top: 52%;
	left: 58%;
	z-index: 2;
	height: 12px;
    width: 12px;
	background-repeat: no-repeat;
	transition: .2s ease-in-out;
	transform: translate(-50%, -50%);
}
div.wd_featureboxes_videos .img_video_link_wrapper:hover .arrow_border {
	border: 2px solid #ffffff;
	transition: .2s ease-in-out;
}
div.wd_featureboxes_videos .img_video_link_wrapper:hover .wd_video_arrow_overlay {
	content: '';
	background-image: url('../images/triangle-white.svg');
	position: absolute;
	background-size: 10px;
	top: 52%;
	left: 58%;
	z-index: 2;
	height: 12px;
    width: 12px;
	background-repeat: no-repeat;
	transition: .2s ease-in-out;
	transform: translate(-50%, -50%);

}
div.wd_featureboxes_videos .item .wd_video_background_overlay {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
	background: transparent;
	transition: .2s ease-in-out;
}
div.wd_featureboxes_videos .img_video_link_wrapper:hover .wd_video_background_overlay {
	background-color: rgba(0, 0, 0, .5);
	transition: .2s ease-in-out;
}
div.wd_featureboxes_videos .wd_video_url.more {
	clear: both;
	float: none;
	display: block;
}
div.wd_featureboxes_videos .item .wd_video_url.more {
	display: none;
}
/* End Videos Featurebox */

/* Start Bottom Right Featurebox */
.wd_featureboxes_bottom_right {
	margin-bottom: 60px;
}
.col-4 #wd_featurebox-subscribe_2 .wd_featurebox_title {
    text-align: center;
	margin-bottom: 15px;
	padding: 20px 0 20px;
}
.col-4 #wd_featurebox-subscribe_2 form {
	background-color: rgba(238,238,238,1);
    padding: 20px;
}
#wd_featurebox-subscribe_2 .wd_form_header {
	display: none;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_2 .wd_form_field_input input {
    max-width: 100%;
    box-sizing: border-box;
    width: 100%;
    margin-left: 0;
    text-align: center;
    border-radius: 0;
    border: 1px solid #e1e1e1;
    padding: 10px 0;
    margin-bottom: 20px;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_2 .wd_form_footer {
	margin-right: 0;
	margin-left: 0;
}
.wd_featureboxes-vertical #wd_featurebox-subscribe_2 .wd_form_buttons input[type="Submit"] {
	width: 100%;
    background-color: #0F3A71;
    border: none;
    color: #ffffff;
    padding-top: 12px;
    padding-bottom: 12px;
}

/* End Bottom Right Featurebox */

/* Start Featureboxes Bottom Detail */
.wd_bottom_detail-container {
	background-color: rgba(238,238,238,1);
}
.wd_featureboxes_bottom_detail {
	background-color: rgba(238,238,238,1);
	padding: 30px;
	margin: 40px 0;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser {
	display: flex;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .subscribe_link {
	display: none;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .item {
	width: 32%;
	margin-right: 2%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .item:last-child {
	margin-right: 0%;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .wd_thumbnail {
	border-bottom: 7px solid #0F3A71;
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .wd_summary,
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .wd_date {
	display: none;
}
.wd_featureboxes_bottom_detail .item .wd_category_link {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
©
}
.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .wd_title a {
	font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}
.wd_pageid_20295 .wd_featureboxes_bottom_detail,
.wd_pageid_34141 .wd_featureboxes_bottom_detail,
.wd_pageid_34147 .wd_featureboxes_bottom_detail {
	display: none;
}
.wd_pageid_20295.wd_item_page .wd_featureboxes_bottom_detail,
.wd_pageid_34141.wd_item_page .wd_featureboxes_bottom_detail,
.wd_pageid_34147.wd_item_page .wd_featureboxes_bottom_detail {
	display: block;
}
.wd_pageid_20295.wd_item_page .wd_bottom_detail-container,
.wd_pageid_34141.wd_item_page .wd_bottom_detail-container,
.wd_pageid_34147.wd_item_page .wd_bottom_detail-container {
	margin-top: 90px;

}
/* End Featureboxes Bottom Detail */

/* Start Featureboxes Bottom */ 

.wd_featureboxes_bottom1 {
	margin: 40px 0;
}

/* Start Featureboxes Bottom */

/*Start Featureboxes Achievements */
.wd_featureboxes_achievements {
	position: relative;
	margin-bottom: 100px;
	margin-bottom: 60px;
}

.wd_featureboxes_achievements .wd_featurebox_title {
	text-align: left;
}

.wd_featureboxes_achievements .item {
	width: 22%;
	margin-right: 4%;
	padding: 0;
	float: left;
	display: inline-block;
	margin-bottom: 20px;

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.wd_featureboxes_achievements .item_name {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.wd_featureboxes_achievements .item:nth-child(4n) {
	margin-right: 0;
}


.wd_featureboxes_achievements .wd_featurebox_underline {
	clear: both;
	float: none;
}

.wd_featureboxes_achievements div.wd_featurebox {
	clear: both;
}



.wd_featureboxes_achievements .merit_attachment_thumbnail {
	display: none;
}
  
.wd_featureboxes_achievements .merit_badge {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
  
.wd_featureboxes_achievements .item_date {
	display: none;
}
  
.wd_featureboxes_achievements .item p {
	text-align: center;
	display: none;
}

#featurebox_rss_0 {
	display: flex;
	flex-direction: ;
	flex-wrap: wrap;
}

  

/* End Featureboxes Achievemnts */

/* Featurebox Title Underline */

.wd_featurebox_underline {
	width: 100px;
	height: 2px;
	background-color: #eda300;
	display: block;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
}

/* End Featurebox Title Underline */

/* Start Video Detail Hightlights Featurebox */

.wd_featureboxes_video_detail_highlights {
	margin-bottom: 60px;
}
.wd_featureboxes_video_detail_highlights .wd_standard-teaser {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wd_featureboxes_video_detail_highlights .wd_standard-teaser .item {
	width: 31.25%;
	margin-bottom: 2.1875rem;
	margin-top: 0;
}
.wd_featureboxes_video_detail_highlights .item .wd_video_category {
	margin-bottom: 15;
}
.wd_featureboxes_video_detail_highlights .item br {
	display: none;
}
.wd_featureboxes_video_detail_highlights .item .item_image {
	width: 100%;
	padding-bottom: 56.25%; 
	height: 0;
	background-position: center;
	background-size: 100%;
}
.wd_featureboxes_video_detail_highlights .item .itemlink:first-child {
	display: block;
	margin-bottom: 10px;
	position: relative;
}
.wd_featureboxes_video_detail_highlights .item .item_name a {

}

.wd_featureboxes_video_detail_highlights .arrow_border {
	content: '';
    position: absolute;
    background-size: 15px;
    left: 5px;
    bottom: 5px;
    z-index: 2;
    height: 25px;
    width: 25px;
    border: 2px solid rgb(237, 163, 0);
    transition: .2s ease-in-out;
}
.wd_featureboxes_video_detail_highlights .wd_video_arrow_overlay {
    content: '';
    background-image: url(../images/triangle-gold.svg);
    position: relative;
    background-size: 10px;
    top: 52%;
    left: 58%;
    z-index: 2;
    height: 12px;
    width: 12px;
    background-repeat: no-repeat;
    transition: .2s ease-in-out;
    transform: translate(-50%, -50%);
}
.wd_featureboxes_video_detail_highlights .wd_video_background_overlay {
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: transparent;
    transition: .2s ease-in-out;
}
.wd_featureboxes_video_detail_highlights .item .itemlink:first-child:hover .arrow_border {
	border: 2px solid #fff;
    transition: .2s ease-in-out;
}
.wd_featureboxes_video_detail_highlights .item .itemlink:first-child:hover .wd_video_arrow_overlay {
	background-image: url(../images/triangle-white.svg);
	transition: .2s ease-in-out;

}
.wd_featureboxes_video_detail_highlights .item .itemlink:first-child:hover .wd_video_background_overlay {
	background-color: rgba(0, 0, 0, .5);
    transition: .2s ease-in-out;
}

/* End Video Detail Hightlights Featurebox */

/* END Featureboxes */

/* Start News Releases */ 
.wd_newsfeed_releases .wd_thumbnail {
	border-bottom: 7px solid #0F3A71;
}

.wd_newsfeed_releases .wd_layout-simple {
	display: flex;
	flex-wrap: wrap;
}

.wd_newsfeed_releases .wd_item {
	width: 32%;
	margin-right: 2%;
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
}

.wd_newsfeed_releases .wd_item .wd_item_wrapper {
	margin-left: 0;
}

.wd_newsfeed_releases .wd_item:nth-child(3n) {
	margin-right: 0;
}

.wd_newsfeed_releases .wd_item .wd_title {
	font-size: 1.2rem;
    font-weight: 700;
}
.wd_newsfeed_releases .wd_item .wd_title a {
	font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}
.wd_newsfeed_releases .wd_date {
	color: #808080;
    font-size: 16px;
    font-family: Roboto;
    font-weight: 400;
    line-height: 1.4;
}
.wd_newsfeed_releases .wd_subtitle {
	display: none;
}
.wd_newsfeed_releases .wd_summary p {
	margin-top: 0;
    color: #808080;
    font-size: 1em;
    line-height: 1.6em;
    font-family: Roboto;
    font-weight: 300;
}

.wd_newsfeed_releases .wd_layout-simple.wd_asset_type_link_list {
	display: none;
}
/* End News Releases */

/* Start Stories Page */

.wd_stories .wd_item {
	display: flex;
}
.wd_stories .wd_item_wrapper {
	width: 90%;
}
.wd_stories .wd_thumbnail {
	width: 10%;
}
.wd_stories div.wd_background_image {
	max-height: 100px;
}
/* End Stories Page */

/* Start News Headlines */

.wd_news_headlines .wd_item .wd_title {
	font-weight: 300;
	text-decoration: underline;

}

/* End News Headlines */


/* Printable Content */
#wd_printable_content {
	padding-top: 20px; 
}
/* End Printable Content */

/* Search Basic Fields */

.wd_search_basic_fields {
	background-color: transparent;
	border: none;
}
#wd_printable_content .wd_search_basic_fields select {
	border: 1px solid #f0f2f3;
	font-size: 14px;
	font-family: "Roboto",helvetica,arial,sans-serif;
	padding: 5px;
	border-radius: 5px;
}
#wd_printable_content .wd_search_basic_fields select:focus {
	border-color: #0f3a71;
	outline: none;
}

#wd_printable_content .wd_search_basic_fields input {
	width: 249px;
    border: 1px solid #e1eaf0;
    background-color: #fff;
    height: 34px;
    font-size: 14px;
    border-radius: 5px;
    padding: 5px;
}
#wd_printable_content .wd_search_basic_fields input:focus {
	border-color: #0f3a71;
	outline: none;
}

#wd_printable_content .wd_search_basic_fields button {

    border: 1px solid #f0f2f3;
    text-align: center;
    background-color: #f0f2f3;
    border-radius: 2px;
    font-family: "Roboto",helvetica,arial,sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #a6b12f;
}
#wd_printable_content .wd_search_basic_fields button .button_text {
	visibility: hidden;
}
#wd_printable_content .wd_search_basic_fields button .button_text:before {
	content: "\f002";
	font-family: "FontAwesome";
	visibility: visible;
}
#wd_printable_content .wd_search_basic_fields button:hover {
	background-color: #e2e6e8;
    color: #939d2a;
    border-color: #e2e6e8;
}
/* End Search Basic Fields */

/* Start Press Release Detail Pages */

.press_release-header-title {
	font-family: Oswald,sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: none;
    float: left;
    margin-bottom: 60px;
    text-align: left;
    margin-top: .67em;
}

/* End Press Release Detail Pages */ 

/* Start News Headlines */
.wd_news_headlines .wd_item {
	border-bottom: 1px solid #e0e0e0;
    padding: 30px 0;
}
.wd_news_headlines .wd_category_link_list {
	float: left;
	display: inline-block;
	margin-bottom: 20px;
	display: none;
}
.wd_news_headlines .wd_category_link {
	margin-left: 0;
}
.wd_news_headlines .wd_category_link:after {
	content: ", ";
	padding-right: 5px;
}
.wd_news_headlines .wd_category_link:last-child::after {
	content: "";
}
.wd_news_headlines .wd_category_link a {
	color: #0f3a71;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
}



.wd_news_headlines .wd_item span {
	float: left;
}
.wd_news_headlines .wd_item .wd_date {
	float: left;
	display: inline-block;
	margin-left: 0px; 
	color: #0f3a71;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;

}
.wd_news_headlines .wd_item .wd_publication {
	float: right;
	display: inline-block;
	font-style: italic;
	font-size: 16px;
	color: #696969;
	font-weight: 300;
	margin-bottom: 20px;
}

.wd_news_headlines .wd_item .wd_title {
	width: 100%;
	clear: both;
	text-decoration: none;
	margin-bottom: 20px;
	
}
.wd_news_headlines .wd_item .wd_title a {
	font-weight: 700;
    font-size: 26px;
    color: #0f3a71;
    text-decoration: none;
}
/* End News Headlilnes */

/* Start Headlines Detail Page */
.wd_articles-detail div.wd_title {
	color: #0F3A71;
}

.wd_articles-detail .wd_author_name {
	float: left;
	display: inline-block;
	padding-right: 5px;
	font-weight: 700;
}
.wd_articles-detail .wd_date_bullet {
	color:  #0F3A71;
}
.wd_articles-detail .wd_date {
	display: inline-block;
	color:  #0F3A71;
	font-weight: 700;
}
.wd_articles-detail .wd_body .dropcap:first-letter {
	font-family: Oswald,sans-serif;
	font-weight: 300;
	font-size: 42px;
	float: left;
	margin: 0.1em 0.1em 0.1em 0;
	line-height: .65;
	color: #0F3A71;

}
/* End Headlines Detail Page */

/* Start Video Page */
.wd_pageid_20319:not(.wd_item_page) .wd_featureboxes_video_detail_highlights {
	display: none;
}
.wd_pageid_20319 .wd_category_items {
	display: flex;
	flex-wrap: wrap;
}
.wd_pageid_20319 .item {
	width: calc(98% / 3);
	margin-right: 1%;

}
.wd_pageid_20319 #wd_printable_content {
	margin-bottom: 60px;
}
.wd_pageid_20319 .item:nth-child(3n) {
	margin-right: 0;
}
.wd_pageid_20319 .item table.wd_imagetable {
	width: 100% !important; /* Overriding Inline styling */ 
}
/* End Video Page */



/* Start Buttons */

p.more {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	border: 1px solid #0F3A71;
	padding: 5px 15px;
	transition: .25s all;
}
p.more:hover {
	background-color: #0F3A71;
	transition: .25s all;
	cursor: pointer;
}
p.more a {
	font-style: italic;
	font-family: texgyrescholaregular,serif;
	font-size: 18px;
	transition: .25s all;
}
p.more:hover a {
	color: #ffffff;
	transition: .25s all;
}



/* End Buttons */

/* YouTube Responsive Video Containers */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* END YouTube Responsive Video Containers */

div.wd_rssfeeds_item {
	margin-bottom: 10px;
}



/* Extra large devices (large desktops) */

@media (max-width: 1500px) {
	/* Featureboxes Single */ 

	div.wd_featureboxes_featured_single .wd_featurebox_container {
		min-height: 400px;
	}
	/* End Featureboxes Single */ 
	/* Featureboxes Multiple */ 

	div.wd_featureboxes_featured_multiple .wd_featurebox_container {
		min-height: 400px;
	}

	/* End Featureboxes Multiple */ 

}
@media (max-width: 1400px) {
	.wd_udallas_nav #audienceMenu ul li a {
		padding-top: 10px; 
		padding: 0 15px;
		color: #ffffff;
		font-size: .8em; 
	
	}

	.wd_udallas_nav #audienceMenu ul.submenu li {
		height: 40px;

	}
	#audienceMenu>ul>li.has-children>a:after {
		color: #ffffff;
		bottom: inherit;
	}
	#audienceMenu>ul>li.has-children:hover>a:after {
		color: #0F3A71;
		bottom: inherit;
	}

	/* Featureboxes Multiple */ 

	div.wd_featureboxes_featured_multiple .wd_featurebox_container {
		min-height: 400px;
	}

	/* End Featureboxes Multiple */ 
}
@media (max-width: 1199px) {}

/* Large devices (desktops) */
@media (max-width: 1024px) {
/* Featured Multiple */

div.wd_featureboxes_featured_multiple .wd_featurebox_container {
	width: 100%;
}


/* End Featured Multiple */ 
}
@media (max-width: 992px) {
	/* Header Content */

	.wd_header_content {
		margin-bottom: 110px;
	}

	/* End Header Content */

	div.wd_articles .wd_item .wd_thumbnail {
		width: 100%;
		margin-bottom: 30px;
	}
	div.wd_articles .wd_thumbnail .articleImage {
		width: 100%;
		height: 400px
	}
	div.wd_articles .wd_item_wrapper {
		clear: left;
	}

	/* News Releases */
	.wd_news_headlines .wd_item .wd_publication {
		float: none;
		clear: left;
		display: block;
	}

	/* End News Releases */
}

/* Medium devices (tablets) */
@media (max-width: 768px) {
	/* Featureboxes Bottom2 */
	.wd_featureboxes_bottom2 .wd_articles-teaser {
		display: flex;
		flex-direction: column;
	}
	.wd_featureboxes_bottom2 .bottom_item_wrapper {
	    width: 100%;
	    margin-right: 0%;
	}
	/* End Featureboxes Bottom2 */
	/* Start News Releases */ 
	
	.wd_newsfeed_releases .wd_layout-simple {
		display: flex;
		flex-wrap: wrap;
	}
	.wd_newsfeed_releases .wd_item {
		width: 49%;
		margin-right: 2%;
	}
	.wd_newsfeed_releases .wd_item:nth-child(3n) {
		margin-right: 2%;
	}
	.wd_newsfeed_releases .wd_item:nth-child(2n) {
		margin-right: 0px;
	}

	/* End News Releases */

	/* Start Col-8/Col-4 */
	.row {
		flex-direction: column;
	}
	.wd_item_page .col-8,
	.col-8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.wd_item_page .col-4,
	.col-4 {
    	display: block;
    	flex: 0 0 100%;
		max-width: 100%;
	}
	/* End Col-8/Col-4 */

	/* Start Featureboxes Right */
	.col-4 .wd_featureboxes_right .wd_thumbnail {
    	width: 40%;
	}
	.col-4 .wd_featureboxes_right .item {
		min-height: 100px;
	}
	.col-4 .wd_featureboxes_right .thumbnail_background {
		float: right;
		width: 26%;
	}
	/* End Featureboxes Right */

	/* Custom Class */

	span.wd_hide_text {
		display: none;
	}

	/* End Custom Classes */
	
	/* Start Video Page */

	.wd_pageid_20319 .item {
		width: calc(99% / 2);
		margin-right: 1%;
	}
	.wd_pageid_20319 .item:nth-child(3n) {
		margin-right: 1%;
	}
	.wd_pageid_20319 .item:nth-child(2n) {
		margin-right: 0;
	}

	/* End Video Page */

	/* Start Featureboxes Achievements */

	.wd_featureboxes_achievements .item {
		width: 48%;
		margin-right: 2%;
	}
	.wd_featureboxes_achievements .item:nth-child(2n) {
		margin-right: 0;
	}

	/* End Featureboxes Achievements */

	/* Video Detail Highlights Featurebox */

	.wd_featureboxes_video_detail_highlights .wd_standard-teaser .item {
		width: 48%;
	}

	/* End Detail Highlights Featurebox */

}
@media (max-width: 600px) {
	/* Video Detail Highlights Featurebox */

	.wd_featureboxes_video_detail_highlights .wd_standard-teaser .item {
		width: 100%;
	}

	/* End Detail Highlights Featurebox */
}
/* Small devices (landscape phones) */
@media (max-width: 575px) {
	.wd_hidden-mobile {
		display: none;
	}

	/* Start Featureboxes Title */

	/* End Featureboxes Title */

	/* Top Featurebox */

	div.wd_featureboxes_top div.wd_featurebox .wd_newsfeed_releases-teaser {
		flex-wrap: wrap;
	}
	div.wd_featureboxes_top .wd_newsfeed_releases-teaser .item {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
	}

	/* End Top Featurebox */
	/* Featured Single */
	div.wd_featureboxes_featured_single .wd_featurebox_container {
		border-bottom: none;
	}
	/* End Featured Single */
	/* Featured Multiple */
	div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(1n) {
		border-bottom: none;
	}
	div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(2n) {
		border-bottom: none;
	}
	div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(3n) {
		border-bottom: none;
	}
	div.wd_featureboxes_featured_multiple .wd_featurebox_container:nth-child(4n) {
		border-bottom: none;
	}

	.content_slider.active {
		position: relative;
	}
	div.wd_featureboxes_featured_multiple .wd_featurebox_container .content_slider .wd_featurebox_title h3.active {
		position: relative;
	}

	/* End Featured Multiple */ 

	/* Featured Single */

	div.wd_featureboxes_featured_single .wd_featurebox_container .content_slider .wd_featurebox_title h3.active {
		position: relative;
	}

	/* End Featured Single */ 

	/* Start Featureboxes Bottom2 */
	.wd_featureboxes_bottom2 {
		margin-bottom: 100px;
	}


	/* End Featureboxes Bottom2 */

	/* Start Featureboxes Bottom3 */
	
	.wd_featureboxes_bottom3 {
		margin-bottom: 100px;
	}
	.wd_featureboxes_bottom3 .wd_featurebox_container {
		position: relative;
		padding-bottom: 20px;
	} 


	/* End Featureboxes Bottom3 */
	/* Search Fields */

	.wd_item_search_form_container form {
		width: 100%;
	}
	.wd_search_basic_fields {
		display: flex;
		flex-direction: column;
		
	}
	#wd_printable_content .wd_search_basic_fields input,
	#wd_printable_content .wd_search_basic_fields select {
		width: 100%;
		margin-bottom: 10px;
		max-width: 100%;
	}
	#wd_printable_content .wd_search_basic_fields button {
		width: 100%;
	}


	/* End Search Fields */ 
	/* Start News Releases */ 
	.wd_newsfeed_releases .wd_background_image {
		height: 400px;
	}

	.wd_newsfeed_releases .wd_layout-simple {
		display: flex;
		flex-wrap: wrap;
	}

	.wd_newsfeed_releases .wd_item {
		width: 100%;
		margin-right: 0;
	}
	.wd_newsfeed_releases .wd_item:nth-child(3n) {
		margin-right: 0%;
	}

	/* End News Releases */

	/* Start Featureboxes Right */
	.col-4 .wd_featureboxes_right .thumbnail_background {
		width: 100%;
	}
	
	/* End Featureboxes Right */

	/* Bottom Detail */

	.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser {
    	flex-direction: column;

	}
	.wd_featureboxes_bottom_detail .wd_newsfeed_releases-teaser .item {
		width: 100%;
    	margin-right: 0%;
    	position: relative;
	}

	/* End Bottom Detail */
	/* Start Press Release Detail Pages */
	.wd_newsfeed_releases-detail .wd_captioned_image {
		width: 100% !important;
	}
	.wd_newsfeed_releases-detail img {
		width: 100%;
	}
	.wd_newsfeed_releases-detail .wd_body {
		clear: both;
	}

	/* End Press Release Detail Pages */
	.wd_articles-detail .wd_captioned_image {
		width: 100% !important;
	}
	.wd_articles-detail img {
		width: 100%;
	}
	.wd_articles-detail .wd_body {
		clear: both;
	}

	/* Start Video Page */

	.wd_pageid_20319 .item {
		width: 100%;
		margin-right: 0;
	}
	.wd_pageid_20319 .item:nth-child(3n) {
		margin-right: 0;
	}

	/* End Video Page */ 

	/* Start Featureboxes Achievements */

	.wd_featureboxes_achievements .item {
		width: 100%;
		margin-right: 0;
	}
	.wd_featureboxes_achievements .item:nth-child(2n) {
		margin-right: 0;
	}
	.wd_featureboxes_achievements p.more {
		position: relative;
		left: 0;
		right: auto;
		bottom: 0;
		top: auto;
		display: inline-block;

	}
	/* End Featureboxes Achievements */
	

}
/* Start Client Overrides */

nav#audienceMenu ul {
	display: flex;
}
nav#audienceMenu ul li {
	width: 100%;
	
}
.wd_udallas_nav {
	margin-top: 0px;
	border-top: 1px solid #0F3A71;
}
.wd_udallas_nav .nav {
	display: block;
}
.wd_udallas_nav ul {
	background-color: #0F3A71;

}
.wd_udallas_nav #audienceMenu ul li {
	background-color: #0F3A71;
	position: relative;
	height: 94px;
	text-align: center;
}
.wd_udallas_nav #audienceMenu ul li:hover {
	background-color: #ffffff;
	border-bottom: 1px solid #0F3A71;
}
.wd_udallas_nav #audienceMenu ul li .fal {
	color: #ffffff;
	text-align: center;
	padding-top: 18px;
	font-size: 25px;
}
.wd_udallas_nav #audienceMenu ul li:hover .fal {
	color: #0F3A71;
}
.wd_udallas_nav #audienceMenu ul li:after {
	content: '';
	position: absolute;
	top: 15%;
	left: 0;
	height: 70%;
	border-right: 1px dashed #ffffff;
}
#audienceMenu .has-children li:after {
	display: none;
}
.wd_udallas_nav #audienceMenu li a {
	padding-top: 10px; 
	color: #ffffff;
	
}
.wd_udallas_nav #audienceMenu li a.on {
	text-decoration: underline;
}
.wd_udallas_nav #audienceMenu ul li:hover a {
	color: #0F3A71;
}
.wd_udallas_nav #audienceMenu .submenu {
	border-top: 7px solid #0F3A71;
	margin-top: 10px;
}
.wd_udallas_nav #audienceMenu .submenu li {
	background-color:  #0F3A71;
	height: 60px;
}
.wd_udallas_nav #audienceMenu .submenu li:hover {
	background-color: #ffffff;
}
.wd_udallas_nav #audienceMenu .submenu li:hover a {
	color: #0F3A71;
}
.wd_udallas_nav #audienceMenu ul.submenu li a {
	color: #ffffff;
}
.wd_udallas_nav #audienceMenu .submenu a:hover {
	color: #ffffff;
}
.wd_udallas_nav #audienceMenu .submenu .fa-globe {
	display: none;
}
.wd_udallas_nav #audienceMenu .submenu li:after {
	border-right: none;
}
/* wrapper container used throughout the site */

.l-wrapper {
	padding: 0 15px;
}

@media screen and (min-width: 1000px){
	#audienceMenu>ul>li.has-children>a:after {
		color: #ffffff;
	}
		#audienceMenu>ul>li.has-children:hover>a:after {
		color: #0F3A71;
	}

}
/* End Client Overrides */