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

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




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

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font: 400 16px/1.5 Arial, serif;
  margin: 0;
  color: #000;
  width: 100%;
  overflow-x: hidden;
  background-color: #fefefe;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: thin dotted;
}

a img {
  border: 0 none;
}

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

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

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.275em;
}

.clear {
  clear: both;
}

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

.container {
  margin: auto;
  max-width: 1300px;
  padding: 0 30px;
  width: 100%;
}

.row {
  margin: 0 -15px;
}

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

.hidden, .mobile_show, .phone_show, .lp_show, .tablet_show {
  display: none !important;
}

.page_wrap {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  max-width: 1600px;
  margin: 0 auto;
}

.masthead {
  position: relative;
  font-family: Merriweather, sans-serif;
}

.masthead .container{
	max-width: 1600px;
	position: relative;
	display: flex;
	justify-content: center;
	
}

.masthead a {
  line-height: 1.2;
  display: inline-block;
}

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

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

.top_nav {
	padding-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  
}

.top_nav .container{
	max-width: 1600px;
	padding: 0;
}

.top_nav a.gp {
  color: #fff;
  padding: 5px 5px 5px 40px;
  font-size: 1.25rem;
  font-weight: 900;
  position: relative;
}

/*.top_nav a.gp:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform: translateY(-50%);*/
/*  height: 30px;*/
/*  width: 30px;*/
/*  background: transparent url(/org_files/4849/images/gp_icon.png) no-repeat scroll center;*/
/*  background-size: cover;*/
/*}*/

.top_menu a {
  color: #fefefe;
  font-size: 1.125rem;
  font-family: Arial;
  font-weight: 300;
  
  padding: 10px 0.75em;
}

.top_menu {
  display: flex;
  align-items: center;
  margin-left: auto;
  justify-content: end;
  padding-bottom: 10px;
}

.top_menu li {
  display: inline-block;
}

.top_menu li:first-child{
	border-right: solid 1px #abb8c3;
}

.icon.icon-home8 {
  margin: 0 5px;
  color: #23a09a;
}

.top_menu li + li {
  margin-left: -4px;
}

.top_menu a {
  color: #000;
  font-size: 1.125rem;
  padding: 10px 0.75em;
}


.main_nav_wrap {
  padding: 35px 20px ;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
}

.main_nav_wrap .container{
	max-width: 1600px;
	padding: 0;
}

.header_logo {
  display: flex;
  max-width: 300px;
  justify-content: center;
  align-items: center;
	
	
}




.main_nav a {
  color: #0f4150;
}

a.nav_toggle {
  display: none;
  position: relative;
  padding: 5px;
	font-weight: 900;
	text-transform: uppercase !important;
	font-size: 1.1875rem;
	font-family: Arial;
}

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

.main_menu {
  text-align: right;
  padding-left: 30px;
	margin-left: auto;
}

.main_menu > li {
  padding: 5px;
  text-align: center;
  display: inline-block;
  
}

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

.main_menu > li > a {
  padding: 5px 10px;
  font-weight: 900;
  text-transform: uppercase !important;
  font-size: 1.1875rem;
  font-family: URW-Form;
}

.has_dropdown > a:after {
  font-family: Icomoon;
  content: '\edbe';
  margin-left: 5px;
  font-size: 0.8em;
}

.main_menu > li:hover > a, .main_menu > li > a:focus, .main_menu > li.active_parent > a {
	text-decoration: underline;
	text-decoration-color: #dc9f7e;
	text-underline-offset: 8px;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  background-color: #fff;
  z-index: 95;
  text-align: left;
  left: 0;
  min-width: 200px;
  display: none;
}

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

.dropdown_menu > li:first-child, .dropdown_menu > li:first-child > a {
  border-top-left-radius: 10px;
}

.dropdown_menu > li:last-child, .dropdown_menu > li:last-child > a {
  border-bottom-left-radius: 10px;
}

.dropdown_menu a {
  padding: 0.6em 1em;
  display: block;
  text-transform: uppercase;
	font-weight: 900;
	font-size: 1.1875rem;
	font-family: URW-Form;
}

.dropdown_menu a:hover, .dropdown_menu a:focus {
}

.cres_marketing {
  text-align: center;
  position: relative;
  padding: 120px 0;
  font-family: Merriweather, sans-serif;
}

.marketing_imgs {
  border-style: solid;
  border-color: #689c7a;
  margin: 30px 0;
  flex: 0 0 33%;
  -webkit-flex: 0 0 33%;
  border-spacing: 0;
  position: relative;
  width: 33%;
}

.marketing_imgs:after {
  content: '';
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  background-color: #689c7a;
}

.marketing_left {
  border-radius: 20px 0 0 20px;
  border-width: 10px 0 10px 10px;
  order: 1;
  float: left;
}

.marketing_right:after {
  left: -1px;
  right: 1px;
}

.marketing_right {
  border-radius: 0 20px 20px 0;
  border-width: 10px 10px 10px 0;
  order: 3;
  float: right;
}

.marketing_row {
  height: 50%;
}

.marketing_title {
  color: #fff;
  font-size: 2.75rem;
  text-align: center;
  width: 50%;
  line-height: 1;
  padding: 4%;
  vertical-align: middle;
  font-weight: 800;
}

.marketing_left .marketing_title {
  background-color: #689c7a;
}

.marketing_right .marketing_title {
  background-color: #e18b63;
}

.marketing_img {
  background: transparent none no-repeat scroll center;
  background-size: cover;
  padding: 0;
}

.marketing_left .marketing_row:first-child .marketing_img {
  background-image: url(../images/CI_web_images/CI_2201_wide.jpg);
}

.marketing_left .marketing_row:last-child .marketing_img {
  background-image: url(../images/CI_web_images/CI_2131_wide.jpg);
  border-left: 10px solid #689c7a;
}

.marketing_right .marketing_row:first-child .marketing_img {
  background-image: url(../images/CI_web_images/CI_1449_wide.jpg);
  border-right: 10px solid #689c7a;
}

.marketing_right .marketing_row:last-child .marketing_img {
  background-image: url(../images/CI_web_images/CI_0700_wide.jpg);
}

.marketing_msg {
    margin: auto;
	flex: 0 0 1400px;
	-webkit-flex: 0 0 1400px;
	position: relative;
	width: 100%;
	flex-direction: row;
	display: flex;
	justify-content: center;
}

.banner_text{
	order: 2;
	color: #fff;
	text-align: left;
	padding: 30px;
	padding-left: 50px;
}

.cres_marketing h1 {
  font-size: 4.6875rem;
  margin: 0;
  color: #fff;
  text-align: left;
  font-weight: 900;
  font-family: avory-i-latin;
  text-transform: uppercase;
}

.banner_text p{
	font-family: Merriweather;
	font-weight: 300;
	font-size: 1.875rem;
}

.banner_text a{
	font-family: URW-Form;
	font-weight: 700;
	color: #fff;
	padding: 0 2px 2px 0;
	font-size: 1.25rem;
	border-bottom: 1px solid #22cac1;
	text-transform: uppercase;
}

.banner_text a::after{
	content: '>';
	font-weight: 300;
	color: #fff;
	padding: 0 6px 0px 0;
	font-size: 1.75rem;
	border-left: 1px solid #22cac1;
	padding-left: 10px;
	margin-left: 10px;
	
}

.marketing_msg img{
	border-radius: 50%;
	width: 400px;
	height: 400px;
}

.cres_marketing h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 400;
}

.cres_marketing ul {
  margin: 0;
  color: #fff;
  list-style: none;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.cres_marketing li {
  padding: 15px;
}

.cres_marketing li:nth-child(3n-2) {
  background-color: #e18b63;
}

.cres_marketing li:nth-child(3n-1) {
  background-color: #ad5757;
}

.cres_marketing li:nth-child(3n) {
  background-color: #4c7fa7;
}

.cres_marketing li:last-child {
  border-radius: 0 0 10px 10px;
}

.page_title_wrap {
  color: #fff;
  padding: 70px 0;
  background: transparent url(/org_files/280/images/rd2/CI_0207_custom_280_interiorBanner.jpg) no-repeat scroll center;
  background-size: cover;
  position: relative;
  font-family: Merriweather, sans-serif;
}

#page_title::before{
  content: 'Gift Planning';
  font-size: 1.5rem;
  margin: 0;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Avory-I-Latin;
  color: #0F4150;
  display: block;
}

#page_title {
  font-size: 4.6875rem;
  margin: 0;
  position: relative;
  font-weight: 900;
  text-transform: uppercase;
  font-family: Avory-I-Latin;
  color: #0F4150;
  line-height: 1.3;
}

.page_title_wrap a {
  font-family: URW-Form;
  font-weight: 700;
  color: #0F4150;
  padding: 0 2px 2px 0;
  font-size: 1.25rem;
  border-bottom: 1px solid #9f815a;
  text-transform: uppercase;	
}

.page_title_wrap a::after {
	content: '>';
	font-weight: 300;
	color: #0F4150;
	padding: 0 6px 0px 0;
	font-size: 1.75rem;
	border-left: 1px solid #9f815a;
	padding-left: 10px;
	margin-left: 10px;
}


#main_content {
  overflow: hidden;
  padding: 40px 0;
  font-size: 1.125rem;
}

.cres_action_links {
  padding: 40px 0;
  background-color: #f2f2f2;
  font-family: Merriweather, sans-serif;
  text-align: center;
}

.action_title {
  display: block;
  font-size: 2.5rem;
  font-weight: 900;
  line-height: 1;
  color: #689c7a;
  margin-bottom: 15px;
}

.action_menu {
  padding: 5px 0;
}

.action_menu li {
  display: inline-block;
  padding: 5px 10px;
}

.action_menu li + li {
  margin-left: -4px;
}

.action_menu a {
  padding: 12px 20px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  font-weight: 900;
  background-color: #689c7a;
  border-radius: 10px;
}

.action_menu a:hover, .action_menu a:focus {
  background-color: #598769;
}

.footer {
  color: #fff;
  clear: both;
  padding: 40px 0;
  background-color: #0f4150;
  text-align: left;
}

.footer a {
  color: #22cac1;
  font-weight: 300;
  
}


.footer p {
  margin: 0;
}

.footer span.big {
  font-size: 1.125rem;
}

a.advisor_btn {
  display: inline-block;
	color: #9f815a;
	font-size: 1.25rem;
	line-height: 1.2;
	font-weight: 700;
	font-family: URW-Form, sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
	border-bottom: solid 1px #9f815a;
	padding: 0 5px 2px 0;
}

.advisor_btn::after {
  content: ">";
  font-weight: 300;
  border-left: solid 1px #9f815a;
  padding-left: 8px;
  margin-left: 8px;
  font-size: 1.6rem;
}


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

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

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

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

p.cres_copyright a:hover, p.cres_copyright a:focus{
  text-decoration: none;
  color:#fff;
}

.social_media {
  margin-top: 30px;
}

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

.social_menu a {
  font-size: 1.375rem;
  text-decoration: none !important;
  padding: 5px;
}

/*****************CRESCENDO TEMPLATE STYLESHEET*****************/
.hide_for_intermediate {
  display: none;
}

#cres_content {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

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

#cres_content a {
  color: #9f815a;
  font-family: URW-form;
  font-weight: 600;
  text-decoration: none;
}

#cres_content a:hover{
	text-decoration: underline !important;
}


#cres_content a:visited {
  color: #dc9f7e !important;
}


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

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

#cres_content .breadcrumb strong {
  display: none;
}

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

#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 ol.letters li {
  list-style: lower-alpha;
}

#cres_content .medTitle {
  margin: 0;
  padding: 5px 0;
  font-size: 1.0em;
  font-weight: 400;
  display: inline-block;
}

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

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

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

h1.cresPageHeader, #cres_content .bigTitle, h1.mgrHeaderTitle {
  margin: 0 0 20px;
  font-size: 2.3em;
  color: #000;
  padding: 0 0 10px;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  display: none;
  font-family: Merriweather, sans-serif;
}

h1.mgrHeaderTitle {
  font-size: 1.667em !important;
  display: block;
  margin: 0 0 10px !important;
  text-align: left;
}

#cres_content h2, #cres_content h3 {
  font-variant: normal;
  font-weight: 300;
  text-transform: none;
  font-size: 2.25rem;
  font-style: normal;
  color: #0f4150;
  font-family: Merriweather, sans-serif;
}

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

h2.mgrSubHeaderTitle {
  font-weight: 400;
  margin: 5px 0;
  color: #000;
  font-size: 1.667em;
}

h2.mgrSubHeaderTitle_U {
  font-weight: 400;
  margin: 5px 0 0;
  color: #000;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.667em;
}

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

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

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

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

span.cresDateHead {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 5px 0;
  color: #000;
  display: block;
}

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

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

/* FORM CSS */
.radio, .checkbox {
  margin: 0;
}

#cres_content legend {
  border-bottom: 0 none;
  margin: 0;
  overflow: visible !important;
  font-size: inherit;
  width: auto;
}

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: 1px 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;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

#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: 700 !important;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	background: none;
	  background-color: rgba(0, 0, 0, 0);
	background-color: #9f8159;
	text-transform: uppercase;
	text-decoration: none !important;
	font-family: URW Form, sans-serif;
	-webkit-appearance: none;
	width: auto;
	box-shadow: none;
	transition: color ease-in 200ms, background-color ease-in 200ms;
	-webkit-transition: color ease-in 200ms, background-color ease-in 200ms;
	border: none;
}

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

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover, .cresbutton_create_account:hover, .cresbutton_learn_more:hover, .cresbutton_login:hover, #cres_content button:focus, #cres_content input[value="Submit"]:focus, #cres_content input[type="button"]:focus, .cresbutton_create_account:focus, .cresbutton_learn_more:focus, .cresbutton_login:focus {
  background-color: #0f4150;
  color: #fff !important;
  text-decoration: none !important;
}

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

#cres_content select {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
  width: auto;
  padding: 2px 4px;
  line-height: 1em;
  display: inline-block;
  float: none;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
}

#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;
  font-size: 0.9em;
}

#cres_calc > a {
  float: right;
  display: block;
}

#cres_calc > a:focus {
  outline: 1px dotted #000;
}

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

#cres_calc fieldset {
  float: left;
  margin: 50px 0 0;
  padding: 10px;
  border: 1px solid #DDDDDD;
  width: 100%;
  position: relative;
  font-size: 1em;
  font-weight: 400;
}

#cres_calc fieldset > legend {
  position: absolute;
  top: -41px;
}

#cres_calc fieldset > legend .bigMedTitle {
  margin: 0;
}

#cres_calc label {
  float: left;
  width: 165px;
  text-align: right;
  margin-right: 10px;
  font-weight: 400;
}

#cres_calc label.radio {
  width: auto;
}

#cres_calc fieldset .radioFSet {
  width: 420px !important;
  margin-bottom: 15px !important;
}

.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: 165px;
  text-align: right;
  margin-right: 10px;
}

#cres_calc button {
  margin: 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: #CC3330;
  margin: 0px 2px;
}

#cres_contact .required_fields, #cres_calc .required_fields {
  color: #CC3330;
  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;
  display: none;
}

#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 {
  overflow: hidden;
  padding: 0;
  display: table;
  width: 100%;
  padding: 30px 0;
}

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

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

.cres_right_column {
	display: table-cell;
	vertical-align: middle;
	font-family: URW-Form;
	font-size: 1.3125rem;
	font-weight: 400;
	color: #0f4150;
}

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

#cres_news_box_wills_guide,
#cres_news_box_wash_hotline,
#cres_news_box_wash_hotline_small,
#cres_news_box_bequests,
#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,
#cres_news_box_ira_rollover
{
	border-color: #B4A599;
	border-style: solid;  
	background: none !important;
	border: none !important;
}

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

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

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

div#cres_table1-r1-c1, div#cres_table1-r1-c2, div#cres_table1-r1-c3, div#cres_table1-r1-c4, div#cres_table1-r1-c5, div#cres_table1-r2-c1, div#cres_table1-r2-c2, div#cres_table1-r2-c3, div#cres_table1-r2-c4, div#cres_table1-r2-c5, div#cres_table1-r3-c1, div#cres_table1-r3-c2, div#cres_table1-r3-c3, div#cres_table1-r3-c4, div#cres_table1-r3-c5, div#cres_table1-r4-c1, div#cres_table1-r4-c2, div#cres_table1-r4-c3, div#cres_table1-r4-c4, div#cres_table1-r4-c5, div#cres_table1-r5-c1, div#cres_table1-r5-c2, div#cres_table1-r5-c3, div#cres_table1-r5-c4, div#cres_table1-r5-c5 {
  overflow: visible;
}

#cres_content table, .cres_table1 {
  font-size: inherit;
  line-height: inherit;
}

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

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

#cres_content .cres_table1 img {
  display: block;
}

.cres_news_box_grid-SubTitle, .bigMedTitle, .bigMedTitle_NL {
	font-size: 2.25rem;
	font-weight: 300;
	color: #0f4150;
	margin: 0 0 10px;
	padding: 0;
	text-transform: none;
	position: relative;
	font-family: Merriweather, sans-serif;
	display: block;
	line-height: 1.275em;
}

#cres_content .cres_news_box_grid-SubTitle a, #cres_content a .cres_news_box_grid-SubTitle, #cres_content a.bigMedTitle {
  display: inline-block;
  text-decoration: none !important;
}

#cres_content .cres_news_box_grid-SubTitle a:after, #cres_content a .cres_news_box_grid-SubTitle:after, #cres_content a.bigMedTitle:after {
  font-family: inherit;
  content: '\00a0\203A';
  margin-left: 0px;
  font-size: 1em;
}

#cres_content a.bigMedTitle + br {
  display: none;
}

.cres_news_box_grid-Title {
  font-size: 1em;
  margin: 10px 0;
  padding: 0;
  text-transform: none !important;
  font-weight: 700 !important;
  color: #000;
  font-family: Merriweather, sans-serif !important;
}

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

#cres_content span.bigMedTitle, #cres_content  h2.bigMedTitle {
  color: #000;
}

.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.667em;
  color: #000;
  padding: 0;
  margin: 0;
}

#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: 55px 0;
  list-style: none;
  float: none;
  width: auto;
  border: 0px solid transparent;
  clear: none;
  margin: 0;
  position: relative;
  color: #0f4150;
  font-family: URW-form;
	font-size: 1.375rem;
	line-height: 2.2rem;
	color: #0f4150;
}

#cres_content #donor_story_main_ul li + li, #cres_content #what_give_ul li + li, #cres_content #how_give_ul li + li, #cres_content #gift_calc_ul li + li, #cres_content #learn_wills_ul li + li {
  margin-top: 0px;
}



#cres_content #donor_story_main_ul li:nth-child(2n), #cres_content #what_give_ul li:nth-child(2n), #cres_content #how_give_ul li:nth-child(2n), #cres_content #gift_calc_ul li:nth-child(2n), #cres_content #learn_wills_ul li:nth-child(2n) {
  background: #f4f2ee;
  position: relative;
}

#cres_content #donor_story_main_ul li:nth-child(2n)::after, #cres_content #what_give_ul li:nth-child(2n)::after, #cres_content #how_give_ul li:nth-child(2n)::after, #cres_content #gift_calc_ul li:nth-child(2n)::after, #cres_content #learn_wills_ul li:nth-child(2n)::after {
	content: '';
	background: #f4f2ee;
	position: absolute;
	top: 0;
	left: -50%;
	height: 100%;
	width: 200%;
	z-index: -1;
}


#cres_content #donor_story_main_ul li a.bigMedTitle, #cres_content #what_give_ul li a.bigMedTitle, #cres_content #how_give_ul li a.bigMedTitle, #cres_content #gift_calc_ul li a.bigMedTitle {
  display: inline-block;
  color: #9f815a;
  position: relative;
  font-family: URW-Form;
  font-weight: 600;
}

  #cres_content #donor_story_main_ul li a.bigMedTitle:hover, #cres_content #what_give_ul li a.bigMedTitle:hover, #cres_content #how_give_ul li a.bigMedTitle:hover, #cres_content #gift_calc_ul li a.bigMedTitle:hover {
    color: #0f4150 !important;
  }

#cres_content #donor_story_main_ul li a.bigMedTitle:after, #cres_content #what_give_ul li a.bigMedTitle:after, #cres_content #how_give_ul li a.bigMedTitle:after, #cres_content #gift_calc_ul li a.bigMedTitle:after {
  font-family: inherit;
  content: '\00a0\203A';
  margin-left: 0px;
  font-size: 1em;
  /*width: 60px;*/
  top: 0;
  bottom: 0;
  display: inline-flex;
  align-items: center;
  right: 0;
  justify-content: center;
}



#cres_content #donor_story_main_ul li p, #cres_content #what_give_ul li p, #cres_content #how_give_ul li p, #cres_content #gift_calc_ul li p, #cres_content #learn_wills_ul li p {
  margin: 0;
  padding: 0;
}

#cres_content #gift_calc_ul li br {
  display: none;
}

#cres_content a.cres_more_link {
  margin-top: 1.5rem !important;
  text-transform: none !important;
  font-weight: 600;
  color: #9f815a !important;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.2;
    font-size: 1.375rem;

}

#cres_content a.cres_more_link:hover{
	text-decoration: underline !important;
	color: #0f4150 !important;
} 

/*#cres_content a.cres_more_link:after {*/
/*  font-family: Icomoon;*/
/*  content: '\edd3';*/
/*  margin-left: 6px;*/
/*  font-size: 0.8em;*/
/*}*/

/* 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: #333333;
  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: #0F4150;
  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);
  display: none !important;
}

#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_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 #0F4150;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #0F4150;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0F4150), to(#0F4150));
  background-image: -webkit-linear-gradient(top, #0F4150, #0F4150);
  background-image: -moz-linear-gradient(top, #0F4150, #0F4150);
  background-image: -ms-linear-gradient(top, #0F4150, #0F4150);
  background-image: -o-linear-gradient(top, #0F4150, #0F4150);
  background-image: linear-gradient(to bottom, #0F4150, #0F4150);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#0F4150, endColorstr=#0F4150);
  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_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: #000 !important;
  background-image: none !important;
  display: inline !important;
  float: none !important;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  padding: 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 URW-Form !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:focus, #cres_ds_actions a:focus, #cres_article_actions a:focus {
  outline-color: #D24700;
}

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

.cresfooterlink {
  text-decoration: underline !important;
}

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

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

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

/*****************END CRESCENDO TEMPLATE STYLES*******************/

/***************RESPONSIVE STYLES AND FIXES (Coder)****************/
@media screen and (max-width:1399px) {
	
	.main_nav_wrap {
		padding: 15px 20px 20px;
	}
	

	

	.cres_marketing{
		padding: 120px 30px;
	}
	
	.marketing_msg {
		flex: 0 0 1050px;
		-webkit-flex: 0 0 1050px;
	}
	
	.cres_marketing h1 {
		font-size: 3.6875rem;
	}

}

@media screen and (max-width:1199px) {


}

@media screen and (min-width:1024px) and (max-width:1399px) {
.main_menu{
	padding:0;
}

.main_menu > li > a {
  padding: 5px 5px;}

}

@media screen and (max-width:1023px) {
  .mobile_show {
    display: block !important;
  }

	.main_nav_wrap {
	  padding: 15px 20px 40px;
	}

  .mobile_hide {
    display: none !important;
  }

  .header_logo{
  	position: absolute;
  	left:0 ;
  }
  
  .masthead .container{
  	display: block;
  }

  .main_nav{
  	text-align: right;
  }

 .top_menu{
 	padding: 0;
 	display: block;
 }

  .page_wrap {
    box-shadow: none;
    transition: all 0.5s ease;
  }

  a.nav_toggle {
    display: inline-block;
    line-height: 1;
    margin-left: 301px;
  }

  .main_menu {
    top: 100%;
    left: 0;
    width: 110%;
    transition: all 0.3s ease;
    background-color: #edf1f1;
    display: none;
	padding: 30px;
	margin: 20px -20px 0;
    opacity: 0;
    visibility: hidden;
  }

  .nav_open .main_menu {
    opacity: 1;
    visibility: visible;
    display: block;
    z-index: 2;
    margin-bottom: -40px;
    margin-top: 40px;
  }

  .main_menu > li {
    display: block;
    text-align: left;
    padding: 0;
  }


  .main_menu > li > a {
    display: block;
    padding: 1rem;
    color: #0f4150 !important;
    text-transform: none;
  }

  .main_menu > li:hover > a {
    color: #0f4150 !important;
  }

  .main_menu > li > a:hover, .main_menu > li > a:focus {
    color: #0f4150 !important;
  }

  .dropdown_menu {
    position: static;
    background-color: transparent;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border-right: none;
    border-left: none;
    transform: none !important;
    padding-left: 30px;
    margin: 0;
  }

  .dropdown_menu li, .dropdown_menu a {
    border-radius: 0 !important;
  }

  .dropdown_menu a {
    background-color: transparent !important;
    text-transform: none;
  }

  .cres_marketing {
    flex-wrap: wrap;
  }
  
  .cres_marketing.lp_show{
  	margin: 0 -70px;
  }

  .marketing_msg img{
    display: none;
  }

  .marketing_left {
    border-bottom-left-radius: 0;
  }

  .marketing_left:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #689c7a;
    width: 5px;
  }

  .marketing_right {
    order: 2;
    border-bottom-right-radius: 0;
  }

  .marketing_right:before {
    content: '';
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #689c7a;
    width: 5px;
  }

  .marketing_left .marketing_row:last-child .marketing_img {
    border-left: none;
  }

  .marketing_right .marketing_row:first-child .marketing_img {
    border-right: none;
  }

  .marketing_img {
    height: 210px;
  }

  .marketing_msg {
    order: 3;
    flex: 0 0 93%;
    -webkit-flex: 0 0 93%;
    margin-top: -10%;
    position: relative;
    z-index: 1;
    width: 93%;
  }

  .cres_marketing h1, #page_title {
    font-size: 2.75rem;
  }

  .cres_marketing h1 {
    padding: 0px;
  }

  .cres_marketing h1 span {
    display: inline;
  }

  .cres_marketing ul {
    text-align: center;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {


}

@media screen and (max-width:767px) {
  .phone_show {
    display: block !important;
  }

  .phone_hide {
    display: none !important;
  }

  .top_nav {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    text-align: center;
  }

  .top_menu {
    display: block;
    margin-left: 0;
    padding-left: 0;
  }

  .main_nav_wrap {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
  }

  .main_nav {
    padding-left: 0;
    margin-left: 0;
  }

  .header_logo {
    max-width: 380px;
    margin-bottom: 10px;
  }

  .cres_marketing {
    padding-left: 15px;
    padding-right: 15px;
  }

  .marketing_msg {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .marketing_imgs:after {
    height: 5px;
  }

  .marketing_left:before, .marketing_right:before {
    width: 2.5px;
  }

  .marketing_left {
    border-width: 5px 0 5px 5px;
  }

  .marketing_right {
    border-width: 5px 5px 5px 0;
  }

  .marketing_img {
    height: 100px;
  }

  .marketing_msg {
    border-width: 5px;
  }

  .cres_marketing h1, #page_title {
    font-size: 2rem;
  }

  .cres_marketing h1 {
    padding: 20px 8px;
  }

  .cres_marketing h1 span {
    display: block;
  }

  #cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
    margin-left: 0;
  }

  #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 {
    padding-top: 0;
  }

  #cres_content #donor_story_main_ul li a.bigMedTitle, #cres_content #what_give_ul li a.bigMedTitle, #cres_content #how_give_ul li a.bigMedTitle, #cres_content #gift_calc_ul li a.bigMedTitle {
    left: 0;
    display: block;
    width: auto;
    border-radius: 0;
    padding-right: 20px;
  }



  #cres_content #donor_story_main_ul li a.bigMedTitle::after, #cres_content #what_give_ul li a.bigMedTitle::after, #cres_content #how_give_ul li a.bigMedTitle::after, #cres_content #gift_calc_ul li a.bigMedTitle::after {
    margin-left: 15px;
    font-size: 0.5em;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .action_menu {
    padding: 0 0 6px;
  }

  .action_menu li {
    display: block;
    padding: 0;
  }

  .action_menu li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  .action_menu a {
    font-size: 1rem;
  }

}

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

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

/**********List Pages*************/














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


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


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


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


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

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

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

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

.cres_text_resize {
	display: none;
}

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

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


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

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

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

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

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

#cres_dafgift .cres_darkcolor {
    fill: #9f8159;
}

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

/********** CALCULATOR FIXES **********/

#cres_calc fieldset div label {
    padding: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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





/*CALCULATOR FIXES FOR ADA:
/******************************************************************************************/

#cres_content #cres_calc {
	width: 100%;
	margin: 30px auto;
}

#cres_content #cres_calc:after {
    content: " ";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cres_content #cres_calc > fieldset {
	float: none;
	display: block;
	margin: 0;
	position: static;
	border: none;
}

#cres_content #cres_calc > fieldset > legend {
	position: static;
	display: block;
	top: auto;
	margin: 20px 0;
}

#cres_content #cres_calc > fieldset > legend > span {
	display: block;
	margin: 0;
	position: static;
	float: none;
}

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



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









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

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

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

#cres_calc button {
	padding: 12px 24px !important;
}

#cres_content h3.cres_news_box_grid-Title {
	font-size: 1.3rem;
	margin-top: 20px;
}


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

a.nav_toggle {
    font-size: 1.3rem;
}

@media (max-width: 1023px) {
	
.cres_marketing h1, #page_title {
    font-size: 3rem;
}

.banner_text p {
    font-size: 1.6rem;
}
	
}

#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: 40px 0;
}

.page_title_wrap {
    padding: 20px 0 60px 0;
}

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
    font: 17px/16px URW-Form !important;
}


#how_give_container {
  width: 100%;
  float:left;     
}

#how_give_flow_wrapper {
  background-image: url(../images/how_to_give/gift_annuity_v2.png);
  background-repeat: no-repeat;
  background-position: center;
  height: 218px;  
}

#how_give_flow_wrapper #gift_type_text {
  position: absolute;
  width: 135px;
  left: 5px;
  top: 65px;
  text-align: center;
}

#how_give_flow_wrapper #gift_model_text {
  position: absolute;
  width: 185px;
  top: 75px;
  left: 85px;
  text-align: center;
}

#how_give_flow_wrapper #donor_text {
  position: absolute;
  width: 185px;
  top: 195px;
  left: 85px;
  text-align: center;
}

#how_give_flow_wrapper #org_text {
  position: absolute;
  width: 185px;
  top: 95px;
  left: 190px;
  text-align: center;
}

#charity_img {
  position: absolute;
  top: 32px;
  left: 252px;
}

#cres_share_actions_opts_video {
  display: block; 
}

.cres_what_how_give_open a:hover, .cres_what_how_give_open a:active {
  cursor: pointer;
}.cres_ebro_btn {
  width: 210px;
  height: 60px; 
  margin: 0px;
  background-color: #003366;
  background-color: #0F4150;
  background-image: url("../images/how_to_give/cres_ebro_ga_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********/

  
