
  
/*********************BEGIN MAIN MOBILE STYLES******************/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

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 {
  color: #000;
  font: normal 16px/1.5 proxima-nova, sans-serif;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  background-color: #fff;
}

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

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

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

img {
  height: auto;
  border: 0 none;
}

a img {
  border: 0 none;
}

h1, h2, h3, h4 {
  margin: 4px 0;
  line-height: 1.2em;
  font-weight: 400;
  text-transform: uppercase;
  color: #00245c;
  font-family: din-condensed;
  padding: 0;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.6em;
}

h4 {
  font-size: 1.2em;
}

.italic {
  font-style: italic;
}

.clear {
  clear: both;
}

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

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

.row {
  margin: 0 -15px;
}

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

.mobile_show {
  display: none;
}

.hidden {
  display: none;
}

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

/********** MOBILE MENU CSS ************/
#fullnav {
  position: fixed;
  height: 100%;
  top: 0px;
  overflow: hidden;
  left: -200px;
  width: 200px;
  z-index: 101;
}

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

#close_menu {
  font-size: 2em;
  color: #fff;
  display: block;
  text-align: right;
  padding: 10px;
  background-color: #053A6E;
  cursor: pointer;
}

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

.mobile_main_menu li:first-child {
  border-top: 0 none;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
  display: block;
  margin: 0px;
  background: #053A6E 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: 1.2em;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
  width: 100%;
  padding: 0.6em 1em 0.7em 0.8em;
  font-family: din-condensed;
  text-transform: uppercase;
}

.mobile_main_menu a.active {
  color: #ccc;
}

.mobile_main_menu a:hover {
  color: #fff;
}

.mobile_menu_btn {
  width: 100px;
  text-align: right;
  background: transparent none repeat scroll 0% 0%;
  position: absolute;
  right: 15px;
  top: 50%;
  z-index: 98;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  color: #fff;
  font-size: 0.9em;
  cursor: pointer;
  display: none;
}

#mobile_menu_icon {
  width: 30px;
  color: #fff;
  float: right;
}

#mobile_menu_icon span {
  background-color: #fff;
  display: block;
  margin-bottom: 5px;
  width: 100%;
  height: 5px;
}

.tablet_indent li a {
  padding: 0.1em 1em 0.7em 2em;
  font-size: 1.1em;
  text-transform: none;
}

.tablet_indent {
  padding: 0;
}

.tablet_indent li {
  border-top: none;
}

/*********** End Mobile Menu *********/

/****************Body CSS*************/

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

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

.cres_button, .cres_button:visited {
	color: #fff;
	text-transform: uppercase;
	font: 400 20px/1em din-condensed;
	display: inline-block;
	padding: 10px 15px;
	background-color: #d22030;
}

.cres_button:hover, .cres_button:active {
	background-color: #79131c;
}

.header {
  position: relative;
}

.top_bar {
  width: 100%;
  font-size: 1.2em;
  line-height: 1em;
  overflow: hidden;
  text-align: center;
  padding: 10px 0;
  text-transform: none;
  background-color: #06224e;
  font-family: din-condensed;
}

.top_bar a, .top_bar a:visited {
  color: #fff;
}

.top_bar a i {
  color: inherit;
}

#cres_masthead {
  padding: 15px 0 5px;
  overflow: hidden;
  position: relative;
  text-align: center;
}

.logo {
  display: inline-block;
  margin: 0;
  position: relative;
}

.logo img {
  width: 100%;
  max-width: 290px;
}

.nav_menu_bar {
  width: 100%;
  position: relative;
  font-family: din-condensed;
  text-align:center;
}

.nav_toggle {
  padding: 10px 0;
  text-transform: uppercase;
  color: #062450 !important;
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
}

.nav_toggle i {
  margin: 0 7px 0 0;
  color: inherit;
  font-size: 1.2em;
  top: 3px;
  position: relative;
}

.top_nav {
  width: 100%;
  background: #d22030;
  font-family: din-condensed;
}

.top_nav ul {
  width: 100%;
  text-align: center;
  display: table;
  padding: 0;
}

.top_nav li {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 0;
}

.top_nav ul li a, .top_nav ul li a:visited {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 400;
}

.cres_hero {
  display: none;
  width: 100%;
  position: relative;
}

.cres_hero img{
  width:100%;
}

.cres_marketing{
  padding:15px;
  overflow: hidden;  
  text-align:center;
}

.cres_marketing h1{
  color: #06224e;
  margin: 0;
  text-transform: uppercase;
  font: 400 50px/1.1em din-condensed;
}

.cres_marketing h1:after{
  width: 70%;
  max-width: 150px;
  background-color: #d22030;
  height: 1px;
  display: block;
  margin: 20px auto;
  content:'';
}

.cres_marketing p {
  margin: 0;
  font-size: 20px;
  line-height: 1.3em;
}

#main_content {
  padding: 30px 0;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}

.pre_footer {
	text-align: center;
	padding: 10px 0;
	background-color: #f0f0f0;
}

.footer {
  color: #fff;
  padding: 15px 0;
  background: linear-gradient(to right, #053A6E, #06214C);
  overflow: hidden;
  text-align: center;
}

.footer a, .footer a:visited {
  color: #fff;
}

.footer p {
  margin: 0;
}

.footer_logo {
  padding: 15px 0;
  margin:0;
}

.footer_logo img {
  vertical-align: middle;
  max-width: 290px;
  width: 100%;
}

.social_nav {
  padding: 15px 0;
}

.social_menu li {
  display: inline-block;
  padding: 0 5px;
  vertical-align: top;
}

.social_menu a, .social_menu a:visited {
  font-size: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  color: #fff;
  display: inline-block;
  border: 2px solid #fff;
}

.social_menu a .fa {
  font-size: 20px;
  line-height: 36px;
}

.social_menu a:hover, .social_menu a:active {
  color: #ccc;
}

.org_info {
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
  line-height: 1.556em;
  margin:0;
  font-style:normal;
}

.copyrights {
  padding: 15px 0;
}

.bigger_font {
  font-size: 1.2em;
}

p.cres_copyright {
  margin: 0;
  font-size: 0.9em;
}

p.cres_copyright .privacy {
  line-height: 3em;
}

p.cres_copyright a {
  font-weight: 600;
  text-decoration: underline;
}

p.cres_copyright a:hover {
  text-decoration: underline;
}

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

/**************End Body CSS*****************/

/************END MAIN STYLES****************/

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

/*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, #how_give_flow_wrapper_2, #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, #cres_content .gift_calc_header {
  display: none !important;
}

#cres_content {
  font-size: 1em;
  line-height: 1.5;
  color: #000;
  padding: 0;
  width: 100%;
}

#cres_content .breadcrumb {
  display: none;
}

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

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

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

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

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

h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
  margin: 0;
  color: #00245c;
}

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

h2.mgrSubHeaderTitle {
  margin: 5px 0;
  font-size: 2em;
}

h2.mgrSubHeaderTitle_U {
  margin: 5px 0 0;
  color: #00245c;
  border-bottom: 1px solid #CCCCCC;
  font-size: 2em;
}

h2.mgrSubHeaderTitle_S {
  margin: 5px 0 0;
  color: #00245c;
  border-top: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  font-size: 2em;
}

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

h3.mgrSubHeaderTitle_U {
  margin: 5px 0 0;
  color: #000;
  border-bottom: 1px solid #CCCCCC;
  font-size: 2em;
}

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

h3.cresDateHead {
  font-size: 0.9em;
  margin: 0;
  padding: 5px 0;
  color: #000;
  clear: both;
  font-style: italic;
}

#cres_content .mgrStrongTitle {
  font-weight: 700;
  font-size: 1.2em;
}

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

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

input {
  -webkit-appearance: none;
}

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

input[type=checkbox] {
  -webkit-appearance: checkbox;
}

#cres_content input {
  float: left;
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

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

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

##cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"], .cresbutton_create_account, .cresbutton_learn_more, .cresbutton_login {
  display: inline-block;
  position: relative;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: 400 !important;
  line-height: 1em !important;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: none;
  background-color: #d22030;
  border: none;
  margin-top: 0.35em !important;
  margin-bottom: 0.5em;
  border-radius: 0;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: din-condensed !important;
  -webkit-appearance: none;
}

#cres_content input[type="text"], #cres_content input[type="password"] {
  padding: 2px 4px !important;
  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;
}

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

#cres_content select {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
}

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

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

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

#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 3px;
  float: right;
  display: none;
}

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

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

#cres_content .bigMedTitle {
  font-size: 2em;
  font-weight: 400;
  color: #00245c;
  margin: 2px 0;
  padding: 0;
  clear: both;
  text-transform: uppercase;
  font-family: din-condensed;
  line-height: 1.2em;
}

#cres_content a h2.bigMedTitle {
  color: #d22030;
}

#cres_content .bigMedTitle_NL {
  font-size: 2em;
  font-weight: 400;
  color: #00245c;
  margin: 0;
  padding: 10px 0;
  clear: both;
  text-transform: uppercase;
  font-family: din-condensed;
  line-height: 1.2em;
}

#cres_content #learn_wills_container .bigMedTitle_NL {
  padding: 10px 0;
  font-family: serif;
  line-height: normal;
}

/* For the Learn About Wills Page */
.cres_news_box_grid-Small-Title {
  font-size: 1em;
  color: #000;
  font-weight: 700;
  margin: 2px 0;
  padding: 0;
  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: #000;
  font-size: 1em;
  text-decoration: none;
  font-weight: 400;
  padding: 20px 0;
  margin: 0;
  border-bottom: 1px solid #cacaca;
}

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

#cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
  font-size: 2em;
  font-weight: 400;
  color: #00245c;
  margin: 2px 0;
  padding: 0;
  text-transform: uppercase;
  font-family: din-condensed;
  line-height: 1.2em;
}

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

#cres_content #cres_news_box_grid a .cres_news_box_grid-SubTitle {
  font-size: 1em;
  font-weight: 400;
  color: #d22030;
  margin: 10px 0;
  padding: 0;
  text-transform: none;
}

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

/*Listings for every 2nd Tier pages*/
#donor_story_main_ul {
  margin: 0;
  padding: 0;
}

#cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #donor_story_main_ul li, #cres_content #learn_wills_ul li, #cres_content #gift_calc_ul li {
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  border: none;
}

#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 {
  margin: 0;
  padding: 20px 25px 20px 0;
  border-bottom: 1px solid #cacaca;
  display: block;
  color: #000;
  background: transparent url(../images/arrow.png) 99% center no-repeat;
  text-decoration: none;
}

#what_give_ul li a:hover, #what_give_ul li a:active, #what_give_ul li a:hover .bigMedTitle, #how_give_ul li a:hover, #how_give_ul li a:active, #how_give_ul li a:hover .bigMedTitle, #donor_story_main_ul li a:hover, #donor_story_main_ul li a:active, #donor_story_main_ul li a:hover .bigMedTitle, #learn_wills_ul li a:hover, #learn_wills_ul li a:active, #learn_wills_ul li a:hover .medTitle, #gift_calc_ul li a:hover, #gift_calc_ul li a:active, #gift_calc_ul li a:hover .bigMedTitle {
  color: #d22030;
}

#cres_content #what_give_container, #cres_content #how_give_container {
  width: 100%;
}

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

#cres_content #cres_news_box_donor_story, #cres_content #cres_news_box_wash_hotline, #cres_content #cres_news_box_personal_planner, #cres_content #cres_news_box_what_to_give, #cres_content #cres_news_box_how_to_give, #cres_content #cres_news_box_plan_your_will, #cres_content #cres_news_box_learn_about_wills, #cres_content #cres_news_box_plgive_calc, #cres_content #cres_news_box_savvy_living, #cres_content #cres_news_box_finances, #cres_content #cres_news_box_glaw_pro, #cres_content #cres_news_box_glaw_calc, #cres_content #cres_news_box_advisor_news {
  background: none;
  height: auto;
}

#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, #cres_news_box_about_us_org, #cres_news_box_about_us_gp {
  border-color: #CCCCCC;
  border-style: solid;
}

#cres_content #cres_news_box_about_us_org, #cres_content #cres_news_box_about_us_gp {
  border: none;
  padding: 10px 0;
  height: auto;
  float: none;
  width: auto;
}

#learn_wills_container #learn_about_wills_button_container_top, #learn_wills_container #learn_about_wills_button_container_right {
  display: none;
}

#learn_wills_container #learn_about_wills_button_container_top_intermediate {
  display: block;
  width: 100%;
}

#learn_wills_container #learn_about_wills_content_container {
  width: 100%;
}

#learn_wills_container #learn_about_wills_buttons_left_intermediate, #learn_wills_container #learn_about_wills_buttons_right_intermediate {
  padding: 10px 0 0;
  width: 80%;
  margin: 0 auto;
  max-width: 256px;
  float: none;
  clear: both;
}

#cres_news_box_about_us_gp p {
  width: auto !important;
}

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

#what_give_container {
  overflow: hidden;
}

#cres_content .intro {
  padding: 10px 0 20px;
  margin: 0 10px 0;
  border-bottom: 1px solid #CCCCCC;
  clear: both;
}

#cres_plus_minus_icon {
  display: none;
}

.cres_what_how_give_open a, .cres_what_how_give_open a:visited {
  color: #d22030;
}

.cres_what_how_give_open a h2 {
  font-size: inherit !important;
  font-weight: 400 !important;
  color: #d22030 !important;
}

#what_give_container li, #how_give_container li {
  margin-bottom: 10px;
}

.how_bequest_link {
  font-weight: 400;
}

#mobile_video_button {
  display: none;
}

.uppercase_text {
  margin: 0 15px;
}

.uppercase_text b {
  font-weight: 400;
}

#cres_news_box_about_us_gp + p {
  padding-top: 15px !important;
}

#cres_news_article p {
  margin-bottom: 0.5em;
}

#cres_news_article p.bigMedTitle {
  margin: 0 0.5em;
  font-weight: 400;
  font-size: inherit;
  line-height: inherit;
}

#cres_content #cres_news_box_about_us_gp img {
  display: none;
}

#cres_content #cres_donor_story_div, #cres_content #cres_articles_div {
  margin: 0;
  padding: 0;
  width: 100%;
  display: none;
}

#image_banner {
  display: none;
  width: 100%;
  overflow: hidden;
}

#image_banner img, #cres_content #cres_donor_story_div img, #cres_content #cres_articles_div img {
  width: 100%;
  max-width: bold;
  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_news_article, #cres_donor_story {
  width: 100% !important;
}

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

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

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

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

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

/* Custom Colors & Font Size */

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

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

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

#cres_calc button:hover {
  background-color: #053A6E !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: 400;
  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 #000;
  }

  #cres_content #cres_calc input[type='radio']:checked {
    -webkit-appearance: radio;
    border: 1px solid #000;
    background: #000 !important;
    border-radius: 50%;
  }

}

@media screen and (max-width:900px) {
  #cres_calc fieldset {
    font-size: 1em;
  }

  #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
    margin: 13px 5px 14px 0px !important;
  }

  #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate:first-child {
    margin-left: 10px !important;
  }

}

/* Swap to 1-Column Layout */

/* Change max-width to trigger 1-column layout at any screen width */

/* Note:When changing max-width from 767px, place "Calendar Positioning Change" in its own media query if its 

needs to trigger at a different max-width. */
@media screen and (max-width:767px) {

  /* Calendar Positioning Change */

  /* Positions the calendar pop-up right along edge of window so it doesn't overflow */
  #cres_calendarDiv {
    left: auto !important;
    right: 25px !important;
  }

  #cres_calc fieldset div label {
    width: 100%;
    text-align: left;
  }

  #cres_calc .cc_large {
    width: 100% !important;
  }

  #cres_calc .cc_small, #cres_calc #cres_calc_gift_date, #cres_calc #cres_calc_payout_date, #cres_calc #cres_calc_def_payout_date {
    width: 80% !important;
    max-width: none;
  }

  #cres_calc .cc_med {
    width: 80% !important;
  }

  #cres_calc fieldset .cres_calc_tax_rate_radio {
    width: 100% !important;
  }

  #cres_calc select {
    width: 100%;
  }

  #cres_calc fieldset {
    padding: 15px;
  }

  #cres_content #cres_calc button {
    width: 90%;
    margin: 15px 0 0 !important;
  }

  #cres_content #cres_calc .cres_calc_radio, #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
    margin-left: 10px !important;
    clear: both;
  }

  #cres_calc legend .bigMedTitle {
    padding: 50px 15px 15px 15px !important;
  }

  #cres_calc img#calc_help_btn {
    left: 10px;
    right: auto;
    top: 15px;
    max-width: 70px;
  }

  #cres_calc input, #cres_calc input:hover, #cres_calc select, #cres_calc select:hover {
    border-left: 1px solid rgb(204, 204, 204);
  }

}

@media screen and (max-width:385px) {
  #cres_calendarDiv {
    max-width: 270px;
  }

  #cres_calendarDiv table {
    width: 95%;
  }

}

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

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

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

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

/*************Presentation Update - MA**************/

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

.PresentsFrame-active {
  position: fixed;
  overflow-y: scroll;
}

#blanket_overlay {
  width: 100% !important;
  height: 100% !important;
  top: 0 !important;
  left: 0 !important;
  display: none;
  position: fixed !important;
}

#PresentsFrame {
  width: 850px !important;
  margin-left: -425px !important;
  max-width: 850px !important;
  border: none !important;
  background-image: url('/Presentation/images/white-background-800x600.gif');
  background-repeat: no-repeat;
  background-position-x: 25px;
}

@media screen and (max-width:849px) {
  #PresentsFrame {
    width: 100% !important;
    height: 100% !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0px auto !important;
    max-width: none !important;
    max-height: none !important;
    overflow: auto !important;
    background-size: 100%;
    background-position-x: 0px;
  }

}

@media screen and (max-width:700px) {
  #PresentsFrame {
    background-size: 100% calc((100vw * .75) + 40px);
  }

}

@media only screen and (max-device-width:849px) and (orientation:landscape), (max-device-width:849px) and (orientation:portrait) {
  #PresentsFrame {
    background-color: rgba(0, 0, 0, 0.65);
  }

}

@media screen and (max-device-height:600px) and (max-device-width:849px) and (orientation:landscape) {
  #PresentsFrame {
    width: 100% !important;
    padding: 0 20%;
    background-size: 49% calc((49vw * .75) + 40px);
    background-position: center top;
  }

  .PresentsFrame-active {
    position: static;
  }

}

@media screen and (min-device-height:375px) and (max-device-height:420px) and (min-device-width:800px) and (max-device-width:825px) and (orientation:landscape) {
  #PresentsFrame {
    width: 100% !important;
    padding: 0 25%;
    background-size: 41% calc((41vw * .75) + 40px);
    background-position: center top;
  }

  .PresentsFrame-active {
    position: static;
  }

}

@media screen and (max-device-width:700px) and (orientation:landscape) {
  #PresentsFrame {
    padding: 0 13% !important;
    background-size: 60% calc((60vw * .75) + 40px);
    background-position: center top;
  }

  .PresentsFrame-active {
    position: static;
  }

}

@media (width:1024px) and (orientation:landscape), (width:1366px) and (orientation:landscape) {
  #PresentsFrame {
    background-color: rgba(0, 0, 0, 0);
  }

}

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

/***********End Presentation Update - MA************/

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

/*****************RESPONSIVE STYLES***************/
@media screen and (max-width:1023px) {
  .mobile_show {
    display: block;
  }

  .mobile_hide {
    display: none;
  }

}

/*****************END RESPONSIVE STYLES***************/

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




/*===========================================================
                         DJ Edits
===========================================================*/
.mobile_main_menu a, .mobile_main_menu a:visited,
.tablet_indent li a {
	font-size: 21px;
}

.top_nav ul li a, .top_nav ul li a:visited {
	font-size: 20px;
}

#main_content {
	padding: 20px 0;
}

#cres_content {
	font-size: 1.1em;
}

.cres_marketing h1 {
	font-size: 44px;
	line-height: 1.05em;
}



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

#cres_content h2.bigMedTitle {
	font-size: 1.5em;
	line-height: 1.05em;
}

#cres_content .bigMedTitle,
#cres_content #cres_news_box_grid a .cres_news_box_grid-Title {
	font-size: 1.75em;
	line-height: 1.05em;
}

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

/*************************************************
plus-minus learn more adjustments
*************************************************/
div#cres_plus_minus_icon.cres_plus_icon img, 
div#cres_plus_minus_icon.cres_minus_icon img, 
.cres_plus_icon, .cres_minus_icon {
    display: none !important;
}

.cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle {
    color: #d22030;
    cursor: pointer;
    text-decoration: none;
    font: normal 1em/1.5 proxima-nova, Arial, sans-serif;
    text-transform: none;
    line-height: 1.5em;
}

.cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle:hover {
    color: #79131c;
    cursor: pointer;
}

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

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

/********************************************************
adjust top spacing on first widget on all interior pages
********************************************************/
#what_give_ul li:first-of-type a, 
#how_give_ul li:first-of-type a, 
#donor_story_main_ul li:first-of-type a,
#learn_wills_ul li:first-of-type a {
    padding-top: 0 !important;
}

#cres_content #what_give_ul li a .bigMedTitle,
#cres_content #how_give_ul li a .bigMedTitle,
#cres_content #donor_story_main_ul li a .bigMedTitle, 
#cres_content #gift_calc_ul li a .bigMedTitle {
    margin-top: 0;
}

/********************************************************
remove border-bottom from last widget on all pages
********************************************************/
#cres_content #what_give_ul li:last-of-type a,
#cres_content #how_give_ul li:last-of-type a,
#cres_content #gift_calc_ul li:last-of-type a,
#cres_content #donor_story_main_ul li:last-of-type a,
#cres_content #learn_wills_ul li:last-of-type a {
    border-bottom: none !important;
}

#cres_content #cres_news_box_grid div:last-of-type > a, 
#cres_content #cres_news_box_grid div:last-of-type > a:visited {
    border-bottom: none;
}

/********************************************************/
.cres_indent_40 {
    padding-left: 20px !important;
}

/***************************************
Mobile page 166
***************************************/
#cres_about_wills .uppercase_text{
    padding: 10px 0; 
    text-transform: capitalize;
    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;
}




/***************************************
Mobile page 18
***************************************/

#cres_content #learn_wills_container .bigMedTitle_NL {
	font-family: din-condensed !important;
	line-height: 1.05em !important;
}

#cres_content .medTitle {
	color: #d22030;
    font-weight: normal;
} 

#learn_wills_ul li a {
    padding-top: 10px; 
    padding-bottom: 10px;
}

#learn_wills_container ul#learn_wills_ul + h2.bigMedTitle_NL {
    padding-top: 25px !important;
}

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


/***************************************
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] {
    float: none;
    border: 1px solid #D22030 !important;
    background: #D22030 !important;
    background-image: none;
    color: #fff;
    padding: 10px 20px;
    margin: 0px 10px 20px 0px !important;
    width: auto;
    font-family: din-condensed !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    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;
}

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




/***************************************************
Calculators
***************************************************/
#cres_calc legend .bigMedTitle {
	font-size: 2.25em;
}

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

#cres_content .cres_calc_cal path {
    fill: #062b5a; /*Custom Dark Color*/
}

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

#cres_content #cres_calc button {
	border: none !important;
    background: #d22030 !important; /*Custom Button Color*/
    border-radius: 0 !important;
    color: #fff !important; /* Choose Visible Color for Button */
	font-family: din-condensed !important;
    font-size: 20px !important;
    text-transform: uppercase !important;
}

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

/***************************************
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: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 5px !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;
}

h2.cresDateHead, h3.cresPublishDate, h3.cresDateHead {
    font-size: 1em !important;
    font-weight: normal;
    font-style: normal;
    padding-top: 0;
    padding-bottom: 15px;
    font-family: proxima-nova, Sans-Serif;
    text-transform: none;
}

#cres_news_article .cresDateHead {
    padding-bottom: 10px;
    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-size: 1.75em;
    margin-bottom: 5px !important;
    line-height: 1.05em !important;
}

#cres_news_article .cres_body_article h2 {
	font-size: 1.5em;
	line-height: 1.05em;
    padding-bottom: 5px;
}

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

/******************************************
p39 - PLR
******************************************/
.plr_note {
    margin-left: 0 !important;
    padding: 10px !important;
}
/******************************************/

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

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
















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


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

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

.nav_toggle i {
    margin: 0;
    top: 5px;
}

#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 {
    padding: 23px 25px 20px 0;
}

#cres_content #what_give_ul li a .bigMedTitle, #cres_content #how_give_ul li a .bigMedTitle, #cres_content #donor_story_main_ul li a .bigMedTitle, #cres_content #gift_calc_ul li a .bigMedTitle {
    margin: 0 0 5px 0;
}

h1.cresPageHeader, h1.mgrHeaderTitle, #cres_content .bigTitle {
    margin: 0 0 15px 0;
}/*START_MOBILE_STYLES*/#cres_news_article{
  width:100%
  float: left;
}

#cres_news_article .cres_body_article{
  padding: 10px 0px;
}


    a + h2.cresArticleTitle {
        margin-top: 20px;
        padding: 0 !important;
    }

    #cres_news_article .cres_body_article h2 {
        font-size: 1.75em;
    }

#cres_article_actions a:hover, #cres_article_actions a:active {
cursor: pointer;
} /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
