
/*@font-face {
  font-family: 'Raleway Thin';
  font-style: normal;
  font-weight: 100;
  src: local('Raleway Thin'), local('Raleway-Thin'), 
  src:url('../fonts/Raleway-Thin.eot'),
  src:url('../fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Raleway-Thin.woff') format('woff'),
  url('../fonts/Raleway-Thin.ttf') format('ttf'),
  url('../fonts/Raleway-Thin.svg#pt-sans') format('svg');
}
@font-face {
  font-family: 'Raleway Light';
  font-style: normal; 
  font-weight: 300;
  src: local('Raleway Light'), local('Raleway-Light'), 
  src:url('../fonts/Raleway-Thin.eot'),
  src:url('../fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Raleway-Light.woff') format('woff'),
  url('../fonts/Raleway-Light.ttf') format('ttf'),
  url('../fonts/Raleway-Light.svg#pt-sans') format('svg');
}*/

@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway-Regular.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Raleway-Regular.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/Raleway-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/Raleway-Regular.svg') format('svg'); /* Legacy iOS */
}

/*@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src:url('../fonts/Raleway-Regular.eot'),
  src:url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Raleway-Regular.woff') format('woff'),
  url('../fonts/Raleway-Regular.ttf') format('ttf'),
  url('../fonts/Raleway-Regular.ttf') format('svg');
}  */

/*

@font-face {
  font-family: 'Raleway Bold';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), 
  src:url('../fonts/Raleway-Thin.eot'),
  src:url('../fonts/Raleway-Thin.eot?#iefix') format('embedded-opentype'),
  url('../fonts/Raleway-Bold.woff') format('woff'),
  url('../fonts/Raleway-Bold.ttf') format('ttf'),
  url('../fonts/Raleway-Bold.svg#pt-sans') format('svg');
} */

form.search {
	clear:both;
	margin:0;
	padding: 15px 0 0 28px;
}

.quickFix {
	height: 0;
	width: 721px;
}

/* Begin classes for common SPIN elements */

.page_header {
	font-size: 2.5em;
  font-weight: 600;
  color: #000;
  padding-bottom: 3px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 15px;
}

.ir-content.side-nav.col-md-4 .page_header {
  padding-bottom: 3px !important;	
}	

.col-md-8 .page_header {
  padding-bottom: 7px !important;	
}	

.breadcrumb {
	font-size: 0.8em;
}

.item {
	margin: 0px 0px 20px 0px;
	overflow: auto;
	height: 100%;
}

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

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

.item_summary {
	font-size: 1em;
}

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

.detail_subheader {
	font-size: 1em;
	font-weight: bold;
	line-height: 20px;
}

.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 {

}

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 {
  border-top: 1px dotted #999999;
  border-bottom: 1px dotted #999999;
  margin: 5px 0px -10px 0px;
  padding: 5px 5px 15px;
}

div.wd_page_toolbar td {
	text-align: center;
	vertical-align: bottom;
}

.wd_page_tool {
	font-size: 10px;
	margin: 0px 10px 0px 10px;
}

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

}

/* 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;
}

/* 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 {
}

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

.tools img {
	vertical-align: middle;
}

div.wd_featureboxes_right {
	/* float: right;
	padding: 100px 10px 0 0;
	width: 215px; */
}

div.wd_featureboxes_left div.wd_featurebox_title, div.wd_featureboxes_middle div.wd_featurebox_title {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	color:#000000;
	font-size:11px;
	padding: 4px 8px 4px 5px;
}

div.wd_featureboxes_right div.wd_featurebox_title {
	padding: 0;
        font-weight: bold;
        font-size: 1.2em;
        text-transform: uppercase;
        color:#000000;
        font-size:11px;
}

div.wd_featureboxes_left div.wd_featurebox, div.wd_featureboxes_middle div.wd_featurebox {
	background:#fcfcfc none repeat scroll 0 0;
	border-bottom:1px dotted #E9E9E9;
	padding: 8px 8px 8px 5px;
	margin-bottom: 10px;	
}

div.wd_featureboxes_right div.wd_featurebox {
	background:#fcfcfc none repeat scroll 0 0;
	border-bottom:1px dotted #E9E9E9;
	padding: 0px;
	margin-bottom: 10px;	
}

div.wd_featureboxes_right div.wd_featurebox .wd_newsfeed_releases-teaser {

	padding: 8px 8px 8px 5px;
}

div.wd_featurebox p, div.wd_featurebox div {
	font-size: 11px;
}

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

div.wd_featureboxes_left {
	margin: 15px 0 0 25px;
}

div.wd_featureboxes_left div.wd_featurebox_title {
	border: 0px;
}

div.wd_featureboxes_left div.wd_featurebox {

}

div.wd_featureboxes_middle {
}

div.wd_featureboxes_middle div.wd_featurebox_title {
}

div.wd_featureboxes_middle div.wd_featurebox {
}

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

#ir-subscribe {
	line-height: 12px;
	font-size: 10px;
	/* margin: 3px;
	padding: 3px; */
}

#ir-subscribe img {
	vertical-align: middle;
   padding-right: 8px;
}

/* FINANCIAL DISPLAY CUSTOMIZATIONS */
div.wd_calculator_chart_button {
    text-align: left;
    padding: 0px 36px;
    white-space: nowrap;
}

#hs-cta-86be3992-b4cc-4abb-aedc-67103c328021 a {
	text-decoration: none;
}

.mh-tabs a {
	color: #FFF !important;
}

.body-container-wrapper {
	margin-top: -18px;
}

.ir-content {
  line-height: 1.75em;
}

.ir-nav {
	margin: 15px 0;
	font-size: 17px;
  line-height: 26px;
}

.ir-submit {
  height: 25px;
  border-radius: 6px;
  background-color: #FFF;
  border: 1px solid #d7d7d7;
  width: 30px;
  width: 68px;
  padding-bottom: 25px;
}

.ir-searchinput {
  height: 28px;
  position: relative;
  bottom: 1px;
  width: 100px;
  background-color: #FFF;
  border: 1px solid #d7d7d7;
  margin-right: 3px;
}

#wd_printable_content p {
	font-size: 18px;
	line-height: 26px;
}

.banner-cta-button {
    color: #434242 !important;
}

.container-fluid {
	padding: 0 !important;
}

.mobile-menu.mobile {  
	top: 20px !important;
}


#cta_button_28841_281acb23-f827-4df9-927e-5e4831ba1e57 {
	color: #FFF !important;
}

.header-container-wrapper .hs-menu-wrapper ul {
    float: right;
    padding: 28px 12px 28px 0;
}

#hs_menu_wrapper_module_1418666959281650 ul li:last-of-type {
	padding-left: 12px;
}

.header-container-wrapper .hs-menu-wrapper ul {
    position: relative;
    bottom: 1px;
    left: -1px;
}

.footer-container-wrapper .cell-wrapper.layout-widget-wrapper a {
	color: #FFF !important;
}

.ir-content.side-nav.col-md-3,
.ir-content.side-nav.col-md-3 .page_header {
	padding-top: 0;
	margin-top: 7px;
	margin-bottom: 20px;
	padding-bottom: 0;
	font-family: "Raleway";
	font-weight: 600;
}

#wd_featurebox-teaser_2 

.page_header {
	font-weight: 700;	
}

#wd_featurebox-teaser_2 .item_date,
#wd_featurebox-teaser_2 .item_name {
	font-size: 18px;
}

#wd_featurebox-teaser_2 .item_date {
	font-weight: 600;
}

.side-nav .ir_nav {
	margin-top: 0 !important;
}

#wd_printable_content .breadcrumb {
	display: none;
}

.side-nav {
	margin-top: 0;
	padding-top: 0;
}

.footer-container-wrapper .social-media .hs-menu-wrapper ul li a {
	color: #252525 !important;
}

a { 
	text-decoration: none !important;
}

#wd_featurebox-teaser_4 {
	margin-top: 11px;
}

#wd_featurebox-teaser_4 .wd_featurebox_title {
	font-size: 22px;
}

#wd_featurebox-teaser_4 .item_name,
#wd_featurebox-teaser_4 .item_date,
#wd_featurebox-teaser_4 .wd_event_subscribe,
#wd_featurebox-teaser_4 .wd_event_reminder,
#wd_featurebox-teaser_4 .item_title {
	font-size: 18px;
	padding: 3px 0;
}

.content-wrapper .page_header {
	padding-bottom: 8px;
}

.mh-tabs {
    padding: 0 50px !important;
}

.hs-menu-children-wrapper {
	top: 30px !important;
}

.hs-menu-item.hs-menu-depth-2 {
	background-color: #FFFFFF !important;
}

.wd_pageid_64 .col-md-6 > p {
	display: none;
}

.wd_news_releases-detail .detail_header,
.wd_standard .item_name {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

.header-container-wrapper .hs-menu-wrapper ul li a {
	font-family: "Raleway";
	font-weight: 600 !important;
}	

.footer-text {
	display: block;
	font-size: 10px !important;
}

.left-footer {
	float: left;
}

.right-footer {
	text-align: right;
}

.footer-container {
	border-top: 1px solid orange;
	padding-top: 7px;
	margin-top: 15px;
}

@media screen and (max-width: 570px) {
	.footer-text {
		font-size: 9px !important;
	}
}
@media screen and (max-width: 525px) {
	.footer-container {
		padding-left: 2px !important;
    padding-right: 2px !important;
    padding-bottom: 1px !important;
	}
}
@media screen and (max-width: 485px) {
	.footer-text {
		font-size: 8px !important;
	}
	.footer-container {
		padding-left: 1px !important;
    padding-right: 1px !important;
    padding-bottom: 1px !important;
	}
}
@media screen and (max-width: 480px) {
	.right-footer {
		text-align: left;
	}
	.left-footer {
		float: none;
		margin-bottom: 2px;
	}
}	

.footer-link {
	color: #0066CC;
}

.footer-link:hover {
	color: #0066CC;
  background-color: #FFFF99;
}  



