
  
/*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: 'Roboto', Arial,Helvetica,sans-serif;line-height:1.3em;color: #333333;}
.clear {clear: both;margin: 0px;padding:0px;height:0px;}
.hidden {display: none;}
a img , img {height:auto;border:0 none;}
*{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: #083266 !important;
    background-image: none !important;
    border: medium none !important;
    color: #fff;
    cursor: pointer;
    font-family: arial;
    font-size: 17px;
    font-weight: bold;
    margin: 10px 15px 0 0 !important;
    padding: 6px 12px 8px;
}

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

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

#header {
  float: left;
  width: 100%;
text-align: right;
}

#header img {
    height: auto;
    margin: 10px auto;
    width: 50%;
    float: none;
    display: block;
}

#nav {
    background-color: #1E3565;
    float: left;
    width: 100%;
    border-bottom: 4px solid #7088a1;
}

#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:#fff;
  display:block;
  font-family: 'Roboto', Arial,Helvetica,sans-serif;
  font-size: 18px;
  line-height: 24px;
}

#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: 10px 0px;
  margin:0 0 0 4%;
}
#nav ul li ul {
  display:none;
  margin:0;
  padding:0;
  position:absolute;
  list-style-type: none;
  width:100%;
z-index: 1;
}

#nav ul li ul li a:link, 
#nav ul li ul li a:visited {
  background: #083266;
  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:#083266;
}

#quick_links {
  width:100%;
  float:left;
  background-color: #1E3565;
}
#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 ****/
 
/*** Footer Start ****/
#footer {
  font-family: arial;
  padding: 10px 0;
  text-align:center;
  font-size: 11px;
  clear: both;
  padding: 0px 15px 20px;
  background-color:#FFFFFF;
  width:100%;
}

#footer_wrapper {
  width:100%;
}

#footer_wrapper p {
  margin:0 0 1em;
}
/*** 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;
}

#cres_content {
  font-family: 'Roboto', Arial, Helvetica, verdana, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
  color: #333333;
  width:100%;
  padding: 20px 15px;
  float:left;
  background-color:#FFFFFF;
}

#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 {
  font-family: 'Roboto Slab', Arial, Helvetica, Verdana, Sans-serif;
  color: #ad9e6e;
  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: #333333;
   font-size: 1.4em;
}

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

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

h3.mgrSubHeaderTitle{
  font-weight: normal;
  margin: 5px 0px 5px 0px;
  color: #333333;
   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: #2166ae;
  margin: 2px 0px 10px;
  padding: 0px;
  clear:both;
font-family: "Roboto Slab";
}

.cres_news_box_grid-Small-Title {
  font-size: 1em;
  color: #333333;
  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;
  background:transparent url(../images/arrow.png) 99% center no-repeat;
}

#cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {
  display:block;
  color:#333333;
  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:#333333;
}

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

#cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle{
  font-size: 1em;
  font-weight: normal;
  color: #2166ae;
  margin: 0px 0px 2px;
  padding: 0px;
  text-transform:uppercase;
}

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

/*Listings for every 2nd Tier pages*/
#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: #333333;
  font-size:1em;
  display:block;
  background:transparent url(../images/arrow.png) 99% center no-repeat;
}

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


/***********************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.4em;
    line-height: 1.25em;
    margin: 2px 0 0;
}

#cres_content #cres_news_box_grid a, #cres_content #cres_news_box_grid a:visited {
    padding: 10px 0 15px;
}

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

#footer {
    font-size: 0.8em;
    padding: 15px 15px 20px;
    background: none repeat scroll 0 0 #182a50;
    border-top: 4px solid #b9892d;
    color: #fff;
    padding-bottom: 1em;
}

#footer a {
    color: #fff;
}

#footer img {
    width: 50%;
}

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

#marketing {
    display: none;
    position: relative;
}

#back_main {
    padding: 5px;
    text-decoration: none;
color: #1e3565;
display: inline-block;
}

#banner {
    height: 150px;
    background-position: 10% 2%;
    background-repeat: no-repeat;
    background-image: url(/org_files/184/images/rd1/banner.jpg);
}

#marketing_text {
    width: calc(100% - 10px);
    background: url(/org_files/184/images/rd1/mtns.png) no-repeat rgba(239,228,167,.9);
    border: 3px solid #ac9d6e;
    border-radius: 0 60px 0 0;
    color: #a77b29;
    padding: 10px 20px 20px 20px;
    margin: -30px auto 10px;
    background-position: -94% bottom;
}

#marketing_text h1 {
    color: #a77b29;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 26px;
font-family: "Roboto Slab";
margin-bottom: 5px;
}

#cres_content #cres_news_box_about_us_org, #cres_content #cres_news_box_about_us_gp {
	width: 100%;
}


/****************************************************************
*************************DJ'S EDITS*****************************/

#marketing_text h1 {
    font-size: 2em;
}

#marketing_text p {
    font-size: 1.1em;
    line-height: 1.5em;
}

#quick_links ul li a, #quick_links ul li a:visited {
    font-family: 'Roboto Slab';
}

#donor_story_main_container p, #donor_story_main_ul li a .bigMedTitle, #cres_content #cres_news_box_grid a .cres_news_box_grid-Title, #cres_content .bigMedTitle {
    font-weight: normal !important;
}

h1.cresPageHeader, #cres_content .bigTitle {
    padding-bottom: 0;
}

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

#cres_content p a{
    text-decoration: none;
    color: #2166ae;
    font-weight: bold;
    font-style: italic;
}

#cres_content p a:visited{
    text-decoration: none;
    color: #7a5a1e;
    font-weight: bold;
    font-style: italic;
}

#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 input,
#cres_content input:hover {
    background-image: none;
    background: #fff;
}

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

div#cres_share_action_top, div#mobile_video_button {
    display: none;
}




/********** DO DESIGN ADJUSTMENTS **********/

#cres_content {
    font-size: 1.05em;
}

.text_block p {
    line-height: 1.6em;
}

.text_block h1 {
    font-size: 1.8em;
    line-height: 1.25em;
}

#marketing_text {
    padding: 10px 20px 20px 15px;
}

#cres_content .bigMedTitle {
    line-height: 1.2em;
}

#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 {
    margin: 0 0 5px;
}

#marketing_text h1 {
    font-size: 2em;
    line-height: 1.1em;
}




/**** Web Fixes ****/

.orange {
	font-family: 'Roboto Slab';
	background: #a77b29;
	color: #fff;
	width: 100%;
	display: inline-block;
	padding: 8px 15px;
	text-align: center;
	text-decoration: none;
}#what_give_container {
  width: 100%;
  float:left;     
}

#how_give_flow_wrapper {
  background-image: url(../images/what_to_give/real_estate_v2.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 104px;  
}

#how_give_flow_wrapper #gift_text {
  position: absolute;
  width: 80px;
  left: 80px;
  top: 75px;
  text-align: center;
}

#how_give_flow_wrapper #org_text {
  position: absolute;
  width: 180px;
  top: 75px;
  left: 138px;
  text-align: center;
}

#charity_img {
  position: absolute;
  top: 14px;
  left: 198px;
}

.cres_what_how_give_open a:hover, .cres_what_how_give_open a:active {
  cursor: pointer;
}

#cres_share_actions_opts_video {
        display: block; 
}
.cres_ebro_btn {
  width: 210px;
  height: 60px; 
  margin: 0px;
  background-color: #003366;
  background-color: #083266;
  background-image: url("../images/how_to_give/cres_ebro_what_give_btn.png");
  float: left;
}
.cres_ebro_btn img{
  width: 210px;
  height: 60px;
}.cres_accessible_hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

#blanket_overlay {
  background-color: #000000;
  opacity: 0.65;
  filter: alpha(opacity = 65);
  position: absolute;
  z-index: 99;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
}

#jw_wrapper_1 {
  position: absolute;
  top: 110px;
  left: 0px;
  display:none;
  z-index: 100;
}

#jw_container_1_jwplayer_controlbar {
  opacity: 1 !important;
}#cres_share_actions a:hover, #cres_share_actions a:active {
cursor: pointer;
} /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
