#content input[type='checkbox'],
#content input[type='radio'] {
	position: relative;
	left: inherit;
	box-shadow: none;
}

#content input[type='radio'] {
	margin: 0px 5px 0px 2px;
}

#wd_printable_content,
.wd_featureboxes_middle {
	min-width: 500px;
}

.wd_videos td {
	padding: 0px 15px 0 0;
}

.a-b-layout .active-view {
	clear: both;
}

.wd_slideshow_container #single-slider {
	width: 752px;
}

.wd_slideshow_container #single-slider .slides_container {
	width: 752px;
	height: 376px;
	border: none;
	padding: 0;
	background: transparent;
}

.wd_slideshow_container #single-slider .next {
	left: 690px;
}

.wd_slideshow_container #single-slider ul li a {
	display:block;
	float:left;
	width:10px;
	height:10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow:hidden;
	/*background:url(../images/pagination-btn-transparent.png) no-repeat bottom;*/
	background: #FFF;
	text-indent:-99999px;

}

.wd_slideshow_container #single-slider ul {
	left: 45%;
	position: relative;
	float: none;
}

.wd_slideshow_container .pagination>li:last-child,
.wd_slideshow_container #single-slider ul li,
.wd_slideshow_container #single-slider ul li a,
.wd_slideshow_container #single-slider ul li.current {
	padding: 0 2px;
	margin-right: 3px;
}

.wd_slideshow_container #single-slider ul li.current a {
	background:#0074e4;
}

.wd_mast_container {
	/* background: transparent url('../images/BG_Aerial2-web.png') no-repeat center top; */
	background: #1B4F98 url('../images/MediaRoom_Nov2014_c_01.jpg') no-repeat center top;
	padding: 0px 0px 50px 0;
	height: 345px;
}

.wd_mast_container:before,
.wd_mast_container:after,
.wd_slideshow_container:before,
.wd_slideshow_container:after {
	content: "";
	display: table;
	clear: both;
}

.wd_slideshow_container {
	width: 750px;
	margin: 0 auto;
}

.wd_tagline {
	margin: 23px 0px 24px 0;
	font-family: 'Open Sans Light', Arial, Helvetica Neue, sans-serif;
	font-weight: 300;
	font-size: 46px;
	line-height: normal;
	color: #FFF;
	text-align: center;
	position: relative;
	top: 63px;
	left: 149px;
}

.wd_mast_container p {
    font-family: 'Open Sans Light', Arial, Helvetica Neue, sans-serif;
	font-size: 18px;
	position: relative;
	top: 63px;
	left: 284px;
	color: #FFF;
	line-height: 25px;
}
.wd_mast_container p a {
	font-family: 'Open Sans', Arial, Helvetica Neue, sans-serif;
	font-size: 18px;
	color: #0074e4;
	text-decoration: none;
}

.wd_media_library_multi td {
	padding: 15px 0 15px 0;
}

.wd_news_releases-detail table p, .wd_news_releases-detail table td {
	white-space: normal !important;
}

.wd_news_releases-detail table td {
	margin: 0 !important;
	padding: 0 !important;
}

.wd_newsfeed_releases .archive_nav,
.wd_newsfeed_releases .subscribe_links,
.wd_newsfeed_releases .archive_nav a,
.wd_newsfeed_releases .subscribe_links a {
	text-align: left;
	text-decoration: none;
}

.archive_nav {
	text-align: left;
}

/* hide date on NEWS releases page, not NEWSFEED releases */
.wd_news_releases .item_date {
	display: none;
}

.wd_newsfeed_releases .item_date {
	display: block;
}

/* Begin classes for common SPIN elements */

.release_data {
/* font-family:Courier New; */
}

.wd_news_releases-detail p, .wd_news_releases-detail a:link, .wd_news_releases-detail ul li {
/* font-family:Courier New; */
}

.page_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 15px;
}

.page_header a, .page_header a:link {

}

page_header a:hover {

}

.breadcrumb {
	font-size: 8pt;
	margin: 0px 0px 10px 0;
}

.item {
	margin: 0px 0px 10px 0px;
	overflow: auto;
	border-bottom: 1px solid #EEE;
	padding: 10px 0px;
}

.item_name {
	font-size: 1em;
	font-weight: normal;
	position: relative;
}

div.wd_standard .item_name {
	font-size: 1.3em;
	padding-top: 10px;
	font-weight: bold;
}

.wd_events .item_name {
	font-size: 13px;
}

.item_date {
font-family: 'Open Sans Semi Bold', Arial, Helvetica Neue, sans-serif; text-transform: uppercase; font-weight: 800; font-size: 14px;
}

.wd_events .item_date {
font-family: 'Open Sans Semi Bold', Arial, Helvetica Neue, sans-serif; text-transform: uppercase; font-weight: 800; font-size: 14px;
}

.item_summary {
	font-size: 1em;
}

.wd_newsfeed_releases .item_summary {
	display: none;
}

.wd_newsfeed_releases-detail .item_summary {
	display: block;
}


/* BEGIN 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 */

/* START 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 */	


.detail_header {
	font-size: 1.3em;
	font-weight: bold;
}

.wd_events-detail .detail_header {
	font-family: verdana;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.wd_events-detail .detail_date {
	font-size: 13px;
	padding-bottom: 10px;
}

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
}

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

.category_header {
	font-size: 1.4em;
	font-weight: bold;
	color: #999999;
	padding-bottom: 15px;
}

table.wd_imagetable {
	/*width: 250px;
	min-height: 300px;*/
}

td.imagecaption {
	font-size: .8em;
	font-style: italic;
	text-align: left;
	padding: 3px 5px 3px 5px;
}

td.imagecaption p {
	font-size: .9em;
	font-style: italic;
}

div.wd_page_toolbar {
	margin: 25px 0px 15px 0px;
	padding: 5px;
}

span.wd_page_tool img {
	vertical-align: middle;
}

/* Begin classes for individual PCTs
   (enter amendments to the above declatations, ex:
   div.wd_standard .category_name {
    [styles]
   }
*/

div.wd_standard {

}

div.wd_events {

}

div.wd_gallery {

}

.wd_gallery .gallery_captions .item_name {
}

/* Begin FormBuilder styles */

div.wd_formbuilder {
/* This is the container for all formbuilder forms on this build*/

}

table.wd_formbuilder {

}

input.wd_formbuilder_submit {

}

table.wd_formbuilder p {
    margin: 0px;
}

/* Begin Calendar styles */

table.wd_calendar_header
{
	background-color: #7d8dac;
	color: #ffffff;
	padding: 5px 5px 5px 5px;
	margin-top: 15px;
	border-style: none none dotted none;
	border-width: 0 0 thin 0;
}

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

td.wd_calendar_header_label {
	text-align: center;
	font-weight: bold;
}

td.wd_calendar_header_prev {
	text-align: left;
}

td.wd_calendar_header_next {
	text-align: right;
}

table.wd_calendar {
	background-color: #ffffff;
	table-layout: fixed;
}

th.wd_calendar_dayofweek_header {
	background-color: #ffffff;
	text-transform: lowercase;
	font-size: .90em;
}

td.wd_calendar_day {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 14%;
	vertical-align: top;
}

html>body td.wd_calendar_day {
	padding: 0px 2px 0px 2px;	/* account for event padding+border where width = content only */
}

td.wd_calendar_this_month {
	background-color: #eeeeee;
	border-top: 1px #eeeeee solid;
	font-size: .85em;
}

td.wd_calendar_prev_month,
td.wd_calendar_next_month {
	background-color: #c6cede;
	border-top: 1px #c6cede solid;
	font-size: .85em;
}

td.wd_calendar_today
{
	background-color: #FF9;
	border: 1px #000000 solid;
}

div.wd_calendar_day_header {
	text-align: right;
	color: #000000;
	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
{
	color: #7d8dac;
}

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

div.wd_calendar_event {
	width: 100%;
	margin: 1px 0px 1px 0px;
	padding: 2px;
	position: relative;
	left: 0px;
	white-space: nowrap;
	overflow: hidden;
	background-color: #77ccff;
}

html>body div.wd_calendar_event {
	left: -2px;	/* account for padding+border where width = content only */
}

div.wd_event_tip_header
{
	background-color: #ffcc77;
	border-bottom: #F70;
	margin: 0px 0px 0px 0px;
	padding: 5px;
	border-width: 0 0 1px 0;
	border-style: none none dotted 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.2em;
	font-weight: bold;
}

div.wd_event_tip_time, div.wd_event_tip_location_name {
	font-weight: bold;
}

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

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

div.wd_socialtools {
    position: relative;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    margin-bottom: 20px;
}

div.wd_socialtools a:hover {
    text-decoration: none;
}

div.wd_socialtools_menu {
    background-color: #ffffff;
}

div.wd_socialtools_type {
    display: inline;
    margin: 0px 0px 0px 10px;
    height: 50px;
}

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

div.wd_socialtools_tool {
    padding: 3px;
    margin: 5px 0px 0px 0px;
    text-align: left;
    white-space: nowrap;
}

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

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

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

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

td#wdFadeClose {
    text-align: right;
}

p.search_result {
}

span.search_mime {
    font-size: 0.9em;
}

span.search_url {
}

div.wd_featurebox_title {
	font-family: 'Open Sans Bold', Arial, Helvetica Neue, sans-serif;
	font-weight: 800;
	font-size: 15px;
	color: #333;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
}

div.wd_featurebox a {
	font-weight: normal;
}

div.wd_featurebox {
	margin-bottom: 20px;	
	overflow: auto;		
}

div.wd_featurebox p, div.wd_featurebox div {
	margin-bottom: 10px;
}

div.wd_featurebox a.itemlink, .item_date {
	font-weight: normal;
	line-height: 1.5em;
}

div.wd_featureboxes_right {
	margin-top: 10px;
}

div.wd_featureboxes_left {
	margin: 0px 0 40px 0px;
	color: #333;
}

div.wd_featureboxes_left p,
div.wd_featureboxes_left p a,
div.wd_featureboxes_left a {
	color: #333;
}

div.wd_featureboxes_left p a {text-decoration: underline;}
div.wd_featureboxes_left div.wd_featurebox_title,
div.wd_featureboxes_left div.wd_featurebox_title a {
	color: #333;
	padding: 5px 0 5px 0px;
	border: none;
	text-transform: uppercase;
}

div.wd_featureboxes_left div.wd_featurebox_container {
	background-color: #DEEDFC;
	padding: 5px 10px 5px 10px;
	margin-bottom: 40px;
}

div.wd_featureboxes_top,
div.wd_featureboxes_middle {
	clear: both;
}

div.wd_featureboxes_middle {
}

div.wd_featureboxes_socialhub {
	width: 30%;
	float: left;
}

div.wd_featureboxes_socialhub .wd_featurebox_container {
	width: 100%;
	float: left;
}

div.wd_featureboxes_top .wd_featurebox_container {
}

div.wd_featureboxes_top .wd_featurebox:before,
div.wd_featureboxes_top .wd_featurebox:after {
	clear: both;
	display: table;
	content: '';
}

div.wd_featureboxes_top .wd_featurebox_container:last-child {
	margin-right: 0;
}

div.wd_featureboxes_top div.wd_featurebox_title {
	font-size: 20px;
	color: #333;
	margin: 14px 0 6px;
}

div.wd_featureboxes_middle div.wd_featurebox {
}

div.wd_featureboxes_middle {
}

div.wd_featureboxes_middle .wd_featurebox_container {
}

div.wd_featureboxes_middle .wd_featurebox:before,
div.wd_featureboxes_middle .wd_featurebox:after,
div.wd_featureboxes_socialhub .wd_featurebox:before,
div.wd_featureboxes_socialhub .wd_featurebox:after {
	clear: both;
	display: table;
	content: '';
}

div.wd_featureboxes_socialhub .wd_featurebox_container:last-child,
div.wd_featureboxes_middle .wd_featurebox_container:last-child {
	margin-right: 0;
}

div.wd_featureboxes_middle div.wd_featurebox_title {
	font-size: 28px;
	color: #333;
	margin: 14px 0 10px;
	padding-bottom: 20px;
	font-weight: normal;
	font-family: 'Open Sans Regular', Arial, Helvetica Neue, sans-serif;
	border-bottom: 1px solid #EEE;
	text-transform: none;
	text-align: left;
}

div.wd_featureboxes_middle div.wd_featurebox {
}

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

.wd_featurebox p.more a {
	color: #FFF;
	text-decoration: none;
}

.wd_featurebox p.more {
	background: #0074e4;
	padding: 10px 25px;
	font-size: 15px;
	display: inline-block;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.wd_newsfeed_releases-teaser .tools {
	font-size: 10px;
	text-decoration: none;
	margin-bottom: 12px;
}

.tools img {
	vertical-align: middle;
}

/* BEGIN 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 */	

.twitter-anywhere-user img, .twitter-user img, .linked-in img {
        vertical-align: middle;
}

.wd_featureboxes_socialhub .wd_tabs_wrapper {
    background: 0 none;
    padding: 5px;
}

.wd_featureboxes_socialhub .wd_tab {
    margin: 1px;
    padding: 4px;
    border: 0px;
    background-color: transparent;
}

.wd_featureboxes_socialhub .wd_tab-active {
    padding: 3px;
    background-color: #dddddd;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

#single-slider .prev, #single-slider .next,
#single-slider .prev:hover, #single-slider .next:hover {
	background: none;
	font-family: 'zillow-icons';
	font-size: 35px;
	font-weight: normal;
	width: inherit;
	height: inherit;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	vertical-align: middle;
	display: inline-block;
	text-decoration: none;
}

#single-slider .prev,
#single-slider .next {
	display: none;
}

#single-slider .prev:after {
	content: "\e004";
}

#single-slider .next:after {
	content: "\e005";
}

#content ul {
	list-style: disc;
}

#content ul.categories,
#content ul.hi_res-links {
	list-style: none;
}

ul.categories-horizontal.categories-thumbnails li,
ul.categories-horizontal.categories-descriptions li {
	width: 180px;
	overflow: hidden;
}

#corpright ul.categories-horizontal {
	margin: 0
}

.wd_videos ul.categories.categories-horizontal.categories-thumbnails li {
	height: 165px;
	width: 193px;
	margin: 5px 10px 5px 5px;
}

.headshot-link {
	font-size: 13px;
}

#subscribe_success {
	display: none;
}

.zsg-nav-sub-wrapper {
	background: #E2EFFC;
	position: relative;
	/* margin-top: -50px; */
}

.zsg-layout_lg .zsg-layout-width {
	max-width: 1024px;
}

.zsg-nav-sub {
	min-height: 50px;
	padding-left: 125px;
	position: relative;
}

.zsg-layout_lg #container {
	margin: 20px auto 0
}

#a-column input,
#content input {
	height: inherit;
	width: inherit;
}

.wd_formbuilder input[type='submit'] {
	cursor: pointer;
	font-size: 13px;
	font-family: Arial,Verdana,sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-indent: 0;
	text-align: center;
	display: inline-block;
	padding: 3px 12px;
	margin: 0 5px 0 0;
	zoom: 1;
	background: #36B;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(1,#6991D4),color-stop(0.5,#36B),color-stop(0,#36B));
	background: -moz-linear-gradient(#6991d4,#36b,#36b);
	background: -webkit-linear-gradient(#6991D4,#36B,#36B);
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #36B;
	border-top-color: #38F;
	border-bottom-color: #163C7D;
	vertical-align: middle;
	white-space: nowrap;
}

.wd_formbuilder input[type='submit']:hover {
	background: #8B4;
	background: -webkit-gradient(linear,left bottom,left top,color-stop(1,#ADDB71),color-stop(0.5,#8B4),color-stop(0,#8B4));
	background: -moz-linear-gradient(#addb71,#8b4,#8b4,#8b4);
	background: -webkit-linear-gradient(#ADDB71,#8B4,#8B4,#8B4);
	background: -o-linear-gradient(top,#addb71,#8b4 50%,#8b4 100%);
	background: -ms-linear-gradient(top,#addb71,#8b4 50%,#8b4 100%);
	background: linear-gradient(top,#addb71,#8b4 50%,#8b4 100%);
	border-color: #9CC861 #8B4 #6C9339;
	text-decoration: none;
	color: #FFF;
}

.recaptcha_options li {
	list-style: none;
}
