
  
/*START_MAIN_STYLES*/

  /*Begin CSS reset*/
  html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0 none;margin: 0;outline: 0 none;padding: 0;}
  body {background: #FFFFFF;height: 100%;font-family: nunito-sans,Helvetica,sans-serif;line-height:1.3em;color: #000000;}
  .clear {clear: both;margin: 0px;padding:0px;height:0px;}
  .hidden {display: none;}
  a img , img {height:auto;border:0 none; max-width:100%;}
  *{box-sizing:border-box;}
  /*End CSS Reset*/

  /*CHANGE FONT SIZE HERE*/
  body{font-size:16px;}

  #cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"] {
      background-color: #f3cc0a !important;
      background-image: none !important;
      border: medium none !important;
      color: #66428e;
      cursor: pointer;
      font-family: "ff-tisa-web-pro";
      font-size: 1rem;
      font-weight: bold;
      margin: 10px 15px 0 0 !important;
      padding: 6px 12px 8px;
      text-transform: uppercase !important;
  }

  #cres_content .cres_indent_40 {
      padding-left: 20px;
  }

  #wrapper {
    width:100%;
    background: #FFFFFF;
  }

  #header {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*padding-left: 7%;*/
  }

  #header img {
    height:auto;
    margin:0;
    width:100%;
    max-width: 190px;
    display:block;
  }
  
  #header .logo {
  	margin-top: 10px;
  }
  
  #header #back_main {
  	text-align: center;
  	color: #fff;
  	background: #3c5aaf;
  	padding: 16px 14px 11px;
  	display: flex;
  	column-gap: 15px;
  }
  
  #header #back_main a {
  	color: #fff;
  	text-decoration: none;
  	font-size: 0.875rem;
  	text-transform: uppercase;
  }

  #nav {
  	text-align: right;
    background-color: #fff;
    width:100%;
    border-top: 2px solid #cdd3e2;
  }

  #nav ul {
    margin:0;
    padding:0;
  }

  #nav ul li {
    list-style:none outside none;
    margin:0;
    padding:0;
    display:inline;
  }

  #nav a {
    text-decoration:none;
    color:#000;
    display:block;
    font-family: ff-tisa-web-pro;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1em;
  }
  
  #nav a .fa {
  	font-size: 1.625rem;
  	margin-left: 5px;
  	position: relative;
  	top: 3px;
  }

  #nav span.icon {
      font-size: 24px;
      display: block;
      float: left;
      margin-right: .5em;
  }

  #nav ul li a:link, 
  #nav ul li a:visited, 
  #nav ul li a:hover, 
  #nav ul li a:active {
    padding: 7px 14px 11px;
    margin:0%;
  }
  #nav ul li ul {
    display:none;
    margin:0;
    padding:0;
    position:absolute;
    list-style-type: none;
    width:100%;
    z-index: 10;
  }

  #nav ul li ul li a:link, 
  #nav ul li ul li a:visited {
    background: #66428E;
    border-top:1px solid #fff;
    padding:13px 5%;
    margin:0;
    text-decoration:none;
    width:100%;
  }

  #nav ul li ul li a:hover,
  #nav ul li ul li a:active {
    background-color:#FFF;
    color:#66428E;
  }

  #quick_links {
    width:100%;
    float:left;
    background-color:#333;
  }
  #quick_links ul {
    padding:0;
    margin:0;
    list-style:none;
  }
  #quick_links ul li {
    padding:0;
    margin:0;
  }
  #quick_links ul li a, 
  #quick_links ul li a:visited {
    display:block;
    width:35%;
    padding: 9px 2px;
    color:#FFFFFF;
    text-decoration:none;
    font-size: 17px;
    line-height: 1.2em;
    white-space: nowrap;
    text-align:center;
    float: left;
  }
  #quick_links ul li a:hover, 
  #quick_links ul li a:active {
    color:#fff;
  }

  #quick_links ul li a.first {
    width:26%;
  }
  #quick_links ul li a.last {
    width:39%;
  }

  /*** Header End ****/
   
  /*** Content Start ****/
  #content_wrapper {
    width:100%;
    float:left;
    clear: both;
  }
  #body_content{
    width:100%;
    margin:0px auto;
  }
  /*** Content End ****/
  
  .gift_planning {
	  background: #f5f1f2;
	  padding-bottom: 26px;
	  padding-left: 0px;
	  padding-right: 0px;
	}
	
	.gift_planning .container > * {
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
	
	 .gift_planning .container .gift_planning_picture {
	    height: 181px;
	    width: 100% !important;
    	text-align: center;
	  }
	  
	.gift_planning img {
	    display: block;
	    object-fit: cover;
	    object-position: center;
	    width: 100%;
	    height: calc(100% + 52px);
	    position: relative;
	    z-index: 1;
	    border-radius: 10px;
	}
	
	.gift_planning .container .gift_planning_links {
		border-radius: 0px;
	    padding-left: 0%;
	    padding-right: 0%;
	    padding-top: 66px;
	    padding-bottom: 8px;
	    width: 100% !important;
    	text-align: center;
    	background: #fff;
	  }
	  
	 .gift_planning .gift_planning_links h1 {
	 	color: #2d2d2d;
	 	border-bottom: 1px solid #f3cc0a;
	 	text-align: left;
	    font-size: 2.375rem;
	    line-height: 1.05em;
	    font-family: "ff-tisa-web-pro", serif;
		font-weight: 400;
	    padding-bottom: 14px;
	    margin-bottom: 9px;
	    display: inline-block;
	    width: auto;
	  }
	  
	.gift_planning .gift_planning_links a {
	  font-family: "ff-tisa-web-pro", serif;
	  color: #2d2d2d;
	  font-weight: 700;
	  text-decoration: none;
	  text-transform: uppercase;
	  text-align: center;
	  display: inline-block;
	  width: 100%;
	  border: 1px solid #ff5863;
	  font-size: 1.125rem;
    	padding: 15px 21px;
	}
	
	.gift_planning .gift_planning_links a {
		margin: 10px 0;
	}
   
  /*** Footer Start ****/
  
  .footer {
	  overflow: hidden;
	  color: rgb(255, 255, 255);
	  padding: 18px 16px 13px;
	  clear: both;
	  position: relative;
	  text-align: center;
	  background: url("/org_files/5261/images/footer.jpg") center center / cover;
	}
	
	.footer > div {
		position: relative;
		z-index: 1;
	}
	
	.original_footer > .footer-logo-wrapper {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	
	.original_footer > .footer-logo-wrapper > img {
		width: 227px;
		max-width: 100%;
	}
	
	.footer::before {
	  position: absolute;
	  content: "";
	  height: 100%;
	  width: 100%;
	  top: 0px;
	  left: 0px;
	  z-index: 0;
	  background: linear-gradient(to right, rgba(94, 52, 142, 0.85) 0%, rgba(39, 73, 168, 0.85) 40%);
	}
	
	.footer > .container {
		border-bottom: 1px solid rgb(243, 204, 10);
	    padding-bottom: 15px;
	    margin-bottom: 21px;
	}
	
	.footer a {
	  color: rgb(243, 204, 10);
	  display: inline-block;
	  text-decoration: none;
	}
	  
	.footer .big a {
	  text-decoration: underline;
	  text-underline-offset: 2px;
	}
	
	p.cres_copyright {
	  font-size: 1.1em;
	  line-height: 1.5;
	}
	
	p.cres_copyright .big {
		font-weight: 400;
		font-size: 1rem;
		line-height: 1.65em;
		display: inline-block;
	}
	
	p.cres_copyright .small {
	  font-size: 0.875rem;
	  line-height: 1.7em;
	  display: inline-block;
	}
	
	p.cres_copyright .privacy {
	  display: inline-block;
	  padding: 8px 0px 24px;
	}
	
	.original_footer {
    	text-align: center;
	}
	
	.original_footer p {
		font-size: 0.875rem;
	}
	
	.original_footer_info {
	  text-align: left;
	  margin-top: 5px;
	  color: #fff;
	}
	
	.original_footer h1 {
	  font-family: "ff-tisa-web-pro", serif;
	  font-size: 1.375rem;
	  font-weight: 400;
	  margin:23px 0px 13px;
	}
	
	.original_contact_information {
		display: flex;
		justify-content: space-between;
		border-top: 1px solid #f3cc0a;
		margin-top: 15px;
	}
	
	.footer .original_footer a {
		color :#fff;
	}
	
	.footer .original_footer a .icon {
		color: #f3cc0a;
	}
	
	.original_footer .original_footer_info h1 {
		font-size: 1.125rem;
		margin-top: 12px;
		margin-bottom: 10px;
	}
	
	.original_footer_info p {
	  font-size: 0.875rem;
	  display: inline-block;
	  margin-bottom: 20px;
	}
	
	.original_footer_info a {
	  font-size: 0.875rem;
	  color: rgb(255, 255, 255);
	}
	
	.original_footer_info a .icon {
	  color: rgb(243, 204, 10);
	  margin-right: 5px;
	}
	  
  /*** Footer End ****/  
   
  /***********************CRESCENDO TEMPLATE STYLESHEET 1 WIDE*********************/
  /*Hide all the desktop elements*/
  #cres_content #cres_pp_img,#cres_content .donor_story_main_header,#cres_content #cres_ds_actions,#cres_content #cres_share_actions,#cres_content #cres_pp_div, #cres_pp_img, #cres_content .what_give_header,#cres_content .how_give_header,#cres_content #how_give_flow_wrapper,#cres_content .cres_ebro_btn,.topText, #cres_content #cres_news_box_grid .cres_left_column, #cres_content .cres_text_resize, #learn_wills_container .learn_wills_header, #cres_content .cres_more_link, #cres_article_opts_top, #cres_donor_story img, #cres_articles_div img, #cres_article_opts_bottom, #image_banner{
    display:none !important;
  }
  
  .banner_wrapper {
  	background: url('/org_files/5261/images/banner-bckg.jpg');
  	background-size: auto 369px;
	background-position: 13% 0;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 21px;
	padding-left: 14px;
	padding-right: 14px;
	position: relative;
	display: none;
	overflow: hidden;
  }
  
  .banner_wrapper h1 {
  	font: 400 1.875em/1em 'ff-tisa-web-pro';
  	font-size: 1.5rem;
  }
  
  .banner_wrapper h2 {
    font: 300 4.875em/1em 'ff-tisa-web-pro';
  	font-size: 3.125rem;
    line-height: 1.125em;
    margin-top: 15px;
    padding-top: 5px;
    display: inline-block;
    border-top: 1px solid #f3cc0a;
  }
  
  .banner_wrapper h2 span {
  	font-size: 3.125rem;
  	font-weight: 600;
  	color: #f3cc0a;
  }
  
  .banner_wrapper img {
  	width: 100%;
  	max-width: 86.25%;
  	max-height: 163px;
  	object-fit: cover;
  	object-position: 0% 0%;
  	margin-top: 12px;
  	margin-left: auto;
  	display: block;
  	position: relative;
  	right: -15px;
  }
  
  .banner_wrapper a {
  	position: relative;
  	left: -15px;
  	width: calc(100% + 30px);
  	display: inline-block;
  	font-size: 1.375rem;
  	padding-top: 12px;
    padding-bottom: 16px;
    padding-left: 15px;
    padding-right: 45px;
    background: #ffffff;
	color: #000;
	border-radius: 10px 0px 0px 0px;
	position: relative;
	text-decoration: none;
  }
  
  .banner_wrapper a:before {
  		content: "\edba";
	  color: #2d2d2d;
	  border: 1px solid #ff5863;
	  top: calc(50% - 30px);
	  right: 18px;
	  height: 45px;
	  width: 45px;
	  border-radius: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: absolute;
	  font-family: 'IcoMoon-Ultimate', icomoon, IcoMoon, ico-moon, Ico-Moon;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  -moz-font-feature-settings: "liga=1";
	  -moz-font-feature-settings: "liga";
	  font-feature-settings: "liga";
	  font-size: 1.25rem;
  }
  
  .banner_wrapper p {
  	font-size: 1.5rem;
  	line-height: 1.5em;
  }
  
  .banner_wrapper a span {
  	font-family: ff-tisa-web-pro;
	color: red;
	text-transform: uppercase;
	font-weight: 700;
	display: inline-block;
  	font-size: 1.25rem;
    margin-top: 4px;
  }
  
  .title_wrapper {
	  overflow: hidden;
	  position: relative;
	  padding: 30px 15px 20px;
	  background: url('/org_files/5261/images/inner-banner-1.jpg');
	    background-position-x: 0%;
	    background-position-y: 0%;
	    background-size: auto;
	  background-size: cover;
	  background-position: center;
	  color: #000;
	  text-align: center;
	}
	
	.title_wrapper::before {
	  position: absolute;
	  content: '';
	  height: 100%;
	  width: 100%;
	  top: 0;
	  left: 0;
	  background: linear-gradient(to right, rgba(94, 52, 142, 0.85) 0%, rgba(39, 73, 168, 0.5) 75%);
	  z-index: 0;
	}
	
	.title_wrapper .container {
	  text-align: left;
	  padding: 0;
	  margin: 0 auto;
	  max-width: 1615px;
	  width: 100%;
	  position: relative;
	}
	
	.title_wrapper .container p {
		display: none;
	  font-size: 1.5rem;
	  line-height: 1.25em;
	  font-family: ff-tisa-web-pro;
	  color: #fff;
	  font-weight: 400;
	  width: 100%;
	  max-width: 905px;
	  padding-bottom: 18px;
	  margin: 0;
	  border-bottom: 1px solid #f6c606;
	}
	
	#page_title {
	  font: 500 4.0625rem/1.15em 'ff-tisa-web-pro';
	  font-size: 3.125rem;
	  color: #fff;
	  margin: 3px 0 0;
	}
	
	.page_title_wrapper::after {
	  content: '';
	  position: absolute;
	  height: 32px;
	  width: 246px;
	  top: -20px;
	  left: 50%;
	  margin-left: -123px;
	  background: #ffffff;
	  border-radius: 0 0 50% 50%;
	}

  #cres_content {
    font-family: nunito-sans, Helvetica, verdana, sans-serif;
    font-size: 1.125em;
    line-height: 1.35em;
    color: #000000;
    background: #f5f1f2;
    width:100%;
    padding: 20px 15px 37px;
    float:left;
  }
  
  

#cres_content a {
  color: #66428e;
  text-decoration: underline;
}

#cres_content a:visited {
	color: #66428e;
}

#cres_content a:hover,
#cres_content a:focus {
  color: #3c5aaf;
}

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

  #cres_content .breadcrumb{
    display:none;
  }

  #cres_content p {
    margin:0 0 1em;
    padding: 5px 0px;
  }

  #cres_content .medTitle {
    padding: 5px 0px;
    font-size: 1.0em;
  }

  #cres_content .smallTitle {
    padding: 5px 0px;
    font-size: 0.8em;
    font-weight: bold;
  }

  #cres_content .smallerTitle {
    padding: 5px 0px;
    font-size: 0.7em;
  }

  #cres_content .lightColorDiv {
    background-color: #f5f5f5;
    border-color:#BBBBBB;
  }

  h1.cresPageHeader,
  h1.mgrHeaderTitle,
  #cres_content .bigTitle {
  	display: none;
    font-family: nunito-sans, Helvetica, Verdana, Sans-serif;
    color: #000000;
    font-size: 23px;
    background-color:#FFF;
    margin: 0;
    padding: 5px 0 10px;
    clear:both;
    font-weight: bold;
  }

  h2.cresArticleTitle {
    font-size: 1.3em;
    font-weight:bold;
    margin:10px 0px;
    padding: 0px 0px;
  }

  h2.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #000000;
     font-size: 1.4em;
  }

  h2.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000000;
    border-bottom: 1px solid #CCCCCC;
    font-size: 1.4em;
  }

  h2.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000000;
     border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size:1.3em;
  }

  h3.mgrSubHeaderTitle{
    font-weight: normal;
    margin: 5px 0px 5px 0px;
    color: #000000;
     font-size: 1.2em;
  }

  h3.mgrSubHeaderTitle_U{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080;
     border-bottom: 1px solid #CCCCCC;
    font-size:1.2em;
  }

  h3.mgrSubHeaderTitle_S{
    font-weight: normal;
    margin: 5px 0px 0px 0px;
    color: #000080;
     border-top: 1px solid #CCCCCC;
    background-color:#F3F3F3;
    font-size:1.2em;
  }

  .cresDateHead, .cresPublishDate, h3.cresDateHead{
    font-size: 1em;
    font-weight: normal;
    margin: 0px;
    padding: 5px 0px;
    color: #696969;
    clear:both;
    font-style:italic;
  }

  /* FORM CSS */
  #cres_content input {
    float:left;
    border:1px solid #CCCCCC;
    background-color:#DDDDDD;
    margin: 0 0 15px;
    background-image: none;
    background-color: #fff;
  }

  #cres_content input:hover {
    border-color:#C0CCDA;
    background-color: #BBBBBB;
    background-image: none;
  }

  #cres_content input:focus {
    border-color: #c5c5c5;
    background-color: #ffffdd;
    background-image: none;
  } 

  #cres_content input.cres_preview_btn {
    display:none;
  }
    
  /* NEWS BOX GRID*/
  #cres_content #cres_news_box_grid {
    float: none;
  }

  #cres_news_box_grid .cres_news_box_grid_wide {
    width: 100%;
    float: left;
    margin: 0px;
  }

  #cres_content .bigMedTitle , #cres_news_article .cres_body_article h2, #cres_content #cres_news_box_grid a .cres_news_box_grid-Title, #cres_content h2.bigMedTitle_NL{
    font-size: 17px;
    line-height: 26px;
    font-weight: bold;
    color: #000000;
    margin: 2px 0px 12px;
    padding: 0px;
    clear:both;
  }

  .cres_news_box_grid-Small-Title {
    font-size: 1em;
    color: #000000;
    font-weight: bold;
    margin: 2px 0px;
    padding: 0px;
    text-transform: none;
  }

  #cres_content #cres_news_box_grid .cres_right_column {
    margin:0;
    padding:0 25px 0 0;
  }

  #cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {
    display:block;
    color:#000000;
    font-size: 1em;
    text-decoration:none;
    font-weight:normal;
    padding:10px 0;
    margin:0;
    border-bottom:1px solid #CCCCCC;
  }

  #cres_content #cres_news_box_grid a:hover, #cres_content #cres_news_box_grid a:active {
    color:#000000;
  }

  #cres_content #cres_news_box_grid a:hover .cres_news_box_grid-Title {
    color:#000000;
  }

  #cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle{
    font-size: 1em;
    font-weight: 700;
    color: #000000;
    margin: 0px 0px 2px;
    padding: 0px;
  }

  #cres_content #cres_news_box_grid a:hover .cres_news_box_grid-SubTitle{
    color:#000000;
  }

  /*Listings for every 2nd Tier pages*/
  
  #cres_content #donor_story_main_ul li,
  #cres_content #what_give_ul li, 
  #cres_content #how_give_ul li, 
  #cres_content #gift_calc_ul li, 
  #cres_content #learn_wills_ul li {
  	position: relative;
  	padding-left: 20px;
  	padding-right: 30px;
  	border-radius: 8px;
  	margin-bottom: 15px;
  	overflow: hidden;
  	background: #fff;
  	border: 0px solid #fff;
  	border-radius: 10px;
  }
  
  #cres_content #donor_story_main_ul li::after, #cres_content #what_give_ul li::after, #cres_content #how_give_ul li::after, #cres_content #gift_calc_ul li::after, #cres_content #learn_wills_ul li::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 15px;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, #3c5aaf 0%, #66428e 50%);
}

#cres_content li a .bigMedTitle::after {
  display: block;
  content: "\edba";
  color: #2d2d2d;
  border: 1px solid #ff5863;
  top: 50%;
  font-weight: 700;
  margin-top: -30px;
  right: 10px;
  height: 49px;
  width: 49px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  font-family: 'IcoMoon-Ultimate', icomoon, IcoMoon, ico-moon, Ico-Moon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -moz-font-feature-settings: "liga=1";
  -moz-font-feature-settings: "liga";
  font-feature-settings: "liga";
  font-size: 1.25rem;
}
  
  
  #what_give_ul li a, 
  #what_give_ul li a:visited, 
  #how_give_ul li a, 
  #how_give_ul li a:visited, 
  #donor_story_main_ul li a, 
  #donor_story_main_ul li a:visited, 
  #learn_wills_ul li a, 
  #learn_wills_ul li a:visited, 
  #gift_calc_ul li a, 
  #gift_calc_ul li a:visited {
    text-decoration: none;
    margin:0px;
    padding:0px 25px 0px 0;
    color: #000000;
    font-size:1em;
    display:block;
  }

  #learn_wills_ul {
      clear: both;
      float: left;
      margin: 0px 0px 1em;
      padding: 0px;
  }

  #learn_wills_ul li {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 10px 0px;
    border-top: 1px solid #BBBBBB;
  }

  #cres_news_box_wills_guide,
  #cres_news_box_wash_hotline,
  #cres_news_box_wash_hotline_small,
  #cres_news_box_donor_story,
  #cres_news_box_personal_planner,
  #cres_news_box_savvy_living,
  #cres_news_box_what_to_give,
  #cres_news_box_how_to_give,
  #cres_news_box_plgive_calc,
  #cres_news_box_plgive_calc_wide,
  #cres_news_box_plan_your_will,
  #cres_news_box_learn_about_wills,
  #cres_news_box_finance_news,
  #cres_news_box_advisor_news,
  #cres_news_box_spotlight,
  #cres_news_box_glaw_pro,
  #cres_news_box_glaw_calc,
  #cres_news_box_glaw_case_week,
  #cres_news_box_glaw_plr,
  #cres_news_box_glaw_article,
  #cres_news_box_advisor_spotlight,
  #cres_news_box_pg_home,
  #cres_news_box_donor_enews,
  #cres_news_box_advisor_enews,
  #cres_news_box_create_plan,
  #cres_news_box_news {
    border-color: #CCCCCC;
    border-style: solid;
  }

  #cres_content #cres_news_box_about_us_org,
  #cres_content #cres_news_box_about_us_gp {
    border-style: none;
    width:100%;
    padding:0px;
    margin:0px 0px 10px;
    height:auto;
  }

  #cres_content #cres_contact, #cres_content #cres_contact fieldset, #cres_content #cres_contact div, #cres_content #cres_contact label {width: 100%;}
  #cres_content #cres_contact_email, #cres_content #cres_contact_lname, #cres_content #cres_contact_fname, #cres_content #cres_contact textarea {width:98%;}

  #cres_content #cres_contact div {
    margin: 5px 0;
}

#cres_contact em, #cres_calc em {
    color: #CC0000;
    margin: 0 0 0 2px;
    float: right;
}

#cres_contact .required_fields, #cres_calc .required_fields {
    color: #CC3330;
    text-align: center;
}

#cres_content #cres_contact input[type="text"], #cres_content #cres_contact textarea {
    font-family: inherit;
    font-size: 1em;
    width: calc(100% - 15px);
}


  /***********************END TEMPLATE STYLESHEET 1 WIDE*********************/


  /****** DO TWEAKS - TO BE MERGED WITH JH'S CODE ******/

  /* GLOBAL TWEAKS */

  #cres_content .bigMedTitle, #cres_news_article .cres_body_article h2, #cres_content #cres_news_box_grid a .cres_news_box_grid-Title, #cres_content h2.bigMedTitle_NL {
      font-size: 1.875rem;
      font-family: "ff-tisa-web-pro", serif;
      font-weight: 400;
      line-height: 1.175em;
      margin: 2px 0 11px;
  }
  
  #cres_content a .cres_news_box_grid-Title,
  #cres_content a .bigMedTitle {
  	color: #ff5863;
  	padding-bottom: 12px !important;
  	border-bottom: 1px solid #f3cc0a;
  }
  
  #cres_news_box_grid .cres_news_box_grid_wide > div {
  	margin-bottom: 15px;
  }

  #cres_content #cres_news_box_grid a, 
  #cres_content #cres_news_box_grid a:visited {
      padding: 10px 0 15px;
      position: relative;
      overflow: hidden;
      border-radius: 8px;
      background: #fff;
      padding-right: 45px;
      padding-left: 20px;
  }
  
  #cres_content #cres_news_box_grid a::before {
  	position: absolute;
	  content: '';
	  height: 100%;
	  width: 15px;
	  left: 0;
	  top: 0;
	  background: linear-gradient(to bottom, #3c5aaf 0%, #66428e 50%);
  }
  
  #cres_news_box_grid a:after {
  	display: block;
	  content: "\edba";
	  color: #2d2d2d;
	  border: 1px solid #ff5863;
	  top: 50%;
	  font-weight: 700;
	  margin-top: -30px;
	  right: 10px;
	  height: 49px;
	  width: 49px;
	  border-radius: 50%;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  position: absolute;
	  font-family: 'IcoMoon-Ultimate', icomoon, IcoMoon, ico-moon, Ico-Moon;
	  font-style: normal;
	  font-weight: normal;
	  font-variant: normal;
	  text-transform: none;
	  line-height: 1;
	  -moz-font-feature-settings: "liga=1";
	  -moz-font-feature-settings: "liga";
	  font-feature-settings: "liga";
	  font-size: 1.25rem;
  }


  h2.cresArticleTitle {
      line-height: 1.3em;
  }

  #footer {
      font-size: 0.8em;
      padding: 15px 15px 20px;
  }

  /* HOME PAGE */

  #mobile_marketing h1 {
      color: #000 !important;
      font-size: 1.7em !important;
      line-height: 1.2em;
  }

  #mobile_marketing {
      margin: 0 0 10px;
  }

  /* http://m.giftplanning.com/?pageID=123 */

  h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
      font-size: 1.7em;
      line-height: 1.2em;
  }

  /* http://m.giftplanning.com/?pageID=158 */

  #iradisclaimer {
      line-height: 1.4em !important;
  }


  /* http://m.giftplanning.com/?pageID=163 */

  #what_give_container {
      overflow: hidden;
  }

  /* http://m.giftplanning.com/?pageID=18 */

  #learn_wills_container h2.bigMedTitle_NL {
      margin: 0 0 15px;
      }

  #learn_wills_ul {
      margin: 0 0 20px !important;
  }

  /* https://m-giftplanning.giftlegacy.com/?VID=-1&DID=42&pageID=136&eBroID=88 */

  #cres_content input {
     font-family: nunito-sans;
     font-size: 1em;
  }

  #cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"] {
      -webkit-appearance: none;
      padding: 8px 12px; 
  }

  #cres_contact_comments {
      height: 200px;
        }
#footer big {
    text-transform: uppercase;
}


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

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

#new_quick_links {
    width: 100%;
}

#new_quick_links ul {
  background: #66428E;
    list-style: none;
    padding: 0;
    margin: 0;
  display: table;
  width: 100%;
}

#new_quick_links ul li {
    display: table-cell;
    text-align: center;
    padding: 10px 0;
}

#new_quick_links ul li a {
    color: #fff;
    text-decoration: none;
}

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

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

#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: #fff none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
    color: #000;
    font-size: 1.3em;
    width: 100%;
    padding: 0.2em 0.5em 0.3em;
    text-align: right;
}

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

.mobile_main_menu li {
    width: 100%;
    border-top: 1px solid #000;
}

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

.mobile_main_menu a, .mobile_main_menu a:visited {
    display: block;
    margin: 0px;
    background: #fff 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: #000;
    text-decoration: none;
    width: 100%;
    padding: 0.6em 1em 0.7em 0.8em;
    
    font-family: ff-tisa-web-pro;
	text-transform: uppercase;
	font-size: 1rem;
	font-weight: 800;
	line-height: 1em;
}

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

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

.tablet_indent li {
    border-top: none;
}

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

















/*===========================================================
                         DJ Edits
===========================================================*/

html, body {
    -webkit-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}

body {
    position: relative;
}

a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#cres_content a {
  color: #ff5863;
  text-decoration: none;
}

#cres_content a:visited {
	color: #66428e;
}

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

#cres_content {
	line-height: 1.5em;
}

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

#cres_content a {
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.flowchart_text_ada,
.flowchart_text_ada + br {
    display: none;
}

#header #back_main {
	line-height: 18px;
	padding: 10px 14px 12px;
}

#header #back_main a span {
	font-size: 20px;
}

#header #back_main .back_button_alt {
	width: 65.1333px;
}

#fullnav {
	width: 280px;
	left: -280px;
}

#nav a {
	font-size: 1.1rem;
	font-weight: 700;
}

.mobile_main_menu li:first-of-type {
	border-top: none;
}

.mobile_main_menu > li:nth-child(2) {
	border-top: none;
}

.mobile_main_menu > li:nth-child(2) > a {
	padding-top: 2px;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
	font-size: 1.1rem;
	line-height: 1.35em;
	font-weight: 700;
}

#cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
	color: #ff5863;
}

#cres_content #cres_news_box_grid a:visited .cres_news_box_grid-Title {
	color: #66428e;
}

.gift_planning .container .gift_planning_links {
	padding-top: 62px;
}

.gift_planning .gift_planning_links h1 {
	font-size: 2.125rem;
}

.gift_planning .gift_planning_links a {
	padding-top: 12px;
}

/**************Homepage*********************/


/**************Interior pages*********************/
#cres_content #cres_news_box_grid a, 
#cres_content #cres_news_box_grid a:visited {
	background-color: transparent;
}

#cres_content #cres_news_box_grid a:visited .cres_news_box_grid-Title {
	color: #66428e;
}

#cres_content #cres_news_box_grid .cres_right_column::before {
	width: 34px;
	height: 34px;
	font-size: 1.1rem;
}

.title_wrapper {
	padding: 13px 15px 16px;	
}

#cres_content #cres_news_article .cres_body_article h2 {
	font-weight: 400;
}

#page_title {
	font-size: 2.5rem;
	line-height: 1.1em;
	margin-top: 0;
	padding-bottom:6px;
}









.title_wrapper::before {
  background: linear-gradient(to right, rgba(94, 52, 142, 0.75) 10%, rgba(39, 73, 168, 0.75) 50%);
}

.title_wrapper .container p {
	font-size: 1.325rem;
	line-height: 1.325em;
	padding-bottom: 12px;
}

/**********************************
Bold styles
***********************************/
#cres_content p[style="font-weight:bold;"] {
    font-weight: 700 !important;
}

/*********************************************************
remove the top spacing on HTG pages 12, 14, 15, etc
**********************************************************/
#how_give_container div#cres_share_action_top, 
#how_give_container div#mobile_video_button {
    display: none;
}

#cres_content h2.bigMedTitle,
#cres_content #cres_news_box_about_us_org .bigMedTitle, 
#cres_content #cres_news_box_about_us_gp .bigMedTitle,
#cres_content li .bigMedTitle, 
#cres_news_article .cres_body_article h2,
#cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
	font-size: 1.65rem;
	line-height: 1.15em;
    margin-top: 0;
}

/*********************************************************
List pages styles
**********************************************************/
#cres_content #what_give_ul li, 
#cres_content #how_give_ul li, 
#cres_content #donor_story_main_ul li {
    padding: 10px 30px 16px 26px;
    margin-bottom: 22px;
}

#cres_content #what_give_ul li a, 
#cres_content #how_give_ul li a, 
#cres_content #gift_calc_ul li a, 
#cres_content #donor_story_main_ul li a {
    color: inherit;
    padding-right: 28px;
}

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

#cres_content li a .bigMedTitle::after {
	height: 34px;
	width: 34px;
	font-size: 1.125rem;
	right: 15px;
	top: calc(50% - 20px);
	margin: 0;
}

#cres_content li a:visited .bigMedTitle {
	color: #66428e;
}

/***************************************
Mobile page 166
***************************************/
#cres_about_wills .uppercase_text{
    padding: 10px 0; 
    text-transform: none;
    font-weight: normal;
    margin-left: 0;
}

.list_container_how_to_make_bequest + .uppercase_text {
    margin: 0 !important;
}

ol.list_container_benefits_of_bequest,
ol.list_container_bequest_options {
    padding-left: 20px;
}

ol.list_container_benefits_of_bequest li, ol.list_container_bequest_options li {
    padding-bottom: 5px;
}



/**********************************************
Bequest Language / #127
***********************************************/


/***********************************
Learn About Wills / #18
***********************************/
#cres_content #learn_wills_container h2.bigMedTitle_NL:first-of-type {
    margin-top: 30px;
}

#cres_content #learn_wills_container h2.bigMedTitle_NL {
    margin: 0px 0px 10px;
    padding: 0;
    font-size: 1.65rem;
    line-height: 1.1em;
}

#cres_content #learn_wills_ul {
    border-bottom: 1px solid #000000;
}

#cres_content #learn_wills_ul:last-of-type {
    border: none;
}

#cres_content #learn_wills_ul li::after {
	display: none;
}

#cres_content #learn_wills_ul li {
	background: none;
    padding: 0 !important;
    border-top: transparent;
    margin: 0;
}

#cres_content #learn_wills_ul li:first-child {
    padding-top: 0;
}

#cres_content #learn_wills_ul li:last-child {
    padding-bottom: 15px !important;
}

#cres_content #learn_wills_ul li a {
    color: #ff5863;
    font-weight: normal;
    background: none;
    padding: 0;
}

#cres_content #learn_wills_ul li:first-of-type a {
    padding-top: 0;
}

/***************************************
mobile forms
***************************************/
#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: 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],
#mgr_login_frm button, 
#mgr_login_gettting_started_main button,
#cres_content button.cres_sendnotify,
.cres_sendnotify,
#cres_content #cres_maildafletterbutton,
#cres_maildafletterbutton,
#cres_content #cres_calc button {
    float: none;
    border: 1px solid #ff5863 !important;
    background: transparent !important;
    background-image: none;
    border-radius: 0 !important;
    color: #2d2d2d !important;
    font-family: "ff-tisa-web-pro", serif !important;
    font-size: 1rem !important;
    line-height: 1;
    font-weight: 700;
    padding: 12px 22px 12px;
    margin: 5px 10px 20px 0px !important;
    text-transform: uppercase;
    width: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#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,
#mgr_login_frm button:hover, 
#mgr_login_gettting_started_main button:hover,
#cres_content button.cres_sendnotify:hover,
#cres_content #cres_maildafletterbutton:hover,
#cres_content #cres_calc button:hover {
    background-color: #ff5863 !important;   
    color: #fff !important;
}

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

#cres_contact div {
    margin: 5px 0px !important;
}

/**********ADA Asterick***********/

#cres_content #cres_contact input[type="text"], 
#cres_content #cres_contact textarea {
   width: calc(100% - 13px); 
}

#cres_contact em {
  color: #CC0000;
  margin: 0 0 0 2px;
  float: right;
}

/****************inner page widget styles********************/








/****************Donor Stories Fixes******************/


/***************************************
mobile news/advisors edits
***************************************/
div[style="padding:10px 0;margin:0 0 10px 0;border-bottom:1px solid #CCCCCC;"], 
div[style="padding:10px 0;border-bottom:1px solid #CCCCCC;"] {
    border-bottom: none !important;
    margin-bottom: 10px!important;
    padding-top: 0 !important;
}

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

#cres_pp_img[style="display:block;background-image: url(../images/330x165_wide_img_bg.png);background-repeat: no-repeat;height: 175px;"] {
     display: none !important;
}

span.cresDateHead, h2.cresDateHead, h3.cresPublishDate, h3.cresDateHead {
    color: inherit;
    font-size: 1em !important;
    font-weight: normal;
    font-style: normal;
    padding: 0 0 15px;
}

#cres_news_article .cresDateHead {
    color: inherit;
    padding-bottom: 5px;
    font-size: 1em !important;
    font-weight: normal;
    font-style: normal;
}

div[style="padding:0px;margin:0px 0px 10px;text-align:center;font-style:italic;"] {
    text-align: left !important;
    font-size: 1em !important;
    font-style: normal !important;
}

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

#cres_news_article h2.cresArticleTitle {
	font-family: 'ff-tisa-web-pro', serif;
    font-size: 1.65rem;
    line-height: 1.15em;
    font-weight: 400;
}

#cres_news_article .cres_body_article h2 {
	font-family: 'ff-tisa-web-pro', serif;
    font-size: 1.45rem;
    font-weight: 400;
    line-height: 1.15em;
}

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

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

div#cres_article_actions, #cres_article_opts_bottom {
    display: none;
}







/***********************************
Media Queries
***********************************/
@media screen and (max-width: 1023px) {
    
    #cres_content #cres_news_box_about_us_org .bigMedTitle, 
    #cres_content #cres_news_box_about_us_gp .bigMedTitle {
        font-size: 1.65rem;
    }

}

/*****End DJ mobile fixes******/

#cres_content .max-container {
	padding: 0 15px;
}

#cres_content .legacy-society {
	margin-bottom: 2em;
}



/*END_MAIN_STYLES*//*START_MOBILE_STYLES*//*END_MOBILE_STYLES*/#donor_story_main_container {
	width: 100%;
	float: left;
}

.donor_story_main_header {
	float: left;
	width: 100%;
	margin: 5px;
	padding: 0px;
	background-image: url(../images/article_images/donor_stories_2.png);
	background-repeat: no-repeat;
}

#donor_story_main_ul {
	clear: both;
	float: left;
	margin: 0px;
	padding: 0px;
}

#donor_story_main_ul li {
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 10px 0px;
	border-top: 1px solid #BBBBBB;
}

#donor_story_main_ul img {
	max-width: 480px;
	float: left;
	margin-right: 30px;
}


#donor_story_main_ul li a.bigMedTitle {
	margin-left: 510px;
}

@media (max-width: 1270px) {
	#donor_story_main_ul img {
		max-width: 380px;
	}

	#donor_story_main_ul li a.bigMedTitle {
		margin-left: 410px;
	}

}

@media (max-width: 1100px) {
	#donor_story_main_ul img {
		max-width: 340px;
	}

	#donor_story_main_ul li a.bigMedTitle {
		margin-left: 370px;
	}

}


@media (max-width: 800px) {
	#donor_story_main_ul img {
		max-width: 600px;
		display: none;
	}

	#donor_story_main_ul li a.bigMedTitle {
		margin-left: 0px;
	}

	#donor_story_main_ul img {}
} 

.title_wrapper .container .page2_description {
	display: block;
}


	#page_title {
		padding: 5px 0 0;
	}	

  
