
  
/***********************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: Arial;
  margin:0;
  padding:0;
  height: 100%;
  width: 100%;
  line-height: 1.5em;
}

#body_wrap {
    background-color: #fafafa;
    font-size: 16px;
}

#cres_content {
	font-family: Roboto, Arial, Helvetica, verdana, sans-serif;
	color: #494949;
	width: 100%;
	margin: 0px;
    padding: 2%;
    float: left;
	line-height: 1.5em;

}

#cres_content img {
	border: none;
}

#cres_content a, #cres_content a:visited{
	color: #cd0e2c;
	text-decoration: none;
}

#cres_content a:hover, #cres_content a:active{
	color: #c15050;
	text-decoration: underline;
}

#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-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.35em;
	color: #003087;
	margin: 0px;
	padding: 5px 0px;
}

h1.mgrHeaderTitle {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.25em;
	color: #003087;
	margin: 0px;
	padding: 5px 0px;
}

h2.cresArticleTitle {
	font-size: 1.25em;
	color: #003087; 
	margin: 0px;
	padding: 0px 0px;
}

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.25em;        	
	font-weight: bold;		
	color: #003087;
	margin: 0px 0px 3px;
	padding: 0px;
	text-transform: none;		
}

.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: #003087;
} 
 
#cres_content .bigMedTitle_NL {
	font-size: 1.25em;
	font-weight: normal;
	color: #003087;
	margin: 0px 0px 3px;
	padding: 5px 0px 0px 0px;   /* MATCH the padding-top value with what is in the #cres_content p */
	text-transform: none;
}

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.25em;
	color: #003087;
	padding: 0px;
	margin: 0px;
}

.cres_more_link {
	line-height: 1.8em; 
	text-transform: capitalize;
}

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(//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(//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(//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;
	padding: 0;
}
  
/* 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: Arial,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: Arial, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #CD0E2C;
	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: Arial,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: Arial,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 #CD0E2C; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #CD0E2C; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#CD0E2C), to(#CD0E2C));
    background-image: -webkit-linear-gradient(top, #CD0E2C, #CD0E2C);
    background-image: -moz-linear-gradient(top, #CD0E2C, #CD0E2C);
    background-image: -ms-linear-gradient(top, #CD0E2C, #CD0E2C);
    background-image: -o-linear-gradient(top, #CD0E2C, #CD0E2C);
    background-image: linear-gradient(to bottom, #CD0E2C, #CD0E2C);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#CD0E2C, endColorstr=#CD0E2C);   
    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_plus_icon {
    background: url("../images/what_to_give/white_plus.png") no-repeat scroll center transparent;
    display: block; 
    float: left; 
    padding: 0.4em 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.4em 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: #CD0E2C;
    border: 0;
    border-radius: 3px;
    padding: 10px;
    margin: 5px;
    background-image: none;
    color: #fff;
    cursor: pointer;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    width: auto;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover{
  background-color: #c15050;
}

/* 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 arial !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 arial !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: 10px 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;
}

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


/***************************************************/
/**************Calculator Update - MA***************/
/***************************************************/

/***************************************************/
/* Custom Colors & Font Size */

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #CD0E2C !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
	fill: #CD0E2C; /*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 #CD0E2C !important; /*Custom Dark Color*/
}

#cres_calc button {
    background-color: #CD0E2C !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
}

#cres_calc button:hover {
    background-color: #c15050 !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: 10px 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;
}

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

*,*::after,*::before{
    box-sizing: border-box;
}

.cres_table1 td img {
    max-width: 100% !important;
}

.cres_table1 td{
    border: 0;
}

#cres_content #mgr_login_getting_started {
    max-width: 100% !important;
}

#cres_content select, #cres_content input {
        background-size: cover;
}

/*
#cres_news_box_about_us_gp img {
    display: none;
}*/

.container{
    width: 100%;
    display: block;
    margin: 0 auto;
    max-width: 1170px;
}

.container::after {
    display: table;
    content: "";
    clear: both;
}

.clear{
    clear: both;
}

.top_nav {
    display: block;
    width: 100%;
    background-color: #cd0e2c;
    float: left;
    padding: 0px;
}

header {
    float: left;
    width: 100%;
}

.org_logo {
    float: left;
    width: 100%;
    max-width: 250px;
    padding: 15px 10px;
}

.org_logo img {
    width: 100%;
}

#sidemenu {
    float: right;
    width: auto;
    margin: 0;
	padding: 8px 0;
    font-family: Roboto;
}

#sidemenu li {
	display: inline-block;	
}

#sidemenu li a {
    text-decoration: none;
    padding: 0 10px;
    color: #fff;
    text-transform: initial;
    font-size: 16px;
    line-height:1em;
}

#sidemenu li a i {
    font-size: 19px;
    position: relative;
    top: 2px;
}

#sidemenu li a span{display:inline-block;}

#sidemenu li a:hover span{
  color:#CD0E2C;
  background-color:#fff;
  text-decoration:underline;
}

.pg_title {
    float: left;
    display: inline-block;
    padding: 8px 5px 8px 35px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    font-family: Raleway;
    text-decoration: none;
    min-width: 200px;
    position: relative;
    margin: 0 10px;
}

.pg_title::after {
    content: "";
    background-image: url('/org_files/908/images/gift-planning-icon.svg');
    background-size: cover;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    top: 4px;
    left: 0;
    position: absolute;
}

.pg_title img {
    max-width: 35px;
    display: inline-block;
    margin-right: 2px;
    padding: 0 5px;
    vertical-align: bottom;
}

.pg_title span {
    font-weight: 700;
}

#cres_nav {
    float: left;
    width: calc(100% - 250px);
    display: block;
    margin: 0;
    padding: 0;
    text-align: right;
    list-style: none;
    font-family: Raleway;
}

#cres_nav li {
    display: inline-block;
}

#cres_nav li a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 25px 10px;
    text-transform: capitalize;
    font-size: 18px;
    width: auto;
    font-weight: 700;
    border-bottom: 1px solid transparent;
}

#cres_nav li:hover a {
    -webkit-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    -o-transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    transition: padding 0.2s linear, color 0.2s ease-in-out, background-color 0.2s ease-in-out;
    border-bottom: 1px solid #454545;
    background-color: #fff;
}

.no_link span.icon {
    font-size: 0.8em;
    font-weight: 700;
}

.started_dropdown {
    display: none;
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 50%;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 200px;
    transform: translateX(-50%);
    box-shadow: 1px 1px 6px rgba(0,0,0,0.2);
}

.started_dropdown li {
    text-align: left;
    display: block;
}

.inner_dropdown {
    visibility: hidden;
    position: absolute;
    top: 100%;
    padding: 0;
    text-align: left;
    width: 100%;
    border-bottom: 1px solid #000;
    left: 0;
    margin-top:-1px;
}

.iPadFix{
	visibility: visible;
	z-index: 9;
}

/*#cres_nav li:hover ul {
    display: block;
    z-index: 9;
}*/

#cres_nav .inner_dropdown li {
    display: block;
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    color: #fff;
    border-bottom: none;
    margin: 0;
}

#cres_nav .inner_dropdown li a {
    width: 100%;
    display: block;
    padding: 11px 13px;
    border: 0;
    text-transform: capitalize;
    border-bottom: 1px solid #f7f7f7;
	color: #333;
	font-size: 15px;
}

#cres_nav .inner_dropdown li a:hover {
	background-color: #fcfcfc;
	color: #c15050;
	border-color: #f7f7f7;
}

.relative{
  position: relative;
}

.tablet_line_break {
    display: none;
}

.banner_wrap {
    float: left;
    display: block;
    width: 100%;
    position: relative;
    background-image: url('/org_files/908/images/banners/homepage-banner_IRA-GA.jpg') !important;
    background-size: cover;
    background-position: center top;
}

.banner_text_wrap {
    bottom: 0;
    padding: 15px 15px 30px;
    width: 100%;
    background-color: transparent;
    color: #fff;
    border-top: 2px solid #cd0e2c;
    border-bottom: 2px solid #cd0e2c;
    border-left: 2px solid #cd0e2c;
    margin: 100px auto 90px;
    position: relative;
    max-width: 1120px;
}

.banner_text_wrap::after {
    content: "";
    top: -15px;
    left: -15px;
    height: 30px;
    width: 30px;
    background-color: #cd0e2c;
    position: absolute;
}

.banner_text_wrap::before {
    content: "";
    top: calc(100% - 15px);
    left: calc(100% - 15px);
    height: 30px;
    width: 30px;
    background-color: #cd0e2c;
    position: absolute;
}

.banner_text_wrap h1 {
    text-transform: initial;
    font-weight: 400;
    font-size: 40px;
    margin: 0;
    padding: 10px;
    font-family: Raleway;
    display: block;
    line-height: 1em;
    position: relative;
}

.banner_text_wrap h1 span {
    font-weight: 900;
}

.banner_text_wrap h1::after {
    content: "";
    position: absolute;
    bottom: -15px;
    content: "";
    width: 50%;
    left: 50%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.5)), color-stop(70%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5) 35%, rgba(255, 255, 255, 0.5) 70%, rgba(255, 255, 255, 0) 100%);
    transform: translateX(-50%);
}

.banner_text_wrap ul {
    font-family: Roboto;
    list-style: square;
    color: #cd0e2c;
    font-size: 30px;
    padding-left: 170px;
    margin-bottom: 0;
}

.banner_text_wrap ul li {
	padding: 10px 0;
}

.banner_text_wrap ul li span{
	font-size: 22px;
	color: #fff;
}

#cres_button_grid {
    text-align: center;
    padding: 15px 0 0;
    width: 100%;
    margin: 0;
    float: left;
}

#cres_button_grid .cres_button {
    width: 25%;
    display: inline-block;
    position: relative;
    float: left;
    border: 10px solid transparent;
}

#cres_button_grid .cres_button a {
    color: #cd0e2c;
    font-size: 16px;
    line-height: 1.1em;
    text-align: center;
    text-transform: capitalize;
    padding: 130px 10px 10px;
    font-weight: 500;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    position: relative;
}

#cres_button_grid .cres_button a img {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
}

.cres_button a .separator {
    display: inline-block;
    position: relative;
	padding: 0 20px;
}

.cres_button a .separator::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
    top: -11px;
}

#cres_button_grid a:hover, #cres_button_grid a:active{
	color: #c15050;
	text-decoration: underline;
}

#cres_button_grid .started_dropdown a {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    text-transform: none;
    padding: 14px 12px;
    color: #333333;
    text-align: left;
}

#cres_button_grid .cres_button:hover .started_dropdown {
    display: block;
}

#cres_button_grid .started_dropdown a:hover {
    background-color: #fafafa;
    color: #c15050;
    text-decoration: underline;
}

#cres_button_grid .cres_button a .top_icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -29px;
    background-color: #2c2a29;
    padding: 10px;
    border-radius: 50%;
    border-top: 2px solid #ffb81c;
    border-left: 2px solid #ffb81c;
    border-right: 2px solid #ffb81c;
    font-size: 25px;
}

#cres_button_grid .cres_button a .top_icon::after {
    content: "";
    width: 100%;
    height: 10px;
    left: 0;
    bottom: 0;
    position: absolute;
    background-color: #2c2a29;
}

.banner_text_wrap {
    display: none;
}

.appendTitle {
    padding: 125px 2% 60px;
}

.appendTitle h1 {
    color: #000;
    text-transform: inherit;
    font-size: 54px;
    font-family: Raleway;
    font-weight: 400;
    text-align: center;
    margin: 0;
    padding: 10px 0 15px;
    line-height: 1em;
}

#footer {
    background-color: #fafafa;
    color: #494949;
    float: left;
    display: block;
    width: 100%;
    padding: 20px;
    font-family: Raleway;
}

#footer.desktop_footer {
	display: block;
	position: relative;
}

#footer.tablet_footer {
	display: none;
}

#footer a {
    color: #cd0e2c;
    text-decoration: none !important;
}

#footer .cres_copy {
    font-size: 15px;
}

#footer .disclaimer {
	float: left;
	width: 33%;
}

#footer p {
    font-size: 13px;
}

.org_info {
	width: 25%;
	float: left;
}

.list-icons {
    list-style: none;
    padding: 0;
}

.list-icons li {
    padding: 5px 0;
}

.list-icons li i {
    min-width: 25px;
    text-align: center;
	display: inline-block;
}

.copyright {
    width: 40%;
    float: left;
}

#footer .copyright a {
    font-weight: 400;
    text-decoration: none;
}

.org_footer {
    float: right;
    width: 25%;
}

.org_footer img {
    max-width: 250px;
    display: block;
    padding: 10px;
    width: 100%;
}

.org_footer span {
    line-height: 1.5em;
}

.org_footer a {
    text-decoration: none;
}

.org_social {
    float: right;
    width: 35%;
}

.social.justify-content-center {
    list-style: none;
    padding: 0;
}

/*.social.justify-content-center li {
    display: inline-block;
    margin: .25rem;
}

#footer .social.justify-content-center li a {
    background-color: #ffb81c;
    color: #2c2a29;
    height: 2.1875rem;
    width: 2.1875rem;
    font-size: 1.3rem;
    line-height: 2.25rem;
    display: inline-block;
    border-radius: .125rem;
    text-align: center;
}*/

/* Social icons block
---------------------------------- */

.social-links {
  list-style: none;
  font-size: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
}

.social-links li {
  display: inline-block;
  margin: 0 2px 2px 0;
}

.social-links li a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  font-size: 18px;
  border: 1px solid #e7e7e7;
  color: #cdcdcd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.social-links li a i {
  line-height: 40px;
}

.social-links li a:hover {
  background-color: transparent;
  border-color: #0c9ec7;
  color: #0c9ec7;
}

.social-links.animated-effect-1 li a {
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
  position: relative;
  z-index: 1;
}

.social-links.animated-effect-1 li a:hover {
  color: #ffffff !important;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.social-links.animated-effect-1 li a:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  top: 0px;
  left: 0px;
  padding: 0px;
  z-index: -1;
  background-color: #09afdf;
  -webkit-transition: -webkit-transform 0.4s, opacity 0.4s, background-color 0.4s;
  -moz-transition: -moz-transform 0.4s, opacity 0.4s, background-color 0.4s;
  transition: transform 0.4s, opacity 0.4s, background-color 0.4s;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
  filter: alpha(opacity=0);
}

.social-links.animated-effect-1 li a:hover:after {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: -webkit-transform 0s, opacity 0.3s, background-color 0.3s;
  -moz-transition: -moz-transform 0s, opacity 0.3s, background-color 0.3s;
  transition: transform 0s, opacity 0.3s, background-color 0.3s;
}

.social-links.animated-effect-1:not(.circle) li a:after {
  -webkit-border-radius: 0%;
  -moz-border-radius: 0%;
  border-radius: 0%;
}

.social-links.default li a {
  background-color: #09afdf;
  border: 1px solid #0c9ec7;
  color: #ffffff;
}

.social-links.default li a:hover {
  background-color: #ffffff;
  color: #494949;
}

.dark .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.dark.social-links li a {
  background-color: rgba(0, 0, 0, 0.6);
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #ffffff;
}

.dark.social-links li a:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.colored .social-links li a {
  background-color: rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.01);
  color: #ffffff;
}

.header-top .social-links {
  margin: 0;
  display: inline-block;
  margin-top: 2px;
}

.full-page .header .social-links {
  margin-top: 15px;
  margin-bottom: 0;
}

#footer .social-links li {
  margin: 0 5px 5px 0;
}

#footer .social-links li a {
  color: #494949;
  background-color: transparent;
  border-color: #494949;
}

#footer .social-links li a:hover {
  color: #ffffff;
  background-color: #494949;
  border-color: #494949;
}

.social-links.small li a {
  width: 30px;
  height: 30px;
  font-size: 14px;
}

.social-links.small li a i {
  line-height: 29px;
}

.social-links.large li a {
  width: 60px;
  height: 60px;
  font-size: 24px;
}

.social-links.large li a i {
  line-height: 60px;
}

.social-links.circle li a {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.social-links.animated-effect-1 li.twitter a:hover,.social-links.animated-effect-1 li.twitter a:focus {
  border-color: #55acee;
}

.social-links:not(.animated-effect-1) li.twitter a:hover,.social-links:not(.animated-effect-1) li.twitter a:focus,.colored.social-links li.twitter a,.social-links.animated-effect-1 li.twitter a:after,.btn.twitter {
  background-color: #55acee;
  border-color: #55acee;
  color: #ffffff;
}

.social-links.animated-effect-1 li.linkedin a:hover,.social-links.animated-effect-1 li.linkedin a:focus {
  border-color: #0976b4;
}

.social-links:not(.animated-effect-1) li.linkedin a:hover,.social-links:not(.animated-effect-1) li.linkedin a:focus,.colored.social-links li.linkedin a,.social-links.animated-effect-1 li.linkedin a:after,.btn.linkedin {
  background-color: #0976b4;
  border-color: #0976b4;
  color: #ffffff;
}

.social-links.animated-effect-1 li.youtube a:hover,.social-links.animated-effect-1 li.youtube a:focus {
  border-color: #b31217;
}

.social-links:not(.animated-effect-1) li.youtube a:hover,.social-links:not(.animated-effect-1) li.youtube a:focus,.colored.social-links li.youtube a,.social-links.animated-effect-1 li.youtube a:after,.btn.youtube {
  background-color: #b31217;
  border-color: #b31217;
  color: #ffffff;
}

.social-links:not(.animated-effect-1) li.snapchat a:hover, .social-links:not(.animated-effect-1) li.snapchat a:focus, .colored.social-links li.snapchat a, .social-links.animated-effect-1 li.snapchat a::after, .btn.snapchat {
    background-color: #fffc00;
    border-color: #000000;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.rss a:hover, .social-links:not(.animated-effect-1) li.rss a:focus, .colored.social-links li.rss a, .social-links.animated-effect-1 li.rss a::after, .btn.rss {
    background-color: #FF6600;
    border-color: #000000;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.facebook a:hover, .social-links:not(.animated-effect-1) li.facebook a:focus, .colored.social-links li.facebook a, .social-links.animated-effect-1 li.facebook a::after, .btn.facebook {
    background-color: #3b5998;
    border-color: #3b5998;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.twitter a:hover, .social-links:not(.animated-effect-1) li.twitter a:focus, .colored.social-links li.twitter a, .social-links.animated-effect-1 li.twitter a::after, .btn.twitter {
    background-color: #55acee;
    border-color: #55acee;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.linkedin a:hover, .social-links:not(.animated-effect-1) li.linkedin a:focus, .colored.social-links li.linkedin a, .social-links.animated-effect-1 li.linkedin a::after, .btn.linkedin {
    background-color: #0976b4;
    border-color: #0976b4;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.instagram a:hover, .social-links:not(.animated-effect-1) li.instagram a:focus, .colored.social-links li.instagram a, .social-links.animated-effect-1 li.instagram a::after, .btn.instagram {
    background-color: #517fa4;
    border-color: #517fa4;
    color: #ffffff;
}

.social-links:not(.animated-effect-1) li.tumblr a:hover, .social-links:not(.animated-effect-1) li.tumblr a:focus, .colored.social-links li.tumblr a, .social-links.animated-effect-1 li.tumblr a::after, .btn.tumblr {
    background-color: #32506d;
    border-color: #32506d;
    color: #ffffff;
}

.social-links.animated-effect-1 li.facebook a:hover,.social-links.animated-effect-1 li.facebook a:focus {
  border-color: #3b5998;
}

.social-links:not(.animated-effect-1) li.facebook a:hover,.social-links:not(.animated-effect-1) li.facebook a:focus,.colored.social-links li.facebook a,.social-links.animated-effect-1 li.facebook a:after,.btn.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: #ffffff;
}

.social-links.animated-effect-1 li.instagram a:hover,.social-links.animated-effect-1 li.instagram a:focus {
  border-color: #517fa4;
}

.social-links:not(.animated-effect-1) li.instagram a:hover,.social-links:not(.animated-effect-1) li.instagram a:focus,.colored.social-links li.instagram a,.social-links.animated-effect-1 li.instagram a:after,.btn.instagram {
  background-color: #517fa4;
  border-color: #517fa4;
  color: #ffffff;
}

.social-links.animated-effect-1 li.tumblr a:hover,.social-links.animated-effect-1 li.tumblr a:focus {
  border-color: #32506d;
}

.social-links:not(.animated-effect-1) li.tumblr a:hover,.social-links:not(.animated-effect-1) li.tumblr a:focus,.colored.social-links li.tumblr a,.social-links.animated-effect-1 li.tumblr a:after,.btn.tumblr {
  background-color: #32506d;
  border-color: #32506d;
  color: #ffffff;
}

.social-links .dropdown > button {
  padding: 1px 15px 0px;
  font-size: 16px;
  color: #999999;
  text-align: center;
  min-width: 0;
  margin: 0;
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.social-links .dropdown > button i {
  width: 15px;
}

.header-top:not(.dark) .social-links .dropdown.open > button > i:before {
  color: #09afdf;
}

.header-top.colored .social-links .dropdown > button > i:before,.header-top.colored .social-links .dropdown.open > button > i:before {
  color: #ffffff;
}

.header-top .social-links .dropdown.open > button > i:before {
  content: "\f00d";
}

.social-links .dropdown-menu {
  z-index: 103;
  padding: 5px;
  min-width: 270px;
  margin-top: 6px;
  font-size: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #f2f2f2;
  border: 1px solid #D0D0D0;
  border-top: none;
}

.social-links .dropdown-menu li a,.dark .social-links .dropdown-menu li a i,.colored .social-links .dropdown-menu li a i {
  padding: 0;
  line-height: 30px;
  color: #ffffff;
}

.social-links .dropdown-menu li a i {
  padding-left: 0;
}

.social-links .dropdown-menu li a:hover i {
  color: #ffffff;
}

.social-links li a {
	border: 1px solid #e7e7e7;
	color: #cdcdcd
}
.social-links li a:hover {
	background-color: transparent;
	border-color: #c15050;
	color: #c15050
}
.social-links.animated-effect-1 li a:hover {
	color: #FFF!important
}
.social-links.animated-effect-1 li a:after {
	background-color: #CD0E2C
}
.header-top.colored .social-links .dropdown>button>i:before {
	color: #FFF
}
.colored.header-top .dropdown-menu {
	border: 1px solid #CD0E2C;
	background: #CD0E2C
}
.media:focus .icon, .media:hover .icon {
	background-color: transparent;
	color: #CD0E2C;
	border: 1px solid #CD0E2C
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
/*************************End Social Icons Block****************/


































/***************************************
News and Advisor page changes
***************************************/

#cres_articles_div {
    margin-bottom: 20px;
}

h2.cresDateHead, h3.cresPublishDate, h3.cresDateHead {
    font-size: 1em !important;
    font-weight: normal !important;
    margin: 0;
    padding: 0;
}

#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 .cres_body_article h2 {
    padding-bottom: 10px;
    font-size: 1.25em;
    text-transform: uppercase;
}

#cres_news_article .cres_body_article {
    padding: 0 !important;
}

.cres_body_article ol li, .cres_body_article ul li {
    padding: 10px 0;
}

/*News>finance*/
a[name="stocks"], a[name="interest"], a[name="bonds"] {
    display: block;
    line-height: 0;
}












/******Private letter ruling box*******/
.plr_note {
    margin-left: 0 !important;
    padding: 10px !important;
}
/******************************************/






/***************************************
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 textarea:hover {
    background: #fff;
    background-image: none;
}

#cres_content select {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    background: #fff;
}

#cres_content select:hover {
    background: #fff;
}

/**************end form styles****************/

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
    height: auto !important;
    margin: 10px 0 25px !important;
    width: auto !important;
    font: 16px/16px arial !important;
    font-weight: normal !important;
}

#how_give_container div#mobile_video_button {
    display: none;
}


#cres_content #cres_calc button {
    background-color: CD0E2C !important;
    border: 0;
    border-radius: 0 !important;
    padding: 10px 20px;
    margin: 5px;
    background-image: none;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    font-family: Open Sans;
    width: auto;
    -webkit-appearance: none;
}

/******************************************
remove drop shadow from interior images
*****************************************/
.what_give_header, 
.how_give_header, 
#cres_articles_div, 
#cres_donor_story #cres_donor_story_div {
    background-image: none !important;
    margin-left: 0 !important;
}

#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;
}


/***************************************
Page ID 99 Create Your Plan page
***************************************/


/* end account page changes */



#mobile_nav_toggle {
	display: none;
}

.lockscroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

body > .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 4;
    display: none;
}

#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: #CD0E2C 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;
}

.menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
    display: block;
    margin: 0px;
    background: #CD0E2C 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: 700;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    padding: 0.6em 1em 0.7em 0.8em;
    font-family: Roboto;
}

.tablet_indent li a {
    padding: 0.1em 1em 0.7em 2em;
}

.tablet_indent {
    padding: 0;
}

.tablet_indent li {
    border-top: none;
}

#navscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}

.for_advisors {
    float: left;
    width: 100%;
    display: block;
    background-color: #cd0e2c;
    text-align: center;
}

.for_advisors p {
    margin: 0;
}

.for_advisors a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
    font-size: 18px;
    font-family: Raleway;
    text-transform: uppercase;
    font-weight: 700;
}


#cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #donor_story_main_ul li, #cres_content #gift_calc_ul li, #cres_content #learn_wills_ul li {
    /*float: left;*/
    /*width: 33.3%;*/
    clear: none;
    padding: 0;
    margin-bottom: 2%;
    position: relative;
    border: 10px solid transparent;
}

#cres_content #what_give_ul li::after, #cres_content #how_give_ul li::after, #cres_content #donor_story_main_ul li::after, #cres_content #gift_calc_ul li::after, #cres_content #learn_wills_ul li::after {
	content: "";
    position: absolute;
    height: 50%;
    width: 96%;
    left: 50%;
    bottom: 2px;
    margin-left: -48%;
    -webkit-box-shadow: 0 5px 7px #999999;
    box-shadow: 0 5px 7px #999999;
    z-index: 1;
    border-radius: 10%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#cres_content #what_give_ul li::before, #cres_content #how_give_ul li::before, #cres_content #donor_story_main_ul li::before, #cres_content #gift_calc_ul li::before, #cres_content #learn_wills_ul li::before {
	position: absolute;
    left: 0;
    height: 60%;
    bottom: 0;
    width: 100%;
    content: "";
    background-color: #ffffff;
    z-index: 2;
}

#cres_content #what_give_ul li:hover::after, #cres_content #how_give_ul li:hover::after, #cres_content #donor_story_main_ul li:hover::after, #cres_content #gift_calc_ul li:hover::after, #cres_content #learn_wills_ul li:hover::after {
	bottom: 10px;
}

#cres_content ul li .shadow {
  background-color: #fff;
  text-align: center;
  position: relative;
  z-index: 5;
  padding: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#donor_story_main_ul .dsListWrapper, #how_give_ul, #what_give_ul, #gift_calc_ul, #learn_wills_ul {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
#donor_story_main_ul .dsListWrapper .cres_more_link, #how_give_ul .cres_more_link, #what_give_ul .cres_more_link, #gift_calc_ul .cres_more_link, #learn_wills_ul .cres_more_link {
  width: max-content;
  margin: 0 auto;
  margin-top: auto;
}

#cres_content .what_give_header, #cres_content .how_give_header, #cres_content .gift_calc_header, #cres_content .learn_wills_header, #cres_content .donor_story_main_header {
  display: none;
}

#cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #how_give_ul, #cres_content #gift_calc_ul, #cres_content #learn_wills_ul {
	padding: 0;
    margin: 0;
}

#cres_content #what_give_ul li .bigMedTitle, #cres_content #how_give_ul li .bigMedTitle, #cres_content #donor_story_main_ul li .bigMedTitle, #cres_content #gift_calc_ul li .bigMedTitle, #cres_content #learn_wills_ul li .bigMedTitle_NL {
    padding: 60px 0 10px;
    font-family: Raleway;
    font-size: 1.4em;
    color: #333;
    font-weight: 400;
    display: block;
    position: relative;
}

#cres_content #what_give_ul li .bigMedTitle::before, #cres_content #how_give_ul li .bigMedTitle::before, #cres_content #donor_story_main_ul li .bigMedTitle::before, #cres_content #gift_calc_ul li .bigMedTitle::before, #cres_content #learn_wills_ul li .bigMedTitle_NL::before {
    content: "";
    background-image: url('/org_files/908/images/w-icon.png');
    background-size: contain;
    width: 50px;
    height: 30px;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
}

.widget_separator {
    width: 100%;
    margin: 10px auto 15px;
    position: relative;
    height: 1px;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1);
    float: left;
}

.appendTitle .widget_separator{
    width: 80%;
    float:none;
}

.widget_separator::after {
    height: 1px;
    background: #e8e8e8;
    background: -moz-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(35%, rgba(0, 0, 0, 0.09)), color-stop(70%, rgba(0, 0, 0, 0.09)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.09) 35%, rgba(0, 0, 0, 0.09) 70%, transparent 100%);
    position: absolute;
    bottom: -1px;
    content: "";
    width: 100%;
    left: 0;
}

.appendTitle .widget_separator:after{
  background: #fff;
    background: -moz-linear-gradient(left, transparent 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, transparent 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, transparent), color-stop(60%, rgba(255,255,255,1)), color-stop(60%, rgba(255,255,255,1)), color-stop(100%, transparent));
    background: -webkit-linear-gradient(left, transparent 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, transparent 100%);
    background: -o-linear-gradient(left, transparent 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, transparent 100%);
    background: -ms-linear-gradient(left, transparent 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, transparent 100%);
    background: linear-gradient(to right, transparent 0%, rgba(255,255,255,1) 60%, rgba(255,255,255,1) 60%, transparent 100%);
    
}

#cres_content .cres_news_box_grid-SubTitle, #cres_content .bigMedTitle, #cres_content span.bigMedTitle, #cres_content h2.bigMedTitle, #cres_content .bigMedTitle_NL, #cres_content #cres_news_article h2.cresArticleTitle, #cres_content #cres_news_article .cres_body_article h2, #cres_content h1.mgrHeaderTitle {
	padding: 0;
	margin: 0;
	font-family: Raleway;
	font-size: 1.6em;
	color: #333;
	font-weight: 400;
	display: block;
	position: relative;
	line-height: 1em;
	text-transform: capitalize;
}

#cres_content #cres_calc span.bigMedTitle {
	color: #fff;
}











@media screen and (max-width: 1170px) {

.banner_text_wrap ul {
    padding-left: 30px;
}

.banner_text_wrap h1 {
	font-size: 30px;
	padding: 10px 0;
}

.banner_text_wrap ul li span {
    font-size: 18px;
}

.banner_text_wrap {
    width: 100%;
    margin: 80px auto 40px;
    max-width: 700px;
}

.org_logo {
	max-width: 200px;
}

#cres_nav {
	width: calc(100% - 200px);
}

#cres_nav li a {
	font-size: 16px;
	padding: 5px 8px;
}

.banner_text_wrap h1::after {
	width: 100%;
	height: 2px;
}

.banner_text_wrap ul li {
    padding: 5px 0;
}

}



@media screen and (max-width: 991px){
	#cres_nav {
		display: none;
	}
	
#mobile_nav_toggle {
    float: right;
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
    font-weight: 800;
    font-family: Raleway;
}

#mobile_nav_toggle i {
    vertical-align: middle;
}

#sidemenu li:nth-child(1), #sidemenu li:nth-child(2), #sidemenu li:nth-child(3){
    display: none;
}


.org_footer {
    float: none;
    width: 100%;
}

.org_footer img {
    float: left;
}

.org_footer span {
    display: block;
    width: 33.3%;
    padding: 10px;
    float: left;
}

.org_address {
    display: block;
    width: auto;
    float: left;
}

.social.justify-content-center {
    float: left;
    width: 100%;
    display: block;
    text-align: right;
}

.copyright {
    width: 100%;
    text-align: center;
    margin-top:0 !important;
}

#footer.desktop_footer {
	display: none;
}

#footer.tablet_footer {
	display: block;
}

#footer .disclaimer {
	width: 50%;
}

.org_info {
    width: auto;
    position: inherit;
}

.org_logo {
    max-width: 250px;
}

.footer_staff{
	width:50% !important;
	padding-bottom: 30px;
	text-align: left;
}


}


/*===========================================================
                         DJ Edits
===========================================================*/
#cres_nav {
	float: right;
	padding-right: 5px;
	width: auto;
}

#cres_nav.menu li:last-child a {
	padding-right: 5px;
}

#cres_nav .inner_dropdown li a {
	font-size: 16px;
	font-weight: normal;
}

#cres_content a {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#cres_content a:hover,
#footer a:hover,
#footer .copyright a:hover {
	color: #c15050;
	text-decoration: underline !important;
}

#cres_button_grid .cres_button a {
	font-family: Raleway;
}

.cres_button a .separator {
	padding: 0;
}

#cres_content #cres_button_grid a:hover {
	color: #c15050;
}

.cres_button a .separator:hover {
	text-decoration: underline;
}

.widget .widget_title {
	font-family: Raleway;
	
}

#cres_content .widget p {
	padding: 15px;
}

#cres_content {
	font-size: 1em;
	font-weight: 300;
}

#cres_nav li a:hover {
	text-decoration: none;
}

.mobile_main_menu.menu li > div,
.mobile_main_menu a, .mobile_main_menu a:visited {
	background-color: rgba(255, 255, 255, 0.9);
	color: #000;
	font-family: Raleway;
	font-size: 18px;
}

.fa.fa-times {
	color: #000;
}

/**************Interior pages*********************/

.cres_news_box_grid-SubTitle, #cres_content .bigMedTitle {
	line-height: 1.1em;
}

/***********************************
About Bequests / #166
***********************************/
#cres_about_wills .uppercase_text, .uppercase_text b{
    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;
}



/***********************************
Learn About Wills / #18
***********************************/
#cres_content .medTitle {
	display: block;
    font-weight: normal;
}

#cres_content .medTitle ~ br {
    display: none;
}

#cres_content #learn_wills_ul li > p {
    padding: 15px;
}

/*************************************************
plus-minus learn more adjustments
*************************************************/

div#cres_plus_minus_icon.cres_plus_icon img, 
div#cres_plus_minus_icon.cres_minus_icon img, 
.cres_plus_icon, .cres_minus_icon {
    display: none !important;
}

.cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle {
    color: #cd0e2c;
    cursor: pointer;
    text-decoration: none;
    font-weight: 300;
    font-family: Roboto, Helvetica, verdana, sans-serif;
    font-size: 1em;
    line-height: 1.5em;
}

.cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle:hover {
    color: #c15050;
    cursor: pointer;
    text-decoration: underline;
}

.cres_what_how_give_open a {
    border: none;
    background-color: transparent;
    background-image: none;
}

#cres_content .cres_what_how_give_open h2, 
.cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle {
    padding: 0;
}

/***************************************
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 {
    padding: 10px 15px;
    margin: 0px 10px 20px 0px;
    display: inline-block;
    width: auto;
    font-size: 18px;
    text-transform: none;
    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: #c15050;
}

#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;
}

/**************end form styles****************/
/**************************************************
contact page
***************************************************/
#cres_news_box_about_us_org, #cres_news_box_about_us_gp {
    border: none;
}

/***************************************
Page ID 99 Create Your Plan page
***************************************/


/* end account page changes */

/***************************************************
Calculators
***************************************************/
#cres_content #cres_calc button {
	border-radius: 3px !important;
	font-family: Roboto;
	font-size: 16px !important;
	font-weight: normal !important;
	text-transform: none !important;
}

/***************************************
News and Advisor page changes
***************************************/


 #cres_content #cres_news_article h2.cresArticleTitle {
 	padding-bottom: 5px;
 }

#cres_content #cres_news_article .cres_body_article h2 {
	text-transform: none;
	font-size: 1.3em;
	padding-bottom: 5px;
}









/***********************************
Responsive Changes
***********************************/
@media screen and (max-width: 1170px) {
	#sidemenu {
		padding-right: 5px;
	}
	
	#cres_nav {
		padding-right: 10px;
	}
	
	#cres_nav li a {
		font-size: 18px;
		padding: 20px 8px;
	}
	
	.banner_text_wrap {
		max-width: 900px;
	}
	
	.banner_text_wrap h1 {
    	font-size: 40px;
	}
}

@media screen and (max-width: 1080px) {
	#cres_nav li a {
		font-size: 17px;
	}
}

@media screen and (max-width: 1024px) {
	#cres_nav li a {
		font-size: 16px;
	}
	
	.banner_text_wrap {
		max-width: 800px;
	}
	
	.banner_text_wrap h1 {
    	font-size: 35px;
	}
}

@media screen and (max-width: 870px) {
	.banner_text_wrap {
		max-width: 730px;
	}
	
	.banner_text_wrap h1 {
    	font-size: 32px;
	}
}

@media screen and (max-width: 780px) {
	.banner_text_wrap {
		max-width: 700px;
	}
	
	.banner_text_wrap h1 {
    	font-size: 30px;
	}
}



/**************************END DJ EDITS**************************/


.staff {
    display: inline-block;
    width: 100%;
}


.banner_text_wrap{
	margin: 100px auto 265px;
}

.message-text {
    display: block;
    background-color: #cd0e2c;
    padding: 0px;
    clear: both;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.message-text ul {
    display: inline-block;
    text-align: left;
    font-family: Roboto;
    list-style: square;
    line-height: 1.5em;
    padding-right: 20px;
}
.message-text{
	display: none;
}




.footer_staff{
	display: block;
	float: left;
	width: 33%;
}

.org_social {
    float: left;
    width: 33%;
}

.org_info {
    position: absolute;
	bottom: 120px;
}

.copyright {
    width: 100%;
	float: left;
	text-align: center;
	margin-top: 70px;
}


/*********************** DO DESIGN EDITS *********************/

#cres_content .cres_news_box_grid-SubTitle, #cres_content .bigMedTitle, #cres_content span.bigMedTitle, #cres_content h2.bigMedTitle, #cres_content .bigMedTitle_NL, #cres_content #cres_news_article h2.cresArticleTitle, #cres_content #cres_news_article .cres_body_article h2, #cres_content h1.mgrHeaderTitle {
    margin: 0 0 5px 0;
    line-height: 1.2em;
}

#cres_button_grid .started_dropdown a {
    line-height: 1.4em;
}

#cres_calc fieldset div label {
    padding: 7px 10px;
}

#cres_nav .inner_dropdown li a {
    text-transform: none;
}

#cres_content ul, #cres_content ol {
    margin: 15px 0 30px 0;
}

#cres_content p {
    margin-bottom: 1em;
}

.cres_button a .separator {
    line-height: 1.4em;
}

.org_social{
  height: 135px;
}

@media screen and (max-width: 991px){
  .org_info{
    position: inherit;
    width: 50%;
  }
  
  .org_social{
    width: 50%;
  }
}

#cres_ds_opts_eLiterature{
 	display: none !important;
 }
 
 .banner_wrap .container{
   position: relative;
   z-index: 1;
 }
 
 #cres_image_rotator{
   position: absolute;
   z-index: 0;
 }
 
 #slideshow {
 	display: none;
 }
 
/* Rotating Banner */

/* End Rotating Banner *//*START_MOBILE_STYLES*/ /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
