/*****************************************/
/* Global                                
/*****************************************/

a {
    text-decoration: none;	
}
a:hover {
    text-decoration: underline;	
}

figure {
    margin: 0px;
}
figure .credit {
    padding: 5px 0 0 5px;
    font-size: 10px;
    float: right;
    color: #555555;
}
figure .caption {
    display: inline-block;
    zoom: 1;
    *display: inline;
    padding: 5px 0;
    font-size: 10px;
    color: #555555;
}
figure figcaption {
	margin-bottom: 15px;
    border-bottom: 1px solid #808080;
}

img{border: none;}

hr {
    color: #808080;
    background-color: #808080;
    height: 1px;
    margin: 10px 0 10px 0;
    border: none;
}


/*****************************************/
/* Grid Styles      
/*****************************************/

.row {

}
.col {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 20px 0 0;
    vertical-align: top;
    position:relative;
}

.col20 {
    width: 100px;
}
.col30 {
    width: 160px;
}
.col40 {
    width: 220px;
}
.col50 {
    width: 280px;
}
.col60 {
    width: 340px;
}
.col70 {
    width: 400px;
}
.col80 {
    width: 460px;
}
.col90 {
    width: 520px;
}
.col100 {
    width: 580px;
}

.left {
    float: left;
}
.right {
    float: right;
    margin-right: 0px;
    margin-left: 20px;
}
.callout {
    padding: 10px;
}
.left.callout{
	border-right: 1px solid #c9e4ee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 20px 0 0;
}
.right.callout{
	border-left: 1px solid #c9e4ee;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0 0 0 20px;
}

.credit {
    text-align: right;
    font-size: 10px;
}
.footnote {
    border-top: 1px solid #cccccc;
    font-size: 10px;
}

#main .primary_content .special_feature {
    border: 10px solid #C9E4EE;
    padding: 10px;
}
/*****************************************/
/* Main Styles      
/*****************************************/
#main .primary_content {
    width: 600px;
    padding: 0px 0 0 0;
    margin: 55px auto 55px auto;
}

#main .page_header {
    position: absolute;
    top: 25px;
    left: 58px;
    color: #dddddd;
    font-size: 1.5em;
    font-family: 'AvenirLTStd65Medium', arial;
    text-transform: uppercase;
}

#main .header_standard {
    display: block;
    text-transform: uppercase;
    margin-top: 30px;
    font-family: 'AvenirLTStd95Black', arial;
    font-size: .8em;
    color: #999999;
    letter-spacing: 1px;    
}
#main .header_standard span {
    padding: 0px 4px 0px 4px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
}

#page .printLogo {
    display: none;
} 



/*****************************************/
/* Primary Nav Styles      
/*****************************************/

#primary_navigation .row {
    margin: 0 auto;
    width: 970px;
}

/*****************************************/
/* Main Tertiary Nav Styles      
/*****************************************/

nav#tertiary_nav {
    font-family: AvenirLTStd65Medium;
    font-size: 12px;
    text-transform: uppercase;
    color: #e1e1e1;
}
nav#tertiary_nav a {
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0px 3px 0px 3px;;
    color: #0485b0;
}
nav#tertiary_nav a:first-child {
    margin: 0px 3px 0px 0px;;
}
nav#tertiary_nav a.active {
    color: #646055;
}
/*****************************************/
/* Sidebar Styles      
/*****************************************/

#sidebar .primary_content {
    margin: 10px 10px 10px 0;
    padding: 10px;
    background: #ffffff url('../images/sidebar_bgstripes.png') repeat top center;
}

#sidebar a.collapse_control {
    display: block;
    text-align: right;
    font-family: 'AvenirLTStd85Heavy', arial;
    color: #132757;
    text-transform: uppercase;
    font-size: .9em;
}
#sidebar a.view_more {
    display: block;
    text-align: right;
    font-family: 'AvenirLTStd35Light', arial;
    color: #5C5959;
    text-transform: uppercase;
    font-size: 1.1em;
}

#sidebar .header_standard:first-child {
    margin: 5px 0 5px 0;
}

#sidebar .header_standard {
    display: block;
    text-transform: uppercase;
    margin: 20px 0 5px 0;
    color: #505050;
    font-family: 'AvenirLTStd35Light', arial;
    font-size: 1.0em;
    letter-spacing: 2px;
}
#sidebar .header_standard span {
    padding: 0px 4px 0px 4px;
    border-left: 1px solid #505050;
    border-right: 1px solid #505050;
}




/*******************************************
/* Slideshow
/*******************************************/

.slideshow_container {
    position: relative;
    margin: 10px 0px 20px 0px;
    background-color: #e5e5e5;
}
.slideshow_container .slideshow_image {
    margin: 0px 0 5px 0;
    width: 580px;
    height: 442px;
    background-color: black;
    overflow: hidden;
    cursor: pointer;
}
.slideshow_container .slideshow_metadata {
    color: #010101;
    font-family: AvenirLTStd65Medium;
    padding: 30px 15px 12px 30px;
    font-size: 10px;
    line-height: 14px;
}
.slideshow_container .slideshow_metadata_title {
    font-size: 12px;
    line-height: 19px;
    font-family: 'AvenirLTStd85Heavy', arial;
}
.slideshow_container .slideshoe_metadata_credit {
    color: #7d7d7d;
    padding: 0 0 0 5px;
    margin: 0 0 0 5px;
    border-left: 1px solid #7d7d7d;
}
.slideshow_container .slideshow_pagination {
    position: absolute;
    width: 580px;
    text-align: center;
    top: 455px;
}
.slideshow_pagination {
    font-size: 10px;
    padding: 3px;
    margin: 2px 0px 2px 0px;
    text-align:right;
    color: #808080;
    }
.slideshow_pagination .pagerlink {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-indent: -1000px;
    height: 11px;
    width: 7px;
    margin: 1px 4px 0 4px;
    overflow: hidden;
    text-align: left;
}
.slideshow_pagination .slideshow_pagination_prev {
    background: url('../images/pagination_prev.png') no-repeat left top;
}
.slideshow_pagination .slideshow_pagination_prev_disabled {
    background: url('../images/pagination_prev.png') no-repeat left -11px;
}
.slideshow_pagination .slideshow_pagination_next {
    background: url('../images/pagination_next.png') no-repeat left top;
}
.slideshow_pagination .slideshow_pagination_next_disabled {
    background: url('../images/pagination_next.png') no-repeat left -11px;
}


/*****************************************/
/* Events / Calendar Page                
/*****************************************/

#calendar_table {
    border-collapse: collapse;
    font-size: 13px;
    font-family: arial;
    width: 100%;
    margin: 20px 0 20px 0;
    text-transform: uppercase;
    background-color: #ffffff;
    color: #808080;
}
#calendar_table #header_row {
    margin-bottom: 6px;
    border-bottom: 1px solid #c9e4ee;
}
#calendar_table #month_header {
    font-family: 'AvenirLTStd85Heavy', arial;
    color: #c2bebe;
    font-size: 24px;
	font-weight: normal;
    line-height: 24px;
    text-transform: uppercase;
    vertical-align: bottom;
    text-align: center;
}
#calendar_table #month_header div {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 225px;
    margin: 0px 5px 0px 5px;
}
#calendar_table #month_header a {
    height: 18px;
    width: 9px;
    display: inline-block;
    zoom: 1;
    *display: inline;    
    overflow: hidden;
    text-indent: -1000px;
}
#calendar_table #month_header a.calendar_prev_month {
    background: url('../images/calendar_prev_month.png') no-repeat;   
}
#calendar_table #month_header a.calendar_next_month {
    background: url('../images/calendar_next_month.png') no-repeat;   
}
#calendar_table #type_selector {
    vertical-align: bottom;
    text-align: right;
}
#calendar_table #mode_control {
    text-align: right;
}
#calendar_table #mode_control a {
    color: #0186b7;
    font-size: 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 5px 0 5px 0px;
    padding-right: 16px;

}
#calendar_table #mode_control a.open {
    background: url('../images/calendar_close.png') no-repeat right;   
}
#calendar_table #mode_control a.closed {
    background: url('../images/calendar_open.png') no-repeat right;   
}
#calendar_table tr.week_row {
    background-color: #2a4b79;
    color: #ffffff;
    font-weight: bold;
}
#calendar_table tr.week_row td {
    width: 14.285%;
    text-align: left;
    padding: 7px;
    background-color: #2a4b79;
}
#calendar_table tr.cell_row {
    border-bottom: 2px solid white;
}
#calendar_table tr.cell_row td {
    x-display: block;
    position: relative;
}
#calendar_table tr.cell_row td a,
#calendar_table tr.cell_row td span {
    position: relative;
    display: block;
    font-weight: bold;
    text-align: left;
    padding: 7px;
    background-color: #e8f4f8; 
}
#calendar_table tr.cell_row td.c1 span,
#calendar_table tr.cell_row td.c3 span,
#calendar_table tr.cell_row td.c5 span {
    background-color: #f4fafc; 
}
#calendar_table tr.cell_row td.active a,
#calendar_table tr.cell_row td.active span {
    border: 2px solid #0173a6; 
    height: 16px;
    padding: 5px;
}
#calendar_table tr.cell_row td.has_event a {
    background-color: #b7dae8;
}
#calendar_table tr.cell_row td.today a,
#calendar_table tr.cell_row td.today span{
    background-color: #f7941d;
    color: black;
}
#calendar_table tr.cell_row td a {
    display: block;
    height: 100%;
    color: #0186b7;
}

#calendar_table tr.cell_row td.c6 #calendar_key {
    display: block;
    position: absolute;
    right: 8px;
    top: 8px;
    text-align: right;
    width: 300px;
}

.event_information_section {
    margin: 0 0 20px 0;
}






/* Calendar Date */
.calendar_date {
    position: relative;
    width: 68px;
    height: 25px;
    text-transform: uppercase;
}
.calendar_date .day {
    color: #ada8a8;
    font-family: 'AvenirLTStd65Medium', arial;
    font-size: 12px;
    line-height: 12px;
}
.calendar_date .month {
    position: absolute;
    color: #5c5959;
    font-family: 'AvenirLTStd65Medium', arial;
    font-size: 12px;
    bottom: 0px;
    line-height: 12px;
}
.calendar_date .day_of_month {
    position: absolute;
    color: #808080;
    font-family: 'AvenirLTStd85Heavy', arial;
    font-size: 31px;
    right: 0px;
    bottom: 0px;
	height: 31px;
}


/* Metadata */
#sidebar .metadata_link_wrapper {
    display: none;
}
.metadata_link_wrapper {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: -1px;
    height: 1px;
    width: 1px;
}
a.metadata_link {
    position: absolute;
    bottom: 24%;
    display: block;
    height: 8px;
    overflow: hidden;
    width: 8px;
    left: 4px;
    text-indent: -1000px;
    background: url('../images/metadata_icon.png') no-repeat;
}
a.metadata_link:hover {
    background-color: #eeeeee;
}
.metadata_overlay_wrapper { 
    z-index: 10300;
    position: absolute;
    top: -40px;
    left: -10px;
    width: 390px;
}
.metadata_overlay { 
    position: relative;
    font-size: 12pt !important;
    padding: 15px;
    margin-left: 35px;
    background-color: #ffffff;
    border:1px solid #999999;
}
.metadata_overlay h1 { 
    font-size: 13pt !important;
    font-weight: bold;
}


/* Metadata */
.editors_pick_icon_wrapper {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin-left: -1px;
    height: 1px;
    width: 1px;
}
span.editors_pick_checkmark {
    position: absolute;
    bottom: -3px;
    display: block;
    height: 14px;
    overflow: hidden;
    width: 12px;
    left: -15px;
    background: url('../images/editors_pick_checkmark.png') no-repeat;
}
span.editors_pick_icon {
    position: absolute;
    bottom: 24%;
    display: block;
    height: 9px;
    overflow: hidden;
    width: 9px;
    left: 4px;
    text-indent: -1000px;
    background: url('../images/editors_pick_icon_dark.png') no-repeat;
}
#main span.editors_pick_icon {
    background: url('../images/editors_pick_icon.png') no-repeat;
}

/* Comments */

#comments {
    margin-top: 30px;
    border-top: 2px solid #80c2db;
    border-bottom: 2px solid #80c2db;
}
#comments #comments_head {
   font-size: 10px;
   color: #807e7e;
   line-height: 22px;
}
#comments #mode_control {
    float: right;
}
#comments #mode_control a {
    color: #0186b7;
    font-size: 12px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 0;
    padding-right: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
#comments #mode_control a.open {
    background: url('../images/calendar_close.png') no-repeat right;   
}
#comments #mode_control a.closed {
    background: url('../images/calendar_open.png') no-repeat right;   
}
#comments .comment_head {
    font-size: 11px;
    text-transform: uppercase;
}
#comments .comment_actions {
    float: right;
}
#comments .comment_actions a.delete {
    display: block;
    background: url('../images/comment_delete.png') no-repeat; 
    height: 8px;
    width: 7px;
    overflow: hidden;
    text-indent: -999px;
}
#comments .comment_actions a.report {
    display: block;
    background: url('../images/comment_report.png') no-repeat; 
    height: 10px;
    width: 8px;
    overflow: hidden;
    text-indent: -999px;
}
#comments .comment {
    border: 1px solid #ededed;
    background-color: #f7f7f7;
    margin-bottom: 5px;
    padding: 13px;
    line-height: 18px;
    color: #5c5959;
}
#comments .comment_deleted {
    color: #cccccc;
}

#comments #comments_body_preview .comment {
    background-color: #cccccc;
}


#comments_foot #require_login{
    color: #5c5959;
    text-transform: uppercase;
}
#comment_fields label {
    font-size: 11px;
    text-transform: uppercase;
}
#comments form #comment_fields textarea {
    width: 100%;
    hieght: 70px;
}
#comments .comment_controls {
    margin-top:5px;
    height: 28px;
}
#comments .comment_controls #comment_control_note {
    float: left;
    font-size: 11px;
    text-transform: uppercase;
}
#comments .comment_controls #comment_control_buttons {
    float: right;
}









/* Global Styles */

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    color: #6a6458;
    font-size: 1.35em;
    font-family: AvenirLTStd65Medium;
    line-height: 1.1em;
    margin: .75em 0 .5em 0;
}
h2 {
    color: #6a6458;
    font-size: 1.3em;
    font-family: AvenirLTStd65Medium;
    line-height: 1.1em;
    margin: 1.25em 0 .5em 0;
}
h3 {
    color: #6a6458;
    font-size: 1.25em;
    font-family: AvenirLTStd65Medium;
    line-height: 1.1em;
    margin: 1.25em 0 .5em 0;
}
h4, h5, h6 {
    color: #6a6458;
    font-size: 1.2em;
    font-family: AvenirLTStd65Medium;
    line-height: 1.1em;
    margin: .75em 0 .5em 0;
}
h1 em,h2 em,h3 em,h4 em,h5 em,h6 em {
    font-family: AvenirLTStd65MediumOblique;
}
h1 a,h2 a ,h3 a ,h4 a ,h5 a ,h6 a  {
    color: #6a6458;
}

#sidebar article .headline_meta {
    font-size: .75em;
    margin-bottom: 0px;
}

.headline_meta {
    font-size: .75em;
    margin-bottom: 10px;
}

.headline_meta p {
    margin: 0;
    line-height: 1.5em;
    color: #999;
}
.panel .headline_meta p {
    margin: 0;
}
.headline_meta p.primary_cateogry {
    margin: 0;
}
.filter_link {
    color: #f7941d;
    font-size: 1.1em;
    font-family: 'AvenirLTStd85Heavy', arial;
}
p {
    font-family: 'AvenirLTStd65Medium', arial;
    font-size: 1em;
    line-height: 1.3em;
    color: #5c5a5b;
    margin: 1em 0 1em 0;
}
p em {
    font-family: 'AvenirLTStd65MediumOblique', arial;
}
p strong {
    font-weight: normal;
    font-family: 'AvenirLTStd85Heavy', arial;
}
ul, ol {
    font-family: 'AvenirLTStd65Medium', arial;
    font-size: 1em;
    line-height: 1.3em;
    color: #5c5a5b;
    margin: .5em 0 .5em 0;
}
ul li, ol li {
    color: #5c5a5b;
    margin: .5em 0 .5em 0;
    padding: 0;
}
ul li strong {
    font-weight: normal;
    font-family: 'AvenirLTStd85Heavy', arial;
}
ul.simple  {
    list-style: none;
    padding: 0;
}
ul.simple li {
    border-bottom: 1px dotted #5c5a5b;
}
ul li a {
    color: #0186b7;	
}

sup {
    font-size:.5em;
    line-height:0;
}
sub {
    font-size:.5em;
    line-height:0;
}
p a {
    color: #0186b7;	
}
a.call_to_action {
    color: #145e84;;
    text-transform: uppercase;
    font-size: .8em;
    padding-right: 15px;
    background: url('../images/call_to_action.png') no-repeat 100% 40%;	
}
a[rel="external"] {
    background: transparent url('/application/public/presentation/images/editors_pick_icon_dark.png') no-repeat scroll right center; 
    padding-right: 12px; 
}
.action_items {
    margin-top: 3px;
}
.action_items a {
    text-transform: uppercase;
    font-size: .9em;
    color: #145e84;
    padding: 0px 4px;
    border-left: 1px solid #145e84;
}
.action_items a:first-child {
    padding: 0px;
    border-left: none;
}

/*****************************************/
/* Article Block Styles
/*****************************************/

/* For modern browsers */
article:before,
article:after {
    content:"";
    display:table;
}

article:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
article {
    zoom:1;
}

article h1, article h2, article h3, article h4, article h5, article h6 {
    color: #145e84;
}
article h1 a, article h2 a, article h3 a, article h4 a, article h5 a, article h6 a  {
    color: #145e84;
}
article h2.deck {
    color: gray;
    font-size: 1em;
    font-family: AvenirLTStd65MediumOblique;
    line-height: 1.1em;
    margin: 0 0 .5em 0;
}
article .filter_link {
    color: #f7c68b;
}
article p {
    color: #333131;
}
article p a {
    color: #0186b7;	
}
article a.call_to_action {
    color: #145e84;
}

/*****************************************/
/* Article Type Adjustments
/*****************************************/

/* Global */
article h1{margin-top: 0;}

/* Standard */
article.article_standard {
	margin-top: 30px;
}

#coverpage_wrapper article.article_standard h1 a {
    font-size: .9em;
}
    
article.article_standard.emphasis h1 {
	margin-top: 15px;
}

/* Featured */
article.article_featured {
    margin-top: 30px;
}

article.article_featured h1 {
    font-size: 1.4em;
    font-family: AvenirLTStd85Heavy;
}

#coverpage_wrapper article.article_featured h1 a {
    font-size: 1.15em;
    line-height: 1.1em;
}

article.article_featured h1 em {
    font-family: AvenirLTStd85HeavyOblique;
}

article.article_featured p {
    margin-bottom: 0;
}

/* Article Emphasis*/
.emphasis {
    margin-top: 20px;
    padding: 2px 10px 10px 10px;
    background-color: #f2f2f2;
}
.emphasis figure img {
    margin: 15px 0 0px 0;
}

/* Article Alternate*/
#coverpage_wrapper article.article_alternate {
    margin-top: 30px;
    padding-left: 20px;
    border-width: 0 0 0 1px;
    border-style: solid;
    border-color: #cccccc;
}

#coverpage_wrapper div.row div.col:first-child article.article_alternate {
    padding: 0 20px 0 0;
    border-width: 0 1px 0 0;
}

#coverpage_wrapper article.article_alternate h1 a {
    font-size: .9em;
}

/* List Item Standard and Featured */
article.article_list_item_standard,
article.article_list_item_featured{
	margin-top: 20px;
}
article.article_list_item_featured h1 {
    font-size: 1.4em;
    font-family: AvenirLTStd85Heavy;
}
article.article_list_item_featured h1 em {
    font-family: AvenirLTStd85HeavyOblique;
}
article.article_list_item_standard .headline_meta p,
article.article_list_item_featured .headline_meta p {
    display: inline;
    border-left: 1px solid #bdbdbd;
    padding: 0 4px 0 6px;
}
article.article_list_item_standard .headline_meta p:first-child,
article.article_list_item_featured .headline_meta p:first-child {
    border-left: 0px solid #999999;
    padding: 0 4px 0 0px;
}
article.article_list_item_featured figure {
    max-height: 110px;
    overflow: hidden;
}

/* List Item Headline */
article.article_list_item_headline {
    padding-top: 7px;
    margin-top: 7px;
    border-top: 1px solid #999;    
}
article.article_list_item_headline h1 {
    font-size: 1em;
    line-height: 1.3em;
}

/* List Item Headline Plus */
article.article_list_item_headline_plus {
}
article.article_list_item_headline_plus h1 {
    font-size: 1em;
    line-height: 1.3em;
    margin: .5em 0 .1em 0;
}
article.article_list_item_headline_plus .headline_meta p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-left: 1px solid #bdbdbd;
    padding: 0 4px 0 6px;
}
article.article_list_item_headline_plus .headline_meta p:first-child {
    border-left: 0px solid #999999;
    padding: 0 4px 0 0px;
}

/* Summary Description */
#coverpage_wrapper .summary_short_description p, #coverpage_wrapper .summary_medium_description p, #coverpage_wrapper .summary_long_description p {
    line-height: 1.4em;    
}

/* Summary Quote */
article.article_quote .headline_meta{
	display: none;
}
article.article_quote .summary_quote{
	margin: 20px 0;
	padding: 0 0 10px 0;
	border-top: 1px solid #c9e4ee;
	border-bottom: 1px solid #c9e4ee;
}
.left article.article_quote .summary_quote{
	margin: 20px 0;
	padding: 0 10px 0 0;
	border-right: 1px solid #c9e4ee;
}
article.article_quote .summary_quote p {
    color: #145e84;
    font-size: 1.2em;
    line-height: 1.4em;
    font-weight: normal;
    margin-top: 0;
    font-family: AvenirLTStd65MediumOblique;
}
article.article_quote .summary_quote a {
    color: #145e84;
}
article.article_quote .summary_quote_attribution {
    text-align: right;
    color: gray;
    font-size: 1.1em;
    font-family: AvenirLTStd65MediumOblique;
    margin-top: -10px;
}


/* Calendar Item Event */
.calendar_item .calendar_event_header, .calendar_item_standard .calendar_event_header{
    margin-bottom: 10px;
    border-bottom: 1px solid #808080;
}
.calendar_item .calendar_event_header{
    padding-bottom: 20px;
}
.calendar_item .calendar_event_header h1, .calendar_item .calendar_event_header h2 {
    margin: 5px 0 0 0;
}


/* Calendar Item List Item Headline */
article.calendar_item_list_item_headline {
    border-top: 1px solid #6e6d6d;
    padding-top: 7px;
    padding-bottom: .6em;
    vertical-align: top;
}
article.calendar_item_list_item_headline:first-of-type {
    border-top: none !important;
}
article.calendar_item_list_item_headline.repeat_date {
    border-top: 1px solid #efefef;
    margin-left: 75px
}
article.calendar_item_list_item_headline h1 {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 0 !important;
    margin-top: 0 !important; 
    padding-top: 0  !important;
}
article.calendar_item_list_item_headline .calendar_date_wrapper {
    width: 75px;
    display:inline-block;
    zoom:1;
    *display:inline;
    vertical-align: top;
}
article.calendar_item_list_item_headline .calendar_body_wrapper {
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 145px;
    vertical-align: top;
}


/* Calendar Item List Item Standard */
article.calendar_item_list_item_standard {
    border-top: 1px solid #c9e4ee;
    padding-top:.8em;
} 
article.calendar_item_list_item_standard.repeat_date {
    margin-left: 120px;
    border-top: 1px solid #efefef;
}
article.calendar_item_list_item_standard h1 {
    margin-top: 0px;
}
article.calendar_item_list_item_standard .col {
    margin-bottom: 5px;
}
#sidebar article.calendar_item_standard {
    margin-top: 10px;
}
article.calendar_item_standard {
    margin-top: 20px;
}
article.calendar_item_standard .action_items {
    margin-top: 3px;
}
article.calendar_item_standard .action_items a {
    display: block;
    padding: 0px;
    border-left: 0px solid #145e84;
    margin-bottom: 3px;
}
article.calendar_item_standard .action_items a span {
    display: inline;
    padding-right: 15px;
    background: url('../images/call_to_action.png') no-repeat 100% 40%;
}


/* HTML Component */
#sidebar .html_component_standard {
    padding-bottom: 20px;
}
.html_component_emphasis {
    margin-top:20px;
    padding: 10px 10px 10px 10px;
    background-color: #c3eafe;
}
.html_component_emphasis h1 {
    margin-top:.1em;
}

/* Editors Pick List Item */
article.editors_pick_list_item_headline {
    margin: 20px 0 7px 0;
    padding: 15px 20px 15px 20px;
}
article.editors_pick_list_item_headline p{
    margin-bottom: 0;
    padding-bottom: 0;
}
article.editors_pick_list_item_headline.sb {
    margin: 10px 0 0 0;
    padding-top: 0;
    padding-bottom: 7px;
    border-top: none;
}
article.editors_pick_list_item_headline.sb .headline_meta {
    margin-bottom: 0;
}

#sidebar article.editors_pick_list_item_headline.sb {
    margin: 0;
    padding-top: 0;
    padding-bottom: 7px;
    border-top: none;
    border-bottom: 1px solid #C9E4EE;
}

article.editors_pick_list_item_headline h1 {
    font-size: 1em;
    line-height: 1.3em;
    margin-bottom: .2em;
}
article.editors_pick_list_item_standard h1 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .2em;
}
article.editors_pick_list_item_featured h1 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .2em;
}


/*****************************************/
/* Callout Styles
/*****************************************/

.callout h3:first-child{
    margin-top: 0;
}
.row:first-child div.callout.left, .row:first-child div.callout.right{
    margin-top: 10px;
}
.callout h4{
    font-size: 16px; 
    line-height: 22px; 
    color: #145e84; 
    padding-top: 20px;
    border-top: 1px solid #c9e4ee;
}

.row:first-child div.col_border_right,
.row:first-child div.col_border_left{
    margin-top: 10px;
}


/*****************************************/
/* Column Styles
/*****************************************/

.col.col_border_right{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-right: 10px;
    border-right: 1px solid #C9E4EE;
}

.col.col_border_left{
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 10px;
    border-left: 1px solid #C9E4EE;
}


/*****************************************/
/* Row Styles
/*****************************************/

.row:first-child article:first-child, .row:first-child .header_standard:first-child {
    margin-top: 0 !important;
}


/*****************************************/
/* Main Section Article Styles
/*****************************************/

/* No Overrides */

/*****************************************/
/* Side Section Article Styles
/*****************************************/


#sidebar h1 {
    color: #505050;
    font-size: 14px;
    margin: 12px 0 5px 0;
}
#sidebar h2 {
    color: #505050;
    font-size: 13px;
    margin: 12px 0 5px 0;
}
#sidebar h3, #sidebar h4, #sidebar h5, #sidebar h6 {
    color: #505050;
    font-size: 12px;
    margin: 12px 0 5px 0;
}
#sidebar h1 a, #sidebar h2 a, #sidebar h3 a, #sidebar h4 a, #sidebar h5 a, #sidebar h6 a {
    color: #132757;
}
#sidebar .headline_meta p {
    font-size: 10px;
    margin: 0px;
}
#sidebar .filter_link {
    font-size: 11px;
    color: #132757;
}
#sidebar p {
    font-size: 13px;
    margin: 5px 0 5px 0;
    color: #5C5959;
}	
#sidebar p a {
    color: #132757;	
}

#sidebar article h1 {
    color: #505050;
    font-size: 14px;
    margin: 5px 0 5px 0;
}
#sidebar article h2 {
    color: #505050;
    font-size: 13px;
    margin: 12px 0 5px 0;
}
#sidebar article h3, #sidebar article h4, #sidebar article h5, #sidebar article h6 {
    color: #505050;
    font-size: 12px;
    margin: 12px 0 5px 0;
}
#sidebar article h1 a, #sidebar article h2 a, #sidebar article h3 a, #sidebar article h4 a, #sidebar article h5 a, #sidebar article h6 a {
    color: #1d5d8d;
    font-size: 110%;
    line-height: 120%;
    font-family: 'AvenirLTStd85Heavy', Arial;
}
#sidebar article .headline_meta p {
    font-size: 11px;
    margin: 0;
    font-family: 'AvenirLTStd35Light', Arial;
    color: #898989;
}
#sidebar article .headline_meta .date {
	margin-top: 0;
}
#sidebar article .filter_link {
    font-size: 11px;
    color: #132757;
}
#sidebar article p {
    font-size: 12px;
    margin: 5px 0 5px 0;
    color: #5C5959;
}
	
#sidebar article p a {
    color: #132757;	
}

/* Article Standard */
#sidebar article.article_standard .primary_category {
    display: none;
}

/* Article List Item Headline */
#sidebar article.article_list_item_headline {
    border-bottom: 1px solid #6e6d6d;
}
#sidebar article.article_list_item_headline h1 {
    font-size: 1em;
    line-height: 1.3em;
}

/* Article List Item Standard */
#sidebar article.article_list_item_standard h1 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .2em;
}

/* Article List Item Standard */
#sidebar article.article_list_item_featured h1 {
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: .2em;
}
#sidebar article.article_list_item_standard .headline_meta p,
#sidebar article.article_list_item_featured .headline_meta p {
    display: inline-block;
    zoom: 1;
    *display: inline;
    border-left: 1px solid #bdbdbd;
    padding: 0 4px 0 6px;
}
#sidebar article.article_list_item_standard .headline_meta p:first-child,
#sidebar article.article_list_item_featured .headline_meta p:first-child {
    border-left: 0px solid #999999;
    padding: 0 4px 0 0px;
}


/* Article Emphasis */
#sidebar article.article_emphasis {
    padding: 10px 10px 10px 10px;
    background-color: #c3eafe;
}
#sidebar article.article_emphasis h1 {
    margin-top:.1em;
}

/* Calenday Item Headline */
#sidebar article.calendar_item_list_item_headline {
	margin-bottom: 5px;
	padding-bottom: 0;
    border-top: 1px solid #cccccc;
}
#sidebar article.calendar_item_list_item_headline h1 {
    font-size: 1em;
    line-height: 1.3em;
}
#sidebar .calendar_date .day {
    color: #95c8e3;
    font-family: 'AvenirLTStd35Light', arial;
}
#sidebar .calendar_date .month {
    color: #1D5D8D;
}
#sidebar .calendar_date .day_of_month {
    color: #1D5D8D;
}

/*****************************************************************************/
/*  Primary Navigation is Same As Main
/*****************************************************************************/

#primary_navigation h1 {
    color: #dddddd;
    text-transform: uppercase;
}
#primary_navigation article h1 {
    color: #dddddd;
    text-transform: none;
    color: #145e84;
}
/*****************************************************************************/
/*  Metadata overlay
/*****************************************************************************/

.metadata_overlay h1 {
    margin-top: 0 !important;
    font-size: 12px !important;
}
.metadata_overlay .headline_meta {
    font-size: 8px !important;
    margin-bottom: 0;
}
.metadata_overlay .headline_meta p {
    display: block !important;
    border-left: none !important;
    padding: 0 !important;
    margin: 0;
}
article .metadata_overlay p {
    font-size: 10px !important;
    margin-top: .5em;
}
.metadata_overlay .header_standard {
    margin-top: 10px !important;
    font-size: 10px !important;
    line-height: 12px !important;
}
.metadata_overlay .header_standard p{
    margin-top: .3em;
}

/*****************************************/
/* Drawer Styles    
/*****************************************/

#drawer h1 {
    color: #1e355e;
    border-bottom: 1px dotted #1e355e;
    font-size: 1.2em;
    margin-top: 15px;
}
#drawer h2 {
    color: #1e355e;
}
#drawer h3 {
    color: #1e355e;
}
#drawer h4, article h5, article h6 {
    color: #1e355e;
}
#drawer h1 em {
    font-family: AvenirLTStd65MediumOblique;
}
#drawer h1 a {
    color: #1e355e;
}
#drawer .filter_link {
    color: #f7941d;
}
#drawer ul li {
    color: #fff;
}
#drawer ul li a {
    color: #fff;
}
#drawer ul.simple li {
    border-bottom: 1px dotted #fff;
    padding-bottom: 3px;
}
#drawer p {
    color: #fff;
}
#drawer p a {
    color: #fff;	
}
#drawer a.call_to_action {
    color: #1b2f58;
    background: url('../images/call_to_action_dark.png') no-repeat 100% 40%;	
}

/* MODAL Styles */
#modal h1 {
    font-size: 15px;
    color: #767061;
    margin: 0px 0 8px 0;
    line-height: 22px;
    border-bottom: 1px solid #767061;
}


/***********************************************/

table.simple {
    border-collapse: collapse;
    width: 100%;
    font-family: 'AvenirLTStd65Medium', arial;
}
table.simple caption {
    border-top: 1px solid #808080;
    font-size: 12px;
    color: #5c5a5b;
    
}
table.simple thead tr {
    background-color: #2A4B79;
    color: white;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
table.simple thead tr th {
    text-align: left;
    padding: 7px;
    background-color: #2A4B79;
    color: #fff;
}
table.simple tr {
    border-bottom: 2px solid #fff;
    background-color: #eeeeee;
    
}
table.simple tr td, table.simple tr th {
    vertical-align: top;
    padding: 7px;
    margin: .5em 0 .5em 0;
    font-size: 13px;
    line-height: 1.3em;
    color: #5c5a5b;
    background-color: #F4FAFC;
    border: 1px solid #ffffff;
    
}
table.simple tr td a, table.simple tr th a {
    color: #0186b7;
}
table.simple tr th {
   text-align: left;
    background-color: #E8F4F8;
}

/*****************************************/
/* Panel Styles
/*****************************************/

.panel .special_feature{
	border: 10px solid #C9E4EE;
	padding: 10px;
}
.panel .special_feature p{
	margin: 5px 0 0 0;
}
