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

/* License for Nunito Sans Google Font
http://www.giftplanning.com/fonts/google/Nunito_Sans/2_001/OFL.txt */

@font-face {
    font-family: NunitoSans;
    src: url(/fonts/google/Nunito_Sans/2_001/NunitoSans-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: NunitoSans;
    src: url(/fonts/google/Nunito_Sans/2_001/NunitoSans-SemiBold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: NunitoSans;
    src: url(/fonts/google/Nunito_Sans/2_001/NunitoSans-Bold.ttf) format('truetype');
    font-weight: 700;
}

/* License for Poppins Google Font
http://www.giftplanning.com/google/Poppins/2_000/OFL.txt */
@font-face {
    font-family: Poppins;
    src: url(/fonts/google/Poppins/2_000/Poppins-Light.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Poppins;
    src: url(/fonts/google/Poppins/2_000/Poppins-Regular.ttf) format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: Poppins;
    src: url(/fonts/google/Poppins/2_000/Poppins-Medium.ttf) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Poppins;
    src: url(/fonts/google/Poppins/2_000/Poppins-SemiBold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Poppins;
    src: url(/fonts/google/Poppins/2_000/Poppins-Bold.ttf) format('truetype');
    font-weight: 700;
}

.hidden { display: none; }

html {
  width: 100%;
  height: 100%;
}

body {
  font-family: NunitoSans;
  margin:0;
  padding:0;
  height: 100%;
  width: 100%;
}

#main_content {
	font-size: 1.125rem;
	padding: 70px 0;
}

#cres_content {
	font-family: NunitoSans, Helvetica, verdana, sans-serif;
	color: #222;
	line-height: 1.65em;
}

#cres_content img {
	border: none;
}

#cres_content a, #cres_content a:visited{
font-weight: 700;
  line-height: 1em;
  color: #007377;
  text-decoration: underline;
}

#cres_content a:visited{
  color: #a4d233;
}

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

#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 {
  display: none;
}

h1.cresPageHeader,
#cres_content .bigTitle {
	font-family: NunitoSans, Helvetica, Verdana, sans-serif;
	font-size: 1.35em;
	color: #003087;
	margin: 0px;
	padding: 5px 0px;
}

h1.mgrHeaderTitle {
	font-family: NunitoSans, 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 .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;
}


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_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 #what_give_ul, #cres_content #how_give_ul, #cres_content #gift_calc_ul, #cres_content #donor_story_main_ul, #cres_content #learn_wills_ul {
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.dsListWrapper {
    display: flex;
    flex-wrap: wrap;
}

#cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li, #cres_content #donor_story_main_ul li, #cres_content #learn_wills_ul li  {
  flex: 0 0 calc(33.3% - (45px*2)/3);
  padding: 20px 0;
  border-top: 0;
  border-bottom: 0;
  margin: 0 45px 40px 0;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
  padding: 40px;
  border-radius: 12px;
}

#cres_content #donor_story_main_ul li:nth-child(3n), #cres_content #what_give_ul li:nth-child(3n), #cres_content #how_give_ul li:nth-child(3n), #cres_content #learn_wills_ul li:nth-child(3n), #cres_content #gift_calc_ul li:nth-child(3n),
#learn_wills_ul li:nth-child(3n) {
  margin-right: 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: NunitoSans,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: NunitoSans, Helvetica, Verdana, sans-serif;
	font-size: 17px;
	color: #0C2340;
	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: NunitoSans,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: NunitoSans,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 #0C2340; 
    -webkit-border-radius: 3px; 
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #0C2340; 
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0C2340), to(#0C2340));
    background-image: -webkit-linear-gradient(top, #0C2340, #0C2340);
    background-image: -moz-linear-gradient(top, #0C2340, #0C2340);
    background-image: -ms-linear-gradient(top, #0C2340, #0C2340);
    background-image: -o-linear-gradient(top, #0C2340, #0C2340);
    background-image: linear-gradient(to bottom, #0C2340, #0C2340);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#0C2340, endColorstr=#0C2340);   
    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.8em 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.8em 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: #0C2340;
  border: 0;
  border-radius: 3px;
  padding: 10px;
  margin: 5px;
  background-image: none; 
  color: #fff;
  cursor: pointer;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover{
  opacity: .9;
}

/* DO TWEAKS - INTERIOR MINIBAR REDESIGN */

#cres_share_actions_opts_print, #cres_share_actions_opts_print:hover,
#cres_share_actions_opts_email, #cres_share_actions_opts_email:hover,
#cres_share_actions_opts_illustration,
#cres_share_actions_opts_illustration:hover,
#cres_share_actions_opts_eLiterature,
#cres_share_actions_opts_eLiterature:hover,
#cres_share_actions_opts_contact_us,
#cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_print, #cres_ds_opts_print:hover, #cres_ds_opts_email, #cres_ds_opts_email:hover, #cres_ds_opts_contact, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration, #cres_ds_opts_illustration:hover, #cres_article_opts_print, #cres_article_opts_print:hover, #cres_article_opts_email, #cres_article_opts_email:hover, #cres_article_opts_subscribe, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
    background-color: #0C2340 !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 NunitoSans !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: #0C2340 !important;
    transition: none;
    padding: 5px 15px 5px 15px;
    display: inline-block;
    font: 16px/16px NunitoSans !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 15px 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: #0c2340 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
	fill: #0c2340; /*Custom Dark Color*/
}

#cres_calc fieldset,
#cres_calc fieldset + div {
    background: #efefef !important; /*Custom Light Color*/
}

#cres_calc fieldset {
	font-size: 1.125rem; /*Font Size Adjustment if Needed*/
}

#cres_calc fieldset div label {
    border: 1px solid #0c2340 !important; /*Custom Dark Color*/
}

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

#cres_calc button:hover {
    background-color: #c2ed3b !important; /*Custom Button Color*/
    color: #0c2340 !important; /* Choose Visible Color for Button */
}

/***************************************************/
/* 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;
    line-height: 1.2em;
}

#cres_calc fieldset div input[type='radio'] + span,
#cres_calc fieldset .cres_calc_tax_rate_radio span {
	margin: 0 3px 0 0;
	padding: 5px 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: 8px !important;
    padding: 20px 10px;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
    font-weight: 700;
    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************/
/***************************************************/


html{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

body{
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

#cres_content::after {
  content: '';
  clear: both;
  display: table;
}


img{
border: 0;
}

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


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

#cres_nav li:hover ul {
    background: #f5f5f5;
    display: block;
    position: absolute;
    z-index: 11;
    padding: 0;
    top: 100%;
    left: 0;
    text-align: left;
    border: 1px solid #0a0a0a;
}

#cres_nav li ul li {
  display: block;
  padding: 0;
  text-align: left;
  border: 0;
}

#cres_nav li ul li a {
  display: block;
  padding: 10px 15px;
}



/***************************************
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 {
  background-color: #a4d233;
  border: 0;
   border-radius: 8px;
    background-image: none;
    color: #0c2340;
    padding: 10px 25px;
    margin: 0px 10px 20px 0px;
    display: inline-block;
    width: auto;
    font-size: 1.125rem;
    font-family: 'NunitoSans',sans-serif;
    font-weight: 700;
    box-shadow: none;
    box-sizing: border-box;
    transition: background-color 300ms ease-out;
}

#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: #c2ed3b;
    opacity: 1;
}

#cres_content input,
#cres_content input:hover,
#cres_content input:focus {
    background-image: none;
    background: #fff;
}

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

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

input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

/**************************************************
contact pages
***************************************************/
#cres_news_box_about_us_org, #cres_news_box_about_us_gp {
    border: none;
}

#cres_news_box_about_us_org .bigMedTitle,
#cres_news_box_about_us_gp .bigMedTitle {
    font-size: 1.5em;
}

  

 


a.skip_nav {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: -1px;
  z-index: 5;
}

a.skip_nav:focus {
  background-color: #fff;
  height: auto;
  width: auto;
  color: #ad5757;
  display: block;
  font-size: 1em;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  z-index: 98;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  border: 1px solid #ad5757;
  border-radius: 3px;
}

.container {
  max-width: 1190px;
  margin: 0 auto;
  padding: 0 30px;
}

.masthead {
  position: relative;
}

.masthead a {
	text-decoration: none;
	color: #007377;
	line-height: 1.2;
	display: inline-block;
}

.menu.social_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-family: Poppins;
}

.menu.social_menu li a {
	font-size: 1.125rem;
	margin-left: 10px;
}

.menu.social_menu li a:hover {
	color: #a4d233;
}

.menu.social_menu li:last-child a {
	font-size: 1rem;
	margin-left: 25px;
}

.top_header {
	padding: 25px 0 40px;
}

.top_header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.top_nav {
	text-align: right;
}

.top_nav li {
	display: inline-block;
}

#nav {
  display: none;
  padding: 25px 0;
}

#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#nav ul li a {
	font-family: Poppins;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}


.top_menu a:hover, .top_menu a:focus {
  text-decoration: underline;
}

.header_logo {
  flex: 0 0 290px;
}

.header_logo a {
  display: inline-flex;
  align-items: center;
}

.header_logo img {
  max-width: 100%;
}

.gp_title {
  flex: 0 0 135px;
  margin-left: 15px;
}

.gp_title img {
	max-width: 100%;
}

.cres_action_links {
  position: relative;
  z-index: 1;
  padding: 25px 0 0;
}

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

.menu.action_menu {
  display: flex;
}

.action_menu li {
  display: inline-block;
  padding-left: 20px;
}

.action_menu a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.125rem;
  color: #0c2340;
  display: block;
  padding: 10px 25px;
  background: #a4d233;
  border-radius: 8px;
  line-height: 1em;
  transition: background-color 300ms ease-out;
}

.action_menu a:hover {
	background: #c2ed3b;
}

.action_menu a span {
  padding-left: 5px;
  display: inline-block;
}

.main_nav a {
  color: #2c3840;
}

a.nav_toggle {
  display: none;
  position: relative;
  padding: 5px;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
}

a.nav_toggle:after {
  position: relative;
  top: 5px;
  font-size: 1.333em;
  content: '\ec6e';
  font-family: Icomoon;
  margin-left: 5px;
  color: #689c7a;
}

.main_nav_wrap {
  background: #0c2340;
}

.menu.main_menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.main_menu > li {
  line-height: 1em;
  display: inline-block;
  position: relative;
}

.main_menu > li.has_dropdown {
  position: relative;
}

.main_menu > li > a {
	font-family: Poppins;
	font-weight: 500;
	font-size: 1.1875rem;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px 0;
	position: relative;
}



.main_menu > li:hover > a::after {
	content: '';
	width: 100%;
	height: 10px;
	background: #007377;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*
.main_menu > li:first-child::after {
	content: '';
	width: 100%;
	height: 10px;
	background: #007377;
	position: absolute;
	bottom: 0;
	left: 0;
}
*/

.main_menu > li > a > span {
  display: inline-block;
  padding-left: 5px;
  font-size: 0.75rem;
}

.main_menu > li:hover > a, .main_menu > li > a:focus {
 text-decoration: none;
}

#close_menu {
  display: none;
}

.menu.dropdown_menu {
  position: absolute;
  top: 100%;
  background: #007377;
  z-index: 95;
  text-align: left;
  left: 0px;
  /*min-width: 225px;*/
  min-width: 100%;
  padding: 10px 15px;
  display: none;
}

.main_menu > li:hover > .dropdown_menu {
  display: block;
}


  
  .hidden, .mobile_show, .phone_show, .lp_show, .tablet_show {
  display: none !important;
}
  
.menu.dropdown_menu a {
  font-size: 1.25rem;
  color: #fff;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.7rem;
  text-decoration: none;
}

/*.dropdown_menu a:hover, .dropdown_menu a:focus {*/
/*  color: #171e22;*/
/*}*/

.main_menu > li:hover > .dropdown_menu, .main_menu > li.focused > .dropdown_menu {
  display: block;
}

.cres_marketing {
  background: url('/org_files/5067/images/homepage-background.jpg') center / cover;
  position: relative;
  padding: 65px 0px 60px;
  overflow: hidden;
}

.cres_marketing::before {
	content: '';
	background: url('/org_files/5067/images/icon-stroke.png') center right / cover;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 490px;
	height: 380px;
}

.cres_marketing::after {
	content: '';
	background: url('/org_files/5067/images/icon-green.png') center / cover;
	position: absolute;
	left: 50px;
	bottom: 50px;
	width: 210px;
	height: 120px;
}

.marketing_msg {
  width: 100%;
  position: relative;
}

/*
.marketing_msg::before {
	content: '';
	background: url('../images/CI_web_images/CI_0789_custom_5067_two-children.png') top center / cover;
	width: 540px;
	height: 575px;
	position: absolute;
	right: -115px;
	bottom: -60px;
	border-radius: 25px 25px 0 0;
}
*/

.marketing_msg::before {
	content: '';
	background: url('/org_files/5067/images/test-001.jpg?v=2') top center / cover;
	width: 460px;
	height: 575px;
	position: absolute;
	right: -115px;
	bottom: -60px;
	border-radius: 25px 25px 0 0;
}

.banner_header {
	background: #e5e5e5;
	border-radius: 20px;
	padding: 35px 45px 25px;
	font-family: Poppins;
	max-width: 865px;
}

.banner_header span {
	color: #a4d233;
	font-weight: 500;
	font-size: 1.75rem;
	text-transform: uppercase;
}

.banner_header h1 {
	color: #0c2340;
	font-size: 4.375rem;
	font-weight: 700;
	margin: 0;
	line-height: 1.15em;
}

.banner_text {
	width: 38%;
	margin: 0 auto;
	color: #0c2340;
	font-size: 1.5rem;
	line-height: 1.5;
	padding-right: 35px;
}

.banner_text p {
  margin: 40px 0 20px;
}

.cres_marketing .banner_more {
  font-weight: 700;
  line-height: 1em;
  color: #007377;
  text-decoration: none;
  display: inline-block;
  font-size: 1.5rem;
  text-decoration: underline;
}

.cres_marketing .banner_more:hover {
	color: #a4d233;
}

.page_title_wrap {
  background: #0c2340;
  position: relative;
  padding: 80px 0px 65px;
  overflow: hidden;
}

.page_title_wrap::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -100px;
	background: url('/org_files/5067/images/icon-stroke.png') right / cover;
	width: 510px;
	height: 180%;
}

#page_title {
	font-family: Poppins;
	position: relative;
	font-weight: 700;
	font-size: 3.125rem;
	margin: 0;
	color: #fff;
	line-height: 1.1em;
}

.footer {
  background: #0c2340;
  color: #fff;
  padding: 55px 0px;
  clear: both;
}


.top_footer {
  background: #00a0dd;
  padding: 30px 20px;
  
}

.left_footer {
  font-size: 1.125rem;
  flex: 0 0 325px;
  border-right: 1px solid #333;
}

.left_footer img {
  max-width: 240px;
}


.top_footer .left_info a {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5rem;
  padding-right: 50px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff;
}

.cres_footer a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.footer a:hover, .footer a:focus {
color: #a4d233;
}

.footer p {
  margin: 0;
}


a.advisor_btn {
  font-weight: 700;
  line-height: 1em;
  color: #fff;
  text-decoration: underline;
  display: inline-block;
  font-size: 1.125rem;
  margin-bottom: 30px;
}

a.advisor_btn:hover, a.advisor_btn:focus {
color: #a4d233;
}

p.cres_copyright {
  font-size: 1.125rem;
  line-height: 1.5;
}

p.cres_copyright .privacy {
  display: inline-block;
  padding: 25px 0;
}

p.cres_copyright .small {
  font-size: 1rem;
}

p.cres_copyright .small br {
  display: block;
  margin: 10px 0;
}

.help_links{
	background: #efefef;
	text-align: center;
	padding: 45px 70px 35px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.help_links_title {
	font-family: Poppins;
	font-size: 2rem;
	line-height: 1.1em;
	font-weight: 700;
	color: #0c2340;
	margin-bottom: 25px;
	text-transform: capitalize;
}

.help_links p {
	color: #222222;
	font-size: 1.125rem;
	line-height: 1.5;
	margin: 25px 0;
}

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

.help_links_list li {
	padding: 5px 30px;
	display: inline-block;
}


.help_links_list li a {
	font-weight: 700;
	line-height: 1em;
	color: #007377;
	text-decoration: underline;
	display: flex;
	font-size: 1.125rem;
	align-items: center;
}

.help_links_list li a .icon {
  float: left;
  margin: 0 20px 10px 0;
}

.cres_darkcolor {
  fill: #a4d333;
}

.help_links_list li a:hover {
  text-decoration: underline;
  color: #a4d233;
}

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

#cres_news_article .cres_body_article h2,
.cres_news_box_grid-SubTitle,
h1.mgrHeaderTitle,
h2.cresArticleTitle,
#cres_content .bigMedTitle_NL,
#cres_content .bigMedTitle {
	font-family: Poppins;
	font-size: 2rem;
	font-weight: 700;
	color: #0c2340;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 1.2em;
}


#cres_news_article .cres_body_article h2 {
  margin: 0;
}

 #cres_content .cres_what_how_give_open h2 { 
   line-height: 1.6em; 
   font-size: 1.35em;
}

#cres_news_box_about_us_gp img {
  display: none;
}

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

#cres_content .cres_more_link {
  color: #007377;
  display: inline-block;
  margin-top: 15px;
  position: relative;
  text-decoration: underline;
  line-height: 1em;
  font-weight: 700;
}

#cres_content .cres_more_link:hover,
#cres_content .cres_more_link:visited {
  color: #a4d233;
  text-decoration: underline;
}


.lp_show {
  display: none;
}

h1.cresPageHeader {
  display: none;
}

#cres_content a[name] {
  text-decoration: none !important;
  border-bottom: 0 !important;
}

/* NEWS BOX GRID*/
#cres_news_box_grid .cres_news_box_grid_wide > div {
  overflow: hidden;
  padding: 0;
  display: table;
  width: 100%;
  padding: 30px 0;
}

.cres_left_column {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

.cres_left_column img {
  display: block;
  position: relative;
}

.cres_right_column {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}

#cres_news_box_grid .cres_news_box_grid_wide > div p {
  margin: 0;
  padding: 0;
}

#cres_news_box_grid img {
  line-height: 1.0em;
  max-width: 100%;
}

#cres_news_box_grid ul {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
}

#cres_news_box_grid li {
  padding: 0;
  margin: 0 0 5px 0 !important;
  list-style: none;
  font-weight: 400;
}

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_content table, .cres_table1 {
  font-size: inherit;
  line-height: inherit;
}

#cres_content .cres_table1 ul {
  margin: 0;
  padding: 0;
}

#cres_content .cres_table1 ul li {
  list-style: none;
}

#cres_content .cres_table1 img {
  display: block;
}

.home_mission {
	position: relative;
	padding: 65px 0 135px;
}

/*
.mission_img {
	background: url('../images/CI_web_images/CI_0752_custom_5067_child-with-bear.png') center / cover;
	width: 335px;
	height: 410px;
	position: absolute;
	left: 0;
	top: -35px;
	border-radius: 25px;
}
*/

.mission_img {
	background: url('/org_files/5067/images/test-002.jpg?v=3') center / cover;
	width: 335px;
	height: 410px;
	position: absolute;
	left: 0;
	top: -35px;
	border-radius: 25px;
}

.mission_text {
	padding-left: 410px;
}


.mission_text h2 {
  font-family: Poppins;
  color: #0c2340;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.2em;
  margin: 0 0 20px;
  max-width: 550px;
}

#cres_content .mission_text p {
	padding: 0;
	margin: 0;
}

#cres_content .cres_table1 tr td .cres_news_box_grid-SubTitle {
	text-align: center;
}


#cres_content .cres_table1 {
  border-collapse: separate;
  border-spacing: 40px;
  margin: -40px -40px;
}

#cres_content .cres_table1 tr td {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	border-radius: 15px;
	padding: 40px;
}

#cres_content .cres_table1 tr td > div {
  padding: 0;
}

#cres_content .cres_table1 tr td .cres_image_row {
	display: block;
	width: 200px;
	margin: 0px auto 35px;
}

#cres_content .cres_table1 tr td > div .cres_image_row img {
  max-width: 100%;
  display: block;
  margin: 0;
}



@media screen and (max-width: 1465px) {
	  .cres_marketing::before {
	    width: 29.9%;
	    height: 370px;
	    background-position: center;
	  }
	  
	  .cres_marketing::after {
	  	left: 6%;
	  	bottom: 40px;
	  }
	
	.banner_text {
		width: 39%;
		padding-right: 0;
		padding-left: 35px;
	}
	
	/*
	.marketing_msg::before {
		right: -60px;
		bottom: -60px;
		width: 360px;
		height: 565px;
	}
	*/
	
	.marketing_msg::before {
        right: -60px;
        bottom: -60px;
        width: 330px;
        height: 500px;
    }
	
	.cres_marketing {
		background-size: 129%;
		background-position: 45% 100%;
	}
	
	.mission_img {
		top: -25px;
	}
	
	#cres_content .cres_table1 {
	  border-collapse: separate;
	  border-spacing: 25px;
	  margin: -25px -25px;
	}
}

@media screen and (max-width: 1200px) {
	.header_logo {
		flex: 0 0 245px;
	}
	
	#cres_content .cres_table1 tr td .cres_image_row {
	  width: 180px;
	}
	
	.gp_title {
		flex: 0 0 115px;
	}
	
	.action_menu li {
		padding-left: 10px;
	}
	
	#cres_content .cres_table1 tr td {
		padding: 40px 25px;
	}
	
	.help_links {
		padding: 45px 30px 35px;
	}

}

@media screen and (max-width: 1099px) {
    .tablet_hide {
      display: none !important;
    }
    
    .top_header .container {
    	justify-content: initial;
    }
    
    .top_nav {
    	margin-left: auto;
    	padding: 0 0 20px;
    }
    
  .header_logo {
    flex: 0 0 225px;
  }
  
  .top_header {
	  padding: 20px 0 15px;
	}
	
	.gp_title {
		margin-left: 20px;
		flex: 0 0 105px;
	}

  #nav {
      display: block;
    }
    
    .menu.main_menu {
      display: none;
    }
    
	.cres_marketing {
		background-size: 100%;
	}
	
	.banner_header span {
		font-size: 1.6875rem;
	}
	
	.banner_header h1 {
		font-size: 4.25rem;
	}
	
	.banner_header {
		padding: 35px 20px 25px;
	}
	
	.cres_marketing {
		padding: 35px 0px 30px;
	}
	
	  .banner_text {
    width: 66%;
    background: #fff;
    margin: 0 0 0 40px;
    padding: 40px 45px;
  }
  
    .banner_text p {
    margin: 0 0 20px;
  }
  
   .cres_marketing::after {
   	display: none;
   }
   
     .marketing_msg::before {
	right: -20px;
	bottom: -30px;
	width: 250px;
	height: 325px;
  }
  
   .cres_marketing::before {
    width: 30%;
    height: 362px;
    background-position: 40% 100%;
  }
  
  /*
  .mission_img {
  	top: 65px;
  	width: 235px;
    height: 290px;
  }
  */
  
  .mission_img {
        top: 45px;
        width: 235px;
        height: 260px;
    }
  
  .mission_text {
  padding-left: 260px;
}

.home_mission {
	padding: 45px 0 55px;
}

   #cres_content .cres_table1 tr td {
    padding: 35px;
  }
  
.help_links {
padding: 45px 47px 35px;
}

  #cres_content #donor_story_main_ul li, #cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #learn_wills_ul li, #cres_content #gift_calc_ul li, #cres_content #learn_wills_ul li {
    flex: 0 0 calc(50% - (25px)/2);
    margin: 0 25px 20px 0;
    padding: 25px;
  }
  
  #cres_content #donor_story_main_ul li:nth-child(3n), #cres_content #what_give_ul li:nth-child(3n), #cres_content #how_give_ul li:nth-child(3n), #cres_content #learn_wills_ul li:nth-child(3n), #cres_content #gift_calc_ul li:nth-child(3n),#cres_content #learn_wills_ul li:nth-child(3n) {
    margin-right: 25px;
  }
  
  #cres_content #donor_story_main_ul li:nth-child(2n), #cres_content #what_give_ul li:nth-child(2n), #cres_content #how_give_ul li:nth-child(2n), #cres_content #learn_wills_ul li:nth-child(2n), #cres_content #gift_calc_ul li:nth-child(2n), #cres_content #learn_wills_ul li:nth-child(2n) {
    margin-right: 0;
  }


  
    /*Mobile Menu Start*/
  #nav {
    display: block;
  }
  
  .lockscroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  
  body > .overlay {
    background-color: rgba(0,0,0,0.65);
    z-index: 99;
    display: none;
  }

  .overlay {
    position: absolute;
    height: 100%;
    width: 100%;
  }
  
  #navscroll {
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
  }
  
.menu.main_menu {
    position: fixed;
    height: 100%;
    top: 0px;
    overflow: hidden auto;
    left: -300px;
    width: 300px;
    max-width: 100%;
    z-index: 101;
    background-color: #fff;
    text-align: left;
    padding: 40px 0 0;
    margin: 0;
    display: block;
  }

.menu.main_menu #close_menu {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    border-top: 0;
  }

.menu.main_menu #close_menu > a {
    font-size: 1.3rem;
    line-height: 1em;
    text-align: right;
    width: 100%;
    padding: 0.35em 0.5em;
    transition: none 0s ease 0s;
  }
  
.menu.main_menu #close_menu span {
      color: #000;
      cursor: pointer;
  }
  
.menu.main_menu > li {
    text-align: left;
    padding: 0;
    margin-left: 0;
    border-top: 1px solid #000;
    display: block;
    width: 100%;
  }

.menu.main_menu > li.tablet_show {
    display: block;
  }
  
  .main_menu > li:first-child::after {
  	display: none;
  }

.menu.main_menu li a {
    display: block;
    padding: 20px 15px 15px;
    color: #222;
  }

.menu.main_menu > li > a br {
    display: none;
  }

.menu.main_menu li a i.icon {
    display: none;
  }
  
.menu.main_menu li > ul {
    display: block;
    position: relative;
    left: 0;
    top: 0;
    background-color: transparent;
    width: 100%;
    padding: 0;
  }
  
.menu.main_menu .has_dropdown a span.icon {
    display: none;
  }
  
.menu.main_menu > li.tablet_show {
    display: block !important;
  }
  
  
.menu.main_menu li > ul li {
    border-top: none;
  }
  
.menu.main_menu li > ul li a {
    padding: 0.1em 1em 0.7em 2em;
    color: #000;
    text-decoration: none;
  }

.menu.main_menu li > ul li a:hover {
    color: #007377;
  } 
  /*Mobile Menu End*/
}




/************************PAGE FIXES (Coder)********************/

/***********Landing Page*************/


/***********Gift Options Page*************/








/*********Calc Fix************/


/**********PRINT STYLES************/
@media print {
}



/********** Step 10 by PY **********/

/**********
PY GENERAL FIXES START
**********/

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

.cres_text_resize {
  display: none;
}

#cres_content #learn_wills_ul li p a {
  display: inline-block;
  line-height: 1.5em;
}

/********** BOTTOM PAD BULLET BLOCKS 30 PX **********/

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


/********** GET RID OF SHADOW AND PAD GIVING NEWS IMAGE **********/

#cres_content #cres_pp_img,
#cres_content #cres_articles_div {
  background: none !important;
  margin: 25px 0;
}

/********** GIVING NEWS GENERAL FIXES **********/

.cresDateHead {
  margin-bottom: 2%;
  font-style: italic;
}

/********** CHANGE COLOR OF WIDGET SEARCH BUTTON **********/

#cres_dafgift .cres_darkcolor {
    fill: #007377;
}

#cres_content .cres_dafmailtable button {
    font-size: 0.9em;
    background-color: #007377 !important;
}

/********** REMOVE LINE BREAKS **********/

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

/********** FIX H2 LINE HEIGHT **********/

#dynamicHeader, #page_title {
    line-height: 1.2em;
}

/**********
remove line breaks
**********/

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

#cres_content .cres_body_article h2 + br {
    display: none;
}

#cres_content .cres_body_article h2 + br {
    display: none;
}

/********** FIX WIDGET NOTIFY US FUNCTIONALITY **********/

#cres_letushelp, #cres_irasupport, #cres_dafgift {
  position: relative;
  z-index: 9;
}


/********** CHANGE FONT FAMILY OF TEXT FIELDS **********/

#cres_content #cres_contact input[type='text'], #cres_content #cres_contact textarea {
  font-family: inherit !important;
  font-size: inherit !important;
}

/********** FIXES ON GIFT INFO & CONTACT PAGES **********/





/********** FIX MARGINS ON P18 **********/



/********** FIX MARGINS ON P127 P34 P29 P37 **********/

#cres_news_article .cres_body_article h2, .cres_news_box_grid-Title {
    margin: 0px 0px 20px;
}

/********** FIX TITLE SIZES P99 **********/

#mgr_login_box h1.mgrHeaderTitle, #mgr_login_gettting_started_main h1.mgrHeaderTitle, h1.mgrHeaderTitle {
    font-size: 2.625rem !important;
}

/**********
PY GENERAL FIXES END
**********/

@media screen and (max-width: 900px) {
  #cres_content div#cres_news_box_about_us_org {
    margin-bottom: 2em;
  }
}

#mgr_login_frm button {
  margin-top: 10px;
}

/*END_MAIN_STYLES*/

/********************************************************************/
/* MA Desktop and Tablet Edits */

.cres_text_resize {
    display: none;
}

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

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

#cres_content .cres_what_how_give_open {
    margin: 20px 0 10px;
}

#cres_content #cres_plus_minus_icon + h2.bigMedTitle {
    font-size: 1.25em;
    padding: 0;
    margin: 0;
    line-height: 2.1em;
}

#cres_content #cres_pp_img,
#cres_articles_div {
    margin: 15px 0;
}

#cres_pp_img, #cres_articles_div, #cres_donor_story_div {
    background-image: none !important;
    margin: 5px 0 15px 0; 
}

#cres_articles_div {
    float: none;
}

#cres_content h3.cresDateHead,
#cres_content .cresDateHead,
#cres_content .cresPublishDate {
    font-style: italic;
    color: #000;
    font-family: inherit;
    font-weight: normal;
    font-size: 1em;
    margin-bottom: 15px;
}

.cresPublishDate {
    text-align: center;
}

#cres_news_article a[name] {
    display: block;
    visibility: hidden;
    height: 0px;
}

#cres_content input[type='text'],
#cres_content input[type='password'],
#cres_content input[type='text']:hover,
#cres_content input[type='password']:hover {
    background-image: none;
    background: #fff
}

#cres_content select,
#cres_content select:hover {
    border: 1px solid #CCCCCC;
    background: #fff;
}

#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    -webkit-appearance: none;
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    width: 100%;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 1em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content #cres_contact input[type='text']: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] {
    -webkit-appearance: none;
    border: 1px solid #a4d233;
    background: #a4d233;
    background-image: none;
    border-radius: 8px;
    color: #0c2340;
    padding: 10px 25px;
    margin: 0px 10px 20px 0px;
    display: inline-block;
    width: auto;
    font-weight: 700;
    font-size: 1.125rem;
    font-family: 'NunitoSans',sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: all 300ms ease-out;
}

#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 {
    border: 1px solid #c2ed3b;
    background: #c2ed3b;
}

#cres_content #cres_dafgift button {
	background: #a4d233 !important;
	border-radius: 8px !important;
	color: #0c2340 !important;
	font-weight: 700 !important;
	transition: all 300ms ease-out
}

#cres_content #cres_dafgift button:hover {
	background: #c2ed3b !important;
}

#cres_content #cres_dafgift .cres_darkcolor {
	fill: #007377;
}

#cres_content .cres_dafmailtable button {
    font-size: 0.9em;
}

#cres_content #learn_wills_ul {
	margin-top: 20px;
}








/* End MA Desktop and Tablet Edits */
/********************************************************************/

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

#cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li, #cres_content #donor_story_main_ul li, #cres_content #learn_wills_ul li {
    list-style: none;
}

@media screen and (max-width: 1099px) {
    .menu.main_menu li a {
        padding: 15px 15px 15px;
    }
}

/*START_MOBILE_STYLES*/#what_give_container {
  width:100%;
  float:left;     
}

.what_give_header {
  float:left;
  width: 100%;
  margin: 5px;
  padding: 0px;
  background-image: url(../images/330x165_wide_img_bg.png);
  height:175px;
  background-repeat: no-repeat;
}

#what_give_ul {
  clear:both;
  margin:10px 0px;
  padding:0px;
  width: 100%;
}

#what_give_ul li {
  clear:both;
  list-style:none;
  margin:0px;
  padding:10px 0px;
  border-top: 1px solid #BBBBBB;
}

 /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
