
  
/*******************MAIN STYLES (Code from Scratch)*************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body {
  font: 400 16px/1.5 'chaparral-pro', serif;
  margin: 0;
  color: #667371;
  overflow-x: hidden;
  width: 100%;
  background-color: #ebf0ef;
}

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

a:hover, a:focus {
  text-decoration: none;
}

a img {
  border: 0 none;
}

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

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

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

.clear {
  clear: both;
}

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

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

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

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

.header {
  padding: 15px 0;
  box-shadow: 2px 0 8px 4px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  font-family: 'futura-pt', sans-serif;
  position: relative;
  z-index: 1;
}

.header a {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1;
  color: #105e55;
  display: inline-block;
}

.header a:hover, .header a:focus {
  color: #667371;
}

.top_menu {
  text-align: right;
}

.top_menu li {
  display: inline-block;
}

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

.top_menu a {
  font-size: 1.1875em;
}

.masthead {
  clear: right;
  display: flex;
  align-items: flex-end;
}

.header_logo {
  flex: 0 0 480px;
}

.header_logo img {
  width: 250px;
  max-width: 100%;
  margin-right: 25px;
  vertical-align: bottom;
}

.header_logo .gp {
  display: inline-block;
  font-weight: 600;
  font-size: 38px;
  position: relative;
  line-height: 1;
  top: 1px;
}

.main_nav {
  padding-left: 1%;
  text-align: right;
  margin: 10px -10px 0 auto;
}

a.nav_toggle {
  display: none;
  color: #105e55 !important;
  padding: 5px 10px;
  font-size: 1.375em;
}

a.nav_toggle .icon {
  font-size: 1.3em;
  position: relative;
  top: 4px;
  margin-left: 6px;
}

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

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

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

.main_menu > li > a {
  font-size: 1.25em;
  padding: 5px;
}

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

.dropdown_menu {
  position: absolute;
  top: 100%;
  z-index: 95;
  text-align: left;
  background-color: #fff;
  left: 0;
  right: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
  opacity: 0;
  visibility: hidden;  /*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;*/
}

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

.dropdown_menu li {
  display: list-item;
}

.dropdown_menu a {
  font-size: 1.125em;
  text-transform: none;
  font-weight: 600;
  display: block;
  padding: 10px 20px;
}

.cres_marketing {
  margin-bottom: 20px;
  overflow: hidden;
}

.marketing_message_wrap {
  background: transparent url(/org_files/4496/images/banner.jpg) no-repeat scroll 40% center;
  background-size: cover;
  width: 100%;
  max-width: 1600px;
  position: relative;
  color: #fff;
  margin: auto;
}

.marketing_message_wrap:before {
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+60,000000+60,000000+60,000000+100&0.2+0,0.4+60,0.2+60,0.8+100 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 60%, rgba(0, 0, 0, 0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#cc000000', GradientType=1); /* IE6-9 */
}

.marketing_title {
  text-align: right;
  padding: 100px 5%;
  position: relative;
}

.cres_marketing h1 {
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font: 700 62px/1.1em 'futura-pt', sans-serif;
  margin: 0;
}

.cres_marketing h1 span {
  font-weight: 300;
  font-size: 2em;
  display: block;
  line-height: 0.9;
}

.marketing_message {
  text-align: right;
  background-color: rgba(47, 47, 47, 0.73);
  padding: 40px 3%;
  position: relative;
}

.cres_marketing p {
  line-height: 1.3;
  font-size: 1.75em;
  font-weight: 600;
  text-align: left;
  margin: 0;
}

.cres_marketing a {
  color: #fff;
  text-transform: lowercase;
  font: 700 1.75em/1.1 'futura-pt', sans-serif;
  display: inline-block;
}

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

.page_title_wrap {
  background-color: #0f594e;
  padding: 4% 0;
  color: #fff;
}

#page_title {
  margin: 0;
  font: 600 60px/1.1 'futura-pt', sans-serif;
}

.call_to_actions {
  padding: 15px 0;
  background-color: #c0cccb;
}

.action_menu {
  text-align: center;
}

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

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

.action_menu a {
  display: inline-block;
  font: 500 1.5em/1.3 'futura-pt', sans-serif;
  padding: 5px;
  color: #0f594e;
  text-transform: uppercase;
}

.action_menu a .icon {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.action_menu a:hover span:not(.icon), .action_menu a:focus span:not(.icon) {
  text-decoration: underline;
}

#main_content {
  overflow: hidden;
  position: relative;
}

#main_content > .container {
  background-color: #fff;
  font-size: 1.25em;
  padding-top: 40px;
  padding-bottom: 35vh;
}

.gift_intent {
  background-color: #c0cccb;
  padding: 30px 0;
  color: #105e55;
  position: absolute;
  width: 100%;
  bottom: 35px;
  left: 0;
}

.gift_intent > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.help_title {
  display: block;
  font: 700 36px/1.2 'futura-pt', sans-serif;
}

.help_message p {
  font-size: 1.5em;
  margin: 10px 0 0;
  padding-right: 10%;
}

.help_buttons {
  flex: 0 0 340px;
  font-family: 'futura-pt', sans-serif;
}

.help_buttons a {
  color: #fff;
  font-size: 1.25em;
  line-height: 1.2;
  font-weight: 700;
  padding: 12px 15px;
  text-transform: uppercase;
  text-align: center;
  display: block;
  background-color: #105e55;
}

.help_buttons a + a {
  margin-top: 20px;
}

.footer {
  overflow: hidden;
  color: #fff;
  font-family: 'futura-pt', sans-serif;
}

.footer .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.footer a {
  color: #fff;
}

.footer a:hover, .footer a:focus {
  text-decoration: underline;
}

.footer p {
  margin: 0;
}

.cres_info {
  flex: 0 0 70%;
  padding-right: 10%;
}

.org_info {
  flex: 0 0 30%;
}

.upper_footer {
  background-color: #37403f;
  padding: 20px 0;
}

p.advisors {
  margin-bottom: 20px;
}

p.advisors a {
  display: inline-block;
  text-transform: uppercase;
  font-size: 1.3125em;
  line-height: 1.2;
  font-weight: 700;
}

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

p.cres_copyright .privacy {
  display: inline-block;
  margin-top: 10px;
}

.social_menu li {
  display: inline-block;
}

.social_menu li + li {
  margin-left: 25px;
}

.social_menu a {
  display: block;
  font-size: 30px;
  text-decoration: none !important;
}

.social_menu a:hover, .social_menu a:focus {
  opacity: 0.7;
}

.lower_footer {
  background-color: #141a19;
  padding: 20px 0;
}

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

.org_info address {
  font-style: normal;
  font-size: 1.25em;
  color: #a2b3b1;
}

/*****************CRESCENDO TEMPLATE STYLESHEET*****************/
#cres_content {
  line-height: 1.5;
  margin: auto;
  padding: 0;
  max-width: 1200px;
}

#cres_content:after {
  clear: both;
  display: table;
  content: '';
}

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

#cres_content a {
  color: #0f594e;
}

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

#cres_content a:hover, #cres_content a:focus {
  color: #37403f;
}

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

#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 ol li {
  list-style: decimal;
}

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

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

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

#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 25px;
  font-size: 42px;
  color: #37403f;
  padding: 0;
  text-transform: none;
  font-weight: 700;
  display: none;
  font-family: 'futura-pt', sans-serif;
}

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

#cres_content h2, #cres_content h3 {
  font-variant: normal;
  text-transform: none;
  font-weight: 700;
  font-family: 'futura-pt', sans-serif;
}

h2.cresArticleTitle {
  font-size: 1.8em;
  color: #37403f;
  margin: 0;
  padding: 0;
}

h2.mgrSubHeaderTitle {
  font-weight: 400;
  margin: 5px 0;
  color: #37403f;
  font-size: 1.8em;
}

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

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

h3.mgrSubHeaderTitle {
  font-weight: 400;
  margin: 5px 0;
  color: #37403f;
  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: #696969;
}

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

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

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

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

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

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

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

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

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

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

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: 0.9em !important;
  font-weight: 700 !important;
  line-height: 1.2em !important;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: none;
  background-color: #005A4F;
  border: none;
  margin-top: 0.35em !important;
  margin-bottom: 0.5em;
  border-radius: 0;
  text-transform: uppercase !important;
  text-decoration: none !important;
  font-family: 'futura-pt', sans-serif;
  -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 #ccc !important;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover {
  background-color: #B83F35;
}

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

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

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

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

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

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

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

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

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

#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: 380px !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 {
  margin-top: 30px !important;
}

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

#cres_contact input[type="text"], #cres_contact textarea {
  width: 100% !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 {
  padding-top: 20px;
  padding-bottom: 20px;
  display: table;
  width: 100%;
}

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

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

.cres_right_column p {
  padding: 0 !important;
  margin: 0 !important;
}

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

#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.8em;
  font-weight: 700;
  color: #37403f;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  line-height: 1.2;
  position: relative;
  font-family: 'futura-pt', sans-serif;
}

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

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

#cres_news_article .cres_body_article h2 {
  font-size: 1.8em;
  color: #37403f;
  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;
  float: none;
  list-style: 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: 25px 0;
  list-style: none;
  float: none;
  border: none;
  border-top: 1px solid #578a83;
  width: 100%;
  clear: none;
  margin: 0;
  position: relative;
  color: inherit;
}

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

#cres_content #donor_story_main_ul li:last-child, #cres_content #what_give_ul li:last-child, #cres_content #how_give_ul li:last-child, #cres_content #gift_calc_ul li:last-child, #cres_content #learn_wills_ul li:last-child {
  padding-bottom: 0;
}

.cres_more_link {
  display: inline-block;
  margin-top: 0.6em;
  font-weight: 700;
  text-transform: lowercase;
  font-family: 'futura-pt', sans-serif;
}

.cres_more_link:after {
  content: ' >';
}

/* 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: #005A4F;
  text-transform: none;
  padding: 5px 0 0 0;
  text-align: center;
  display: none;
}

#how_give_flow_wrapper #gift_type_text, #how_give_flow_wrapper #gift_model_text, #how_give_flow_wrapper #donor_text, #how_give_flow_wrapper #org_text, #how_give_flow_wrapper #gift_text, #how_give_flow_wrapper #property_text, #how_give_flow_wrapper #gift_cash, #how_give_flow_wrapper #gift_model_life {
  font-family: inherit;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

#how_give_flow_wrapper #gift_term, #how_give_flow_wrapper #gift_term_years {
  font-family: inherit;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
}

/* How to Give and What to Give pages - Action bar (Run Illustration, eLiterature, Contact Us and View Video */
#cres_share_actions {
  width: 100%;
  height: 19px;
  margin: 0 0 20px 0;
}

#mobile_video_button {
  display: none;
}

#cres_share_actions_opts_illustration {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 113px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_share_actions_opts_illustration:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 113px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_share_actions_opts_illustration img {
  width: 113px;
  height: 19px;
}

#cres_share_actions_opts_eLiterature {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 104px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_share_actions_opts_eLiterature:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 104px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_share_actions_opts_eLiterature img {
  width: 104px;
  height: 19px;
}

#cres_share_actions_opts_contact_us {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 91px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_share_actions_opts_contact_us:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 91px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_share_actions_opts_contact_us img {
  width: 91px;
  height: 19px;
}

#cres_share_actions_opts_video {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 75px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_video_btn_v2.png);
}

#cres_share_actions_opts_video:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 75px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_video_over_btn_v2.png);
}

#cres_share_actions_opts_video  img {
  width: 75px;
  height: 19px;
}

#cres_share_actions_opts_print {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_share_actions_opts_print:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_share_actions_opts_print img {
  width: 68px;
  height: 19px;
}

#cres_share_actions_opts_email {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_share_actions_opts_email:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_share_actions_opts_email img {
  width: 71px;
  height: 19px;
}

#cres_share_actions_opts_video {
  display: none;
}

#cres_share_action_top {
  display: block;
}

#cres_share_action_bottom {
  display: none;
}

/* Donor Story pages - Action bar (Print, Email, Contact, Calculator, eLiterature) */
#cres_ds_actions {
  width: 100%;
  height: 19px;
  margin: 0 0 20px 0;
}

#cres_ds_opts_print {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_ds_opts_print:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_ds_opts_print img {
  width: 68px;
  height: 19px;
}

#cres_ds_opts_email {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_ds_opts_email:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_ds_opts_email img {
  width: 71px;
  height: 19px;
}

#cres_ds_opts_contact {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 91px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_contact_btn_v2.png);
}

#cres_ds_opts_contact:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 91px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_contact_over_btn_v2.png);
}

#cres_ds_opts_contact img {
  width: 91px;
  height: 19px;
}

#cres_ds_opts_illustration {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 113px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_calc_btn_v2.png);
}

#cres_ds_opts_illustration:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 113px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_calc_over_btn_v2.png);
}

#cres_ds_opts_illustration img {
  width: 113px;
  height: 19px;
}

#cres_ds_opts_eLiterature {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 104px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_brochure_btn_v2.png);
}

#cres_ds_opts_eLiterature:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 104px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_brochure_over_btn_v2.png);
}

#cres_ds_opts_eLiterature img {
  width: 104px;
  height: 19px;
}

#cres_ds_opts_top {
  display: block;
}

#cres_ds_opts_bottom {
  display: none;
}

/* Article pages - Action bar (Print, Email, Subscribe) */
#cres_article_actions {
  width: 100%;
  height: 19px;
  margin: 0 0 20px 0;
}

#cres_article_opts_print {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_btn_v2.png);
}

#cres_article_opts_print:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 68px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_print_over_btn_v2.png);
}

#cres_article_opts_print img {
  width: 68px;
  height: 19px;
}

#cres_article_opts_email {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_btn_v2.png);
}

#cres_article_opts_email:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 71px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_email_over_btn_v2.png);
}

#cres_article_opts_email img {
  width: 71px;
  height: 19px;
}

#cres_article_opts_subscribe {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 96px;
  height: 19px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_subscribe_btn_v2.png);
}

#cres_article_opts_subscribe:hover {
  float: left;
  padding: 0;
  margin: 0 -15px 0 0;
  width: 96px;
  background-repeat: no-repeat;
  background-image: url(../images/how_to_give/how_what_subscribe_over_btn_v2.png);
}

#cres_article_opts_subscribe img {
  width: 96px;
  height: 19px;
}

#cres_article_opts_top {
  display: block;
}

#cres_article_opts_bottom {
  display: none;
}

#cres_article_opts_bottom #cres_article_actions {
  margin: 20px 0 0 0;
}

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

#cres_news_box_about_us_gp img {
  display: none;
}

.cres_indent_40 {
  padding-left: 40px;
}

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

.cres_what_how_give_open a:after {
  display: none;
}

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

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

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

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

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

#cres_what_how_more_text {
  padding-top: 1.0em;
}

/********** NEW ACTION BUTTONS **********/
#cres_share_actions_opts_print, #cres_share_actions_opts_print:hover, #cres_share_actions_opts_email, #cres_share_actions_opts_email:hover, #cres_share_actions_opts_illustration, #cres_share_actions_opts_illustration:hover, #cres_share_actions_opts_eLiterature, #cres_share_actions_opts_eLiterature:hover, #cres_share_actions_opts_contact_us, #cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_print, #cres_ds_opts_print:hover, #cres_ds_opts_email, #cres_ds_opts_email:hover, #cres_ds_opts_contact, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration, #cres_ds_opts_illustration:hover, #cres_article_opts_print, #cres_article_opts_print:hover, #cres_article_opts_email, #cres_article_opts_email:hover, #cres_article_opts_subscribe, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
  background-color: #000 !important;
  background-image: none !important;
  display: inline !important;
  float: none !important;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  padding: 5px 10px 5px 15px !important;
  width: auto !important;
}

#cres_article_opts_subscribe *:hover {
  padding: 0 !important;
  margin: 0 !important;
}

#cres_share_actions_opts_print:hover, #cres_share_actions_opts_email:hover, #cres_share_actions_opts_illustration:hover, #cres_share_actions_opts_eLiterature:hover, #cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video:hover, #cres_ds_opts_print:hover, #cres_ds_opts_email:hover, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration:hover, #cres_article_opts_print:hover, #cres_article_opts_email:hover, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
  background-color: #000 !important;
}

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

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

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

#cres_share_actions a:after, #cres_ds_actions a:after, #cres_article_actions a:after {
  position: static;
  height: auto;
  width: auto;
  background: none;
}

#cres_share_actions_opts_print a:after, #cres_ds_opts_print a:after, #cres_article_opts_print a:after {
  content: "Print";
}

#cres_share_actions_opts_email a:after, #cres_ds_opts_email a:after, #cres_article_opts_email a:after {
  content: "Email";
}

#cres_share_actions_opts_illustration a:after, #cres_ds_opts_illustration a:after {
  content: "Calculator";
}

#cres_share_actions_opts_eLiterature a:after, #cres_ds_opts_eLiterature a:after {
  content: "Brochure";
}

#cres_share_actions_opts_contact_us a:after, #cres_ds_opts_contact a:after {
  content: "Contact";
}

#cres_share_actions_opts_video a:after {
  content: "Video";
}

#cres_article_opts_subscribe a:after {
  content: "Subscribe";
}

#cres_share_actions img, #cres_article_actions img, #cres_ds_actions img {
  display: none !important;
}

.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 .row {
  margin: 0 -15px;
}

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

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

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

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

/* Custom Colors & Font Size */

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

#cres_content .cres_calc_cal path {
  fill: #005A4F;  /*Custom Dark Color*/
}

#cres_calc fieldset, #cres_calc fieldset+div {
  background: #e1e1e1 !important;  /*Custom Light Color*/
}

#cres_calc fieldset {
  font-size: 1em;  /*Font Size Adjustment if Needed*/
}

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

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

#cres_calc button:hover {
  background-color: #fff !important;  /*Custom Button Color*/
  color: #005A4F !important;  /* Choose Visible Color for Button */
  opacity: 0.85;
}

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

/* Standard Styles */

#cres_calc {
  margin: auto;
}

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

#cres_calc .bigMedTitle {
  font-weight: normal;
  line-height: 1.3em;
}

#cres_calc div {
  clear: both;
  float: left;
}

#cres_calc input {
  float: left;
  margin: 0px 0px 15px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}

#cres_calc label {
  text-align: right;
}

#cres_calc .cres_calc_radio {
  background: none !important;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

#cres_calc span {
  float: left;
}

.cres_calc_help {
  display: none;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(204, 204, 204);
  border-image: initial;
}

#cres_calc #firstPerson, #cres_calc #secondPerson {
  margin: 0px;
  padding: 0px;
}

#cres_calc img {
  float: left;
  margin-left: 5px;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}

div#cres_calendarDiv {
  background-color: rgb(248, 248, 248);
  display: none;
  position: absolute;
  z-index: 999;
  border-color: rgb(153, 153, 153) rgb(119, 119, 119) rgb(119, 119, 119) rgb(153, 153, 153);
  border-style: solid;
  margin: 0px;
  padding: 0px;
}

#cres_calendarDiv a {
  text-decoration: none;
}

div#cres_calendarDiv table {
  height: 80%;
}

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

div#cres_calendarDiv td {
  text-align: right;
  border-collapse: separate;
  width: 14%;
  height: 10%;
  border-spacing: 5px;
  border-width: 0px;
  border-style: none;
  border-color: initial;
  border-image: initial;
  margin: 0px;
  padding: 0px;
}

div#cres_calendarDiv select {
  font-size: 1em;
  margin-bottom: 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(221, 221, 221);
  border-image: initial;
  padding: 0.1em;
}

#cres_calendarDiv td.tdLink {
  cursor: pointer;
}

#cres_content div.cres_calc_cal {
  width: 20px;
  height: 23px;
  margin: 5px 0 0 5px;
  float: left;
  clear: none;
}

#cres_calc fieldset .cres_calc_tax_rate_radio {
  margin: 0px;
  padding: 0px;
  border: none;
  clear: right;
  width: auto !important;
}

#cres_calc fieldset+div {
  padding-bottom: 30px;
}

#cres_calc button, #cres_calc input[value="Submit"], #cres_calc input[type="button"] {
  border: 0;
  background-image: none;
  cursor: pointer;
}

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

/* Responsive Containers */

#cres_calc, #cres_calc fieldset, #cres_calc div {
  width: 100%;
  max-width: 810px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

#cres_calc {
  position: relative;
}

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

/* Calc Title & Help Button */

#cres_calc img#calc_help_btn {
  position: absolute;
  right: 15px;
  top: 20px;
  max-width: 65px;
  z-index: 94;
}

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

#cres_calc legend .bigMedTitle {
  font-size: 1.8em;
  padding: 20px 130px 20px 20px !important;
  width: 100%;
  color: #fff;
  margin: 0;
  display: block;
  float: none;
  overflow: hidden;
}

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

/* Calc Form */

#cres_calc fieldset {
  float: none;
  margin: 0;
  padding: 40px;
  border: none;
}

#cres_calc div {
  margin: 15px 0 0 0;
}

#cres_calc fieldset>div:first-child, #cres_calc fieldset>div:first-child+div {
  margin-top: 0;
}

#cres_calc fieldset div label {
  float: left;
  width: 200px;
  margin-right: 0px;
  color: #fff;
  padding: 10px;
  height: 42px;
}

#cres_calc fieldset div input[type='radio']+span, #cres_calc fieldset .cres_calc_tax_rate_radio span {
  margin: 0 10px 0 0;
  padding: 10px 0;
}

#cres_calc input, #cres_calc input:hover, #cres_calc select, #cres_calc select:hover {
  background-image: none;
  background: #fff !important;
  border-left: none;
  font-size: 1em;
  padding: 10px !important;
}

#cres_calc input[type="text"], #cres_calc input[type="text"]:hover, #cres_calc select, #cres_calc select:hover {
  border-radius: 0 !important;
  border-color: rgb(204, 204, 204);
}

#cres_calc .cc_large, #cres_calc .cc_med, #cres_calc .cc_small, #cres_calc select {
  font-family: inherit;
  font-weight: inherit;
  height: 42px;
  margin: 0;
}

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

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

#cres_calc .cc_small, #cres_calc #cres_calc_gift_date, #cres_calc #cres_calc_payout_date, #cres_calc #cres_calc_def_payout_date {
  width: 30% !important;
  max-width: 115px;
  font-family: inherit;
  height: 42px;
}

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

#cres_calc .cres_calc_help {
  padding: 15px;
  margin-bottom: 10px !important;
  background-color: #f9f9f9;
  margin-top: -1px !important;
  line-height: 1.3em;
}

#cres_calc #cres_calc_cash_div[style*="display:none"]+.cres_calc_help {
  display: none !important;
}

#cres_calc #cres_calc_cash_div[style*="display:block"]+.cres_calc_help[style*="display:block"] {
  display: block;
}

#cres_calc fieldset div input[type='text']+span {
  margin: 0 5px 0 7px;
  padding: 10px 0;
}

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

/* Calc Buttons */

#cres_content #cres_calc fieldset+div {
  float: none;
  margin: 0;
}

#cres_content #cres_calc button {
  width: 29.33333%;
  margin: 0 1% !important;
  border-radius: 0 !important;
  padding: 12px 20px;
  border: 1px solid #005A4F;
  font-family: inherit;
  font-weight: normal;
  font-size: 0.8em !important;
}

#cres_calc img {
  cursor: pointer;
}

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

/* Calc Calendar */

#cres_calc .cres_calc_cal {
  cursor: pointer;
}

div#cres_calendarDiv .cres_OrgBGColor {
  padding: 5px 15px !important;
}

div#cres_calendarDiv {
  border-width: 1px 1px 1px 1px;
  font-family: inherit;
  font-size: 1em;
  height: auto;
  line-height: 1.5em;
  width: 20em;
}

div#cres_calendarDiv select {
  margin-top: 5px margin-bottom:10px;
  font-family: inherit;
  font-weight: inherit;
  background: #ffffff;
  width: 45%;
}

div#cres_calendarDiv select option {
  font-weight: inherit;
}

div#cres_calendarDiv td {
  font-size: 14px;
}

div#cres_calendarDiv>div.cres_OrgBGColor>a {
  text-transform: uppercase;
  font-size: 1.1em;
}

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

/* Media Queries */
@media only screen and (max-device-width:1023px) and (orientation:landscape), (orientation:portrait) {
  #cres_content #cres_calc input[type='radio'] {
    -webkit-appearance: radio;
    border: 1px solid #666;
  }

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

}

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

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

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

}

/* Swap to 1-Column Layout */

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

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

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

  /* Calendar Positioning Change */

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

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

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

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

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

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

  #cres_calc select {
    width: 100%;
  }

  #cres_calc fieldset {
    padding: 15px;
  }

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

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

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

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

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

}

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

  #cres_calendarDiv table {
    width: 95%;
  }

}

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

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

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

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

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

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

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

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

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

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

}

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

}

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

}

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

  .PresentsFrame-active {
    position: static;
  }

}

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

  .PresentsFrame-active {
    position: static;
  }

}

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

  .PresentsFrame-active {
    position: static;
  }

}

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

}

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

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

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

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

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

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

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

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

/*************************************************
 END pages 173 and 174 fixes
*************************************************/
#cres_content #mgr_login_getting_started {
  margin-left: auto !important;
  margin-right: auto !important;
}

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

/***************RESPONSIVE STYLES AND FIXES (Coder)****************/
@media screen and (max-width:1199px) {
  .tablet_show {
    display: block !important;
  }

  .tablet_hide {
    display: none !important;
  }

  a.nav_toggle {
    display: inline-block;
  }

  .main_menu {
    position: absolute;
    top: 100%;
    display: none;
    text-align: center;
    z-index: 95;
    left: 0;
    right: 0;
    padding: 20px;
    background: #fff;
  }

  .nav_open .main_menu {
    display: block;
  }

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

  .main_menu > li + li {
    margin-left: 0;
  }

  .main_menu > li > a {
    display: block;
  }

  .dropdown_menu {
    position: relative;
    top: auto;
    background-color: transparent;
    display: block;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 10px 40px;
    text-align: center;
    opacity: 1;
    visibility: visible;
    transition: none;
    -webkit-transition: none;
  }

  .dropdown_menu li {
    display: block;
  }

  .action_menu {
    padding: 0 5%;
  }

  .action_menu li {
    padding-left: 15px;
    padding-right: 15px;
  }

}

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

  .mobile_hide {
    display: none !important;
  }

  .header_logo {
    flex: auto;
  }

  .cres_marketing h1, #page_title {
    font-size: 50px;
  }

  .action_menu a {
    font-size: 1.375em;
  }

  .gift_intent > .container {
    display: block;
  }

  .help_message p {
    padding-right: 0;
  }

  .help_buttons {
    margin-top: 25px;
    text-align: center;
  }

  .help_title {
    text-align: center;
  }

  .footer .container {
    display: block;
  }

  .cres_info {
    padding-right: 0;
    padding-bottom: 20px;
  }

}

@media screen and (min-width:768px) and (max-width:1024px) {
  #main_content > .container {
    padding-bottom: 40vh;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {
  .help_buttons a {
    width: calc(50% - 10px);
    display: inline-block;
  }

  .help_buttons a + a {
    margin-top: 0;
    margin-left: 10px;
  }

}

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

  .phone_hide {
    display: none !important;
  }

  #page_title, .cres_marketing h1 {
    font-size: 32px;
  }

  #main_content > .container {
    background-color: #fff;
    font-size: 1.25em;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .gift_intent {
    position: static;
  }

}

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

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


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


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


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


/**********Hides the text resizer on the calc pages*********/




























 



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


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

.dropdown_menu a {
    font-size: 1.25em;
}

#cres_calc fieldset div label {
    border: none !important;
    background: #C0CCCB !important;
    color: #333 !important;
    padding: 12px;
}

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

#cres_content #cres_dafsearchbutton, #cres_content .cres_dafmailtable button {
    background-color: #0F594E !important;
}

#cres_dafgift .cres_darkcolor {
    fill: #0F594E;
}

#cres_dafnotify {
    z-index: 9999;
}

.page_title_wrap {
    padding: 3% 0;
}

@media (min-width: 1500px) {

.page_title_wrap {
    padding: 50px 0;
}
	
}

.header {
    padding: 21px 0 13px 0;
}

.header_logo .gp {
    top: -5px;
}

.header_logo img {
    position: relative;
    top: -5px;
}#donor_story_main_container {
  width:100%;
  float:left;     
}

.donor_story_main_header {
  float:left;
  width: 100%;
  margin: 5px;
  padding: 0px;
  background-image: url(../images/article_images/donor_stories_2.png);
  background-repeat: no-repeat;
}

#donor_story_main_ul {
  clear:both;
  float:left;
  margin: 0px;
  padding:0px;
}

#donor_story_main_ul li {
  clear:both;
  list-style:none;
  margin:0px;
  padding:10px 0px;
  border-top: 1px solid #BBBBBB;
}

 /***********TEXT RESIZE********/
.cres_text_resize{
  float:right;
}
/***********END TEXT RESIZE********/

  
