
  
/*******************MAIN STYLES (Code from Scratch)*************/

*{
  -webkit-box-sizing:border-box;
  -o-box-sizing:border-box;
  box-sizing:border-box;
}

html{
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
}

body{
  font:normal 14px/1.7em Open Sans,sans-serif;
  margin:0;
  color:#666; 
  overflow-x:hidden;
  width:100%;
  padding:0;
} 

a, a:visited{
  text-decoration:none;
  color:#c1274e;
  cursor:pointer;
}

a:hover, a:active{color:#e75177;}

a img{border:0 none;}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
  display:block;
  margin:0;
}

embed, iframe, object{max-width:100%;}

h1, h2, h3, h4, h5, h6{font-family:Open Sans,sans-serif;}

.clear{clear:both;}

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

.inline li{
  display:inline-block;
}

.container{
  margin:auto;
  padding:0 15px;
  max-width:1110px;
}

.row{margin:0 -15px;}

.container:after, .row:after{
  content:'';
  display:table;
  clear:both;
}

.mobile_show{display:none;}

.hidden{display:none;}

.has_dropdown{position:relative;}

.dropdown{
  position:absolute;
  top:100%;
  left:0;
  z-index:95;
  display:none; 
  text-align:left;  
}

.dropdown li{display:block;}

.dropdown a, .dropdown a:visited{
  display:block;
  text-decoration:none !important;
}

.has_dropdown:hover .dropdown{display:block;}

.header{
  -webkit-box-shadow:0 1px 0 rgba(0,0,0,.1);
  -moz-box-shadow:0 1px 0 rgba(0,0,0,.1);
  box-shadow:0 1px 0 rgba(0,0,0,.1);
  width:100%;
}

.top_bar{
  background-color:#F5F5F5;
  padding:0;
  width:100%;
  overflow:hidden;
  color:#610A3B;
}

.social_links{
  float:left;
  margin:0;
  padding:0;
}

.pg_link li{margin:0;padding:0;}

.pg_link a, .pg_link a:visited{
  color:#610A3B;
  text-decoration:none;
  font-weight: 400;
  padding: 0.82em 0;
  line-height: 1em;
  display:inline-block;
}

.utility_links{float:left;width:100%;}

.utility_menu{text-align:center;}

.utility_menu a, .utility_menu a:visited{
  color:#525252;
  display:inline-block;
  -webkit-transition:background-color .4s,color .4s ease-in-out;
  -moz-transition:background-color .4s,color .4s ease-in-out;
  transition:background-color .4s,color .4s ease-in-out;
  line-height:1em;
  padding:0.82em 7px;
}

.utility_menu a:hover, .utility_menu a:active{text-decoration:underline;}

.masthead{
  position:relative;
  width:100%;
  background:#fff;
}

.org_logo{
  float:left;  
  width:100%;
  position:relative;
  text-align:center;
  margin: 10px 0;
}

.org_logo img{  
  margin:1.1em 0;
  vertical-align:middle;
  display:inline-block;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  -webkit-transform:translate3d(0,0,0);
  width:90%;
  height:auto;
}

.pg_logo{
  position:absolute;
  margin:0;
  color:#51b948;
  font-size:24px;
  font-family:'Open Sans Condensed';
  bottom:-8px;
  right:3px;
}

.main_nav{
  float:right;
  text-align:right;
  width:75%;
  padding:0.5em 0;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
}

.main_menu > li{
  padding:0 0 0 10px;
  margin:0;
  vertical-align:baseline;
}

.main_menu > li > a, .main_menu > li > a:visited{
  display:block;
  color:#666666;
  position:relative;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  padding:15px 0;
  line-height:1em;
  font-weight: 700;
}

.main_menu > li:hover > a, .main_menu > li:active > a{color:#c1274e;}

.main_menu > li > a i{
  padding:0 0 0 7px;
  font-size:0.7em;
}

.main_menu .dropdown{
  background-color: #fff;
  white-space:nowrap;
  -webkit-transform:translate3d(0,0,0);
  -webkit-box-shadow:0 1px 8px rgba(0,0,0,.25);
  -moz-box-shadow:0 1px 8px rgba(0,0,0,.25);
  box-shadow:0 1px 8px rgba(0,0,0,.25);
  border: none;
  padding: 1rem 0;
  -webkit-transition:all .2s ease-in-out;
  -moz-transition:all .2s ease-in-out;
  transition:all .2s ease-in-out;
  visibility:hidden;
  opacity:0;
}

.main_menu li.has_dropdown:hover .dropdown{
  visibility:visible;
  opacity:1;
}

.main_menu .dropdown li{padding:0 20px;}

.main_menu .dropdown a, .main_menu .dropdown a:visited{
  color:#666;
  text-align: center;
  padding:6px 20px;
  -webkit-transition:all .4s ease-in-out;
  -moz-transition:all .4s ease-in-out;
  transition:all .4s ease-in-out;
  display:block;
  line-height:2em;
}

.main_menu .dropdown a:hover, .main_menu .dropdown a:active{
  color:#c1274e;
}

.nav_toggle_btn{
  background:none;
  cursor:pointer;
  position:relative;
  border:0 none;
  color:#373737;
  float:left;
  font-size:24px;
  line-height:1.1em;
  padding:10px 10px 10px 0;
  width:100%;
}

.nav_toggle_btn i{
  font-size:1.2em;
  color:#373737;
  position:relative;
  top:4px;
  padding:0 0 0 5px;
}

.cres_hero_wrapper {
  width:100%;
  padding:0;
  margin:0;
  overflow:hidden;
  background: linear-gradient(180deg, rgba(0,0,0,0.5) 0%, rgba(0,0,0,0.5)), url(/org_files/1665/images/rd2/CI_1860_hero.jpg) no-repeat;
  background-size: cover;
  background-color: #891842;
  background-position: 50% top;
  position:relative;
  min-height: 544px;
  display: none;
}

.cres_hero_wrapper::after{
  content: "";
  background-image: url(/org_files/1665/images/rd2/home-hero-overlay@2x.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.hero-image {position:absolute;top:0;left:0;padding:0;margin:0;border:none;max-width:1000px;width:40%;}

.cres_hero{
  position:relative;
  overflow:hidden;
  width:60%;
  text-align:left;
  padding: 50px 0;
  margin:0;
  display:none;
  float: left;
  z-index: 11;
}

.marketing_title,.marketing_message{
  width:100%;
  display:block;
  padding:0; 
  margin:0;
}

.marketing_title h1{
  color:#FFF;
  font:700 49px/1.1 Open Sans,sans-serif;
  margin:0 0 30px 0;
  padding:0;
}

.marketing_title h1 span{
  font-size:1.5em;
  font-weight: 400;
  font-style: italic;
}

.border-wrap{
  display:block;
  height:2px;
  margin:20px 0;
  padding:0;
  clear:both;
}

.border-wrap span{
  float:left;
  width:30%;
  background:#fff;
  content:'';
  height:2px;
  max-width:200px;
}

.marketing_message p{
  margin:0;
  padding:0;
  color:#fff;
  font-family:Open Sans,sans-serif;
  font-weight:400;
  font-size:21px;
  line-height:1.5em;
}

.marketing_message ul{
  display:block;
  margin:15px 0;
  padding: 0 0 0 20px;
  list-style-type: disc;
}

.marketing_message ul li{
  color:#fff;
  font-size:1.1em;
  line-height: 1.5em;
}

.marketing_message a.hero-button, .marketing_message a.hero-button:visited{
  color:#C0224F;
  padding:0.5rem 0;
  margin:0;
  display:inline-block;
  background: #fff;
  border-radius: 40px;
  transition: all .4s ease;
  min-width: 12.8125rem;
  margin: 15px 0 0 0;
  text-align: center;
}

.marketing_message a.hero-button:hover, .marketing_message a.hero-button:active{
  background-color: #741040;
  color:#fff;
  text-decoration:none;
}

/*************************MIDDLE CONTENT STUFF*************************/

.cres_marketing{
  background: #fff;
  overflow:hidden;
  width:100%;
  padding:30px 0;
  margin:0;
  text-align:center;
  font-size:22px;
  line-height:1.4em;
}

.cres_marketing p{
  margin:0;
  padding:0 1% 0 0;
  color:#373737;
  font-weight:700;
  text-align:center;
  font-size:33px;
  line-height: 1.2em;
  font-family: Open Sans, Sans-Serif;
  float:left;
  width:100%;
}

ul.gift_button {
  display:block;
  width:100%;
  padding:0;
  margin:15px 0 10px 0;
  float:left;
}

ul.gift_button li {
  display:inline-block;
  width:100%;
  padding:0.5% 0;
  margin:0;
}

ul.gift_button li a, ul.gift_button li a:visited{
  padding:0.5rem 2rem;
  margin:0;
  display:block;
  background: #C0234F;
  border-radius: 40px;
  color:#fff;
  font-size: 1em;
}

ul.gift_button li a:hover, ul.gift_button li a:active{
  background:#e75177;
  text-decoration:none;
}

.page_title_wrap{
  width:100%;
  overflow:hidden;
  text-align:center;
  color:#fff;
  background: #5E053C url(/org_files/1665/images/rd2/title-bg.png) no-repeat center left;
  background-size: cover;
  margin-bottom:40px;
} 

#page_title{
  color:#fff;
  margin:0;
  padding:5% 0;
  font-size:36px;
  line-height: 1.15em;
}

.content-body{
  background-color: #fff;
  background-image: none;
  position: relative;
  padding: 0;
  margin:0;
  overflow:hidden;
  width:100%;
}

.content-body::after{
  content: "";
  background-image: url(/org_files/1665/images/rd2/home-top-bg@2x.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  display: none;
}

.cres_button_grid{
  text-align: center;
  position: relative;
  margin: 0;
  padding: 1rem 0;
  overflow: hidden;
  z-index:1;
}

.cres_button{
  display:inline-block;
  padding:0 1%;
  margin:0;
  width:45%;
  border-left: 2px solid hsla(0,0%,100%,.25);
  vertical-align: top;
}

.widget-first {border-left:none;}

.cres_button > a, .cres_button > a:visited{
  color:#373737;
  font-weight:700;
  font-size:22px;
  line-height:1.2em;
  padding:5px 10px;
  display:block;
  text-align:left;
}

.cres_button > a:hover, .cres_button > a:active{opacity:0.8;}

.cres_button > a img{
  display:block;
  margin:0 0 20px 0;
  border:none;
}

.main_content_wrap{
  overflow:hidden;
  padding:45px 0;
  background-color:#fff;
  clear:both;
  position: relative;
  z-index: 1;
}

.main_content{
  overflow:hidden;
  font-size:1.2em;
  padding:0 0 20px;
}

.front_page_content{
  overflow:hidden;
  width:100%;
  padding:30px 0;
  margin:0;
  display:none;
  position: relative;
  z-index: 1;
}

.dhla_table_widget{
  float:left;
  width:100%;
  padding:0;
  margin:0;
  position:relative;
  display:table;
  border-collapse: separate;
  border-spacing: 20px;
}
.dhla_row_widget{
  display:table-row;
}
.dhla-content{
  display:table-cell;
  padding:0;
  margin:0;
  vertical-align: top;
  position: relative;
  border-radius: 30px;
}
.dhla-content img {float:left;width:100%;display:block;}
.dhla-header{
  width:100%;
  padding:15px 20px;
  margin:0;
  float:left;
  background:rgb(0,0,0,0.5);
  border-radius: 30px 30px 0 0;
}
.dhla-text {
  width:100%;
  padding:15px 20px;
  margin:0;
  float:left;
  background:rgb(0,0,0,0.5);
  border-radius:0 0 30px 30px;
}
.dhla-header h3 {font-size:28px;color:#fff;font-weight:700;line-height:1.1;padding:0;margin:10px 0;}
.dhla-text p {color:#fff;text-decoration:none;float:left;padding:0;margin:15px 0;}
.dhla-text a, .dhla-text a:visited {
  color:#fff;
  text-decoration:none;
  font-weight:400;
  padding:5px 25px;
  display:inline-block;
  border-radius: 30px;
  background-color: #C1274E;
}
.dhla-text a:hover, .dhla-text a:active {background-color:#E75177;}
.about-bequests .dhla-text p, .charitable-ru .dhla-text p{float:left;margin-right:1%;width:72%;}
.ira-rollover .dhla-text p, .legacy-society .dhla-text p{float:left;margin-right:1%;width:50%;}
.about-bequests .dhla-text .long-link, .charitable-ru .dhla-text .long-link{float:right;width:140px;text-align:center;margin:35px 0;}
.ira-rollover .dhla-text .long-link, .legacy-society .dhla-text .long-link{float:right;width:140px;text-align:center;margin:45px 0;}
.dhla-text .long-link{display:inline-block;}
.dhla-text .short-link{display:none;margin-top:10px;}

.wev-button {width:100%;padding:0;margin:0;clear:both;text-align:center;}
.wev-button a, .wev-button a:visited {
  padding: 0.5rem 2rem;
  margin: 0;
  display: inline-block;
  background: #1B6275;
  border-radius: 3px;
  color: #fff;
  font-size: 17px;
}
.wev-button a:hover, .wev-button a:active {
  background:#26B2C0;
  text-decoration:none;
}

/****************FOOTER CONTENT**********************/

.footer{
  margin:0;
  color:#373737;
  overflow:hidden;
  background: #EEEEEE;
  padding: 4.5rem 0;
}

.footer div.container{
  position:relative;
}

img.footer-image {
  position: absolute;
  top: 8rem;
  right: -15rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-left {
  float:left;
  padding:0;
  margin:0;
  width:100%;
  font-weight: 400;
  font-family: Open Sans,sans-serif;
  font-size:18px;
  line-height: 1.41;
  position: relative;
}
.footer-left a, .footer-left a:visited{
  color:#373737;
  text-decoration:none;
}
.footer-left a:hover, .footer-left a:active{
  text-decoration:underline;
}

.social-footer{
  float:left;
  width:100%;
  padding:0;
  margin:0 0 20px 0;
  text-align:left;
}
.social-footer a, .social-footer a:visited{
  display:inline-block;
  padding:0 10px;
  font-size: 1.3em;
  color:#C0244F;
  text-decoration:none;
}
.social-footer a:hover, .social-footer:active{
  color:#E75177;
  text-decoration:none;
}
.professional-button{
  float:left;
  width: 100%;
  padding:0;
  margin:0 0 20px 0;
  text-align:left;
}

.professional-button a, .professional-button a:visited{
  color:#fff;
  padding:0.5rem 2rem;
  margin:0;
  display:inline-block;
  border-radius: 40px;
  transition: all .4s ease;
  background-color:#C0234F;
  
}
.professional-button a:hover, .professional-button a:active{
  background-color:#e75177;
  color:#fff;
  text-decoration:none;
}

p.cres_copyright{
  font-size:1em;
  line-height:1.7;
  display:block;
  clear:both;
  float:left;
}

p.cres_copyright a{text-decoration:none;font-weight:700;color:#373737;}


/*****************CRESCENDO TEMPLATE STYLESHEET*****************/

#cres_content {
  line-height:1.5em;
  padding:0 0 20px;
  margin:0;
  overflow:hidden;
}

#cres_content img{
  border:none;
  width:auto;
  margin:auto;
  max-width:none;
}

.hidden {display: none;}

#image_banner, #cres_content #cres_donor_story_div , #cres_content #cres_articles_div {margin: 0 -2%;padding: 0;width: 104%;background:none;height:auto;display:none;}
#image_banner img, #cres_content #cres_donor_story_div img, #cres_content #cres_articles_div img {width:100%;max-width:600px;height:auto;float:left;border:none;}
#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 {display:none !important;}

/*#cres_content a, #cres_content a:visited {
  font-family:inherit;
  color:#7d6191;
}*/

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

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

/*#cres_content a:hover, #cres_content a:active{
  color:#502d7a;
  text-decoration:none;
}*/

#cres_content p{
  margin:0 0 0.8em;
  padding:5px 0;
  font-family:inherit;
  line-height:inherit;
  font-weight:inherit;
  color:inherit;
  font-size:inherit;
}

#cres_content ul, #cres_content ol{
  padding:0 0 0 40px;
  margin:15px 0;
  font-size:inherit;
  width:auto;
  max-width:none;
}

#cres_content ul li{
  margin:0;
  font-size:inherit;
  line-height:inherit;
  font-family:inherit;
  color:inherit;
  list-style:disc;
  width:auto;
  font-style:normal;
}

#cres_content ul li:before{display:none;}

#cres_content ol li{list-style:decimal;}

#cres_content .breadcrumb{
  margin:0;
  padding:0 0 25px;
  font-size:0.85em;
  background:none;
  float:none;
  border:0 none;
  display:none !important;
}

#cres_content .breadcrumb .bc_sep:after{
  font-family:Icomoon;
  font-size:0.7em;
  content:'\edba';
  padding:0 8px;
}

#cres_content .breadcrumb em{font-style:normal;}

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

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

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

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

h1.cresPageHeader,
#cres_content .bigTitle,
h1.mgrHeaderTitle {
  color:#373737;
  margin:0 0 25px;
  padding:0;
  text-transform:none;
  font-size:40px;
  font-weight:bold;
  display:none;
}

#cres_content h2, #cres_content h3{
  font-variant:normal;
  font-weight:normal; 
  line-height:1.1em;
  text-transform:none;
}

h1.mgrHeaderTitle{
  font-size:1.5em !important;
  display:block;
  margin:0 0 10px !important;
}

h2.cresArticleTitle {
  font-size:1.6em;
  color:#373737; 
  margin:0;
  padding:0 0;
}

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

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

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

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

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

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

h3.cresDateHead{
  font-size:1em;
  font-weight:normal;
  margin:0;
  padding:5px 0;
  color:#696969;
}

h3.cresDateHead:after{display:none !important;}

#cres_content .mgrStrongTitle {
  font-weight:normal;
  font-size:1.1em;
}

.mgr_user_estate_planning li,
.mgr_user_settings li, 
.mgr_enews_settings li {
  font-size:0.9em;
  font-weight:normal;
}  

/* FORM CSS */
#cres_content legend{
  border-bottom:0 none;
  margin-left:0;
}

#cres_content form{font-size:0.9em;}

form#mgr_login_frm{font-size:0.9em;}

input[type=radio]{
  -webkit-appearance:radio;
  position:static;
}

#cres_content input {
  float:left;
  border:1px solid #CCCCCC;
  margin:0 0 15px;
  text-shadow:none;
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  height:auto;
  font-family:inherit;
  font-size:inherit;
}

input.cres_preview_btn{margin-left:5px !important;}

#cres_content input:hover {border-color:#C0CCDA;}

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

#cres_content input[type="radio"]{margin:2px 5px 0 0 !important;}

#cres_content input[type="button"]{
  text-transform:none;
  color:inherit;
  font-size:1em;
  margin-top:0;
}

#cres_content textarea{
  border:1px solid #ccc !important;
  width:auto;
}

#cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"], .cresbutton_create_account, .cresbutton_learn_more, .cresbutton_login/* , .cres_more_link */{
  display:inline-block;
  position:relative;
  padding:12px 20px;
  cursor:pointer;
  font-size:1em !important;
  font-weight:normal !important;
  line-height:1em !important;
  text-align:center;
  vertical-align:middle;
  color:#fff !important;
  background-color:#C1274E;
  -webkit-transition:all 0.25s ease-in-out 0s;
  transition:all 0.25s ease-in-out 0s;
  border:0 none;
  margin-top:0.35em !important;
  margin-bottom:0.5em;
  border-radius:0;
  text-transform:uppercase !important;
  text-decoration:none !important;
  font-family:inherit;
}

/*.cres_more_link{margin-top:1em !important;}*/

#cres_content input[type="text"], #cres_content input[type="password"]{
  padding:2px 4px;
  display:inline-block;
  background-color:#fff !important;
  width:auto;
}

#cres_content input[type="text"]:focus, #cres_content input[type="password"]:focus{border:1px solid #ccc !important;}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover/*, .cres_more_link:hover*/{
  opacity:0.8;
}

.mgr_login_recover{
  text-align:left !important;
  padding-top:7px !important;
}

#cres_content select {
  border:1px solid #CCCCCC;
  margin-bottom:15px;
  width:auto;
  padding:0 4px;
  line-height:1em;
  display:inline-block;
  float:none;
}

#cres_content select:hover {border-color:#C0CCDA;}

#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:99%;
  margin:auto;
  max-width:650px;
  line-height:1.1em;
}

#cres_calc div {
  clear:both;
  float:left;
  margin:5px;
  width:100%;
}

#cres_calc fieldset {
  float:left;
  margin:0;
  padding:0;
  border:1px solid #DDDDDD;
  width:100%;
}

#cres_calc label {
  float:left;
  width:160px;
  text-align:right;
  margin-right:10px;
}

#cres_calc label.radio{width:auto;}

.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:0 5px 0 2px;
}

#cres_calc span.label{
  float:left;
  width:160px;
  text-align:right;
  margin-right:10px;
}

#cres_calc button {margin:0 5px;}

#cres_calc img#calc_help_btn {float:right;}

#cres_calc #firstPerson {
  margin:0;
  padding:0;    
}

#cres_calc #secondPerson {
  margin:0;
  padding:0;    
}

#cres_calc .cc_small {width:50px !important;} 

#cres_calc .cc_med {width:125px !important;} 

#cres_calc .cc_large {width:250px !important;} 

#cres_contact .cc_large {width:250px !important;} 

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

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

/* 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-top:0 !important;}

/* ARTICLES */ 
#cres_articles_div {
  float:left;
  width:100%;
  height:170px;
  margin:5px 0 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:0;
  margin:0;
}

/* 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 .cres_news_box_grid_wide > div{
  clear:both;
  border-bottom:1px solid #ddd;
  height: auto;
  padding:20px;
  margin:15px 3%;
  box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 45%);
  width: 94%;
  float: left;
}

/*#cres_news_box_grid .cres_news_box_grid_wide > div:last-child{border-top:0 none;}*/

#cres_news_box_grid .cres_left_column {
  float:left;
  width:35%;
  position:relative;
  display: none;
}

#cres_news_box_grid .cres_right_column {margin:0;}

#cres_news_box_grid img {
  border-color:#CCCCCC;
  line-height:1.0em;
  display:block;
  width:100% !important;
  height: auto !important;
}

#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;
  list-style:none;
}

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_news_box_grid-SubTitle, 
#cres_content .bigMedTitle {
  font-size:1.6em;          
  font-weight:700;    
  color:#373737;
  margin:0 0 15px;
  padding:0;
  text-transform:none;
  line-height:1.1em;
  font-family:Open Sans, Sans-Serif;
  position:relative;
}

.cres_news_box_grid-Title{
  font-size:1em; 
  margin:0 0 3px;
  padding:0;
  text-transform:none;    
}

#cres_content span.bigMedTitle, #cres_content  h2.bigMedTitle {
  color:#373737;
} 
 
#cres_content .bigMedTitle_NL {
  font-size:1.6em;
  font-weight:normal;
  color:#373737;
  margin:0 0 10px;
  padding:5px 0 0 0;   /* MATCH the padding-top value with what is in the #cres_content p */
  text-transform:none;
  line-height:1.1em;
  font-family:inherit;
}

.cres_news_box_grid-Small-Title {
  font-size:.9em;
  color:#000;
  font-weight:normal;
  margin:2px 0;
  padding:0;
  text-transform:none;
}

#cres_news_article .cres_body_article h2 {
  font-size:1.6em;
  color:#373737;
  padding:0;
  margin:0;
}

#cres_content a.cres_more_link, #cres_content a.cres_more_link:visited {
  line-height:2.5em !important; 
  text-transform:capitalize !important;
  font-size:1em !important;
  font-weight:normal !important;
  color:#fff !important;
  background-color: #c1274e;
  padding:5px 25px;
  display:inline-block;
  margin-top:5px;
  border-radius: 30px;
}

#cres_content a.cres_more_link:hover, #cres_content a.cres_more_link:active {background-color:#e75177;text-decoration:none;}

/*.cres_more_link::after {*/
/*  content: '\00BB';*/
/*  padding-left:5px;*/
/*  display:inline;*/
/*}*/

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

#cres_content #donor_story_main_ul,
#cres_content #what_give_ul,
#cres_content #learn_wills_ul,
#cres_content #gift_calc_ul,
#cres_content #how_give_ul {
  margin:0;
  padding:0;
  display:block;
  float:none;
}

#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{
  padding:20px;
  list-style:none;
  float:left;
  border:0 none;
  width:94%;
  clear:none;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45); 
  box-shadow: 0px 0px 13px 0px rgba(0,0,0,0.45);
  position:relative;
  margin:15px 3%;
}

/*#cres_content #donor_story_main_ul li:first-child,*/
/*#cres_content #what_give_ul li:first-child,*/
/*#cres_content #how_give_ul li:first-child,*/
/*#cres_content #gift_calc_ul li:first-child,*/
/*#cres_content #learn_wills_ul li:first-child,*/
/*#cres_content #donor_story_main_ul li:nth-child(2),*/
/*#cres_content #what_give_ul li:nth-child(2),*/
/*#cres_content #how_give_ul li:nth-child(2),*/
/*#cres_content #gift_calc_ul li:nth-child(2),*/
/*#cres_content #learn_wills_ul li:nth-child(2){*/
/*  padding-top:10px;*/
/*  border-top:0 none;*/
/*}*/

#cres_content #donor_story_main_ul li:first-child,
#cres_content #what_give_ul li:first-child,
#cres_content #how_give_ul li:first-child,
#cres_content #gift_calc_ul li:first-child,
#cres_content #learn_wills_ul li:first-child{
  /*padding-top:10px;*/
  /*border-top:0 none;*/
}

#cres_content #donor_story_main_ul li:nth-child(odd),
#cres_content #what_give_ul li:nth-child(odd),
#cres_content #how_give_ul li:nth-child(odd),
#cres_content #gift_calc_ul li:nth-child(odd),
#cres_content #learn_wills_ul li:nth-child(odd){
  clear:none;
}


/* 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:inherit; 
  font-size:11px;                                   
  height:20.0em;
  line-height:1.2em;
  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:0 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:0 none;
  width:14%;
  height:10%;
  margin:0;
  padding:0;
  font-size:11px;
  line-height:normal;
}

div#cres_calendarDiv select {
  font-size:0.9em;
  border:1px solid #DDDDDD;
  margin-bottom:5px;
  padding:0.1em;
  width:auto;
  height:22px;
  padding:0 1px;
  line-height:1em;
  display:inline-block;
}

#cres_calendarDiv a{font-size:inherit;}

/* How to Give and What to Give pages */

#how_give_flow_wrapper {
  clear:both;
  color:#000000;
  display:block;
  width:340px;
  margin:0 0 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:inherit;
  font-size:17px;
  color:#C1274E;
  text-transform:none;
  padding:5px 0 0 0;
  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:inherit;
  font-size:12px;
  font-weight:normal;
  text-transform:uppercase;
}

#how_give_flow_wrapper #gift_term,
#how_give_flow_wrapper #gift_term_years {
  font-family:inherit;
  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:0 0 20px 0;
}

#mobile_video_button{display:none;}

#cres_share_actions_opts_illustration {
  float:left;
  padding:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0 0 20px 0;
}

#cres_ds_opts_print {
  float:left;
  padding:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0 0 20px 0;
}

#cres_article_opts_print {
  float:left;
  padding:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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:0;
  margin:0 -15px 0 0;
  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 0 0 0;}

#cres_news_box_about_us_org, #cres_news_box_about_us_gp  {
  border-color:#CCCCCC;
  border-style:solid;
}

#cres_news_box_about_us_gp  img{display:none;}

.cres_indent_40 { padding-left:40px; }

.cres_what_how_give_open a {
  border:1px solid #C1274E; 
  -webkit-border-radius:3px; 
  -moz-border-radius:3px;
  border-radius:3px;
  background-color:#C1274E; 
  background-image:-webkit-gradient(linear, left top, left bottom, from(#C1274E), to(#C1274E));
  background-image:-webkit-linear-gradient(top, #C1274E, #C1274E);
  background-image:-moz-linear-gradient(top, #C1274E, #C1274E);
  background-image:-ms-linear-gradient(top, #C1274E, #C1274E);
  background-image:-o-linear-gradient(top, #C1274E, #C1274E);
  background-image:linear-gradient(to bottom, #C1274E, #C1274E);
  filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#C1274E, endColorstr=#C1274E);
  color:#FFFFFF;
  text-decoration:none !important;
  text-align:left;
  display:block;
  width:100%;
  font-style:normal;
}

.cres_what_how_give_open a:after{display:none;}

#cres_content .cres_what_how_give_open h2 { 
  padding-left:.5em; 
  color:#FFFFFF; 
  clear:none; 
  line-height:40px; 
  margin-bottom:0; 
  font-size:20px;
  text-transform:none !important;
}

.cres_plus_icon {
  background:url("../images/what_to_give/white_plus.png") no-repeat scroll center transparent;
  display:block; 
  float:left; 
  padding:6px 12px;
  height:40px;
}

.cres_minus_icon {
  background:url("../images/what_to_give/white_minus.png") no-repeat scroll center transparent;
  display:block; 
  float:left; 
  padding:6px 12px;
  height:40px;
}

#cres_content .cres_what_how_give_open h2:after{display:none !important;}

#cres_plus_minus_icon img {
  height:16px; 
  width:16px;
}

#cres_what_how_more_text {padding-top:1.0em;}

/********** NEW ACTION BUTTONS **********/

#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:#373737 !important;
  background-image:none !important;
  display:inline-block !important;
  float:none !important;
  height:auto !important;
  margin:0 5px 5px 0 !important;
  padding:5px 10px 5px 15px !important;
  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:#000 !important;
}

#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:10px 0 25px !important;
  width:auto !important;
  font:14px/16px arial !important;
  font-weight:normal !important;
}

#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 a:after, #cres_ds_actions a:after, #cres_article_actions a:after{
  position:static;
  height:auto;
  width:auto;
  background:none;
}

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

#cres_content #mgr_login_getting_started{
  margin-right:auto !important;
  margin-left:auto !important;
}

#cres_calc fieldset .cres_calc_tax_rate_radio span{margin-right:5px !important;}

table#mgr_getting_started_body{margin-bottom:30px !important;}

.hide_for_intermediate{display:none;}


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

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

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

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

/* Custom Colors & Font Size */

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

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

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

#cres_calc button:hover {
  background-color:#C1274E !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;
  z-index:95;
}

#cres_calc legend {
  border:none;
  width:100%;
  display:block;
  clear:both;
  margin:0;
  border-bottom:1px solid #fff;
}

#cres_calc legend .bigMedTitle {
  font-size:1.6em;
  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.37373733%;
  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:991px) {
  /* 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************/

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


/*************************************************
pages 173 and 174 fixes
*************************************************/

#cres_content #cres_contact .checkbox_list_2 ul li,
#cres_content #cres_contact .checkbox_list ul li {
  list-style:none;
}

#cres_content #cres_contact .checkbox_list_2 ul li input,
#cres_content #cres_contact .checkbox_list ul li input {
  margin:5px 10px 0 0;
}

#cres_content #cres_org_content .bigMedTitle {
  font-size:1.375em;
}

/*remove apple's styling on buttons only*/
#cres_content #cres_contact button, html #cres_content #cres_contact input[type="button"], #cres_content #cres_contact input[type=reset] {
  -webkit-appearance:none;
}

 
/***************RESPONSIVE STYLES AND FIXES (Coder)****************/



#cres_content .mgrStrongTitle {font-weight: bold;font-size:1.2em;}
.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: 0;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_content #cres_contact {width:90%;}
#cres_content #cres_contact fieldset, #cres_content #cres_contact div, #cres_content #cres_contact label {width:100%;}
#cres_content #cres_contact label {font-weight:bold;}
#cres_content #cres_contact textarea {width:98%;}
#cres_calc {width:100%;margin:auto;}
#cres_calc div {clear: both;float:left;margin:5px;width:100%;}
#cres_calc fieldset {float: left;margin:0px;padding:0px;border:1px solid #DDDDDD;width:100%;}
#cres_calc label {float:left;width:130px;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;}
#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: 98%;} 
#cres_contact .cc_large {width: 98%;} 
#cres_content #cres_contact_email, #cres_content #cres_contact_lname, #cres_content #cres_contact_fname {width:98%;}
#cres_content input.cres_preview_btn {margin:0 0 0 3px;float:right;display:none;}

/* 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_content #cres_news_box_grid {float: none;}
#cres_news_box_grid .cres_news_box_grid_wide {width: 100%;float: left;margin: 0px;}
#cres_content #learn_wills_container .bigMedTitle_NL {padding: 10px 0px 0px;} /* For the Learn About Wills Page */
.cres_news_box_grid-Small-Title {font-size: 1em;color: #373737;font-weight: bold;margin: 2px 0px;padding: 0px;text-transform: none;}
#cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {display:block;color:#c1274e;font-size: 1em;text-decoration:none;font-weight:normal;padding:10px 0;margin:0;}
#cres_content #cres_news_box_grid a:hover, #cres_content #cres_news_box_grid a:active {color:#e75177;}
#cres_content #cres_news_box_grid a .cres_news_box_grid-Title {font-size: 1.3em;font-weight: bold;color: #373737;margin: 2px 0px;padding: 0px;}
#cres_content #cres_news_box_grid a:hover .cres_news_box_grid-Title {color:#e75177;}
#cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle{font-size: 1.em;font-weight: normal;color: #373737;margin: 0px 0px 2px;padding: 0px;text-transform:uppercase;}
#cres_content #cres_news_box_grid a:hover .cres_news_box_grid-SubTitle{color:#e75177;}


@media screen and (max-width:1300px){
  .marketing_title h1 {font-size:40px;}
  .marketing_message p {font-size:19px;}
}

@media screen and (max-width:1200px){
  .hero-image {left:-23%;width:63%;}
}

@media screen and (min-width:1024px) and (max-width:1399px){
  .main_menu > li > a, .main_menu > li > a:visited{font-size:16px;}
  .main_menu .dropdown a, .main_menu .dropdown a:visited{font-size:16px;}
}

@media screen and (max-width:1023px){
  body{padding-top:0;}
  
  .header{position:relative;}
  
  .masthead > .container{
    position:relative;
    height:100%;
  }
  
  /*For mobile only!*/
  
  .mobile_show{display:block;}
  
  .mobile_hide{display:none;}
  
  .org_logo{width:auto;}
  
  .main_nav{
    position:absolute;
    top:160px;
    padding:5%;
    background-color:#fff;
    -webkit-box-shadow:0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow:0 2px 5px rgba(0,0,0,.1);
    box-shadow:0 2px 5px rgba(0,0,0,.1);
    border-top:none;
    left:0;
    right:0;
    float:none;
    width:auto;
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
    text-align:center;
    z-index: 98;
  }
  
  .main_menu{
    text-align:center;
  }

  .main_menu > li{
    padding:0;
    margin:0;
    display:block;
  }

  .main_menu > li > a, .main_menu > li > a:visited{
    padding:10px 5%;
    color:#373737;
    font-weight:400;
    line-height:1.4;
    font-size:26px;
  }
  
  .main_menu > li > a:hover, .main_menu > li > a:active{
    color:#373737;
  }
  
  .main_menu > li.has_dropdown > a, .main_menu > li.has_dropdown > a:visited{
    color:#373737;
  }

  .main_menu .dropdown{
    border-top:0 none;
    background:none;
    width:auto;
    -webkit-transform:none;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    padding:0;
    -webkit-transition:none;
    -moz-transition:none;
    transition:none;
    visibility:visible;
    opacity:1;
    position:static;
    display:block !important;
  }

  .main_menu .dropdown li{padding:0;text-align:center;}

  .main_menu .dropdown a, .main_menu .dropdown a:visited{
    color:#373737;
    padding:10px 5%;
    line-height:1.4;
    font-size:17.6px;
    font-weight: 400;
  }
  .main_menu .dropdown a:hover, .main_menu .dropdown a:active {color:#373737;}
 
  .marketing_message p{font-size:19px;}
  
  .dhla_table_widget{
  border-spacing: 20px;
  }
  
  .about-bequests .dhla-text p, .charitable-ru .dhla-text p, .ira-rollover .dhla-text p, .legacy-society .dhla-text p{float:left;margin-right:0;width:100%;}
  .dhla-text .long-link{display:none;}
  .dhla-text .short-link{display:inline-block;}
  
  .footer-left{font-size: 1em;}
  img.footer-image{right: -18rem;}
}

@media screen and (max-width:767px){
    
  #cres_content .row{margin:0;}
 
  .cres_table1{
    width:100%;
    margin:0 auto !important;
    max-width:600px;
  }
  
  .cres_table1 td{
    display:table-row;
    width:100%;
    padding:0 !important;
  }
  
  .cres_table1 td > div{
    max-width:100%;
    padding:0 !important;
    margin:0 0 30px !important;    
    float:none;
    width:100%;
    overflow:hidden;
  }
  
  .cres_table1 td > div img{
    margin:0 auto 15px !important;
    display:block;
    max-width:100% !important;
  }
  
  #cres_content #donor_story_main_ul,
  #cres_content #what_give_ul,
  #cres_content #learn_wills_ul,
  #cres_content #gift_calc_ul,
  #cres_content #how_give_ul {
    margin-left:0;
    margin-right:0;
  }
  
  .cres_hero{width:100%;}
  
  .dhla_table_widget,.dhla_row_widget{display:block;}
  .about-bequests, .ira-rollover, .legacy-society, .charitable-ru {width:100%;display:block;margin-bottom:30px;float:left;}
  #cres_content #cres_table1-r1-c1 .cres_image_row, #cres_content #cres_table1-r1-c1 .cres_text_row {width:100%;margin-left:0;}
}


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


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

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

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

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

.mobile_main_menu a, .mobile_main_menu a:visited {
    display: block;
    margin: 0px;
    background: #C1274E none repeat scroll 0% 0%;
    transition: none 0s ease 0s;
    -webkit-transition: none 0s ease 0s;
    -o-transition: none 0s ease 0s;
    -ms-transition: none 0s ease 0s;
    color: #FFF;
    font-size: 1em;
    font-weight: 600;
    line-height: normal;
    text-decoration: none;
    width: 100%;
    padding: 0.6em 1em 0.7em 0.8em;
}

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

.tablet_indent {
    padding: 0;
}

.tablet_indent li {
    border-top: none;
    display:block;
}

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

#mobile_nav_toggle {
  float: left;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 23px;
  color: #333;
  padding: 15px;
  background:none;
  cursor:pointer;
  position:relative;
  border:0 none;
}

#mobile_nav_toggle i {
  font-size: 26px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  padding-right: 12px;
}

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



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



/***********News Page*************/


/***********Advisors Page*************/



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




/***************************************
RT Edits
***************************************/

html { 
	-webkit-text-size-adjust: none;
}

#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: 94%;
    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;
    float: none;
    border: 1px solid #C0234F; /*Change This Color*/
    background: #C0234F; /*Change This Color*/
    border-radius: 99px;
    background-image: none;
    color: #fff;
    padding: 15px 20px;
    margin: 0px 10px 20px 0px;
    width: auto;
    font-size: 1em;
    font-weight: normal;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

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

#cres_contact div {
    margin: 5px 0px !important;
}
#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_content #cres_pp_img,
#cres_articles_div {
    margin: 15px 0;
}

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

.marketing_message ul li {
	font-size: 1em;
}
.marketing_title h1 span {
	font-size: 1.3em;
}
.h1-alt {
	color: #FFF;
    font-size: 27px !important;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 30px 0;
    padding: 0;
    font-style: normal !important;
    font-weight: 700 !important;
}
.cres_hero {
	padding: 16px 0;
}
.cres_hero_wrapper::after {
	left: -480px;
}
.marketing_message a.hero-button, .marketing_message a.hero-button:visited {
	padding: 12px 30px;
	min-width: unset;
}
.nav_toggle_btn i {
	font-size: 1em;
	padding: 0 6px 0 5px;
	top: 1px;
}
.nav_toggle_btn {
	font-size: 21px;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	padding: 10px 0;
	border-top: 1px solid #d4d4d4;
}
.utility_menu a, .utility_menu a:visited {
	width: 100%;
	padding: 11px 7px;
	font-size: 17px;
}
.inline li {
	width: 100%;
}
.org_logo img {
	margin: 0;
}
.org_logo {
	margin: 0;
}
.border-wrap span {
	width: 100%;
}
.marketing_message ul li {
	margin-bottom: 10px;
}
.content-body {
	padding: 10px 0 !important;
}
.cres_button > a img {
	margin: 0 auto 11px 0;
	width: 32px;
}
.cres_button_grid {
	text-align: left;
}
.cres_button_grid .cres_button:last-child {
	width: 170px;
	
}
.cres_button > a, .cres_button > a:visited {
	font-size: 18px;
}
.dhla-text a, .dhla-text a:visited {
	padding: 10px 30px;
}
.dhla-text p {
	margin: 0;
}
.dhla-text {
	padding: 15px 20px 20px;
}
.dhla-text .short-link {
	margin-top: 20px;
}
.dhla-header h3 {
	margin: 0;
	line-height: 1.2em;
}
ul.gift_button li a, ul.gift_button li a:visited {
	font-size: .8em;
	line-height: 1.4em;
}
ul.gift_button li {
	margin-top: 10px;
}
ul.gift_button li a, ul.gift_button li a:visited {
	padding: 12px 20px;
}
.footer {
	padding: 20px 0;
}
.professional-button a, .professional-button a:visited {
	width: 100%;
	padding: 12px 30px;
}
.cres_news_box_grid-SubTitle, #cres_content .bigMedTitle {
	font-size: 1.5em;
	margin-bottom: 10px;
}
#how_give_ul li a {
	font-size: 18px;
	display: block;
	line-height: 28px;
}
.content-body {
	padding: 0 !important;
}
.cres_button_grid {
	padding: 0;
}
.page_title_wrap {
	margin-bottom: 10px;
}
.main_content_wrap {
	padding: 20px 0;
}
#page_title {
	padding: 20px 0;
}
#cres_news_box_about_us_gp img {
	margin: 0 auto 0 0;
}
#cres_share_actions, #cres_ds_actions, #cres_article_actions, .cres_text_resize {
	display: none !important;
}
.cres_marketing p {
	font-size: 29px;
}
.professional-button a, .professional-button a:visited {
	font-size: 18px;
}
#cres_content #learn_wills_ul li {
	padding: 8px 15px;
}
#cres_contact, #cres_contact fieldset, #cres_contact div {
	width: 100% !important;
}



#cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle {
	font-size: 1em;
	margin: 0 0 7px;
}
#cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {
	padding: 0;
}
#mobile_nav_toggle {
	font-size: 21px;
	font-family: "Open Sans", sans-serif;
}
#mobile_nav_toggle i {
	font-size: 22px;
	padding-right: 6px;
}
.mobile_main_menu a, .mobile_main_menu a:visited {
	font-size: 1.2em;
}
#fullnav {
	width: 220px;
	left: -220px;
	background-color: #c1274e;
}
#navscroll {
	overflow-y: auto;
}
.mobile_main_menu li {
	border-color: #fff;
}
#navscroll .mobile_main_menu li:first-child {
	border: none;
}
.icon-arrow-down3:before {
	font-size: 10px;
}
.cres_indent_40 {
	padding: 0;
}
.main_content {
	padding: 0;
}
#cres_content {
	padding: 0;
}
.main_content_wrap {
	padding: 20px 0 0;
}


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

.org_logo {
    float: none;
}

.org_logo img {
    max-width: 250px;
}

#mobile_nav_toggle {
    padding: 0 15px 15px 15px;
}



.mobile_main_menu a, .mobile_main_menu a:visited {
    font-size: 1.3em;
}

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

.ui-autocomplete{height:auto !important}
#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;
}

 /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
