/* MOD TO CRESCENDO TO FIX DISPLAY ISSUES ON NON-CRESCENDO SITE */

.dynamic_header_wrapper {
	display:block !important;
}

.banner_wrapper {
  display:none !important;
}

body#home-page .dynamic_header_wrapper {
	display:none !important;
}

body#home-page .banner_wrapper {
  display:block !important;
}

p.breadcrumb {
	padding-top:80px !important;
}

/* END MOD */
 

/***********************CRESCENDO TEMPLATE STYLESHEET RESPONSIVE 3C*********************/

/* UN COMMENT THIS AREA IF THEY WANT TO PRINT ONLY CONTENT
@media print {
#cres_header {
  display: none;
}

#cres_left-nav {
  display: none;
}

#cres_footer {
  display: none;
}
}
*/


.hidden { display: none; }

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: canada-type-gibson,sans-serif;
  margin:0;
  padding:0;
  height: 100%;
  width: 100%;
}
.main_content_wrapper {
	display: flex;
	font-size: 1.25em;
}

.main_content_wrapper{
	padding: 0 15px;
}

#cres_content {
	font-family: canada-type-gibson,sans-serif, Helvetica, verdana, sans-serif;
	font-size: 1em;
	color: #676e71;
	max-width: 1240px;
	width: 100%;
	margin: auto;
    float: left;
	line-height: 1.5em;
	padding-bottom: 30px;
	padding-top: 20px;
}

#cres_content img {
	border: none;
}


#cres_content .breadcrumb{
	margin: 0px;
	padding: 0px 0px 20px 0px;
	font-size: 0.85em;
}

#cres_content p{
	margin: 0px;
	margin-bottom: 0.4em;
	padding: 5px 0px;
}

#cres_content .medTitle {
	margin: 0px;
	padding: 5px 0px;
	font-size: 1.0em;
	font-weight: bold;
}

#cres_content .smallTitle {
	margin: 0px;
	padding: 5px 0px;
	font-size: 0.8em;
	font-weight: bold;
}

#cres_content .smallerTitle {
	margin: 0px;
	padding: 5px 0px;
	font-size: 0.7em;
}

#cres_content .lightColorDiv {
	background-color: #f5f5f5;
	border-color:#BBBBBB;
}

h1.cresPageHeader,
#cres_content .bigTitle {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;
}



h1.mgrHeaderTitle {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;
}

h2.cresArticleTitle {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;
}

h2.mgrSubHeaderTitle{
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	color: #003087; 
	font-size: 1.25em;   
}

h2.mgrSubHeaderTitle_U{
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #003087;
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.25em;   
}

h2.mgrSubHeaderTitle_S{
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #003087; 
	border-top: 1px solid #CCCCCC;
	background-color:#F3F3F3;
	font-size: 1.25em;   
}

h3.mgrSubHeaderTitle{
	font-weight: normal;
	margin: 5px 0px 5px 0px;
	color: #003087; 
	font-size: 1.1em;   
}

h3.mgrSubHeaderTitle_U{
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #000080; 
	border-bottom: 1px solid #CCCCCC;
	font-size: 1.1em;   
}

h3.mgrSubHeaderTitle_S{
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	color: #000080; 
	border-top: 1px solid #CCCCCC;
	background-color:#F3F3F3;
	font-size: 1.1em;   
}

h3.cresDateHead{
	font-size: 1em;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px;
	color: #696969;
}

#cres_content .mgrStrongTitle {
	font-weight: bold;
	font-size: 1.1em;
}

.mgr_user_estate_planning li,
.mgr_user_settings li, 
.mgr_enews_settings li {
	font-size: 0.9em;
	font-weight: bold;
}  

/* FORM CSS */
#cres_content input {
	float:left;
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	margin-bottom: 5px;
	background-image: url("../images/bg_input.png");
}

#cres_content input:hover {
	border-color:#C0CCDA;
	background-color: #BBBBBB;
	background-image: url("../images/bg_input.png");
}

#cres_content input:focus {
	border-color: #c5c5c5;
	background-color: #ffffdd;
	background-image: none;
} 

#cres_content select {
	border:1px solid #CCCCCC;
	background-color:#DDDDDD;
	margin-bottom: 5px;
	background-image: url("../images/bg_input.png");
}

#cres_content select:hover {
	border-color:#C0CCDA;
	background-color: #BBBBBB;
	background-image: url("../images/bg_input.png");
}

#cres_content select:focus {
	border-color: #C0CCDA;
	background-color: #ffffdd;
	background-image: none;
} 

#cres_content .cres_calc_radio {
	background: none;
	border: none;
}

/* CALCULATORS */
#cres_calc { 
	width: 560px;
	margin:auto;
}

#cres_calc div {
	clear: both;
	float:left;
	margin:5px;
	width: 560px;
}

#cres_calc fieldset {
	float: left;
	margin:0px;
	padding:0px;
	border:1px solid #DDDDDD;
	width: 560px;
}

#cres_calc label {
	float:left;
	width:140px;
	text-align:right;
	margin-right:10px;
}

.cres_calc_help {
	clear:both;
	padding:5px;
	margin-bottom:10px;
	background-color: #F3F3F3;
	border: 1px solid #CCCCCC;
	display:none;
}

#cres_calc img {
	float:left;
	margin-left:5px;
}

#cres_calc span {
	float:left;
	margin: 0px 5px 0px 2px;
}

#cres_calc button {
	margin: 0px 5px;
}

#cres_calc img#calc_help_btn {
	float: right;
    z-index: 95;
}

#cres_calc #firstPerson {
	margin:0px;
	padding:0px;    
}

#cres_calc #secondPerson {
	margin:0px;
	padding:0px;    
}

#cres_calc .cc_small {
	width: 50px;
} 

#cres_calc .cc_med {
	width: 125px;
} 

#cres_calc .cc_large {
	width: 250px;
} 

#cres_contact .cc_large {
	width: 250px;
} 

/* ARTICLES */ 
#cres_articles_div {
	float:left;
	width:100%;
	height: 170px;
	margin: 5px 0px 10px 10px;
	background-image: url(../images/330x165_wide_img_bg.png);
	background-repeat: no-repeat;
}
#cres_articles_div img {
	width: 330px;
	height: 165px;
	border: none;
	padding: 0px;
	margin: 0px;
}

/* DONOR STORIES */ 
#cres_donor_story_div {
	float:left;
	width:100%;
	height: 170px;
	margin: 5px 0px 10px 10px;
	background-image: url(../images/330x165_wide_img_bg.png);
	background-repeat: no-repeat;
}
#cres_donor_story_div img {
	width: 330px;
	height: 165px;
	border: none;
	padding: 0px;
	margin: 0px;
}
	 
/* NEWS BOX GRID*/
#cres_news_box_grid {
    text-align: left;
}
 


.cres_news_box_grid-SubTitle, 
#cres_content .bigMedTitle {
	font-size: 1.5em; 
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71 ;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;		
}

.cres_news_box_grid-Title{
	font-size: 1em;        	
	font-weight: bold;		
	color: #5BC2E7;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: none;		
}

#cres_content span.bigMedTitle, #cres_content  h2.bigMedTitle {
	color:#676e71;
} 
 
#cres_content .bigMedTitle_NL {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;
}

div#cres_news_box_donor_enews div.cres_news_box_grid-Title, 
div#cres_news_box_advisor_enews div.cres_news_box_grid-Title {
	text-transform: none;
}

.cres_news_box_grid-Small-Title {
	font-size: .9em;
	color: #003087;
	font-weight: normal;
	margin: 2px 0px;
	padding: 0px;
	text-transform: none;
}

#cres_news_box_grid a img {
	border-color: #CCCCCC;
	line-height: 1.0em;
}

#cres_news_box_grid img {
	border-color: #CCCCCC;
	line-height: 1.0em;
}

#cres_news_box_grid ul {
	margin: 10px 0px 0px 0px;
	padding: 0px;
}

#cres_news_box_grid li {
	padding: 0px;
	margin: 0px 0px 5px 0px;
	list-style: none;
}

#cres_news_article .cres_body_article h2 {
	font-size: 1.5em;
	line-height: 1.2em;
	font-weight: 600;
	color: #676e71;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: uppercase;
}

.cres_more_link {
	line-height: 1.8em; 
	text-transform: uppercase;
}

div#cres_table1-r1-c1, div#cres_table1-r1-c2, div#cres_table1-r1-c3, div#cres_table1-r1-c4, div#cres_table1-r1-c5, div#cres_table1-r2-c1, div#cres_table1-r2-c2, div#cres_table1-r2-c3, div#cres_table1-r2-c4, div#cres_table1-r2-c5, div#cres_table1-r3-c1, div#cres_table1-r3-c2, div#cres_table1-r3-c3, div#cres_table1-r3-c4, div#cres_table1-r3-c5, div#cres_table1-r4-c1, div#cres_table1-r4-c2, div#cres_table1-r4-c3, div#cres_table1-r4-c4, div#cres_table1-r4-c5, div#cres_table1-r5-c1, div#cres_table1-r5-c2, div#cres_table1-r5-c3, div#cres_table1-r5-c4, div#cres_table1-r5-c5 {
  overflow: visible;
}

.cres_table1 td { border-color: #CCCCCC; border-style: solid; }


#cres_button_grid {
	margin: 10px 0px;
	padding: 0px;
}

#cres_button_plan_will {
	text-align:center;
	padding: 0px;
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(https://org_files/408/images/cres_button_plan_will.png);
	display: none;
}

#cres_button_wills_guide {
	text-align:center;
	padding: 0px;
	margin: 0px 0px 5px;
	background-repeat: no-repeat;
	background-image: url(https://org_files/408/images/cres_button_wills_guide.png);
	display: none;
}

#cres_button_enews {
	text-align:center;
	padding: 0px;
	margin: 0px;
	background-repeat: no-repeat;
	background-image: url(https://org_files/408/images/cres_button_enews.png);
	display: none;
}

#cres_button_plan_will img,
#cres_button_wills_guide img,
#cres_button_enews img{
	width: 218px;
	height: 28px;  
}

#cres_content #donor_story_main_ul,
#cres_content #what_give_ul,
#cres_content #how_give_ul,
#cres_content #learn_wills_ul,
#cres_content #gift_calc_ul {
	margin: 0;
	width: 100%;
	padding: 0;
}

#learn_wills_ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#cres_content #learn_wills_ul li {
	width: 45%;
	margin-bottom: 30px;
	border-top: 0px solid #fff;
}

#how_give_container {
	max-width: 1240;
	margin: auto;
}

#cres_content #donor_story_main_ul li,
#cres_content #what_give_ul li,
#cres_content #how_give_ul li,

#cres_content #gift_calc_ul li {
	padding: 25px 17.4%;
	border: 0px solid #000;
}

#cres_content #learn_wills_ul li {
	padding: 25px 15px;
}

#cres_content #donor_story_main_ul li:nth-child(odd),
#cres_content #what_give_ul li:nth-child(odd),
#cres_content #how_give_ul li:nth-child(odd),
#cres_content #learn_wills_ul li:nth-child(odd),
#cres_content #gift_calc_ul li:nth-child(odd) {
	background-color: #edeeee;
}
  
#cres_content #donor_story_main_ul li:nth-child(even),
#cres_content #what_give_ul li:nth-child(even),
#cres_content #how_give_ul li:nth-child(even),
#cres_content #learn_wills_ul li:nth-child(even),
#cres_content #gift_calc_ul li:nth-child(even) {
	background-color: #fff;
}

/* TO FIX THE CALCULATOR LAYOUT */
#cres_calc fieldset .cres_calc_tax_rate_radio{
	width:auto !important;
}

/* TO FIX THE CALCULATOR LAYOUT IE 7 */
#cres_calc fieldset .cres_calc_tax_rate_radio span{
	*margin-right:5px !important;
}

/* TO FIX THE POP OUT CALENDAR IN CALCULATOR PAGES */
div#cres_calendarDiv {
    background-color: #F8F8F8;
    border-color: #999999 #777777 #777777 #999999;
    border-style: solid;
    border-width: 1px 2px 2px 1px;
    display: none;
    font-family: canada-type-gibson,sans-serif,Helvetica,sans-serif; 
    font-size: 11px;                                   
    height: 20.0em;
    line-height: 1.3em;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 16.0em;
    z-index: 999;
}

div#cres_calendarDiv table,
div#cres_calendarDiv tr {
    border-collapse: separate;
    border-spacing: 5px;
    border: 0px none;
    width: 100%;
    margin: 0;
    padding: 0.1em;
}

div#cres_calendarDiv table {
    height: 80%;
}

div#cres_calendarDiv td {
    text-align: right;
    border-collapse: separate;
    border-spacing: 5px;
    border: 0px none;
    width: 14%;
    height: 10%;
    margin: 0px;
    padding: 0px;
}

div#cres_calendarDiv select {
    font-size: 1.0em;
    border: 1px solid #DDDDDD;
    margin-bottom: 5px;
    padding: 0.1em;
}

#cres_news_box_grid .cres_left_column {
    float: left;
}

#cres_news_box_grid .cres_right_column {
    margin: 0px 0px 0px 161px;
}

/* How to Give and What to Give pages */

#how_give_flow_wrapper {
	clear: both;
	color: #000000;
	display: block;
	width: 340px;
    margin:0px 0px 20px;
	line-height: normal;
	position: relative;
}

#charity_img {
	background-image: url("../images/how_what_charity.png");
	background-repeat: no-repeat;
	width: 53px;
	height: 54px;
}

#charity_img_size {
   width: 53px;
   height: 54px;
}

#how_give_flow_wrapper .flow_title_top {
	font-family: canada-type-gibson,sans-serif, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #215EAC;
	text-transform: none;
	padding: 5px 0px 0px 0px;
	text-align: center;
	display: none;
}

#how_give_flow_wrapper #gift_type_text, 
#how_give_flow_wrapper #gift_model_text, 
#how_give_flow_wrapper #donor_text, 
#how_give_flow_wrapper #org_text,
#how_give_flow_wrapper #gift_text,
#how_give_flow_wrapper #property_text,
#how_give_flow_wrapper #gift_cash,
#how_give_flow_wrapper #gift_model_life   {
	font-family: canada-type-gibson,sans-serif,Helvetica,sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-transform: uppercase;
}

#how_give_flow_wrapper #gift_term,
#how_give_flow_wrapper #gift_term_years {
        font-family: canada-type-gibson,sans-serif,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-transform: uppercase;
}

/* How to Give and What to Give pages - Action bar (Run Illustration, eLiterature, Contact Us and View Video */
#cres_share_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_share_actions_opts_illustration {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_share_actions_opts_illustration:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_share_actions_opts_illustration img {
width: 113px;
height: 19px;
} 

#cres_share_actions_opts_eLiterature {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_share_actions_opts_eLiterature:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_share_actions_opts_eLiterature img {
width: 104px;
height: 19px;
}

#cres_share_actions_opts_contact_us {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_share_actions_opts_contact_us:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_share_actions_opts_contact_us img {
width: 91px;
height: 19px;
}

#cres_share_actions_opts_video {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 75px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_video_btn_v2.png);
}

#cres_share_actions_opts_video:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 75px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_video_over_btn_v2.png);
}

#cres_share_actions_opts_video  img{
width: 75px;
height: 19px;
}

#cres_share_actions_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_share_actions_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_share_actions_opts_print img {
width: 68px;
height: 19px;
}

#cres_share_actions_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_share_actions_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_share_actions_opts_email img {
width: 71px;
height: 19px;
}

#cres_share_actions_opts_video {
        display: none; 
}

#cres_share_action_top {
display: block;
}

#cres_share_action_bottom {
display: none;
}


/* Donor Story pages - Action bar (Print, Email, Contact, Calculator, eLiterature) */
#cres_ds_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_ds_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_ds_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_ds_opts_print img {
width: 68px;
height: 19px;
}

#cres_ds_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_ds_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_ds_opts_email img {
width: 71px;
height: 19px;
}

#cres_ds_opts_contact {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_ds_opts_contact:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 91px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_ds_opts_contact img {
width: 91px;
height: 19px;
}

#cres_ds_opts_illustration {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_ds_opts_illustration:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 113px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_ds_opts_illustration img {
width: 113px;
height: 19px;
} 


#cres_ds_opts_eLiterature {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_ds_opts_eLiterature:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 104px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_ds_opts_eLiterature img {
width: 104px;
height: 19px;
}

#cres_ds_opts_top {
display: block;
}

#cres_ds_opts_bottom {
display: none;
}

/* Article pages - Action bar (Print, Email, Subscribe) */

#cres_article_actions {
width: 100%;
height: 19px;
margin: 0px 0px 20px 0px;
}

#cres_article_opts_print {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_article_opts_print:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 68px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_article_opts_print img {
width: 68px;
height: 19px;
}

#cres_article_opts_email {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_article_opts_email:hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 71px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_article_opts_email img {
width: 71px;
height: 19px;
}

#cres_article_opts_subscribe {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 96px;
height: 19px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_subscribe_btn_v2.png);
}

#cres_article_opts_subscribe :hover {
float: left;
padding: 0px;
margin: 0px -15px 0px 0px;
width: 96px;
background-repeat: no-repeat;
background-image: url(../images/how_to_give/how_what_subscribe_over_btn_v2.png);
}

#cres_article_opts_subscribe img {
width: 96px;
height: 19px;
}

#cres_article_opts_top {
display: block;
}

#cres_article_opts_bottom {
display: none;
}

#cres_article_opts_bottom #cres_article_actions {
margin: 20px 0px 0px 0px;
}

#cres_news_box_about_us_org, #cres_news_box_about_us_gp  {
    border-color: #CCCCCC;
    border-style: solid;
}
 
#cres_content * {
  -moz-box-sizing: border-box; 
  -webkit-box-sizing: border-box; 
  box-sizing: border-box;
}


.cres_indent_40 { padding-left: 40px; }

.cres_what_how_give_open a {
    border: 1px solid #215EAC; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #215EAC; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#215EAC), to(#215EAC));
    background-image: -webkit-linear-gradient(top, #215EAC, #215EAC);
    background-image: -moz-linear-gradient(top, #215EAC, #215EAC);
    background-image: -ms-linear-gradient(top, #215EAC, #215EAC);
    background-image: -o-linear-gradient(top, #215EAC, #215EAC);
    background-image: linear-gradient(to bottom, #215EAC, #215EAC);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#215EAC, endColorstr=#215EAC);   
    color: #FFFFFF;
    text-decoration: none;
    text-align: left;
    display: block;
    width: 100%;
}

#cres_content .cres_what_how_give_open h2 { 
   padding-left: .5em; 
   color: #FFFFFF; 
   clear: none; 
   line-height: 2.0em; 
   margin-bottom: 0; 
}

#cres_content input.cres_submit_btn {
	width: auto;
}

.cres_plus_icon {
    background: url("../images/what_to_give/white_plus.png") no-repeat scroll center transparent;
    display: block; 
    float: left; 
    padding: 0.6em 0.8em;
}

.cres_minus_icon {
    background: url("../images/what_to_give/white_minus.png") no-repeat scroll center transparent;
    display: block; 
    float: left; 
    padding: 0.6em 0.8em;
}

#cres_plus_minus_icon img {
    height: 16px; 
    width: 16px;
}

#cres_what_how_more_text {
    padding-top: 1.0em;
}

.cresfooterlink {
     text-decoration: underline !important;
}

#jw_container_1_jwplayer_dock img {
  max-width: none;
}


/***********************END TEMPLATE STYLESHEET RESPONSIVE 3C*********************/




#cres_content ul, #cres_content ol{padding:0 0 0 40px;margin:15px 0;}

#cres_content ul{list-style:disc;}

#cres_content ol{list-style:decimal;}

#cres_content .cres_text_row ul {
    padding: 0;
    list-style: none;
}

#cres_content .cres_right_column ul {
    padding: 0 !important;
}

#cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"]{
  background-color: #215EAC;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  margin: 5px;
  background-image: none; 
  color: #fff;
  cursor: pointer;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover{
  opacity: .9;
}

/* DO TWEAKS - INTERIOR MINIBAR REDESIGN */

#cres_share_actions_opts_print, #cres_share_actions_opts_print:hover,
#cres_share_actions_opts_email, #cres_share_actions_opts_email:hover,
#cres_share_actions_opts_illustration,
#cres_share_actions_opts_illustration:hover,
#cres_share_actions_opts_eLiterature,
#cres_share_actions_opts_eLiterature:hover,
#cres_share_actions_opts_contact_us,
#cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_print, #cres_ds_opts_print:hover, #cres_ds_opts_email, #cres_ds_opts_email:hover, #cres_ds_opts_contact, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration, #cres_ds_opts_illustration:hover, #cres_article_opts_print, #cres_article_opts_print:hover, #cres_article_opts_email, #cres_article_opts_email:hover, #cres_article_opts_subscribe, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
    background-color: #333 !important;
    background-image: none !important;
    display: inline-block !important; /*EL Change*/
    float: none !important;
    height: auto !important;
    margin: 5px 5px 0 0 !important; /*EL Change*/
    padding: 0 !important; /*EL Change*/
    width: auto !important;
    }

#cres_article_opts_subscribe *:hover {
    padding: 0 !important;
    margin: 0 !important;
    }

#cres_share_actions_opts_print:hover, #cres_share_actions_opts_email:hover,
#cres_share_actions_opts_illustration:hover,
#cres_share_actions_opts_eLiterature:hover,
#cres_share_actions_opts_contact_us:hover,
#cres_share_actions_opts_video:hover, #cres_ds_opts_print:hover, #cres_ds_opts_email:hover, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration:hover, #cres_article_opts_print:hover, #cres_article_opts_email:hover, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
    /* background-color: #666 !important; */ /*EL Change*/
    }

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover,
#cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
    padding: 5px 15px !important;
    }

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
    height: auto !important;
    margin: 5px 0 25px !important; /*EL Change*/
    width: auto !important;
    font: 16px/16px canada-type-gibson,sans-serif !important; 
    font-weight: normal !important;
    font-size: 0px !important; /*EL Change*/
    }

#cres_share_actions a, #cres_share_actions a:visited, #cres_share_actions a:hover, #cres_ds_actions a, #cres_ds_actions a:visited, #cres_ds_actions a:hover, #cres_article_actions a, #cres_article_actions a:visited, #cres_article_actions a:hover {
    text-decoration: none !important;
    color: #fff !important;
    font-weight: normal !important;
    }


#cres_share_actions_opts_print a::after, #cres_ds_opts_print a::after, #cres_article_opts_print a::after {
    content: "Print"; 
    }

#cres_share_actions_opts_email a::after, #cres_ds_opts_email a::after, #cres_article_opts_email a::after  {
    content: "Email"; 
    }

#cres_share_actions_opts_illustration a::after, #cres_ds_opts_illustration a::after {
    content: "Calculator"; 
    }

#cres_share_actions_opts_eLiterature a::after, #cres_ds_opts_eLiterature a::after {
    content: "Brochure"; 
    }

#cres_share_actions_opts_contact_us a::after, #cres_ds_opts_contact a::after {
    content: "Contact"; 
    }

#cres_share_actions_opts_video a::after {
    content: "Video"; 
    }

#cres_article_opts_subscribe a::after {
    content: "Subscribe"; 
    }

#cres_share_actions img, #cres_article_actions img, #cres_ds_actions img {
    display: none !important;
    }


/*** EL Share Action Button Fixes ***/

#cres_share_actions_opts_print a,
#cres_share_actions_opts_email a,
#cres_share_actions_opts_illustration a,
#cres_share_actions_opts_eLiterature a,
#cres_share_actions_opts_contact_us a,
#cres_share_actions_opts_video a,
#cres_ds_opts_print a,
#cres_ds_opts_email a,
#cres_ds_opts_contact a, 
#cres_ds_opts_eLiterature a, 
#cres_ds_opts_illustration a, 
#cres_article_opts_print a, 
#cres_article_opts_email a, 
#cres_article_opts_subscribe a {
    background-color: #333 !important;
    transition: none;
    padding: 5px 10px 5px 15px;
    display: inline-block;
    font: 16px/16px canada-type-gibson,sans-serif !important;
    font-weight: normal !important;
}

#cres_share_actions_opts_print a:hover,
#cres_share_actions_opts_email a:hover,
#cres_share_actions_opts_illustration a:hover,
#cres_share_actions_opts_eLiterature a:hover,
#cres_share_actions_opts_contact_us a:hover,
#cres_share_actions_opts_video a:hover,
#cres_ds_opts_print a:hover,
#cres_ds_opts_email a:hover,
#cres_ds_opts_contact a:hover, 
#cres_ds_opts_eLiterature a:hover, 
#cres_ds_opts_illustration a:hover, 
#cres_article_opts_print a:hover, 
#cres_article_opts_email a:hover, 
#cres_article_opts_subscribe a:hover {
    background-color: #666 !important;
}

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
    padding: 0 !important;
}

#cres_share_actions_opts_video a, #cres_share_actions_opts_video a:hover, #cres_ds_opts_eLiterature a, #cres_ds_opts_eLiterature a:hover {
    padding: 5px 15px !important;
}

#cres_article_opts_subscribe *:hover {
    padding: 5px 10px 5px 15px !important;
    margin: 0 !important;
}






/***************************************************/
/**************Calculator Update - MA***************/
/***************************************************/

/***************************************************/
/* Custom Colors & Font Size */

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #333 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
	fill: #333; /*Custom Dark Color*/
}

#cres_calc fieldset,
#cres_calc fieldset + div {
    background: #e1e1e1 !important; /*Custom Light Color*/
}

#cres_calc fieldset {
	font-size: 1em; /*Font Size Adjustment if Needed*/
}

#cres_calc fieldset div label {
    border: 1px solid #333 !important; /*Custom Dark Color*/
}

#cres_calc button {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
}

#cres_calc button:hover {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
	opacity: 0.85;
}

/***************************************************/
/* Standard Styles */
#cres_calc {
    margin: auto;
}

#cres_calc * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_calc .bigMedTitle {
    font-weight: normal;
    line-height: 1.3em;
}

#cres_calc div {
    clear: both;
    float: left;
}

#cres_calc input {
    float: left;
    margin: 0px 0px 15px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

#cres_calc label {
    text-align: right;
}

#cres_calc .cres_calc_radio {
    background: none !important;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

#cres_calc span {
    float: left;
}

.cres_calc_help {
    display: none;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(204, 204, 204);
    border-image: initial;
}

#cres_calc #firstPerson,
#cres_calc #secondPerson {
    margin: 0px;
    padding: 0px;
}

#cres_calc img {
    float: left;
    margin-left: 5px;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}

div#cres_calendarDiv {
    background-color: rgb(248, 248, 248);
    display: none;
    position: absolute;
    z-index: 999;
    border-color: rgb(153, 153, 153) rgb(119, 119, 119) rgb(119, 119, 119) rgb(153, 153, 153);
    border-style: solid;
    margin: 0px;
    padding: 0px;
}

#cres_calendarDiv a {
    text-decoration: none;
}

div#cres_calendarDiv table {
    height: 80%;
}

div#cres_calendarDiv table, div#cres_calendarDiv tr {
    border-collapse: separate;
    width: 100%;
    border-spacing: 5px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    padding: 0.1em;
}

div#cres_calendarDiv td {
    text-align: right;
    border-collapse: separate;
    width: 14%;
    height: 10%;
    border-spacing: 5px;
    border-width: 0px;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    padding: 0px;
}

div#cres_calendarDiv select {
    font-size: 1em;
    margin-bottom: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(221, 221, 221);
    border-image: initial;
    padding: 0.1em;
}

#cres_calendarDiv td.tdLink {
    cursor: pointer;
}

#cres_content div.cres_calc_cal {
	width: 20px;
	height: 23px;
	margin: 5px 0 0 5px;
	float: left;
	clear: none;
}

#cres_calc fieldset .cres_calc_tax_rate_radio {
    margin: 0px;
    padding: 0px;
    border: none;
    clear: right;
    width: auto !important;
}

#cres_calc fieldset + div {
    padding-bottom: 30px;
}

#cres_calc button, #cres_calc input[value="Submit"], #cres_calc input[type="button"] {
    border: 0;
    background-image: none;
    cursor: pointer;
}

/***************************************************/
/* Responsive Containers */

#cres_calc,
#cres_calc fieldset,
#cres_calc div {
    width: 100%;
    max-width: 810px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_calc {
     position: relative;
}

/***************************************************/
/* Calc Title & Help Button */

#cres_calc img#calc_help_btn {
    position: absolute;
    right: 15px;
    top: 20px;
    max-width: 65px;
}

#cres_calc legend {
    border: none;
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#cres_calc legend .bigMedTitle {
    font-size: 2em;
    padding: 20px 130px 20px 20px !important;
    width: 100%;
    color: #fff;
    margin: 0;
    display: block;
    float: none;
}

/***************************************************/
/* Calc Form */

#cres_calc fieldset {
    float: none;
    margin: 0;
    padding: 40px;
    border: none;
}

#cres_calc div {
    margin: 15px 0 0 0;
}

#cres_calc fieldset > div:first-child,
#cres_calc fieldset > div:first-child + div {
    margin-top: 0;
}

#cres_calc fieldset div label {
    float: left;
    width: 200px;
    margin-right: 0px;
    color: #fff;
    padding: 10px;
    height: 42px;
}

#cres_calc fieldset div input[type='radio'] + span,
#cres_calc fieldset .cres_calc_tax_rate_radio span {
    margin: 0 10px 0 0;
    padding: 7px 0;
}

#cres_calc input,
#cres_calc input:hover,
#cres_calc select,
#cres_calc select:hover {
    background-image: none;
    background: #fff !important;
    border-left: none;
    font-size: 1em;
    padding: 10px !important;
}

#cres_calc input[type="text"],
#cres_calc input[type="text"]:hover,
#cres_calc select,
#cres_calc select:hover {
	border-radius: 0 !important;
	border-color: rgb(204, 204, 204);
}

#cres_calc .cc_large,
#cres_calc .cc_med,
#cres_calc .cc_small,
#cres_calc select {
    font-family: inherit;
    font-weight: inherit;
    height: 42px;
    margin: 0;
}

#cres_calc .cc_large {
    width: 50% !important;
}

#cres_calc .cc_med {
    width: 40% !important;
}

#cres_calc .cc_small,
#cres_calc #cres_calc_gift_date,
#cres_calc #cres_calc_payout_date,
#cres_calc #cres_calc_def_payout_date {
    width: 30% !important;
    max-width: 115px;
}

#cres_content #cres_calc .cres_calc_radio,
#cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
    margin: 13px 5px 14px 10px !important;
    padding: 0 !important;
}

#cres_calc .cres_calc_help {
    padding: 15px;
    margin-bottom: 10px !important;
    background-color: #f9f9f9;
    margin-top: -1px !important;
    line-height: 1.3em;
}

#cres_calc #cres_calc_cash_div[style*="display:none"] + .cres_calc_help {
	display: none !important;
}

#cres_calc #cres_calc_cash_div[style*="display:block"] + .cres_calc_help[style*="display:block"] {
	display: block;
}

#cres_calc fieldset div input[type='text'] + span {
    margin: 0 5px 0 7px;
    padding: 10px 0;
}

/***************************************************/
/* Calc Buttons */

#cres_content #cres_calc fieldset + div {
    float: none;
    margin: 0;
}

#cres_content #cres_calc button {
    width: 29.33333%;
    margin: 0 1% !important;
    border-radius: 40px !important;
    padding: 20px;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
}

#cres_calc img {
    cursor: pointer;
}

/***************************************************/
/* Calc Calendar */

#cres_calc .cres_calc_cal {
    cursor: pointer;
}

div#cres_calendarDiv .cres_OrgBGColor {
    padding: 5px 15px !important;
}

div#cres_calendarDiv {
    border-width: 1px 1px 1px 1px;
    font-family: inherit;
    font-size: 1em;
    height: auto;
    line-height: 1.5em;
    width: 20em;
}

div#cres_calendarDiv select {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: inherit;
    background: #ffffff;
    width: 45%;
}

div#cres_calendarDiv select option {
    font-weight: inherit;
}

div#cres_calendarDiv td {
    font-size: 14px;
}

div#cres_calendarDiv > div.cres_OrgBGColor > a {
    text-transform: uppercase;
    font-size: 1.1em;
}

 #cres_content a {
  	color: #f18a00;
  	text-decoration: none;
  }
  
  
  
  #cres_content a:visited {
  	color: #ebb975;
  }

	#cres_content a:hover {
	  	color: #ffc557;
	  	text-decoration: underline;
	  }
/***************************************************/
/* Media Queries */

@media only screen and (max-device-width: 1024px) and (orientation : landscape), (orientation : portrait) {

    #cres_content #cres_calc input[type='radio'] {
        -webkit-appearance: radio;
        border: 1px solid #666;
    }

    #cres_content #cres_calc input[type='radio']:checked {
        -webkit-appearance: radio;
        border: 1px solid #666;
        background: #000 !important;
        border-radius: 50%;
    }

}

@media screen and (max-width: 900px) {

    #cres_calc fieldset {
        font-size: 1em;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin: 13px 5px 14px 0px !important;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate:first-child {
        margin-left: 10px !important;
    }

}

/* Swap to 1-Column Layout */
/* Change max-width to trigger 1-column layout at any screen width */
/* Note: When changing max-width from 767px, place "Calendar Positioning Change" in its own media query if its needs to trigger at a different max-width. */
@media screen and (max-width: 767px) {
	
    /* Calendar Positioning Change */
    /* Positions the calendar pop-up right along edge of window so it doesn't overflow */
    #cres_calendarDiv {
        left: auto !important;
        right: 25px !important;
    }

    #cres_calc fieldset div label {
        width: 100%;
        text-align: left;
    }

    #cres_calc .cc_large {
        width: 100% !important;
    }

    #cres_calc .cc_small,
	#cres_calc #cres_calc_gift_date,
	#cres_calc #cres_calc_payout_date,
	#cres_calc #cres_calc_def_payout_date {
        width: 80% !important;
        max-width: none;
    }

    #cres_calc .cc_med {
        width: 80% !important;
    }

    #cres_calc fieldset .cres_calc_tax_rate_radio {
        width: 100% !important;
    }

    #cres_calc select {
        width: 100%;
    }

    #cres_calc fieldset {
        padding: 15px;
    }

    #cres_content #cres_calc button {
        width: 90%;
        margin: 15px 0 0 !important;
    }

    #cres_content #cres_calc .cres_calc_radio,
    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin-left: 10px !important;
        clear: both;
    }

    #cres_calc legend .bigMedTitle {
        padding: 50px 15px 15px 15px !important;
    }

    #cres_calc img#calc_help_btn {
        left: 10px;
        right: auto;
        top: 15px;
        max-width: 70px;
    }
	
    #cres_calc input, #cres_calc input:hover, #cres_calc select, #cres_calc select:hover {
    	border-left: 1px solid rgb(204, 204, 204);
    }

}

@media screen and (max-width: 385px) {

    #cres_calendarDiv {
        max-width: 270px;
    }

    #cres_calendarDiv table {
        width: 95%;
    }

}

/***************************************************/
/************End Calculator Update - MA*************/
/***************************************************/

/***************************************************/
/*************Presentation Update - MA**************/
/***************************************************/

.PresentsFrame-active {
    position: fixed;
    overflow-y: scroll;
}

#blanket_overlay {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: none;
    position: fixed !important;
}

#PresentsFrame {
    width: 850px !important;
    margin-left: -425px !important;
    max-width: 850px !important;
    border: none !important;
    background-image: url('../Presentation/images/white-background-800x600.gif');
    background-repeat: no-repeat;
    background-position-x: 25px;
}

@media screen and (max-width: 849px) {
	
    #PresentsFrame {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0px auto !important;
        max-width: none !important;
        max-height: none !important;
        overflow: auto !important;
        background-size: 100%;
        background-position-x: 0px;
    }
	
}

@media screen and (max-width: 700px) {

    #PresentsFrame {
        background-size: 100% calc((100vw * .75) + 40px);
    }

}

@media only screen and (max-device-width: 849px) and (orientation : landscape), (max-device-width: 849px) and (orientation : portrait) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0.65);
    }

}

@media screen and (max-device-height: 600px) and (max-device-width: 849px) and (orientation : landscape) {
	
    #PresentsFrame {
        width: 100% !important;
        padding: 0 20%;
        background-size: 49% calc((49vw * .75) + 40px);
        background-position: center top;
    }
	
    .PresentsFrame-active {
        position: static;
    }
	
}

@media screen and (min-device-height: 375px) and (max-device-height: 420px) and (min-device-width: 800px) and (max-device-width: 825px) and (orientation : landscape) {
	
    #PresentsFrame {
        width: 100% !important;
        padding: 0 25%;
        background-size: 41% calc((41vw * .75) + 40px);
        background-position: center top;
    }
	
    .PresentsFrame-active {
        position: static;
    }
	
}

@media screen and (max-device-width: 700px) and (orientation : landscape) {
	
    #PresentsFrame {
        padding: 0 13% !important;
        background-size: 60% calc((60vw * .75) + 40px);
        background-position: center top;
    }
	
    .PresentsFrame-active {
        position: static;
    }
	
}

@media (width: 1024px) and (orientation: landscape), (width: 1366px) and (orientation: landscape) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0);
    }
	
}

/***************************************************/
/***********End Presentation Update - MA************/
/***************************************************/


/***************************************************/
/***********End Presentation Update - MA************/
/***************************************************/

#new_quick_links {
    width: 100%;
}

#new_quick_links ul {
  background: #215EAC;
    list-style: none;
    padding: 0;
    margin: 0;
  display: table;
  width: 100%;
}

#new_quick_links ul li {
    display: table-cell;
    text-align: center;
    padding: 10px 0;
}

#new_quick_links ul li a {
    color: #fff;
    text-decoration: none;
}

.lockscroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body > .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 99;
    display: none;
}

/* Mobile Nav */

#fullnav {
    position: fixed;
    height: 100%;
    top: 0px;
    overflow: hidden;
    left: -200px;
    width: 200px;
    z-index: 101;
}

.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
}

.mobile_main_menu.menu li > div {
    background: #0C0C0C none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
    color: #FFF;
    font-size: 1.3em;
    width: 100%;
    padding: 0.2em 0.5em 0.3em;
    text-align: right;
}

.fa.fa-times {
    color: #fff;
    cursor: pointer;
}

.mobile_main_menu li {
    width: 100%;
    border-top: 1px solid #666;
    padding: 0;
    margin: 0;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
    display: block;
    margin: 0px;
    background: #0C0C0C none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    color: #FFF;
    font-size: 1em;
    font-weight: normal;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    padding: 0.6em 1em 0.7em 0.8em;
}

.tablet_indent li a {
    padding: 0.1em 1em 0.7em 2em;
}

.tablet_indent {
    padding: 0;
    list-style: none;
}

.tablet_indent li {
    border-top: none;
}

#navscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}


html{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

body{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#cres_content::after {
  content: '';
  clear: both;
  display: table;
}


img{
border: 0;
}

*, *::before, *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


#cres_content .how_give_header,
#cres_content .what_give_header,
#cres_content #cres_donor_story_div,
#cres_content .gift_calc_header,
#cres_content .donor_story_main_header,
#cres_content .learn_wills_header {
    display: none;
}

#cres_nav li:hover ul {
    background: #fff;
    display: block;
    position: absolute;
    z-index: 11;
    padding: 0;
    top: 100%;
    left: 0;
    text-align: left;
    text-decoration: none;
}



/***************************************
Form styles
***************************************/
#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    width: 100%;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content #cres_contact input:hover,
#cres_content #cres_contact textarea:hover {
    background: #fff;
    background-image: none;
}

#cres_content #cres_contact button,
html #cres_content #cres_contact input[type=button],
#cres_content #cres_contact input[type=reset],
#cres_content #cres_contact input[type=submit], 
#cres_content button[class="submit-go"], 
#mgr_login_frm button, 
#mgr_login_gettting_started_main button {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 12px 30px;
	display: block;
	background: #f18a00;
	text-align: center;
}

#cres_content #cres_contact button:hover,
html #cres_content #cres_contact input[type=button]:hover,
#cres_content #cres_contact input[type=reset]:hover,
#cres_content #cres_contact input[type=submit]:hover, 
#cres_content button[class="submit-go"]:hover, 
#mgr_login_frm button:hover, 
#mgr_login_gettting_started_main button:hover {
    opacity: 1;
}

#cres_content input,
#cres_content input:hover,
#cres_content input:focus {
    background-image: none;
    background: #fff;
}

#cres_content select {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    background: #fff;
}

#cres_content select:hover {
    background: #fff;
}

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/**************************************************
contact pages
***************************************************/
#cres_news_box_about_us_org, #cres_news_box_about_us_gp {
    border: none;
}

#cres_news_box_about_us_org .bigMedTitle,
#cres_news_box_about_us_gp .bigMedTitle {
    font-size: 1.5em;
}

  

 

.header {
  background: #005cb9;
  height: 59px;
  padding: 0 30px 0 22px;
}

.header .container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.pg_title a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
}

.pg_title a span {
    font-size: 30px;
    color: #ffc557;
    font-weight: 700;
    display: inline-block;
    line-height: 1em;
    font-style: italic;
}

.right_nav {
    margin: 0;
    float: right;
}

.right_nav li {
    display: inline-block;
    padding-left: 57px;
}

.right_nav li a {
    font-size: 18px;
    font-weight: 300;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
}

.right_nav li a:hover {
	opacity: .7;
}

.top-wrapper {
	background: url('../images/CI_web_images/CI_1488_largehero.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	background-position: 50% 34%;
	z-index: 1;
}

.top-wrapper:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: linear-gradient(0deg, rgba(198, 83, 165, .0) 0%, rgb(0, 48, 97) 100%);
	z-index: -1;
}

.top-wrapper:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: url('../org_files/4689/images/banner-left-swirls.png');
	z-index: 1;
	background-size: 367px;
	background-repeat: no-repeat;
	background-position-y: 100%;
	background-position-x: 3%;
}

.header-wrapper {
	min-height: 172px;
	width: 100%;
}

.nav_wrapper {
	position: relative;
	z-index: 2;
}

.nav_wrapper .container {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.logo {
    width: 406px;
	padding: 30px 24px;
	background: #fff;
}

.logo img {
    display: block;
    max-width: 100%;
}


#cres_nav {
    margin: 0;
    padding: 0;
    text-align: right;
    padding-right: 30px;
    padding-top: 20px;
}


#cres_nav > li {
    display: inline-block;
    position: relative;
    padding: 12px 0 12px 62px;
}

#cres_nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 20px;
    z-index: 3;
    position: relative;
}

#cres_nav li a:hover {
	opacity: .7;
}

#cres_nav li a i {
  font-size: 20px;
}


#cres_nav li ul {
    display: none;
    text-align: left;
    list-style: none;
}

#cres_nav li ul li {
	padding-top: 12px;
	padding-left: 12px;
}

#cres_nav li ul li:last-child {
	padding-bottom: 12px;
}

#cres_nav li ul li:nth-child(1) a {
	
}

#cres_nav li ul li:nth-child(2) a {
	
}

#cres_nav li ul li:nth-child(3) a {
	
}

#cres_nav li ul li:nth-child(4) a {
	
}

#cres_nav li ul li a {
	text-align: left;
	text-decoration: none;
	color: #000;
	width: 100%;
	color: #f18a00;
}

#cres_nav li ul li a:hover {
	color: #ffc557;
}

.banner_wrapper {
	margin-top: 97px;
    background-size: cover;
    position: relative;
    display:none;
    z-index: 1;
    max-width: 1241px;
    margin-left: auto;
    margin-right: auto;
    overflow-x: hidden;
}

.banner_wrapper::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 92, 185, 0.9);
}

.banner_wrapper:after {
	position: absolute;
	content: '';
	bottom: 0;
	left: 48px;
	height: 100%;
	width: 100%;
	background: url('../org_files/4689/images/banner-right-swirl.png');
	background-size: 25%;
	background-position: 100% 100%;
	background-repeat: no-repeat;
}


.banner-text {
    color: #fff;
    z-index: 2;
    width: 100%;
    margin: auto;
    max-width: 1240px;
    position: relative;
    text-align: center;
    padding-bottom: 166px;
    padding-top: 38px;
}

.banner-text h1 {
    font-size: 80px;
    margin: 0;
    line-height: 1em;
    font-weight: 300;
    padding-bottom: 8px;
    position: relative;
    line-height: 1.2em;
}

.banner-text h1 span {
	font-style: italic;
	font-weight: 500;
}

.banner-text p {
  font-size: 24px;
  line-height: 1.5em;
  margin: 0;
}



.banner-text .banner-more {
    font-size: 22px;
    text-transform: uppercase;
    line-height: 1em;
    font-weight: 500;
    display: inline-block;
    padding: 14px 25px;
    text-decoration: none;
    color: #fff;
    margin-top: 26px;
    background: #f18a00;
    transition: all .2s cubic-bezier(.055,.535,.45,.94);
    border-radius: 7px;
    z-index: 2;
    position: relative;
}

.banner-text .banner-more:hover {
	background: #ffc557;
}

.buttons_wrapper {
  background: #eaeaea;
}

#cres_button_grid {
  margin: 0;
  padding: 0;
  text-align: center;
  background: #fff;
}

#cres_button_grid li {
    display: inline-block;
    padding: 0 13px;
    position: relative;
	top: -111px;
	z-index: 1;
	padding: 64px 0;
    text-decoration: none;
    color: #005cb9;
    background: #fff;
    min-width: 263px;
    transition: all .2s cubic-bezier(.055,.535,.45,.94);
    border-radius: 140px;
}

#cres_button_grid li:nth-child(2) {
	margin: 0 68px;
}


#cres_button_grid li a {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.25em;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
    position: relative;
    top: -30px;
}

#cres_button_grid li a img {
	padding-bottom: 10px;
}

#cres_button_grid li a p {
	margin: 0;
	color: #005cb9;
	font-weight: 300;
}

#cres_button_grid li a p span {
	font-weight: 700;
	font-style: italic;
}

#cres_button_grid li a p:hover {
	margin: 0;
	color: #f18a00;
}

.help_links_wrapper {
	background: #edeeee;
	padding-top: 32px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 30px;
}

.help_links{
  margin: 0 auto;
  color: #2c3644;
  text-align: center;
}

.help_links p {
	font-size: 20px;
	color: #6d6e71;
	max-width: 1042px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 12px;
	line-height: 1.5em;
}

.help_links_title {
    vertical-align: middle;
    font-size: 30px;
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
    line-height: 1.2em;
    border-right: none;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    color: #6d6e71;
}

.help_links_list {
    width: 100%;
    list-style: none;
    font-size: 20px;
    color: #fff;
    border-left: none;
    padding: 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    margin-top: 0;
}

.help_links_list li {
    padding: 7px 0;
    margin: 0 14px;
}


.help_links_list li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 12px 30px;
    display: block;
    background: #f18a00;
    text-align: center;
}


.help_links_list li a .icon {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
}

.icon .cres_darkcolor {
    fill: #fff;
}

.icon svg {
    width: 80%;
}



.footer {
    background: #676e71;
    color: #fff;
    text-align: center;
    padding: 42px 25px 25px;
}

.footer .social {
	display: none;
}

.footer .social ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer .social ul li {
    display: inline-block;
    padding: 0 5px;
}

.footer .social ul li a {
    text-decoration: none;
    color: #96a4b4;
    font-size: 12px;
}

.cres_copy {
  margin: 0;
}

.advisor_link {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-bottom: 16px;
}


.cresfooterlink {
     text-decoration: none !important;
     color: #fff;
     font-weight: 500;
}

.cres_copy.reduced {
  font-size: 14px;
  line-height: 1.8em;
}

.cresfooterlink.privacy {
    display: inline-block;
    padding: 5px 0;
    margin-top: 9px;
    margin-bottom: 40px;
}



#cres_content .cres_more_link,
#cres_content .cres_more_link:hover,
#cres_content .cres_more_link:visited {
  border-radius: 3px;
  color: #f18a00;
  display: inline-block;
  margin-top: 23px;
  position: relative;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
  line-height: 1em;
  font-weight: 700;
}

#cres_content .cres_more_link:visited {
	color: #ebb975;
}

#cres_content .cres_more_link:hover {
	color: #ffc557;
}

#dynamicHeader {
	font-size: 60px;
	text-align: center;
	color: #fff;
	padding-bottom: 161px;
	font-weight: 500;
}

#nav {
  display: none;
  float: right;
  padding-top: 35px;
  padding-right: 35px;
}

#nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav ul li a {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
}

#cres_content #mgr_login_getting_started {
  max-width: 100% !important;
}

@media screen and (max-width: 1200px) {
	
	.header {
		padding-left: 38px;
	}
	
	#cres_nav {
		display: flex;
		padding-top: 18px;
		padding-left: 11px;
	}
	
	#cres_nav li {
		padding-left: 0;
	}
	
	.banner_wrapper {
		margin-top: 50px;
	}
	
	.banner-text h1 {
		font-size: 64px;
		padding-bottom: 6px;
		line-height: 1.2em;
	}
	
	.banner-text {
		padding-top: 33px;
		padding-bottom: 141px;
	}
	
	.banner-text .banner-more {
		margin-top: 19px;
	}
	
	.logo {
		width: auto;
		max-width: 234px;
		padding: 26px 24px;
	}
	
	.right_nav {
		padding: 0;
	}
	
	.nav_wrapper .container {
		align-items: start;
	}
	
	.header .container {
		align-items: center;
	}
	
	#cres_nav li {
		text-align: center;
		max-width: 117px;
	}
	
	.banner_wrapper {
		max-width: 1039px;
	}
	
	.help_links p {
		line-height: 1.5em;
	}
	
	.cres_copy.reduced {
		font-weight: 300;
	}
	
	.footer {
		padding-top: 28px;
		padding-left: 42px;
		padding-right: 42px;
	}
	
	.cresfooterlink.privacy {
		margin-bottom: 38px;
	}
	
	/*#how_give_container .cresPageHeader,*/
	/*#how_give_container > p,*/
	/*#what_give_container .cresPageHeader,*/
	/*#what_give_container > p,*/
	/*#gift_calc_container .cresPageHeader,*/
	/*#gift_calc_container > p,*/
	/*#donor_story_main_container .cresPageHeader,*/
	/*#donor_story_main_container > p {*/
	/*	margin: auto;*/
	/*	padding: 25px 30px;*/
	/*}*/
	
	/*#cres_content #donor_story_main_ul li,*/
	/*#cres_content #what_give_ul li,*/
	/*#cres_content #how_give_ul li,*/
	/*#cres_content #gift_calc_ul li {*/
	/*	padding: 25px 30px;*/
	/*	border: 0px solid #000;*/
	/*}*/
	
	/*#how_give_container .cresPageHeader,*/
	/*#how_give_container > p,*/
	/*#what_give_container .cresPageHeader,*/
	/*#what_give_container > p,*/
	/*#gift_calc_container .cresPageHeader,*/
	/*#gift_calc_container > p,*/
	/*#donor_story_main_container .cresPageHeader,*/
	/*#donor_story_main_container > p {*/
	/*	margin: auto;*/
	/*	padding: 25px 30px;*/
	/*}*/
	
	
}

@media screen and (max-width: 1023px) {
	
	.top-wrapper::before {
		left: -130px;
	}
	
	.banner_wrapper::after {
		left: 90px;
	}
	
  .banner-text p {
  	font-size: 22px;
  }
  
  .header {
  	height: auto;
  }
  #cres_nav {
    display: none;
  }
  
  #nav {
    display: block;
  }
  
  .right_nav {
  	display: none;
  }
  
  .top-wrapper {
  	height: 573px;
  }
  
  .logo {
  	padding: 24px 24px;
  }
  
  .header-wrapper {
  	min-height: initial;
  }
  
  .banner_wrapper {
	margin-top: 28px;
  }
  
  .banner_wrapper {
		max-width: 738px;
	}
	
	.banner-text h1 {
		font-size: 54px;
	}
	
	.banner-text {
		padding-bottom: 122px;
		padding-left: 35px;
		padding-right: 35px;
	}
	
	#cres_button_grid li {
		min-width: 221px;
		padding: 46px 0;
	}
	
	#cres_button_grid li a {
		top: 0;
	}
	
	#cres_button_grid li a img {
		padding-bottom: 9px;
	}
	
	#cres_button_grid li:nth-child(2) {
		margin: 0 34px;
	}
	
	.banner-text {
		padding-top: 22px;
	}
	
	.pg_title {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	
	.header {
		height: auto;
	}
	.help_links_wrapper {
		padding-top: 23px;
	}
	
	.help_links p {
		margin-top: 9px;
	}
	
	.help_links p {
		margin-top: 10px;
	}
	
	.help_links_wrapper {
		padding-bottom: 28px;
	}
	
	.dynamic_header_wrapper{
		font-size: 60px;
		color: #fff;
		text-align: center;
		font-weight: 500;
		padding-bottom: 167px;
		z-index: 0;
		position: relative;
	}

	#dynamicHeader {
		z-index: 0;
		position: relative;
	}
	
	.footer {
		padding-top: 20px;
	}
	
	.cresfooterlink.privacy {
		margin-bottom: 7px;
	}
	
	.top-wrapper {
		height: auto;
	}	 
	
	#dynamicHeader {
		padding-bottom: 0;
	}
}















/*===========================================================
                         DJ Edits
===========================================================*/
body {
	letter-spacing: 1px;
}

#cres_nav {
	display: flex;
	justify-content: flex-end;
	align-content: center;
}

#cres_nav li {
	display: flex;
	align-items: center;
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	padding-left: 52px;
}

#cres_nav li a {
	padding-top: 15px;
	padding-bottom: 10px;
}

.pg_title,
.right_nav {
	padding-top: 7px;
}

#cres_nav li:hover ul {
	left: auto;
}

#cres_nav li ul li {
	display: inline-block;
	padding: 12px 12px 0;
	text-align: left;
}

#cres_nav li ul li:first-of-type {
	padding-left: 12px;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#cres_content {
	font-weight: 300;
	width: 1240px;
	max-width: 1240px;
}

#cres_content ul, #cres_content ol {
      margin: 15px 0 30px 0;
}

#cres_content p {
	margin-bottom: 1em;
}

.cres_text_resize {
    display: none;
}

.cres_news_box_grid-SubTitle {
	font-weight: 600;
}

#cres_button_grid li {
	top: -116px;
}

#cres_button_grid li a {
	top: -20px;
}

#cres_button_grid li:nth-child(2) {
	margin: 0 20px;
}

.help_links_wrapper {
	background: url('../org_files/4689/images/help-links-swirls.png') #edeeee;
	background-repeat: no-repeat;
	padding-top: 30px;
	padding-bottom: 25px;
}

.help_links p {
	font-weight: 300;
}

.help_links_list li a {
	font-size: 18px;
}

.help_links_list li a:hover {
	background-color: #ffc557;
	color: #6d6e71;
}

.footer {
	font-weight: 300;
	padding-top: 30px;
}

.footer a:hover,
.cresfooterlink:hover {
	text-decoration: underline !important;
}

.cresfooterlink.privacy {
	margin-bottom: 20px;
}

/**************mobile nav*******************/
#fullnav {
	width: 300px;
	left: auto;
	right: -300px;
}

.mobile_main_menu li {
	border: none;
}

.mobile_main_menu.menu li > div {
	background-color: #005cb9;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
	background-color: #005cb9;
	font-size: 20px;
	font-weight: 500;
}

.tablet_indent li a {
	padding-top: .6em;
	padding-bottom: .6em;
}

/**************Homepage*********************/


/**************Interior pages*********************/
.main_content_wrapper {
	position: relative;
	z-index: 1;
	margin-top: -130px !important;
}

h1.cresPageHeader, #cres_content .bigTitle {
	display: none;
}

#dynamicHeader {
	padding-top: 40px;
	padding-bottom: 160px;
}

.cres_news_box_grid-SubTitle, 
#cres_content .bigMedTitle {
	margin-bottom: 5px;
}

#cres_content .cres_more_link,
#cres_content .cres_more_link:hover, 
#cres_content .cres_more_link:visited {
	margin-top: 18px;
}

#cres_content #donor_story_main_ul li, 
#cres_content #what_give_ul li, 
#cres_content #how_give_ul li, 
#cres_content #gift_calc_ul li {
	padding: 25px 15px 20px;
}

#cres_content .breadcrumb {
	padding-top: 0;
	position: relative;
	z-index: 1;
}

.main_content_wrapper > #cres_content {
	padding-top: 0;
}

/***********************************
About Bequests / #166
***********************************/
#cres_about_wills .uppercase_text, .uppercase_text strong {
    padding: 5px 0; 
    text-transform: capitalize;
    font-weight: normal;
}

ol.list_container_benefits_of_bequest li, ol.list_container_bequest_options li {
    padding-bottom: 5px;
}

#cres_content ol.list_container_benefits_of_bequest + br {
    display: none;
}

/***********************************
Learn About Wills / #18
***********************************/
#cres_content .bigMedTitle_NL {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
}

#cres_content .medTitle ~ br {
    display: none;
}

#cres_content .medTitle {
    display: block;
    font-weight: normal;
}

#cres_content #learn_wills_ul li {
	width: 100%;
	padding: 25px 15px 20px;
	margin: 0;
}

#cres_content #learn_wills_ul li p .medTitle:last-of-type {
    padding-bottom: 0;
}

#cres_content #learn_wills_ul li > p {
    padding: 0;
    margin: 0;
}



/**********************************************
Bequest Language / #127
***********************************************/


/**************************************************
Remove extra top spacing on HTG pages 14, 15, etc
**************************************************/
#how_give_container div#mobile_video_button {
    display: none;
}

/**************************************
Share Action Button styles
**************************************/
#cres_share_actions_opts_print a, 
#cres_share_actions_opts_print a:hover, 
#cres_share_actions_opts_email a, 
#cres_share_actions_opts_email a:hover,
#cres_share_actions_opts_illustration a, 
#cres_share_actions_opts_illustration a:hover, 
#cres_share_actions_opts_eLiterature a,
#cres_share_actions_opts_eLiterature a:hover, 
#cres_share_actions_opts_contact_us a, 
#cres_share_actions_opts_contact_us a:hover,
#cres_share_actions_opts_video a, 
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_print a,
#cres_ds_opts_print a:hover,
#cres_ds_opts_email a,
#cres_ds_opts_email a:hover,
#cres_ds_opts_contact a,
#cres_ds_opts_contact a:hover,
#cres_ds_opts_eLiterature a,
#cres_ds_opts_eLiterature a:hover,
#cres_ds_opts_illustration a:hover,
#cres_article_opts_print a,
#cres_article_opts_print a:hover,
#cres_article_opts_email a, 
#cres_article_opts_email a:hover, 
#cres_article_opts_subscribe a,
#cres_article_opts_subscribe a:hover,
#cres_ds_opts_illustration a,
#cres_ds_opts_illustration a:hover,
#cres_share_actions_opts_video a, 
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_eLiterature a, 
#cres_ds_opts_eLiterature a:hover {
	background-color: #f18a00 !important;
	padding: 9px 15px 8px !important;
	font-weight: 500 !important;
	text-transform: uppercase;
}

#cres_share_actions_opts_print a:hover, 
#cres_share_actions_opts_email a:hover,
#cres_share_actions_opts_illustration a:hover, 
#cres_share_actions_opts_eLiterature a:hover, 
#cres_share_actions_opts_contact_us a:hover,
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_print a:hover,
#cres_ds_opts_email a:hover,
#cres_ds_opts_contact a:hover,
#cres_ds_opts_eLiterature a:hover,
#cres_ds_opts_illustration a:hover,
#cres_article_opts_print a:hover,
#cres_article_opts_email a:hover, 
#cres_article_opts_subscribe a:hover,
#cres_ds_opts_illustration a:hover,
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_eLiterature a:hover {
    color: #6d6e71 !important;
    background-color: #ffc557 !important;
}

/*************************************************
plus-minus learn more adjustments
*************************************************/
#cres_content .cres_what_how_give_open a {
	background-color: #fff;
	border-color: #fff;
	max-width: 345px;
	line-height: 1;
}

#cres_content .cres_what_how_give_open a:hover {
	text-decoration: none;
}

.cres_plus_icon, .cres_minus_icon {
  padding-top: .6em .2em .6em .8em;
}

#cres_content .cres_what_how_give_open h2 {
	background-color: #f18a00;
	border: none;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding-top: 12px;
	padding-bottom: 12px;
}

#cres_content .cres_what_how_give_open h2:hover {
	background-color: #ffc557;
	color: #6d6e71;
}

/****************inner page widget styles********************/








/****************Custom inner pg Fixes******************/













/***************************************
Form Page styles
***************************************/
#cres_content #cres_contact button,
html #cres_content #cres_contact input[type=button],
#cres_content #cres_contact input[type=reset],
#cres_content #cres_contact input[type=submit], 
#cres_content button[class="submit-go"], 
#mgr_login_frm button, 
#mgr_login_gettting_started_main button {
    border: none;
    background: #f18a00;
    background-image: none;
    color: #fff;
    padding: 12px 18px;
    margin: 10px 10px 10px 0px;
    display: inline-block;
    width: auto;
    font-family: inherit;
    letter-spacing: 1px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-appearance: none;
}

#cres_content #cres_contact button:hover,
html #cres_content #cres_contact input[type=button]:hover,
#cres_content #cres_contact input[type=reset]:hover,
#cres_content #cres_contact input[type=submit]:hover, 
#cres_content button[class="submit-go"]:hover, 
#mgr_login_frm button:hover, 
#mgr_login_gettting_started_main button:hover {
    background-color: #ffc557;
    color: #6d6e71;
}

  



/***************************************
Page ID 99 Create Your Plan page         
***************************************/


/***************************************************
Calculators
***************************************************/
#cres_calc legend .bigMedTitle {
    font-size: 1.77em;
    font-weight: 700;
    line-height: 1.1em;
    padding-bottom: 12px !important;
}

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #005cb9 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
    fill: #005cb9; /*Custom Dark Color*/
}

#cres_calc fieldset,
#cres_calc fieldset + div {
    background: #efefef !important; /*Custom Light Color*/
}

#cres_calc fieldset {
	padding: 20px !important;
}

#cres_calc fieldset .cres_calc_tax_rate_radio {
	font-size: 18px;
}

#cres_calc fieldset div label {
    border: 1px solid #005cb9 !important; /*Custom Dark Color*/
    font-size: 18px;
    line-height: 1.1em;
    padding-top: 12px;
}

#cres_content #cres_calc button {
    background-color: #f18a00 !important; /*Custom Button Color*/
    border-radius: 3px !important;
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1.1em !important;
    padding: 15px !important;
}

#cres_content #cres_calc button:hover {
    background-color: #ffc557 !important; /*Custom Button Color*/
    color: #6d6e71 !important;
    opacity: 1;
}





























/***************************************
News and Advisor page changes
***************************************/
#cres_articles_div {
    background-image: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;    
}

#cres_pp_img[style="display:block;background-image: url(../images/330x165_wide_img_bg.png);background-repeat: no-repeat;height: 175px;"] {
   background-image: none !important;
   margin-top: 10px !important;
   margin-bottom: 10px !important;
}

span.cresDateHead,
h2.cresDateHead, 
h3.cresPublishDate, 
h3.cresDateHead {
	color: inherit;
    font-size: 1em !important;
    font-weight: normal !important;
    padding: 0 0 10px;
}

#cres_news_article .cresDateHead {
    padding-bottom: 10px;
    font-size: 1em !important;
    font-weight: normal;
}

div[style="padding:0px;margin:0px 0px 10px;text-align:center;font-style:italic;"] {
    text-align: left !important;
    font-size: 1em !important;
    font-style: normal !important;
}

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

#cres_news_article h2.cresArticleTitle {
    font-size: 1.5em;
    margin-bottom: 5px;;
}

#cres_news_article .cres_body_article h2 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 1.25em;
}

#cres_news_article .cres_body_article {
    padding: 0 !important;
}

.cres_body_article ol li, .cres_body_article ul li {
    padding: 10px 0;
}

/*News>finance*/
#cres_content a[name="stocks"],
#cres_content a[name="interest"],
#cres_content a[name="bonds"] {
    display: block;
    line-height: 0;
    text-decoration: none;
}












/******Private letter ruling box*******/
.plr_note {
    margin-left: 0 !important;
    padding: 15px !important;
}
/******************************************/





/**************Media Queries*********************/
@media screen and (max-width: 1800px) {
	#cres_nav li {
		padding-left: 32px;
	}
}

@media screen and (max-width: 1570px) {
	.header-wrapper {
		min-height: auto;
	}
	
	#cres_nav {
		padding-top: 10px;
	}
	
	.logo {
		height: 145px;
		width: 320px;
		padding: 24px 24px 0;
	}
	
	.right_nav li {
		padding-left: 30px;
	}
	
	#cres_nav li:first-of-type {
		padding-left: 15px;
	}
	
	#cres_nav li {
		padding-left: 28px;
		max-width: none;
	}
}

@media screen and (max-width: 1200px) {
	.header,
	#cres_nav {
		padding-right: 15px;
	}
	
	#cres_nav {
		padding-top: 18px;
	}

	#cres_nav li a {
		font-size: 19px;
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#cres_nav li:first-of-type {
		padding-left: 0;
	}
	
	.logo {
		height: 130px;
	}
	
	#dynamicHeader {
		font-size: 50px;
	}
	
	#cres_content #donor_story_main_ul li, 
	#cres_content #what_give_ul li, 
	#cres_content #how_give_ul li, 
	#cres_content #gift_calc_ul li {
		padding: 25px 15px 20px;
	}
}

@media screen and (max-width: 1099px) {
	.header {
		padding-left: 15px;
	}
	
	.pg_title {
		padding-top: 18px;
		padding-bottom: 10px;
	}
	
	.right_nav, #cres_nav {
		display: none;
	}
	
	#nav {
		display: block;
		padding-right: 15px;
		padding-top: 25px;
	}
	
	#mobile_nav_toggle i {
		display: block;
		float: right;
		padding: 4px 0 0 8px;
	}

	.top-wrapper {
	}
	
	.main_content_wrapper {
		padding: 0 15px;
	}
}
 
@media screen and (max-width: 1023px) {
    .logo {
    	padding: 20px 18px 0;
    }
    
    #cres_button_grid li {
		min-width: 220px;
		top: -106px;
	}
    
    .dynamic_header_wrapper {
    	padding-bottom: 50px;
    }
    
    #dynamicHeader {
		padding-top: 60px;
		padding-bottom: 120px;
	}
    
    #cres_content #cres_news_box_about_us_org .bigMedTitle, 
    #cres_content #cres_news_box_about_us_gp .bigMedTitle {
        font-size: 1.5em;
    }
    
    #cres_calc fieldset div input[type="radio"] + span, 
    #cres_calc fieldset .cres_calc_tax_rate_radio span {
		margin: 0 7px 0 0;
    }
    
    #cres_content #cres_calc button {
    	padding: 15px 40px !important;
    }
}

/*****************End DJ Edits*********************/
.container {
  max-width: 1440px;
  padding: 1rem 30px;
}

/*org footer contact info*/
#org_info {
  display: flex;
  justify-content: center;
  background-color: rgba(161,197,237,0.8);
}
#org_info .container {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
#org_info .left_col {
  display: flex;
  gap: 2rem;
}
#org_info .right_col {
  max-width: 550px;
}
#org_info address {
  font-style: normal;
  display: flex;
  flex-direction: column;
  justify-content: center;
}



/********************* DO DESIGN EDITS *********************/




#cres_content #donor_story_main_ul li, #cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li {
    padding: 25px 28px 22px;
}

#org_info .container {
    line-height: 1.3em;
}

.right_nav {
    padding-top: 3px;
}

.pg_title {
    padding-top: 5px;
}

#cres_nav li ul li a {
    white-space: nowrap;
}

#cres_content {
	padding-top: 0;
	padding-bottom: 124px;
	overflow-x: hidden;
}

.main_content_wrapper {
	padding: 0 30px;
}

#cres_button_plan_will { 
  display:block; 
}

#cres_button_wills_guide {
  display:block;
}

#cres_button_enews {
  display:block;
}

.cres_table1 .cres_news_box_grid-Title {
  display:none; 
}

#cres_table1-r1-c3 .cres_news_box_grid-Title {
  display: block;
}

#cres_content .cres_table1 {
	border-collapse: separate;
	border-spacing: 37px;
	margin: -37px;
	overflow-x: hidden;
}

.cres_image_row {
	height: 221px;
}

.cres_image_row a {
	height: 100%;
	width: 100%;
	display: inline-block;
}

.cres_image_row img {
	display: none;
}

#cres_table1-r1-c1 .cres_image_row {
	background: url('../images/CI_web_images/CI_0644_wide.jpg');
	background-size: cover;
	background-position: center;
}

#cres_table1-r1-c2 .cres_image_row {
	background: url('../images/CI_web_images/ira_rollover_12_wide.jpg');
	background-size: cover;
	background-position: center;
}

#cres_table1-r1-c3 .cres_image_row {
	background: url('../images/CI_web_images/CI_0319_wide.jpg');
	background-size: cover;
	background-position: center;
}

#cres_table1-r2-c1 {
	display: flex;
	background: #005cb9;
	padding: 17px;
	padding-top: 25px;
	margin-top: 13px;
	border-radius: 0 40px 0 40px;
}

#cres_table1-r2-c1 .cres_image_row {
	height: auto;
	width: auto;
	max-height: 261px;
	width: 107.2%;
}

#cres_table1-r2-c1 .cres_image_row a {
	background: url('../images/CI_web_images/gift_options_7_wide.jpg');
	background-size: cover;
	background-position: center;
	display: block;
	z-index: 1;
	position: relative;
	height: 319px;
}

.cres_news_box_grid-SubTitle {
	font-weight: 600;
	color: #676e71;
	margin-bottom: 7px;
}

.cres_text_row {
	padding-top: 30px;
	border-right: 17px solid #a1c5ed;
	width: 94%;
	height: 100%;
	border-radius: 0 63px 0 0;
	padding-right: 33px;
}

tr {
	display: none;
}

tbody tr:first-child {
	display: table-cell;
}

.cres_table1 td {
	border: 0px solid #fff;
}

.cres_table1 .cres_text_row {
	min-height: 359px;
	border-bottom: 15px solid #005cb9;
	padding-right: 11px;
	position: relative;
	top: -40px;
	background: #fff;
}

#cres_table1-r2-c1 .cres_news_box_grid-SubTitle {
	color: #fff;
}

#cres_table1-r2-c1 {
	color: #fff;
	position: relative;
	padding-left: 25px;
}

#cres_table1-r2-c1 .cres_text_row {
	padding-left: 33px;
	position: relative;
}

#cres_content .cres_more_link, 
#cres_content .cres_more_link:hover, 
#cres_content .cres_more_link:visited {
	margin-top: 13px;
}

#cres_content #cres_table1-r2-c1 .cres_more_link,
#cres_content #cres_table1-r2-c1 .cres_more_link:visited,
#cres_content #cres_table1-r2-c1 .cres_more_link:hover
{
	background-color: #fff;
	padding-top: 28px;
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 0;
	position: absolute;
	bottom: 0;
	left: 50.7%;
	border-radius: 0 10px 0 0;
}

#cres_table1-r2-c1 .cres_text_row {
	border-right: 0px solid #fff;
}

@media screen and (max-width: 1308px) {
	
	#cres_content {
		padding-bottom: 112px;
	}
	#cres_content .cres_table1 {
		margin: -113px -75px;
		z-index: 3;
		position: relative;
	}
	.cres_table1 .cres_text_row {
		min-height: 418px;
		top: -70px;
		width: 98%;
		padding-top: 23px;
	}
	
	#cres_table1-r2-c1 .cres_image_row {
		width: 77%;
	}
	
	.cres_news_box_grid-SubTitle {
		margin-bottom: 8px;
	}
	
	#cres_table1-r2-c1 .cres_image_row a {
		height: 230px;
	}
	
	#cres_table1-r2-c1 {
		max-height: 231px;
		padding-top: 18px;
		padding-left: 18px;
		margin-top: 29px;
	}
	
	#cres_table1-r2-c1 .cres_text_row {
		padding-top: 0;	
		padding-left: 22px;
	}
	
	#cres_content .cres_more_link, 
	#cres_content .cres_more_link:hover, 
	#cres_content .cres_more_link:visited {
		margin-top: 13px;
	}
	
	#cres_content #cres_table1-r2-c1 .cres_more_link, 
	#cres_content #cres_table1-r2-c1 .cres_more_link:visited, 
	#cres_content #cres_table1-r2-c1 .cres_more_link:hover {
		padding-top: 20px;
		padding-left: 21px;
		padding-right: 21px;
		left: 43.7%;
		bottom: -10px;
	}
}

@media screen and (max-width: 1062px) {

	.main_content_wrapper {
		padding: 0 15px;
	} 

	tbody tr:first-child {
		display: flex;
		flex-wrap: wrap;
	}
	
	.cres_table1 td {
		width: 100%;
	}
	
	.cres_table1 td > div {
		width: 100%;
		display: flex;
	}
	
	.cres_table1 .cres_text_row {
		min-height: initial;
		top: 0;
		width: 58%;
		padding-left: 20px;
		padding-top: 0px;
		padding-right: 0;
		border-right: 0;
		border-bottom: 0;
	}
	
	.cres_news_box_grid-SubTitle {
		position: relative;
		top: -4px;
		margin-bottom: 5px;
	}
	
	.cres_table1 .cres_image_row {
		width: 41.6%;
		height: auto;
		height: 172px;
	}
	
	#cres_content .cres_table1 {
		margin: -60px -36px;
		
	}
	
	.cres_text_row {
		padding-top: 0;
	}
	
	#cres_content .cres_table1 tr td > div {
		border-bottom: 10px solid #8ab7e9;
		padding-top: 22px !important;
		padding-bottom: 24px !important;
	}
	
	#cres_content .cres_more_link, #cres_content .cres_more_link:hover, #cres_content .cres_more_link:visited {
		margin-top: 12px;
	}
	
	#cres_content #cres_table1-r2-c1 {
		margin-top: 65px;
		min-height: initial;
		max-height: initial;
		padding-bottom: 54px ;
		position: relative;
		padding-right: 24px;
	}
	
	#cres_table1-r2-c1:after {
	  content: "";
	  background: #fff;
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  height: 26px;
	  width: 46%;
	}
	
	#cres_table1-r2-c1 .cres_text_row {
		padding-right: 0;
		width: 101%;
	}
	
	#cres_table1-r2-c1 .cres_image_row a {
		height: 151px;
	}
	
	#cres_table1-r2-c1 .cres_image_row {
		width: 80%;
	}
	
	#cres_content #cres_table1-r2-c1 .cres_more_link, 
	#cres_content #cres_table1-r2-c1 .cres_more_link:visited, 
	#cres_content #cres_table1-r2-c1 .cres_more_link:hover {
	  left: 44%;
	  bottom: -14px;
	}
	
	#cres_content #cres_table1-r1-c1 {
		padding-bottom: 15px !important;
	}
}

.bottom_text {
  color: #FFFFFF;
  background-color: #005cb9;
  padding: 2rem 1.5rem !important;
  font-size: 1.5rem;
  line-height: 1.2;
}

.top-wrapper {
	background: url('../images/CI_web_images/CI_1586_largehero.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
}

.dynamic_header_wrapper{
  display: none;
}

.banner_wrapper {
  display: block;
}


#cres_content .cres_table1 tr td > div {
  padding: 0;
}

#cres_content {
	max-width: 1240px; 
}

#how_give_container .cresPageHeader,
#how_give_container > p,
#what_give_container .cresPageHeader,
#what_give_container > p,
#gift_calc_container .cresPageHeader,
#gift_calc_container > p,
#donor_story_main_container .cresPageHeader,
#donor_story_main_container > p {
	margin: auto;
	padding: 25px 17.4%;
}


@media screen and (max-width: 1023px) {
  .top-wrapper {
  	height: auto;
  }
}

	.main_content_wrapper {
		position: relative;
		z-index: 1;
		margin-top: 0;
	}
	
	.top-wrapper {
		overflow: hidden;
	}
	
	.banner_wrapper {
		margin-top: 65px;
	}
	
	.banner-text h1 {
		line-height: 1.15em;
		letter-spacing: 1px;
	}
	
	.banner-text p {
		font-weight: 300;
		letter-spacing: 1.5px;
	}
	
	.banner-text .banner-more {
		font-size: 20px;
		letter-spacing: 1px;
	}
	
	#cres_content .cres_table1 {
		margin: -74px -74px 0;
		position: relative;
		z-index: 10;
	}
	
	.cres_text_row {
		border:none;
		-webkit-box-shadow: 17px 0px 0px 0px rgba(161,197,237,0.8);
		-moz-box-shadow: 17px 0px 0px 0px rgba(161,197,237,0.8);
		box-shadow: 17px 0px 0px 0px rgba(161,197,237,0.8);
	}
	
	div#cres_table1-r2-c1 {
		margin-top: -50px;
	}
	
	#cres_table1-r2-c1 .cres_text_row {
		box-shadow: none;
		padding-top: 12px;
		padding-right: 5px;
	}
	
	.cres_table1 .cres_text_row {
		min-height: 390px;
	}
	
	#cres_content .cres_more_link, 
	#cres_content .cres_more_link:hover,
	#cres_content .cres_more_link:visited {
		margin-top: 16px;
	}
	
	@media screen and (max-width: 1570px) {
		.banner-text h1 {
			font-size: 64px;
		}
		
		.banner-text p {
			font-size: 22px;
		}
		
		.cres_table1 .cres_text_row {
		  min-height: 420px;
		}
	}
	
	  @media screen and (max-width: 1308px) {
		.cres_table1 .cres_text_row {
			width: 95%;
		}
		
		#cres_table1-r2-c1 {
			max-height: none;
		}
		
		#cres_table1-r2-c1 .cres_text_row {
			padding-top: 2px;
		}
		
		#cres_table1-r2-c1 .cres_image_row {
			width: auto;
		}
		
		#cres_table1-r2-c1 .cres_image_row a {
		  height: 210px;
		  width: 420px;
		}
		
		#cres_content #cres_table1-r2-c1 .cres_more_link,
		#cres_content #cres_table1-r2-c1 .cres_more_link:hover {
			left: 438px;
			bottom: 0;
		}
	  }
	  
	  @media screen and (max-width: 1250px) {
	  	#cres_table1-r2-c1 .cres_image_row a {
		  height: 205px;
		  width: 400px;
		}
	  }

	@media screen and (max-width: 1099px) {
		.banner-text {
			padding-bottom: 145px;
		}
		
		.banner-text h1 {
			font-size: 54px;		
		}
		
		.banner_wrapper {
			margin: 30px 15px 0;
			max-width: none;
		}

		#cres_content .cres_table1 {
			margin: -60px -36px;
		}
		
		#cres_table1-r2-c1 {
			padding-bottom: 50px;
		}
		
		#cres_table1-r2-c1 .cres_image_row a {
		  height: 172px;
		  width: 290px;
		}
		
		#cres_content #cres_table1-r2-c1 .cres_more_link,
		#cres_content #cres_table1-r2-c1 .cres_more_link:hover {
			left: 328px;
			z-index: 2;
		}
		
		#cres_table1-r2-c1::after {
			height: 40px;
			z-index: 0;
		}
	}
	
	@media screen and (max-width: 1062px) {
		.cres_table1 .cres_text_row {
			min-height: initial;
		}
		
		.cres_table1 .cres_text_row {
			box-shadow: none;
			width: 100%;
		}
	}


.bottom_text {
    line-height: 1.4;
    margin: 0 0 70px 0 !important;
}

#cres_content {
    padding-bottom: 0;
}

#cres_button_grid li {
    top: auto;
    margin: -116px 0 0 0 !important;
}

#cres_content .cres_table1 {
    margin: 100px -74px 10px -74px;
    border-spacing: 37px 0;
}

.cres_table1 .cres_text_row {
    top: auto;
    margin-top: -40px;
}

@media (max-width: 1099px) {
	
#cres_content .cres_table1 {
    margin: 150px -20px 10px -20px;
}

.cres_table1 .cres_text_row {
    margin-top: 0;
}
	
}

.cres_table1 {
  border-collapse: collapse;
  border: 0;
  margin: 10px 0px;
  padding:0;
  float: none;
  clear: both;
}


.r1c1 {
	display: table-cell;
	border-width:  1px 1px 0px 0px;
	width:	33.3%;
	vertical-align: top;
}

.r1c2 {
	display: table-cell;
	border-width:  1px 1px 0px 0px;
	width:	33.3%;
	vertical-align: top;
}

.r1c3 {
	display: table-cell;
	border-width:  1px 0px 0px 1px;
	width:	33.4%;
	vertical-align: top;
}

.r1c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r1c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r2c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r3c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r4c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r5c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

#cres_table1-r1-c1 {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c1 img {
  width: 100%;
  max-width: 224px;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}#cres_table1-r1-c2 {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c2 img {
  width: 100%;
  max-width: 224px;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}#cres_table1-r1-c3 {
  width: 100%;
  height: auto;
  padding: 10px;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c3 img {
  width: 100%;
  max-width: 224px;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 10px 0px;
}
  
