
  
/***************MAIN STYLES (Code from Scratch)****************/
* {
  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;
}

body {
  font: 400 16px/1.5 Montserratv7_2, serif;
  margin: 0;
  color: #222;
  width: 100%;
  overflow-x: hidden;
  position: relative;
}

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

a:hover {
  text-decoration: underline;
}

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.15em;
}

.clear {
  clear: both;
}

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

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

.row {
  margin: 0 -20px;
}

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

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

.hidden {
  display: none;
}

.lp_show {
  display: none !important;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.masthead {
  position: relative;
  background-color: #fff;
  padding: 30px 0;
}

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

.skip_nav:focus {
  background-color: #0537a4;
  height: auto;
  width: auto;
  color: #fff;
  display: block;
  font-size: 0.9em;
  font-weight: 700;
  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 #0537a4;
  border-radius: 3px;
}

.org_logo a {
  color: #0537a4;
  text-decoration: none !important;
  display: inline-block;
}

.org_logo img {
	max-width: 215px;
	float: left;
	margin-right: 70px;
	vertical-align: top;
}

.org_logo .pg {
  display: inline-block;
  margin: 15px 0 0;
  padding-bottom: 7px;
  border-bottom: 2px solid #357d2b;
  position: relative;
  color: #00338e;
  font-size: 24px;
  line-height: 1em;
}

.org_logo .pg strong {
  font-weight: 600;
}

.org_logo .pg:before, .org_logo .pg:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  position: absolute;
  bottom: -1px;
  transform: translateY(50%);
}

.org_logo .pg:before {
  left: 0;
  border-color: transparent transparent transparent #357d2b;
  border-width: 3px 0 3px 5px;
}

.org_logo .pg:after {
  right: 0;
  border-color: transparent #357d2b transparent transparent;
  border-width: 3px 5px 3px 0;
}

.secondary_nav {
  float: right;
}

.secondary_menu li {
  display: inline-block;
  margin: 0 5px;
}

.secondary_menu a {
  color: #0537a4;
  font-size: 18px;
  position: relative;
  padding: 10px 0;
  display: inline-block;
  font-weight: 600;
}

.secondary_menu a.donate_btn {
	color: #fff;
	background-color: #357d2b;
	padding-left: 30px;
	padding-right: 30px;
	font-size: 20px;
	text-transform: uppercase;
}

.secondary_menu a.donate_btn:hover, .secondary_menu a.donate_btn:focus {
  background-color: #22521b;
  text-decoration: none;
}

.main_nav {
  background-color: #0537a4;
  border-bottom: 10px solid #357d2b;
  position: relative;
}

.cres_nav_toggle {
  color: #fff;
  font-size: 22px;
  line-height: 1.2em;
  padding: 12px 0;
  font-weight: 600;
  display: none;
  text-decoration: none !important;
}

.cres_nav_toggle .icon {
  font-size: 1.2em;
  margin-right: 5px;
  position: relative;
  top: 2px;
}

.cres_menu > li {
  display: inline-block;
  vertical-align: top;
  margin-left: -4px;
  position: relative;
}

.cres_menu > li > a {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  line-height: 1em;
  text-transform: capitalize;
  display: block;
  padding: 15px 21px;
}

.cres_menu > li:hover > a, .cres_menu > li > a:focus {
  background-color: #357d2b;
  text-decoration: none;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ddd;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  text-align: left;
  right: 0;
  z-index: 95;
}

.has_dropdown.focused, .has_dropdown:hover .dropdown_menu, .has_dropdown.focused .dropdown_menu {
  opacity: 1;
  visibility: visible;
}

.dropdown_menu a {
  color: #0537a4;
  display: block;
  padding: 5px 10px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 600;
}

.dropdown_menu a:hover, .dropdown_menu a:focus {
  color: #222;
}

.hero_img {
	padding: 16.8% 25%;
	background: #0537a4 url(/org_files/561/images/banners/LCMT-exterior.jpg) no-repeat scroll center;
	background-size: cover;
	background-position: 100% 55%;
}

#main_content_wrapper {
  background-color: #fff;
  padding: 45px 0;
  overflow: hidden;
}

.cres_action_links {
  float: right;
  padding: 30px 35px 35px;
  background: #0537a4 url(/org_files/561/images/rd1/lace-pattern.png) no-repeat scroll center;
  background-size: 200%;
  max-width: 600px;
  width: calc(50% - 40px);
  margin: 0 0 25px 40px;
  color: #fff;
  z-index: 2;
  position: relative;
}

#cres_content .action_title,
.action_title {
  margin: 0 0 15px;
  padding: 0 0 10px;
  border-bottom: 1px solid #fff;
  font-size: 1.333em;
  line-height: 1.5em;
  font-weight: 600;
}

#cres_content .action_menu,
.action_menu {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}

#cres_content .action_menu li,
.action_menu li {
  list-style: none !important;
}

#cres_content .action_menu li + li,
.action_menu li + li{
  margin-top: 27px;
}

#cres_content .action_menu a,
.action_menu a {
  color: #fff !important;
  padding: 5px 0;
  display: inline-block;
  font-weight: 600;
  line-height: 1.2;
  font-size: 18px;
  text-decoration: none;
}

.main_content {
  font-size: 1.125em;
}

.footer {
  background-color: #041e50;
}

.legacy_society {
  padding: 20px 0;
  background-color: #0537a4;
}

.legacy_society > .container {
	display: flex;
	align-items: center;
}

.legacy_col {
  vertical-align: middle;
  color: #fff;
  text-align: right;
}

.legacy_col:first-child {
	width: 58%;
	padding-right: 8%;
	text-align: left;
}

.legacy_col p {
  font-size: 1.125em;
  margin: 0;
}

.legacy_col p.leg_title {
  font-size: 2.125em;
  font-weight: 600;
  margin: 0 0 5px;
}

.legacy_btn {
  display: inline-block;
  padding: 15px 60px;
  border-radius: 300px;
  color: #0537a4;
  background-color: #fff;
  line-height: 1em;
  font-size: 18px;
  font-weight: 700;
}

.legacy_btn:hover, .legacy_btn:focus {
  color: #222;
}

.copyrights {
  padding: 30px 0;
  background-color: #fff;
}

p.cres_copyright {
  line-height: 1.6em;
  margin: 0;
}

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

p.cres_copyright a {
  text-decoration: underline;
  color: #0537a4;
}

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

p.cres_copyright .small {
  font-size: 0.875em;
  display: block;
}

.org_info {
  padding: 15px 0;
  text-align: center;
  color: #fff;
  line-height: 1.625em;
  font-weight: 600;
}

/*****************CRESCENDO TEMPLATE STYLESHEET*****************/
#cres_content {
  line-height: 1.6;
  padding: 0;
  margin: 0;
}

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

#cres_content a {
  color: #0537a4;
  text-decoration: underline;
}

#cres_content a:visited {
  color: #5f84c6;
}

#cres_content a:hover, #cres_content a:focus {
  color: #357d2b;
  text-decoration: underline;
}

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

#cres_content .breadcrumb {
  display: none;
}

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

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

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

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

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

#cres_content .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: 48px;
  color: #222;
  padding: 0 0 10px;
  font-weight: 600;
  font-style: normal;
  text-transform: uppercase;
}

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

#cres_content h2, #cres_content h3 {
  font-variant: normal;
  font-weight: 600;
  text-transform: none;
  font-style: normal;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#cres_content input[type="radio"] {
  margin: 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 15px;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: 600 !important;
  line-height: 1.2em !important;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: none;
  background-color: #0537a4;
  border: none;
  margin-top: 0.35em !important;
  margin-bottom: 0.5em;
  border-radius: 300px;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: inherit;
  -webkit-appearance: none;
  width: auto;
}

#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 #222 !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: #357d2b;
}

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

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

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

#cres_content select:focus {
  border-color: #C0CCDA;
  background-color: #ffffdd;
  background-image: none;
}

#cres_content .cres_calc_radio {
  background: none;
  border: none;
}

/* CALCULATORS */
#cres_calc {
  width: 99%;
  margin: auto;
  max-width: 650px;
  line-height: 1.1em;
}

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

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

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

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

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

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

#cres_calc label {
  float: left;
  width: 160px;
  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: 160px;
  text-align: right;
  margin-right: 10px;
}

#cres_calc button {
  margin: 0 5px;
}

#cres_calc img#calc_help_btn {
  float: right;
}

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

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

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

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

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

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

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

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

/* TO FIX THE CALCULATOR LAYOUT */
#cres_calc fieldset .cres_calc_tax_rate_radio {
  width: auto !important;
}

/* TO FIX THE CALCULATOR LAYOUT IE 7 */
#cres_calc fieldset .cres_calc_tax_rate_radio span {
  margin-top: 0 !important;
}

/* ARTICLES */
#cres_articles_div {
  float: left;
  width: 100%;
  height: 170px;
  margin: 5px 0 10px 10px;
  background-image: url(../images/330x165_wide_img_bg.png);
  background-repeat: no-repeat;
}

#cres_articles_div img {
  width: 330px;
  height: 165px;
  border: none;
  padding: 0;
  margin: 0;
}

/* DONOR STORIES */
#cres_donor_story_div {
  float: left;
  width: 100%;
  height: 170px;
  margin: 5px 0px 10px 10px;
  background-image: url(../images/330x165_wide_img_bg.png);
  background-repeat: no-repeat;
  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: 20px 0;
  display: table;
  width: 100%;
}

.cres_left_column {
  width: 30%;
  display: table-cell;
  vertical-align: middle;
}

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

.cres_right_column {
  display: table-cell;
  vertical-align: middle;
  padding: 1% 7.5% 3% 5.5%;
}

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

#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, #cres_content .bigMedTitle, #cres_content .bigMedTitle_NL {
  font-size: 1.777em;
  font-weight: 600;
  color: #222;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  position: relative;
  display: block;
  line-height: 1.2em;
}

#cres_content .cres_news_box_grid-SubTitle a, #cres_content a.bigMedTitle {
  color: #0537a4;
  text-decoration: none;
}

#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: #333;
  font-family: inherit !important;
}

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

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

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

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

#what_give_container, #how_give_container, #gift_calc_container, #learn_wills_container, #donor_story_main_container, #cres_news_article {
  float: none !important;
  width: auto !important;
}

#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 {
  float: none;
  height: auto;
  margin: 0;
  background-image: none;
  width: auto;
}

#cres_content .what_give_header img, #cres_content .how_give_header img, #cres_content .gift_calc_header img, #cres_content .learn_wills_header img, #cres_content .donor_story_main_header img {
  float: none !important;
  display: block;
  margin: 0 0 10px !important;
}

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

#cres_content #donor_story_main_ul li, #cres_content #donor_story_example_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: 25px 0;
  list-style: none;
  float: none;
  width: 100%;
  border: none;
  border-top: 1px solid #357d2b;
  background-color: transparent;
  clear: none;
  margin: 0;
  position: relative;
}

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

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

/* TO FIX THE POP OUT CALENDAR IN CALCULATOR PAGES */
div#cres_calendarDiv {
  background-color: #F8F8F8;
  border-color: #999999 #777777 #777777 #999999;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  display: none;
  font-family: inherit;
  font-size: 11px;
  height: 20.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 16.0em;
  z-index: 999;
}

div#cres_calendarDiv table, div#cres_calendarDiv tr {
  border-collapse: separate;
  border-spacing: 5px;
  border: 0 none;
  width: 100%;
  margin: 0;
  padding: 0.1em;
}

div#cres_calendarDiv table {
  height: 80%;
}

div#cres_calendarDiv td {
  text-align: right;
  border-collapse: separate;
  border-spacing: 5px;
  border: 0 none;
  width: 14%;
  height: 10%;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: normal;
}

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

#cres_calendarDiv a {
  font-size: inherit;
}

/* How to Give and What to Give pages */
#how_give_flow_wrapper {
  clear: both;
  color: #000000;
  display: block;
  width: 340px;
  margin: 0 0 20px;
  line-height: normal;
  position: relative;
}

#charity_img {
  background-image: url("../images/how_what_charity.png");
  background-repeat: no-repeat;
  width: 53px;
  height: 54px;
}

#charity_img_size {
  width: 53px;
  height: 54px;
}

#how_give_flow_wrapper .flow_title_top {
  font-family: inherit;
  font-size: 17px;
  color: #00338E;
  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 #00338E;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #00338E;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#00338E), to(#00338E));
  background-image: -webkit-linear-gradient(top, #00338E, #00338E);
  background-image: -moz-linear-gradient(top, #00338E, #00338E);
  background-image: -ms-linear-gradient(top, #00338E, #00338E);
  background-image: -o-linear-gradient(top, #00338E, #00338E);
  background-image: linear-gradient(to bottom, #00338E, #00338E);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#00338E, endColorstr=#00338E);
  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: #222 !important;
  background-image: none !important;
  display: inline !important;
  float: none !important;
  height: auto !important;
  margin: 5px !important;
  padding: 5px 15px !important;
  width: auto !important;
  display: inline-block !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: #222 !important;
}

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
  padding: 5px 15px !important;
}

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
  height: auto !important;
  margin: 10px 0 25px !important;
  width: auto !important;
  font: 14px/16px arial !important;
  font-weight: normal !important;
}

#cres_share_actions a, #cres_share_actions a:visited, #cres_share_actions a:hover, #cres_ds_actions a, #cres_ds_actions a:visited, #cres_ds_actions a:hover, #cres_article_actions a, #cres_article_actions a:visited, #cres_article_actions a:hover {
  text-decoration: none !important;
  color: #fff !important;
  font-weight: normal !important;
}

#cres_share_actions a: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;
}

#cres_content #mgr_login_getting_started {
  clear: none !important;
  width: auto !important;
  margin: 0 !important;
  max-width: none !important;
}

table#mgr_getting_started_body {
  width: auto !important;
}


#cres_content .what_give_header img,
#cres_content .how_give_header img,
#cres_content .gift_calc_header img,
#cres_content .learn_wills_header img,
#cres_content .donor_story_main_header img {
	max-width: 500px;
	width: 100% !important;
	height: auto !important;
}

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

/***************RESPONSIVE STYLES AND FIXES (Coder)****************/
@media screen and (min-width:1600px){
  .main_nav > .container{
    max-width: 1600px;
  }
}

@media screen and (max-width:1200px){
	.masthead {
		padding: 15px 0;
	}
	
	.cres_menu_wrapper {
	    padding: 10px 0;
	}
	
	.secondary_nav {
		padding-top: 15px;
	}
	
	.org_logo img {
		margin-right: 50px;
	}
	
	.secondary_menu li {
		margin: 0 10px;
	}
	
	.cres_menu > li > a {
		padding: 9px 21px;
	}
	
	.cres_action_links {
	    max-width: 410px;
	    margin: 0 0 25px 20px;
	    padding: 30px 25px 35px;
	}
	
	.cres_marketing {
		width: 55%;
	}
	
	#cres_content .cres_marketing p {
		padding: 0 0 5px;
	}
	
	.cres_right_column {
		padding: 3% 4.5% 3% 4.5%;
	}
	
	.legacy_col:first-child {
		width: 58%;
		padding-right: 3%;
	}
	
	.copyrights {
		padding: 20px 0;
	}
	
  .cres_action_links {
  	background-size: 350%;
  }
	
}

@media screen and (max-width:1056px){
  .cres_nav_toggle {
    display: inline-block;
  }

  .cres_menu_wrapper {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 95;
    background-color: #0537a4;
    top: calc(100% + 10px);
    text-align: center;
  }

  .cres_menu > li {
    display: list-item;
    margin: 0;
    padding: 0;
  }

  .cres_menu > li > a {
    display: block;
    padding: 15px 20px;
    background-color: transparent !important;
    font-size: 24px;
    font-weight: 700;
  }

  .dropdown_menu {
    position: static;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    width: auto;
    padding: 0;
  }

  .dropdown_menu a {
    color: #fff !important;
    text-decoration: none !important;
    margin: 10px 40px;
    font-size:18px !important;
    text-transform: none !important;
  }
}

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

  .mobile_hide {
    display: none !important;
  }

  .secondary_nav {
    position: relative;
    top: -15px;
  }
  
  .org_logo img {
  	margin-right: 25px;
  	margin-left: 5px;
  	max-width: 180px;
  }
  
  .container {
  	padding: 0 15px;
  }
  
  .secondary_menu li {
    margin: 0;
  }
  
  .menu.secondary_menu li:first-child {
    margin: 0 10px;
    vertical-align: top;
  }
  
  .menu.secondary_menu li:first-child a {
  	padding: 0;
  }

  .main_nav {
  	border-bottom: 5px solid #357d2b;
  }
  
  .hero_img {
  	padding: 0;
  	height: 365px;
  }
  
  .cres_marketing {
    width: 50%;
 }
 
  .org_logo {
    position: absolute;
    top: 25px;
  }
 
 .masthead {
    padding: 15px 0 30px;
 }
 
 .org_logo .pg {
 	margin: 35px 0 0;
 }
 
   #cres_content .action_menu li + li,
   .action_menu li + li {
    margin-top: 15px;
  }
  
  #cres_content .action_title {
  	margin: 0 0 10px;
  }
  
  .legacy_col p.leg_title {
  	font-size: 32px;
  	line-height: 1.2em;
  	margin: 0 0 10px;
  	padding-right: 55px;
  }
  
  .legacy_col:first-child {
    width: 67%;
    padding-right: 5%;
}

#cres_content .what_give_header img,
#cres_content .how_give_header img,
#cres_content .gift_calc_header img,
#cres_content .learn_wills_header img,
#cres_content .donor_story_main_header img {
   max-width: 300px;
}

}

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

  .phone_hide {
    display: none !important;
  }

}

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

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


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


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


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


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

/*===========================================================
                         DJ Edits
===========================================================*/
.nav_wrapper .logo img {
    image-rendering: -webkit-optimize-contrast; /*logo contrast for chrome*/
}

a, #cres_content a {
	transition: all .2s;
}


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

header > .container,
nav > .container {
	max-width: 1500px;
}

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

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


.action_menu a {
	line-height: 1.5em;
}

.dropdown_menu {
	padding: 10px 15px;
}

.dropdown_menu a {
	font-size: 20px;
	padding: 8px 0;
	text-align: center;
	text-transform: capitalize;
}

#cres_content .cres_news_box_grid-SubTitle a:visited, 
#cres_content a.bigMedTitle:visited {
	color: #5f84c6;
}

.secondary_menu a:hover,
.dropdown_menu a:hover, .dropdown_menu a:focus,
#cres_content .cres_news_box_grid-SubTitle a:hover, #cres_content a.bigMedTitle:hover {
	color: #357D2B;
	text-decoration: none;
}

.action_menu a:hover {
	opacity: .8;
	text-decoration: none;
}

.secondary_menu a.donate_btn:hover,
.secondary_menu a.donate_btn:focus {
	background-color: #0537a4;
	color: #fff;
	opacity: 1;
}

a.featured_widget:hover {
	opacity: .8;
}

.legacy_btn:hover,
p.cres_copyright a:hover {
	color: #357D2B;
	text-decoration: none;
}

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


/**************Interior pages*********************/
h1.cresPageHeader, #cres_content .bigTitle, h1.mgrHeaderTitle {
	font-size: 2.25em;
	padding: 0;
	margin-bottom: 10px;
}

h1.cresPageHeader {
	font-size: 2.66em;
}

#cres_content span.bigMedTitle, 
#cres_content h2.bigMedTitle {
	font-size: 1.5em;
}

#how_give_container > div[style="clear:both;"],
#what_give_container > div[style="clear:both;"]{
	clear: none !important;
}

/***********************************
About Bequests / #166
***********************************/
#cres_about_wills .uppercase_text, .uppercase_text strong {
    padding: 5px 0; 
    text-transform: capitalize;
    font-weight: normal;
}

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

#cres_content ol.list_container_benefits_of_bequest + br {
    display: none;
}



/***********************************
Learn About Wills / #18
***********************************/
#cres_content .bigMedTitle_NL {
    margin-top: 0;
    padding-top: 0;
}

#cres_content .medTitle ~ br {
    display: none;
}

#cres_content .medTitle {
    display: block;
}

#cres_content #learn_wills_ul li p .medTitle:last-of-type {
    padding-bottom: 0;
}

#cres_content #learn_wills_ul li > p {
    padding: 0;
    margin: 0;
}

.learn_wills_header {
    display: none;
}

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


/**************************************
Share Action Button styles
**************************************/
#cres_share_actions, #cres_ds_actions, #cres_article_actions {
	margin-bottom: 40px !important;
}

#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 {
	font-family: Montserratv7_2 !important;
	padding: 5px 0 !important;
}

#cres_share_actions_opts_print a, 
#cres_share_actions_opts_print a:hover, 
#cres_share_actions_opts_email a, 
#cres_share_actions_opts_email a:hover,
#cres_share_actions_opts_illustration a, 
#cres_share_actions_opts_illustration a:hover, 
#cres_share_actions_opts_eLiterature a,
#cres_share_actions_opts_eLiterature a:hover, 
#cres_share_actions_opts_contact_us a, 
#cres_share_actions_opts_contact_us a:hover,
#cres_share_actions_opts_video a, 
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_print a,
#cres_ds_opts_print a:hover,
#cres_ds_opts_email a,
#cres_ds_opts_email a:hover,
#cres_ds_opts_contact a,
#cres_ds_opts_contact a:hover,
#cres_ds_opts_eLiterature a,
#cres_ds_opts_eLiterature a:hover,
#cres_ds_opts_illustration a:hover,
#cres_article_opts_print a,
#cres_article_opts_print a:hover,
#cres_article_opts_email a, 
#cres_article_opts_email a:hover, 
#cres_article_opts_subscribe a,
#cres_article_opts_subscribe a:hover,
#cres_ds_opts_illustration a,
#cres_ds_opts_illustration a:hover,
#cres_share_actions_opts_video a, 
#cres_share_actions_opts_video a:hover, 
#cres_ds_opts_eLiterature a, 
#cres_ds_opts_eLiterature a:hover {
	padding: 8px 15px !important;
}

#cres_share_actions_opts_print a, #cres_share_actions_opts_print a:hover {
	padding-right: 10px !important;
}

/****************Donor Stories Fixes******************/
#cres_content .donor_story_main_header {
	display: none;
}





/***************************************
Form styles
***************************************/
#cres_content #cres_news_box_about_us_org {
    margin-bottom: 30px;
}

#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    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], 
#cres_content button[class="submit-go"], 
#mgr_login_frm button, 
#mgr_login_gettting_started_main button {
	display: inline-block;
	position: relative;
	padding: 12px 25px;
	cursor: pointer;
	font-size: 1em !important;
	font-weight: 600 !important;
	line-height: 1.2em !important;
	text-align: center;
	vertical-align: middle;
	color: #fff !important;
	background: none;
	background-color: #0537a4;
	border: none;
	margin-top: 0.35em !important;
	margin-left: 0;
	margin-bottom: 0.5em;
	border-radius: 300px;
	text-transform: none !important;
	text-decoration: none !important;
	font-family: inherit;
	-webkit-appearance: none;
	width: auto;
}

#cres_content #cres_contact button:hover,
html #cres_content #cres_contact input[type=button]:hover,
#cres_content #cres_contact input[type=reset]:hover,
#cres_content #cres_contact input[type=submit]:hover, 
#cres_content button[class="submit-go"]:hover, 
#mgr_login_frm button:hover, 
#mgr_login_gettting_started_main button:hover {
    background-color: #357D2B;
    opacity: 1;
}

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

#cres_content select {
    border: 1px solid #CCCCCC;
    margin-bottom: 5px;
    background: #fff;
}

#cres_content select:hover {
    background: #fff;
}

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

/**************end form styles****************/

/**************************************************
contact pages
***************************************************/
#cres_news_box_about_us_org, #cres_news_box_about_us_gp {
    border: none;
}



/***************************************************
Calculators
***************************************************/
#cres_content .gift_calc_header {
	display: none;
}



#cres_content form#cres_calc {
	font-size: .8em;
	margin: 0;
}














/***********************************
Media Queries
***********************************/
@media screen and (max-width: 1056px) {
	.cres_menu_wrapper {
		text-align: left;
	}
	
	.cres_menu > li {
		float: left;
	}
	
	.cres_menu > li:first-child {
		width: 100%;
	}
	
	.cres_menu > li > a {
		line-height: 1.2em;
	}
	
	.cres_menu > li.has_dropdown {
		float: left;
		width: 50%;
	}
	
	li.has_dropdown:nth-child(4) > a:nth-child(1) {
		margin-top: -10vh;
	}
	
	li.has_dropdown:nth-child(5) > a:nth-child(1) {
		margin-top: 5vh;
	}
	
	li.has_dropdown:nth-child(6) > a:nth-child(1) {
		margin-top: -5vh;
	}
	
	.cres_menu > li:nth-child(7) > a:nth-child(1) {
		margin-top: 5vh;
	}
	
	.dropdown_menu {
		padding: 0;
	}
	
	.dropdown_menu li a {
		font-size: 20px !important;
		text-transform: capitalize !important;
		margin: 0 20px;
		text-align: left;
	}
	
	.dropdown_menu li:last-child a {
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 1290px) {
	/*li.has_dropdown:nth-child(4) > a:nth-child(1) {
	    margin-top: -12vh;
	}
	
	li.has_dropdown:nth-child(6) > a:nth-child(1) {
    margin-top: -10vh;
	}*/
}

@media screen and (max-width: 1023px) {
	.cres_action_links {
	    padding: 15px 20px;
	    width: auto;
	    max-width: 340px;
	}
    
    #cres_content #cres_news_box_about_us_org .bigMedTitle, 
    #cres_content #cres_news_box_about_us_gp .bigMedTitle {
        font-size: 1.5em;
    }

    .cres_what_how_give_open #cres_plus_minus_icon + .bigMedTitle:hover {
        text-decoration: none;
    }
    
    #main_content_wrapper {
    	padding: 35px 0;
    }
    
    .cres_text_resize {
    	float: none !important;
    }
}

@media screen and (max-width: 768px) {
	li.has_dropdown:nth-child(4) > a:nth-child(1) {
	    margin-top: -15vh;
	}
	
	li.has_dropdown:nth-child(6) > a:nth-child(1) {
	    margin-top: -9vh;
	}
	
	li.has_dropdown:nth-child(5) > a:nth-child(1) {
		margin-top: 1vh;
	}
	
}

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

/********************************************************************/
/* MA Desktop and Tablet Edits */


.legacy_society {
    padding: 15px 0 25px;
}

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

	.cres_menu > li > a {
    	text-align: left;
	}
	
}


@media only screen and (max-device-width: 1024px) and (orientation : landscape), (orientation : portrait) {

    #cres_content #cres_calc input[type='radio'] {
        -webkit-appearance: radio;
        border: 1px solid #666;
    }

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

}

/* End MA Desktop and Tablet Edits */
/********************************************************************/
#donor_story_main_ul li {
	padding-left: 0;
}

#donor_story_main_ul li img {
	display: none;
}

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



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

.hero_img {
    padding: inherit;
    height: 600px;
    overflow: hidden;
}

h1.cresPageHeader, #cres_content .bigTitle, h1.mgrHeaderTitle {
    margin-bottom: 15px;
}

.dropdown_menu a {
    line-height: 1.35em;
    padding: 9px 0;
}

h1.cresPageHeader {
    line-height: 1.2em;
}



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

#cres_content .cres_boxtitle, #cres_content .cres_calctitle, #cres_content .cres_letustitle {
    line-height: 1.3em;
}

#cres_content #cres_dafsearchbutton {
    background-color: #0537a4 !important;
}

#cres_dafgift .cres_darkcolor {
    fill: #0537a4;
}

.cres_nav_toggle .icon {
    margin-right: 0;
    top: 3px;
}

.cres_nav_toggle {
    padding: 10px 0 12px 0;
}

/* ADA Edits */
#cres_content .cres_news_box_grid-SubTitle a, #cres_content a.bigMedTitle{
	display:inline-block;
}

#cres_news_box_about_bequests .cres_left_column{
	position:relative;
}	

#cres_news_box_about_bequests .cres_left_column a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#cres_content #gift_calc_ul li > div + br {
  display: none;
}

.legacy_btn:hover, .legacy_btn:focus {
  outline-color: #fff;
}

/*START_MOBILE_STYLES*/#cres_about_wills { text-align: left; }

.uppercase_text {
  text-transform: uppercase;
}
    h1 + br {
        display: none;
    }
 /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
