
  
* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
}

body {
  font: 400 16px/1.5 'canada-type-gibson', serif;
  margin: 0;
  color: #717275;
  width: 100%;
  overflow-x: hidden;
  background-color: #fefefe;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

a:focus {
  outline: thin dotted;
}

a img {
  border: 0 none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, address {
  display: block;
  margin: 0;
  font-style: normal;
}

embed, iframe, object {
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  line-height: 1.1em;
}

.clear {
  clear: both;
}

.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.container {
  margin: auto;
  max-width: 1510px;
  padding: 0 30px;
  width: 100%;
}

.row {
  margin: 0 -15px;
}

.container:after, .row:after {
  content: '';
  display: table;
  clear: both;
}

.hidden, .mobile_show, .phone_show, .lp_show, .tablet_show {
  display: none !important;
}

.page_wrap {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  max-width: 1600px;
  margin: 0 auto;
}

.masthead {
  position: relative;
  font-family: 'canada-type-gibson', sans-serif;
}

.masthead a {
  line-height: 1.2;
  display: inline-block;
}

a.skip_nav {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  clip-path: inset(50%);
  -webkit-clip-path: inset(50%);
  height: 1px;
  width: 1px;
  overflow: hidden;
  margin: -1px;
  z-index: 5;
}

a.skip_nav:focus {
  background-color: #fff;
  height: auto;
  width: auto;
  color: #ad5757;
  display: block;
  font-size: 1em;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  z-index: 98;
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  border: 1px solid #ad5757;
  border-radius: 3px;
}

.top_nav {
  display: flex;
  align-items: center;
}

.top_nav a.gp {
  color: #5a6f80;
  padding: 0 5px;
  margin: 7px;
  font-size: 1.75rem;
  font-weight: 300;
  position: relative;
  border-left: 2px solid #5bc1ac;
  text-align: right;
}

.top_menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  width: 56%;
  margin-bottom: 35px;
}

.top_menu li {
  display: inline-block;
  padding: 0;
}

.top_menu li + li {
  margin-left: -4px;
}

.top_menu a {
  color: #717275;
  font-size: 1.125rem;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.top_menu a:hover, .top_menu a:focus {
  color: #5bc1ac;
}

.top_menu a:active {
    color: #5bc1ac;
}

.main_nav_wrap {
    display: flex;
    padding: 25px 0 32px;
}

.header_logo {
  display: inline-flex;
  width: 21%;
  height: 100px;
}

.header_logo img {
  width: 120px;
}

.header_logo .gp img {
    width: 42px;
    margin-right: 8px;
}

.header_logo a {
    font-size: 1.75rem;
    line-height: 1;
    padding-right: 34px;
}

.header_logo a:visited {
    color: inherit;
}

.header_logo span {
    font-weight: 600;
    color: #5a6f80;
}

.header_right {
    width: 80%;
}

.main_nav {
    display:flex;
    justify-content: flex-end;
  padding-left: 2%;
}

.main_nav a {
  color: #717275;
}

a.nav_toggle {
  display: none;
  position: relative;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
}

a.nav_toggle:after {
  position: relative;
  top: 5px;
  font-size: 1.333em;
  content: '\ec6e';
  font-family: Icomoon;
  margin-left: 5px;
  color: #717275;
}

.main_menu {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  width: 91%;
}

.main_menu > li {
  padding: 5px 0;
  text-align: center;
}

.main_menu > li.has_dropdown {
  position: relative;
}

.main_menu > li > a {
  padding: 0;
  font-weight: 400;
  font-size: 1.25rem;
}

.has_dropdown > a::after {
  font-family: Icomoon;
  content: '\edc6';
  margin-left: 5px;
  font-size: 0.8em;
}

.main_menu > li:hover > a, .main_menu > li > a:focus, .main_menu > li.active_parent > a {
  color: #5bc1ac;
}

.dropdown_menu {
  position: absolute;
  top: 100%;
  background-color: #2c3840;
  z-index: 95;
  text-align: left;
  left: 0;
  min-width: 200px;
  display: none;
}

.main_menu > li:hover > .dropdown_menu, .main_menu > li.focused > .dropdown_menu {
  display: block;
}

.dropdown_menu > li:first-child, .dropdown_menu > li:first-child > a {
  border-top-left-radius: 10px;
}

.dropdown_menu > li:last-child, .dropdown_menu > li:last-child > a {
  border-bottom-left-radius: 10px;
}

.dropdown_menu a {
  font-size: 1.125rem;
  color: #fefefe;
  padding: 0.6em 1em;
  display: block;
  text-transform: uppercase;
  font-weight: 900;
}

.dropdown_menu a:hover, .dropdown_menu a:focus {
  background-color: #171e22;
}

.cres_marketing {
  text-align: left;
  position: relative;
  padding: 325px 0 0;
  font-family: 'canada-type-gibson', sans-serif;
  background: url('/org_files_5117/images/banners/homepage-banner.jpg') center / cover;
  overflow: hidden;
  background-position: center 100%;
}

.cres_marketing img {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.marketing_title {
  color: #fff;
  font-size: 1.5rem;
  width: 100%;
  line-height: 1;
  text-align: left;
  font-weight: 400;
  background: url(/org_files_5117/images/banner-overlay-shapes.png) no-repeat center / cover;
  padding: 7% 0 7.5%;
}

.marketing_title .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    position: relative;
    z-index: 1;
}

.marketing_title::after {
  content: '';
  display: block;
  background: #FFF;
  height: 60px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  right: 0;
  clip-path: polygon(49% 0%, 100% 70%, 100% 100%, 0 100%, 0 70%);
}

/*.bequest_widget::before {*/
/*  content: '';*/
/*  display: block;*/
/*  background: #FFF;*/
/*  height: 100px;*/
/*  width: 100%;*/
/*  position: absolute;*/
/*  bottom: -188px;*/
/*  right: 0;*/
/*  clip-path: polygon(49% 0%, 100% 50%, 100% 100%, 0 100%, 0 50%);*/
/*}*/

.marketing_img {
  background: transparent none no-repeat scroll center;
  background-size: cover;
  padding: 0;
}

.marketing_left {
    font-size: 4.875rem;
    width: 50%;
    float: left;
}

.marketing_left span {
    font-weight: 600;
}

.marketing_right {
    width: 45%;
    line-height: 1.5;
    font-weight: 500;
    float: right;
}

.marketing_right p {
    margin: 0 0 42px 0;
}

.marketing_right a {
    border: 2px solid #FFF;
    border-radius: 35px;
    padding: 19px 51px;
    color: #f0f8ff;
}

.marketing_right a:hover {
    background: #5a6f80;
    border: 2px solid #5a6f80;
}

.marketing_right a:visited {
    color: inherit;
}

.marketing_msg {
  margin: auto;
  flex: 0 0 34%;
  -webkit-flex: 0 0 34%;
  position: relative;
  border-radius: 20px;
  border: 10px solid #689c7a;
  order: 2;
  width: 34%;
}

.cres_marketing h1 {
  font-size: 3.125rem;
  margin: 0;
  color: #5d8d6e;
  padding: 35px 25px;
  text-align: center;
  font-weight: 900;
}

.cres_marketing h1 span {
  display: block;
  text-transform: uppercase;
  font-size: 1.6em;
  font-weight: 400;
}

.cres_marketing ul {
  margin: 0;
  color: #fff;
  list-style: none;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: left;
}

.cres_marketing li {
  padding: 15px;
}

.cres_marketing li:nth-child(3n-2) {
  background-color: #e18b63;
}

.cres_marketing li:nth-child(3n-1) {
  background-color: #ad5757;
}

.cres_marketing li:nth-child(3n) {
  background-color: #4c7fa7;
}

.cres_marketing li:last-child {
  border-radius: 0 0 10px 10px;
}

.page_title_wrap {
  color: #fff;
  padding: 95px 0 85px;
  background: url(/org_files_5117/images/interior-banner.jpg) no-repeat center / cover;
 
  background-size: cover;
  position: relative;
  font-family: 'canada-type-gibson', sans-serif;
  text-align: center;
}

.page_title_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}

#page_title {
  font-size: 3.875rem;
  margin: 0;
  position: relative;
  font-weight: 600;
}

.bequest_widget {
    display: flex;
    align-items: center;
    width: 60%;
}

.bequest_message {
    font-size: 1.25rem;
    line-height: 1.4;
    padding: 30px 0;
    padding-right: 30px;
    margin-bottom: 45px;
}

.bequest_message h2 {
    font-size: 2rem;
    font-weight: 500;
    color: #5a6f80;
    margin: 10px 0;
}

.bequest_message p {
    margin: 0 0 38px 0;
}

.bequest_message a {
    font-weight: 500;
    color: #f0f8ff;
    background: #5a6f80;
    border-radius: 35px;
    padding: 18px 48px;
}

.bequest_message a:hover {
    color: #FFFFFF;
    background: #5bc1ac;
}

.bequest_message a:visited {
    color: #f0f8ff;
}

.bequest_widget::after {
    content: '';
    display: block;
    position: absolute;
    width: 498px;
    height: 498px;
    background: url("/org_files_5117/images/cust_thumbs/bequests.png") no-repeat center / cover;
    right: 8%;
    z-index: 2;
}

#main_content {
  overflow: hidden;
  padding: 45px 0;
  font-size: 1.25rem;
}

.cres_action_links_bold {
    font-weight: 600;
}

.cres_action_links {
  padding: 0;
  background-color: #FFFFFF;
  font-family: canada-type-gibson, sans-serif;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 65px 0 10px;
}

.cres_action_links .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

.cres_action_links::before {
    content: "";
    background-color: #5bc1ac;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    width: 295px;
    height: 295px;
    top: -151px;
    left: 9.5%;
    display: none;
}

.cres_action_links::after {
    content: "";
    border: 28px solid #5bc1ac;
    border-radius: 50%;
    position: absolute;
    bottom: -195px;
    margin: auto;
    width: 295px;
    height: 295px;
    right: 9%;
}

.action_title {
  display: block;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1;
  color: #5a6f80;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

.action_menu {
  padding: 5px 0;
}

.action_menu li {
  display: inline-block;
  padding: 5px 45px;
}

.action_menu li + li {
  margin-left: -4px;
}

.action_menu a {
  padding: 12px 20px;
  font-size: 1.5rem;
  line-height: 1.2;
  color: #5bc1ac;
  font-weight: 400;
  display: block;
}

/*.action_menu a:hover, .action_menu a:focus {*/
/*  background-color: #598769;*/
/*}*/

.action_menu p {
    letter-spacing: 0.5px;
}

.footer {
  color: #f0f8ff;
  clear: both;
  padding: 35px 0 0;
  background-color: #44525d;
  text-align: center;
}

.footer .container {
    display: flex;
    justify-content: center;
}

.footer img {
    width: 100px;
}

.footer a {
  color: #FFFFFF;
  text-decoration: none;
}

.footer a:hover, .footer a:focus {
  color: #fff;
  text-decoration: none;
}

.footer p {
  margin: 0;
  line-height: 1.5;
}

.footer span.big {
  font-size: 1rem;
  line-height: 1.2;
}

/* If it's a button, if it's just a link remove text-decoration: none declaration */
a.advisor_btn {
  display: inline-block;
  background-color: #e18b63;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.125rem;
  line-height: 1.2;
  font-weight: 900;
  font-family: canada-type-gibson, sans-serif;
  border-radius: 10px;
  margin-bottom: 30px;
  text-decoration: none !important;
}

a.advisor_btn:hover, a.advisor_btn:focus {
  background-color: #d7632d;
}

.footer_org_logo {
    flex: 0 0 20%;
    text-align: left;
}

.help_links_wrapper {
    text-align: right;
    flex: 0 0 30%;
    padding-right: 1.5%;
}

.help_links_title {
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: capitalize;
}

.help_links_list {
    list-style: none;
}

.help_links_list > li {
  margin-bottom: 5px;
}

.cres_copyright a {
    font-weight: 500;
}

p.cres_copyright {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  flex: 0 0 50%;
  padding-left: 1.5%;
  padding-top: 3px;
}

p.cres_copyright .privacy {
  display: inline-block;
  margin: 10px 0 33px;
}

p.cres_copyright .small {
  font-size: 0.875rem;
}

.social_menu {
    padding: 8px 0 2px;
}

.social_media {
  margin-top: 36px;
  background: #5a6f80;
}

.social_media ul li a span {
	font-family: "Cres Social Icons";
}

.social_menu li {
  display: inline-block;
  vertical-align: top;
  padding: 0 5px;
}

.social_menu a {
  font-size: 1.375rem;
  text-decoration: none !important;
  padding: 5px 2.5px;
}

/*****************CRESCENDO TEMPLATE STYLESHEET*****************/
.hide_for_intermediate {
  display: none;
}

#cres_content {
  line-height: 1.5;
  padding: 0;
  margin: 0;
}

/* Seems redundant, but SI flags paragraphs without a set line height */
#cres_content p {
  line-height: 1.5;
}

#cres_content img {
  border: none;
  width: auto;
  margin: auto;
  max-width: none;
}

#cres_content a {
  color: #5bc1ac;

}

#cres_content a:visited {
  color: #699e93 !important;
}

#cres_content a:hover, #cres_content a:focus {
  text-decoration: none !important;
  color: #5a6f80 !important;
}

#cres_content a[name] {
  text-decoration: none !important;
  border-bottom: 0 none !important;
}

#cres_content .breadcrumb {
  margin: 0;
  padding: 0 0 20px;
  font-size: 0.85em;
  background: none;
  float: none;
  border: 0 none;
}

#cres_content .breadcrumb strong {
  display: none;
}

#cres_content .breadcrumb em {
  font-style: normal;
}

#cres_content ul, #cres_content ol {
  padding: 0 0 0 40px;
  margin: 15px 0;
  font-size: inherit;
  width: auto;
  max-width: none;
}

#cres_content ul li {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  list-style: disc;
  width: auto;
  font-style: normal;
}

#cres_content ul li:before {
  display: none;
}

#cres_content ol li {
  list-style: decimal;
}

#cres_content ol.letters li {
  list-style: lower-alpha;
}

#cres_content .medTitle {
  margin: 0;
  padding: 5px 0;
  font-size: 1.0em;
  font-weight: 400;
  display: inline-block;
}

#cres_content .smallTitle {
  margin: 0;
  padding: 5px 0;
  font-size: 0.8em;
  font-weight: 400;
}

#cres_content .smallerTitle {
  margin: 0;
  padding: 5px 0;
  font-size: 0.8em;
}

#cres_content .lightColorDiv {
  background-color: #f5f5f5;
  border-color: #BBBBBB;
}

h1.cresPageHeader, #cres_content .bigTitle, h1.mgrHeaderTitle {
  margin: 0 0 20px;
  font-size: 2.3em;
  color: #000;
  padding: 0 0 10px;
  font-weight: 900;
  font-style: normal;
  text-transform: none;
  display: none;
  font-family: canada-type-gibson, sans-serif;
}

h1.mgrHeaderTitle {
  font-size: 1.667em !important;
  display: block;
  margin: 0 0 10px !important;
  text-align: left;
}

#cres_content h2, #cres_content h3 {
  font-variant: normal;
  font-weight: 500;
  text-transform: none;
  font-style: normal;
  font-family: canada-type-gibson, sans-serif;
}

h2.cresArticleTitle {
  font-size: 1.667em;
  color: #000;
  margin: 0;
  padding: 0;
}

h2.mgrSubHeaderTitle {
  font-weight: 400;
  margin: 5px 0;
  color: #000;
  font-size: 1.667em;
}

h2.mgrSubHeaderTitle_U {
  font-weight: 400;
  margin: 5px 0 0;
  color: #000;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.667em;
}

h2.mgrSubHeaderTitle_S {
  font-weight: 400;
  margin: 5px 0 0;
  color: #000;
  border-top: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  font-size: 1.667em;
}

h3.mgrSubHeaderTitle {
  font-weight: 400;
  margin: 5px 0;
  color: #000;
  font-size: 1.1em;
}

h3.mgrSubHeaderTitle_U {
  font-weight: 400;
  margin: 5px 0 0;
  color: #000080;
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.1em;
}

h3.mgrSubHeaderTitle_S {
  font-weight: 400;
  margin: 5px 0 0;
  color: #000080;
  border-top: 1px solid #CCCCCC;
  background-color: #F3F3F3;
  font-size: 1.1em;
}

span.cresDateHead {
  font-size: 1em;
  font-weight: 700;
  margin: 0 0 10px;
  padding: 5px 0;
  color: #000;
  display: block;
}

#cres_content .mgrStrongTitle {
  font-weight: 400;
  font-size: 1.1em;
}

.mgr_user_estate_planning li, .mgr_user_settings li, .mgr_enews_settings li {
  font-size: 0.9em;
  font-weight: 400;
}

/* FORM CSS */
.radio, .checkbox {
  margin: 0;
}

#cres_content legend {
  border-bottom: 0 none;
  margin: 0;
  overflow: visible !important;
  font-size: inherit;
  width: auto;
}

form#mgr_login_frm {
  font-size: 0.9em;
}

input[type=radio] {
  -webkit-appearance: radio;
  position: static;
}

#cres_content input {
  float: left;
  border: 1px solid #CCCCCC;
  margin: 0 0 15px;
  text-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  height: auto;
  font-family: inherit;
  font-size: inherit;
}

input.cres_preview_btn {
  margin-left: 5px !important;
}

#cres_content input:hover {
  border-color: #C0CCDA;
}

#cres_content input:focus {
  border-color: #c5c5c5;
  background-color: #ffffdd;
  background-image: none;
}

#cres_content input[type="radio"] {
  margin: 1px 5px 0 0 !important;
}

#cres_content input[type="button"] {
  text-transform: none;
  color: inherit;
  font-size: 1em;
  margin-top: 0;
}

#cres_content textarea {
  border: 1px solid #ccc !important;
  width: auto;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none;
}

#cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"], .cresbutton_create_account, .cresbutton_learn_more, .cresbutton_login {
  display: inline-block;
  position: relative;
  padding: 15px 70px;
  cursor: pointer;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: normal !important;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: none;
  background-color: #5a6f80;
  border: 2px solid transparent;
  margin-top: 0.35em !important;
  margin-bottom: 0.5em;
  border-radius: 100px;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: canada-type-gibson, sans-serif;
  -webkit-appearance: none;
  width: auto;
  box-shadow: none;
  transition: color ease-in 200ms, background-color ease-in 200ms;
  -webkit-transition: color ease-in 200ms, background-color ease-in 200ms;
}

#cres_content input[type="text"], #cres_content input[type="password"] {
  padding: 2px 4px;
  display: inline-block;
  background-color: #fff !important;
  width: auto;
}

#cres_content input[type="text"]:focus, #cres_content input[type="password"]:focus {
  border: 1px solid #000 !important;
}

#cres_content button:hover, #cres_content input[value="Submit"]:hover, #cres_content input[type="button"]:hover, .cresbutton_create_account:hover, .cresbutton_learn_more:hover, .cresbutton_login:hover, #cres_content button:focus, #cres_content input[value="Submit"]:focus, #cres_content input[type="button"]:focus, .cresbutton_create_account:focus, .cresbutton_learn_more:focus, .cresbutton_login:focus {
  background-color: #5bc1ac;
  color: #fff !important;
  text-decoration: none !important;
}

#cres_content button:active, #cres_content input[value="Submit"]:active, #cres_content input[type="button"]:active, .cresbutton_create_account:active, .cresbutton_learn_more:active, .cresbutton_login:active {
    border: 2px solid #5a6f80;
    background: transparent;
    color: #5a6f80 !important;
}

.mgr_login_recover {
  text-align: left !important;
  padding-top: 7px !important;
}

#cres_content select {
  border: 1px solid #CCCCCC;
  margin-bottom: 15px;
  width: auto;
  padding: 2px 4px;
  line-height: 1em;
  display: inline-block;
  float: none;
  font-size: inherit;
  font-family: inherit;
  background-color: transparent;
}

#cres_content select:hover {
  border-color: #C0CCDA;
}

#cres_content select:focus {
  border-color: #C0CCDA;
  background-color: #ffffdd;
  background-image: none;
}

#cres_content .cres_calc_radio {
  background: none;
  border: none;
}

.cres_calc_cal {
    display: none;
}

.PresentsFrame-active {
  position: fixed;
  overflow-y: scroll;
}

/* CALCULATORS */
#cres_calc {
  width: 99%;
  margin: auto;
  max-width: 650px;
  line-height: 1.1em;
  font-size: 0.9em;
}

#cres_calc > a {
  float: right;
  display: block;
  position: relative;
  z-index: 95;
}

#cres_calc > a:focus {
  outline: 1px dotted #000;
}

#cres_calc div {
  clear: both;
  float: left;
  margin: 5px;
  width: 100%;
}

#cres_calc fieldset {
  float: left;
  margin: 50px 0 0;
  padding: 10px;
  border: 1px solid #DDDDDD;
  width: 100%;
  position: relative;
  font-size: 0.9em;
  font-weight: 400;
}

#cres_calc fieldset > legend {
  position: absolute;
  top: -41px;
}

#cres_calc fieldset > legend .bigMedTitle {
  margin: 0;
}

#cres_calc label {
  float: left;
  width: 165px;
  text-align: right;
  margin-right: 10px;
  font-weight: 400;
}

#cres_calc label.radio {
  width: auto;
}

#cres_calc fieldset .radioFSet {
  width: 420px !important;
  margin-bottom: 15px !important;
}

.cres_calc_help {
  clear: both;
  padding: 5px;
  margin-bottom: 10px;
  background-color: #F3F3F3;
  border: 1px solid #CCCCCC;
  display: none;
}

#cres_calc img {
  float: left;
  margin-left: 5px;
}

#cres_calc span {
  float: left;
  margin: 0 5px 0 2px;
}

#cres_calc span.label {
  float: left;
  width: 165px;
  text-align: right;
  margin-right: 10px;
}

#cres_calc button {
  margin: 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: #CC3330;
  margin: 0px 2px;
}

#cres_contact .required_fields, #cres_calc .required_fields {
  color: #CC3330;
  text-align: center;
}

/* TO FIX THE CALCULATOR LAYOUT */
#cres_calc fieldset .cres_calc_tax_rate_radio {
  width: auto !important;
}

/* TO FIX THE CALCULATOR LAYOUT IE 7 */
#cres_calc fieldset .cres_calc_tax_rate_radio span {
  margin-top: 0 !important;
}

/* ARTICLES */
#cres_articles_div {
  float: left;
  width: 100%;
  height: 170px;
  margin: 5px 0 10px 10px;
  background-image: url(../images/330x165_wide_img_bg.png);
  background-repeat: no-repeat;
}

#cres_articles_div img {
  width: 330px;
  height: 165px;
  border: none;
  padding: 0;
  margin: 0;
}

/* DONOR STORIES */
#cres_donor_story_div {
  float: left;
  width: 100%;
  height: 170px;
  margin: 5px 0px 10px 10px;
  background-image: url(../images/330x165_wide_img_bg.png);
  background-repeat: no-repeat;
  display: none;
}

#cres_donor_story_div img {
  width: 330px;
  height: 165px;
  border: none;
  padding: 0px;
  margin: 0px;
}

/* NEWS BOX GRID*/
#cres_news_box_grid .cres_news_box_grid_wide > div {
  overflow: hidden;
  padding: 0;
  display: table;
  width: 100%;
  padding: 30px 0;
}

.cres_left_column {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

.cres_left_column img {
  display: block;
  position: relative;
}

.cres_right_column {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3%;
}

#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, .bigMedTitle, .bigMedTitle_NL {
  font-size: 2rem;
  font-weight: 500;
  color: #5a6f80;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  position: relative;
  font-family: canada-type-gibson, sans-serif;
  display: block;
  line-height: 1.1em;
  letter-spacing: 0.5px;
}

#cres_content .cres_news_box_grid-SubTitle a, #cres_content a .cres_news_box_grid-SubTitle, #cres_content a.bigMedTitle {
  display: inline-block;
  text-decoration: none !important;
}

#cres_content .cres_news_box_grid-SubTitle a:after, #cres_content a .cres_news_box_grid-SubTitle:after, #cres_content a.bigMedTitle:after {
  font-family: Icomoon;
  content: '\edb9';
  margin-left: 10px;
  font-size: 0.8em;
}

#cres_content a.bigMedTitle + br {
  display: none;
}

.cres_news_box_grid-Title {
  font-size: 1em;
  margin: 10px 0;
  padding: 0;
  text-transform: none !important;
  font-weight: 700 !important;
  color: #000;
  font-family: canada-type-gibson, sans-serif !important;
}

#cres_content .cres_news_box_grid-Title a {
  color: inherit;
}

#cres_content span.bigMedTitle, #cres_content  h2.bigMedTitle {
  color: #5a6f80;
}

.cres_news_box_grid-Small-Title {
  font-size: .9em;
  color: #000;
  font-weight: normal;
  margin: 2px 0;
  padding: 0;
  text-transform: none;
}

#cres_news_article .cres_body_article h2 {
  font-size: 1.667em;
  color: #000;
  padding: 0;
  margin: 0;
}

#cres_content .what_give_header, #cres_content .how_give_header, #cres_content .gift_calc_header, #cres_content .learn_wills_header, #cres_content .donor_story_main_header {
  display: none;
}

#cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #learn_wills_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  float: none;
}

#cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
  margin: 0;
}

#cres_content #donor_story_main_ul li, #cres_content #what_give_ul li, #cres_content #how_give_ul li, #cres_content #gift_calc_ul li, #cres_content #learn_wills_ul li {
  padding: 30px 30px 80px;
  border: 0;
  list-style: none;
  float: none;
  width: 31%;
  overflow: hidden;
  border-radius: 20px;
  background-color: #ebf3fa;
  box-shadow: 0 0px 30px rgba(0,0,0,.25);
  clear: none;
  margin: 0;
  position: relative;
  margin-bottom: 50px;
  padding-bottom: 80px;
}

#cres_content .cres_more_link {
    position:absolute;
    bottom: -1px;
    left: -1px;
    width: 101%;
    text-align: center;
    line-height: normal;
    border: 2px solid transparent;
    padding: 15px 25px;
    background: #5a6f80;
    color: #f0f8ff;
    font-weight: 500;
}

#cres_content .cres_more_link:visited {
    color: #699e93 !important;
}

#cres_content .cres_more_link:hover, #cres_content .cres_more_link:focus {
    background: #5bc1ac;
    color: #FFF !important;
}

#cres_content #donor_story_main_ul li + li, #cres_content #what_give_ul li + li, #cres_content #how_give_ul li + li, #cres_content #gift_calc_ul li + li, #cres_content #learn_wills_ul li + li {
  
}

#cres_content #donor_story_main_ul li a.bigMedTitle, #cres_content #what_give_ul li a.bigMedTitle, #cres_content #how_give_ul li a.bigMedTitle, #cres_content #gift_calc_ul li a.bigMedTitle {
  display: inline-block;
  margin: 0 -20px 20px;
  padding: 12px 60px 12px 20px;
  color: #fff !important;
  position: relative;
  left: -70px;
  width: 450px;
  border-radius: 0 10px 10px 0;
}

#cres_content #donor_story_main_ul li a.bigMedTitle:after, #cres_content #what_give_ul li a.bigMedTitle:after, #cres_content #how_give_ul li a.bigMedTitle:after, #cres_content #gift_calc_ul li a.bigMedTitle:after {
  font-family: Icomoon;
  content: '\edb9';
  margin-left: 10px;
  font-size: 0.8em;
  position: absolute;
  width: 60px;
  top: 0;
  bottom: 0;
  background-color: #689c7a;
  border-radius: 0px 10px 10px 0;
  display: inline-flex;
  align-items: center;
  right: 0;
  justify-content: center;
}

#cres_content #donor_story_main_ul li a.bigMedTitle:hover:after, #cres_content #what_give_ul li a.bigMedTitle:hover:after, #cres_content #how_give_ul li a.bigMedTitle:hover:after, #cres_content #gift_calc_ul li a.bigMedTitle:hover:after, #cres_content #donor_story_main_ul li a.bigMedTitle:focus:after, #cres_content #what_give_ul li a.bigMedTitle:focus:after, #cres_content #how_give_ul li a.bigMedTitle:focus:after, #cres_content #gift_calc_ul li a.bigMedTitle:focus:after {
  background-color: #588567;
}

#cres_content #donor_story_main_ul li:nth-child(3n-2)  a.bigMedTitle, #cres_content #what_give_ul li:nth-child(3n-2)  a.bigMedTitle, #cres_content #how_give_ul li:nth-child(3n-2)  a.bigMedTitle, #cres_content #gift_calc_ul li:nth-child(3n-2)  a.bigMedTitle {
  background-color: #e18b63;
}

#cres_content #donor_story_main_ul li:nth-child(3n-1)  a.bigMedTitle, #cres_content #what_give_ul li:nth-child(3n-1)  a.bigMedTitle, #cres_content #how_give_ul li:nth-child(3n-1)  a.bigMedTitle, #cres_content #gift_calc_ul li:nth-child(3n-1)  a.bigMedTitle {
  background-color: #ad5757;
}

#cres_content #donor_story_main_ul li:nth-child(3n)  a.bigMedTitle, #cres_content #what_give_ul li:nth-child(3n)  a.bigMedTitle, #cres_content #how_give_ul li:nth-child(3n)  a.bigMedTitle, #cres_content #gift_calc_ul li:nth-child(3n)  a.bigMedTitle {
  background-color: #4c7fa7;
}

#cres_content #donor_story_main_ul li p, #cres_content #what_give_ul li p, #cres_content #how_give_ul li p, #cres_content #gift_calc_ul li p, #cres_content #learn_wills_ul li p {
  margin: 0;
  padding: 0;
}

#cres_content #gift_calc_ul li br {
  display: none;
}

/*#cres_content a.cres_more_link {
  margin-top: 1.125em !important;
  text-transform: none !important;
  font-weight: 700;
  color: #bf1a25;
  text-decoration: none !important;
  display: inline-block;
  line-height: 1.2;
}

#cres_content a.cres_more_link:after {
  font-family: Icomoon;
  content: '\edd3';
  margin-left: 6px;
  font-size: 0.8em;
}*/

/* TO FIX THE POP OUT CALENDAR IN CALCULATOR PAGES */
div#cres_calendarDiv {
  background-color: #F8F8F8;
  border-color: #999999 #777777 #777777 #999999;
  border-style: solid;
  border-width: 1px 2px 2px 1px;
  display: none;
  font-family: inherit;
  font-size: 11px;
  height: 20.0em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
  position: absolute;
  width: 16.0em;
  z-index: 999;
}

div#cres_calendarDiv table, div#cres_calendarDiv tr {
  border-collapse: separate;
  border-spacing: 5px;
  border: 0 none;
  width: 100%;
  margin: 0;
  padding: 0.1em;
}

div#cres_calendarDiv table {
  height: 80%;
}

div#cres_calendarDiv td {
  text-align: right;
  border-collapse: separate;
  border-spacing: 5px;
  border: 0 none;
  width: 14%;
  height: 10%;
  margin: 0;
  padding: 0;
  font-size: 11px;
  line-height: normal;
}

div#cres_calendarDiv select {
  font-size: 0.9em;
  border: 1px solid #DDDDDD;
  margin-bottom: 5px;
  padding: 0.1em;
  width: auto;
  height: 22px;
  padding: 0 1px;
  line-height: 1em;
  display: inline-block;
}

#cres_calendarDiv a {
  font-size: inherit;
}

/* How to Give and What to Give pages */
#how_give_flow_wrapper {
  clear: both;
  color: #333333;
  display: block;
  width: 340px;
  margin: 0 0 20px;
  line-height: normal;
  position: relative;
}

#charity_img {
  background-image: url("../images/how_what_charity.png");
  background-repeat: no-repeat;
  width: 53px;
  height: 54px;
}

#charity_img_size {
  width: 53px;
  height: 54px;
}

#how_give_flow_wrapper .flow_title_top {
  font-family: inherit;
  font-size: 17px;
  color: #5BC1AC;
  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 #5BC1AC;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #5BC1AC;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5BC1AC), to(#5BC1AC));
  background-image: -webkit-linear-gradient(top, #5BC1AC, #5BC1AC);
  background-image: -moz-linear-gradient(top, #5BC1AC, #5BC1AC);
  background-image: -ms-linear-gradient(top, #5BC1AC, #5BC1AC);
  background-image: -o-linear-gradient(top, #5BC1AC, #5BC1AC);
  background-image: linear-gradient(to bottom, #5BC1AC, #5BC1AC);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#5BC1AC, endColorstr=#5BC1AC);
  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, #cres_share_actions_opts_video, #cres_share_actions_opts_video:hover {
  background-color: #000 !important;
  background-image: none !important;
  display: inline !important;
  float: none !important;
  height: auto !important;
  margin: 0 5px 0 0 !important;
  padding: 5px 15px !important;
  width: auto !important;
}

#cres_article_opts_subscribe *:hover {
  padding: 0 !important;
  margin: 0 !important;
}

#cres_share_actions_opts_print:hover, #cres_share_actions_opts_email:hover, #cres_share_actions_opts_illustration:hover, #cres_share_actions_opts_eLiterature:hover, #cres_share_actions_opts_contact_us:hover, #cres_share_actions_opts_video:hover, #cres_ds_opts_print:hover, #cres_ds_opts_email:hover, #cres_ds_opts_contact:hover, #cres_ds_opts_eLiterature:hover, #cres_ds_opts_illustration:hover, #cres_article_opts_print:hover, #cres_article_opts_email:hover, #cres_article_opts_subscribe *:hover, #cres_article_opts_subscribe:hover {
  background-color: #000 !important;
}

#cres_share_actions_opts_video, #cres_share_actions_opts_video:hover, #cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
  padding: 5px 15px !important;
}

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
  height: auto !important;
  margin: 10px 0 25px !important;
  width: auto !important;
  font: 14px/16px 'Droid Serif' !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;
}

/*lockscroll*/
body > .overlay {
  background-color: rgba(0,0,0,0.65);
  z-index: 99;
  display: none;
}

.overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}

#fullnav {
  position: fixed;
  height: 100%;
  top: 0px;
  overflow: hidden;
  left: -260px;
  width: 260px;
  z-index: 101;
  background: #FFF;
}

#navscroll {
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}

.mobile_main_menu.menu li > div {
  background: #FFF none repeat scroll 0% 0%;
  transition: none 0s ease 0s;
  color: #FFF;
  font-size: 1.3em;
  width: 100%;
  padding: 0.2em 0.5em 0.3em;
  text-align: right;
}

.fa.fa-times {
  color: #717275;
  cursor: pointer;
}

.mobile_main_menu li {
  width: 100%;
  border-top: 1px solid #717275;
}

.mobile_main_menu li:last-child {
    border-bottom: 1px solid #717275;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
  display: block;
  margin: 0px;
  background: #FFFFFF none repeat scroll 0% 0%;
  transition: none 0s ease 0s;
  -webkit-transition: none 0s ease 0s;
  -o-transition: none 0s ease 0s;
  -ms-transition: none 0s ease 0s;
  color: #717275;
  font-size: 1.25rem;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  width: 100%;
  padding: 0.6em 1em 0.7em 0.8em;
}

.tablet_indent {
  padding: 0;
  list-style: none;
}

.tablet_indent li {
  border-top: none;
}

.tablet_indent li a {
  padding: 0.1em 1em 0.7em 2em;
}

/***************************************************/
/**************Calculator Update - MA***************/
/***************************************************/

/***************************************************/
/* Custom Colors & Font Size */

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #333 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
  fill: #333; /*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 #333 !important; /*Custom Dark Color*/
}

#cres_calc button {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
}

#cres_calc button:hover {
    background-color: #555 !important; /*Custom Button Color*/
    color: #fff !important; /* Choose Visible Color for Button */
  opacity: 0.85;
}

/***************************************************/
/* Standard Styles */
#cres_calc {
    margin: auto;
}

#cres_calc * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_calc .bigMedTitle {
    font-weight: 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;
}

#cres_calc legend {
    border: none;
    width: 100%;
    display: block;
    clear: both;
    margin: 0;
    border-bottom: 1px solid #fff;
}

#cres_calc legend .bigMedTitle {
    font-size: 2em;
    padding: 20px 130px 20px 20px !important;
    width: 100%;
    color: #fff;
    margin: 0;
    display: block;
    float: none;
}

/***************************************************/
/* Calc Form */

#cres_calc fieldset {
    float: none;
    margin: 0;
    padding: 40px;
    border: none;
    font-size: 0.9em !important;
}

#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: 180px;
    margin-right: 0px;
    color: #fff;
    padding: 10px;
    height: 42px;
}

#cres_calc fieldset div input[type='radio'] + span,
#cres_calc fieldset .cres_calc_tax_rate_radio span {
    margin: 0 10px 0 0;
    padding: 10px 0;
}

#cres_calc input,
#cres_calc input:hover,
#cres_calc select,
#cres_calc select:hover {
    background-image: none;
    background: #fff !important;
    border-left: none;
    font-size: 1em;
    padding: 10px !important;
}

#cres_calc input[type="text"],
#cres_calc input[type="text"]:hover,
#cres_calc select,
#cres_calc select:hover {
  border-radius: 0 !important;
  border-color: rgb(204, 204, 204);
}

#cres_calc .cc_large,
#cres_calc .cc_med,
#cres_calc .cc_small,
#cres_calc select {
    font-family: inherit;
    font-weight: inherit;
    height: 42px;
    margin: 0;
}

#cres_calc .cc_large {
    width: 50% !important;
}

#cres_calc .cc_med {
    width: 40% !important;
}

#cres_calc .cc_small,
#cres_calc #cres_calc_gift_date,
#cres_calc #cres_calc_payout_date,
#cres_calc #cres_calc_def_payout_date {
    width: 30% !important;
    max-width: 115px;
}

#cres_content #cres_calc .cres_calc_radio,
#cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
    margin: 13px 5px 14px 10px !important;
    padding: 0 !important;
}

#cres_calc .cres_calc_help {
    padding: 15px;
    margin-bottom: 10px !important;
    background-color: #f9f9f9;
    margin-top: -1px !important;
    line-height: 1.3em;
}

#cres_calc #cres_calc_cash_div[style*="display:none"] + .cres_calc_help {
  display: none !important;
}

#cres_calc #cres_calc_cash_div[style*="display:block"] + .cres_calc_help[style*="display:block"] {
  display: block;
}

#cres_calc fieldset div input[type='text'] + span {
    margin: 0 5px 0 7px;
    padding: 10px 0;
}

/***************************************************/
/* Calc Buttons */

#cres_content #cres_calc fieldset + div {
    float: none;
    margin: 0;
}

#cres_content #cres_calc button {
    width: 29.33333%;
    margin: 0 1% !important;
    border-radius: 40px !important;
    padding: 20px;
    border-right: none;
    border-bottom: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
}

#cres_calc img {
    cursor: pointer;
}

/***************************************************/
/* Calc Calendar */

#cres_calc .cres_calc_cal {
    cursor: pointer;
}

div#cres_calendarDiv .cres_OrgBGColor {
    padding: 5px 15px !important;
}

div#cres_calendarDiv {
    border-width: 1px 1px 1px 1px;
    font-family: inherit;
    font-size: 1em;
    height: auto;
    line-height: 1.5em;
    width: 20em;
}

div#cres_calendarDiv select {
    margin-top: 5px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: inherit;
    background: #ffffff;
    width: 45%;
}

div#cres_calendarDiv select option {
    font-weight: inherit;
}

div#cres_calendarDiv td {
    font-size: 14px;
}

div#cres_calendarDiv > div.cres_OrgBGColor > a {
    text-transform: uppercase;
    font-size: 1.1em;
}

/***************************************************/
/* Media Queries */

@media only screen and (max-device-width: 1024px) and (orientation : landscape), (orientation : portrait) {

    #cres_content #cres_calc input[type='radio'] {
        -webkit-appearance: radio;
        border: 1px solid #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: 900px) {

    #cres_calc fieldset {
        font-size: 1em;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin: 13px 5px 14px 0px !important;
    }

    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate:first-child {
        margin-left: 10px !important;
    }

}

/* Swap to 1-Column Layout */
/* Change max-width to trigger 1-column layout at any screen width */
/* Note: When changing max-width from 767px, place "Calendar Positioning Change" in its own media query if its needs to trigger at a different max-width. */
@media screen and (max-width: 767px) {
  
    /* Calendar Positioning Change */
    /* Positions the calendar pop-up right along edge of window so it doesn't overflow */
    #cres_calendarDiv {
        left: auto !important;
        right: 25px !important;
    }

    #cres_calc fieldset div label {
        width: 100%;
        text-align: left;
    }

    #cres_calc .cc_large {
        width: 100% !important;
    }

    #cres_calc .cc_small,
  #cres_calc #cres_calc_gift_date,
  #cres_calc #cres_calc_payout_date,
  #cres_calc #cres_calc_def_payout_date {
        width: 80% !important;
        max-width: none;
    }

    #cres_calc .cc_med {
        width: 80% !important;
    }

    #cres_calc fieldset .cres_calc_tax_rate_radio {
        width: 100% !important;
    }

    #cres_calc select {
        width: 100%;
    }

    #cres_calc fieldset {
        padding: 15px;
    }

    #cres_content #cres_calc button {
        width: 90%;
        margin: 15px 0 0 !important;
    }

    #cres_content #cres_calc .cres_calc_radio,
    #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
        margin-left: 10px !important;
        clear: both;
    }

    #cres_calc legend .bigMedTitle {
        padding: 50px 15px 15px 15px !important;
    }

    #cres_calc img#calc_help_btn {
        left: 10px;
        right: auto;
        top: 15px;
        max-width: 70px;
    }
  
    #cres_calc input, #cres_calc input:hover, #cres_calc select, #cres_calc select:hover {
      border-left: 1px solid rgb(204, 204, 204);
    }

}

@media screen and (max-width: 385px) {

    #cres_calendarDiv {
        max-width: 270px;
    }

    #cres_calendarDiv table {
        width: 95%;
    }

}

/***************************************************/
/************End Calculator Update - MA*************/
/***************************************************/

/***************************************************/
/*************Presentation Update - MA**************/
/***************************************************/

.PresentsFrame-active {
    position: fixed;
    overflow-y: scroll;
}

#blanket_overlay {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    display: none;
}

#PresentsFrame {
    width: 850px !important;
    margin-left: -425px !important;
    max-width: 850px !important;
    border: none !important;
    background-image: url('/Presentation/images/white-background-800x600.gif');
    background-repeat: no-repeat;
    background-position-x: 25px;
}

@media screen and (max-width: 849px) {
  
    #PresentsFrame {
        width: 100% !important;
        height: 100% !important;
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0px auto !important;
        max-width: none !important;
        max-height: none !important;
        overflow: auto !important;
        background-size: 100%;
        background-position-x: 0px;
    }
  
}

@media screen and (max-width: 700px) {

    #PresentsFrame {
        background-size: 100% calc((100vw * .75) + 40px);
    }

}

@media only screen and (max-device-width: 849px) and (orientation : landscape), (max-device-width: 849px) and (orientation : portrait) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0.65);
    }

}

@media screen and (max-device-height: 600px) and (max-device-width: 849px) and (orientation : landscape) {
  
    #PresentsFrame {
        width: 100% !important;
        padding: 0 20%;
        background-size: 49% calc((49vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media screen and (min-device-height: 375px) and (max-device-height: 420px) and (min-device-width: 800px) and (max-device-width: 825px) and (orientation : landscape) {
  
    #PresentsFrame {
        width: 100% !important;
        padding: 0 25%;
        background-size: 41% calc((41vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media screen and (max-device-width: 700px) and (orientation : landscape) {
  
    #PresentsFrame {
        padding: 0 13% !important;
        background-size: 60% calc((60vw * .75) + 40px);
        background-position: center top;
    }
  
    .PresentsFrame-active {
        position: static;
    }
  
}

@media (width: 1024px) and (orientation: landscape), (width: 1366px) and (orientation: landscape) {

    #PresentsFrame {
        background-color: rgba(0,0,0,0);
    }
  
}

/***************************************************/
/***********End Presentation Update - MA************/
/***************************************************/



/*****************END CRESCENDO TEMPLATE STYLES*******************/

/***************RESPONSIVE STYLES AND FIXES (Coder)****************/
@media screen and (max-width: 1650px) {
  .cres_action_links::after {
      border: 20px solid #5bc1ac;
      right: -3%;
      width: 210px;
      height: 210px;
      bottom: -145px;
  }
}

@media screen and (max-width: 1430px) {
    .marketing_title::after {
        bottom: -7px;
    }
}

@media screen and (max-width: 1210px) {
    .marketing_title::after {
        bottom: -4px;
    }
}

@media screen and (max-width:1399px) {
  .marketing_left {
      font-size: 4rem;
  }
  
  .marketing_right {
      font-size: 1.5rem;
      padding-left: 0;
      width: 50%;
  }
  
  .header_logo a {
    padding-right: 15px;
    }

    .top_nav a.gp {
      padding-left: 20px;
    }
  
  .marketing_right p {
      margin-bottom: 30px;
  }
  
  .bequest_widget::after {
      right: 0;
      width: 410px;
      height: 410px;
  }
  
  .cres_action_links {
      padding-top: 70px;
      padding-bottom: 0;
  }
  
  .cres_action_links::before {
      top: -150px;
    width: 230px;
    height: 230px;
    left: 2%;
  }
  
  .footer_org_logo {
      flex: 0 0 10%;
  }
  
  .help_links_wrapper {
      flex: 0 0 39%;
  }
  
  p.cres_copyright {
      padding-left: 4%;
  }
  
  p.cres_copyright .privacy {
      margin-bottom: 17px;
  }

}

@media screen and (max-width:1199px) {
  .tablet_show {
    display: block !important;
  }

  .tablet_hide {
    display: none !important;
  }

  .main_menu > li > a {
    padding-left: 7px;
    padding-right: 7px;
  }

  .marketing_title {
    font-size: 1.875rem;
  }
  
  .top_menu {
      width: 80%;
     margin-bottom: 20px;
  }
  
  .marketing_left {
      font-size: 4.5rem;
  }
  
  .cres_action_links {
      padding-bottom: 0;
  }
  
  .action_menu li {
      padding: 5px 20px;
  }
  
  .cres_news_box_grid-SubTitle {
      font-size: 1.875rem;
  }

}

@media screen and (max-width:1023px) {
  .mobile_show {
    display: block !important;
  }

  .mobile_hide {
    display: none !important;
  }
  
  .container {
      padding: 0 15px;
  }

  .page_wrap {
    box-shadow: none;
    transition: all 0.5s ease;
  }

  a.nav_toggle {
    display: inline-block;
    line-height: 1;
  }

  .main_menu {
    top: 0;
    right: 0;
    width: 250px;
    bottom: 0;
    transform: translateX(250px);
    overflow-y: auto;
    position: fixed;
    transition: all 0.5s ease;
    backface-visibility: hidden;
    background-color: #689c7a;
    padding: .5rem;
    margin: 0;
    display:none;
  }

  .nav_open .page_wrap {
    transform: translateX(-250px);
    backface-visibility: hidden;
  }

  .main_menu > li {
    display: block;
    text-align: left;
    padding: 0;
  }

  .main_menu > li:first-child {
    border-top: 1px solid #86949f;
  }

  .main_menu > li > a {
    display: block;
    padding: 1rem;
    color: #fefefe !important;
    text-transform: none;
  }

  .main_menu > li:hover > a {
    color: #fefefe !important;
  }

  .main_menu > li > a:hover, .main_menu > li > a:focus {
    color: #fefefe !important;
  }

  .dropdown_menu {
    position: static;
    background-color: transparent;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
    border-radius: 0;
    box-shadow: none;
    min-width: 0;
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    border-right: none;
    border-left: none;
    transform: none !important;
    padding-left: 30px;
    margin: 0;
  }

  .dropdown_menu li, .dropdown_menu a {
    border-radius: 0 !important;
  }

  .dropdown_menu a {
    background-color: transparent !important;
    text-transform: none;
  }
  
  .main_nav_wrap {
      padding: 5px 10px;
  }
  
  .main_nav {
      margin-top: 10px;
  }
  
  .cres_marketing {
      padding-top: 650px;
  }
  
  .marketing_title {
      padding: 120px 0;
      position:absolute;
      bottom: -42px;
  }
  
  .marketing_title .container {
      flex-direction: column;
  }
  
  .marketing_left {
      font-size: 3.25rem;
      width: auto;
  }
  
  .marketing_right {
      font-size: 1.375rem;
      width: auto;
      text-align: center;
      padding: 0;
  }
  
    .marketing_title::after {
        clip-path: polygon(0 75%, 0% 100%, 100% 100%);
        height: 200px;
        bottom: 41px;
    }
  
  .bequest_message {
      padding-top: 0;
  }
    
    .bequest_message {
        margin-bottom: 0;
    }
    
    .bequest_widget {
        width: 66%;
    }
    
    .bequest_widget::after {
        width: 330px;
        height: 330px;
        right: -5%;
    }
  
  .top_menu {
      justify-content: flex-end;
      margin-bottom: 0;
      padding-top: 10px;
  }

  .cres_marketing {
    flex-wrap: wrap;
    background-position: center -140px;
  }

  .marketing_img {
    height: 210px;
  }
  
  .action_menu li {
      padding: 5px 0;
  }
  
    .cres_action_links::before {
        width: 210px;
        height:210px;
        top:-130px;
        left: -13px;
    }
    
  .cres_action_links::after {
      border: 16px solid #5bc1ac;
      right: -4%;
      bottom: -200px;
  }
  
  .footer .container {
    flex-direction: column;
    position: relative;
  }
  
  .footer_org_logo {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 15px;
  }
  
  .help_links_wrapper {
    text-align: left;
    }
    
    p.cres_copyright {
    padding-left: 0;
    }
    
    .help_links_list {
    padding: 0;
    }
    
  .cres_news_box_grid-SubTitle {
      font-size: 1.75rem;
  }
  
  #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 {
      width: 48%;
      margin-bottom: 30px;
  }

}

@media screen and (min-width:768px) and (max-width:1023px) {

}

@media screen and (max-width:767px) {
  .phone_show {
    display: block !important;
  }

  .phone_hide {
    display: none !important;
  }

  .top_nav {
    display: block;
    text-align: center;
  }

  .top_menu {
    display: block;
    text-align:right;
  }
  
  .marketing_title .container {
      padding: 0 15px;
  }
  
  .main_nav {
    padding-left: 0;
    margin-left: 0;
  }

  .header_logo {
    max-width: 180px;
    margin-bottom: 10px;
  }

  .marketing_msg {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin-top: 0;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
  }

  .cres_marketing h1, #page_title {
    font-size: 2rem;
  }

  .cres_marketing h1 {
    padding: 20px 8px;
  }

  .cres_marketing h1 span {
    display: block;
  }

  #cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
    margin-left: 0;
  }

  #cres_content #donor_story_main_ul li a.bigMedTitle, #cres_content #what_give_ul li a.bigMedTitle, #cres_content #how_give_ul li a.bigMedTitle, #cres_content #gift_calc_ul li a.bigMedTitle {
    left: 0;
    display: block;
    width: auto;
    border-radius: 0;
    padding-right: 20px;
  }

  #cres_content #donor_story_main_ul li a.bigMedTitle::after, #cres_content #what_give_ul li a.bigMedTitle::after, #cres_content #how_give_ul li a.bigMedTitle::after, #cres_content #gift_calc_ul li a.bigMedTitle::after {
    margin-left: 15px;
    font-size: 0.5em;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .action_menu {
    padding: 0 0 6px;
  }

  .action_menu li {
    display: block;
    padding: 0;
  }

  .action_menu li + li {
    margin-left: 0;
    margin-top: 10px;
  }

  .action_menu a {
    font-size: 1rem;
  }
  
  .help_links_wrapper {
      width: 70%;
  }

}

/************************PAGE FIXES (Coder)********************/

/***********Landing Page*************/


/***********Gift Options Page*************/


/***********News Page*************/


/***********News Page*************/


/*********Calc Fix************/


/**********PRINT STYLES************/
@media print {
}

/*===========================================================
                         DJ Edits
===========================================================*/
a[href^="tel"]{
    color:inherit;
    text-decoration:none;
}

#cres_content ul, #cres_content ol {
      margin: 15px 0 30px 0;
}

#cres_content p {
	margin-bottom: 1em;
	margin-top: .5em;
    padding: 0;
}

.cres_text_resize {
    display: none;
}

.logo img {
    image-rendering: -webkit-optimize-contrast; /*logo contrast for chrome*/
}

.main_nav_wrap {
	padding: 15px 0 15px;
}

.top_menu {
	padding-top: 5px;
	width: 600px;
}

.main_menu > li {
	padding: 5px 0 0;
}

.main_menu > li > a {
	padding: 0 10px;
}

.main_menu > li:last-of-type > a {
	padding-right: 0;
}

a.nav_toggle {
	font-size: 1.35rem;
}

a.nav_toggle::after {
	top: 6px;
}

.mobile_main_menu a, .mobile_main_menu a:visited {
	padding-bottom: .5em;
}

.mobile_main_menu li,
.mobile_main_menu li:last-child {
	border: none;
}

.action_menu a:hover {
	color: #5a6f80 !important;
}

/**************Homepage*********************/




/**************Interior pages*********************/
#page_title {
	font-size: 3.75rem;
	line-height: 1em;
	letter-spacing: 1px;
}

.cres_news_box_grid-SubTitle, .bigMedTitle, .bigMedTitle_NL {
	font-size: 1.875rem;
	line-height: 1.2em;
}

#cres_news_article .cres_body_article h2 {
	color: #5a6f80;
}

/**********************************
List pages
**********************************/
#cres_content #donor_story_main_ul, 
#cres_content #what_give_ul,
#cres_content #gift_calc_ul,
#cres_content #how_give_ul {
	margin-top: 30px;
}

#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: 22px 20px 80px;
	margin-bottom: 46px;
}

#cres_content .cres_more_link:visited {
	color: #f0f8ff !important;
}

/**************************************
Share Action Button styles
**************************************/
#cres_share_actions, 
#cres_ds_actions, 
#cres_article_actions {
    font-family: inherit !important;
    font-size: .8em !important;
    margin-bottom: 30px !important;
    text-transform: uppercase;
}

#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 {
    font-weight: 500 !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_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,
#cres_share_actions_opts_video,
#cres_share_actions_opts_video:hover, 
#cres_ds_opts_eLiterature, #cres_ds_opts_eLiterature:hover {
    padding: 13px 18px 12px !important;
}

#cres_share_actions_opts_print,
#cres_share_actions_opts_print:hover {
    padding-left: 22px !important;
}

/***********************************
About Bequests / #166
***********************************/
#cres_about_wills .uppercase_text,
 .uppercase_text strong {
    padding: 5px 0; 
    text-transform: none;
    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;
    margin-bottom: 10px;
    padding-top: 0;
}

#cres_content .medTitle ~ br {
    display: none;
}

#cres_content .medTitle {
    display: block;
    font-weight: normal;
}

#cres_content #learn_wills_ul {
	margin-top: 30px;
}

#cres_content #learn_wills_ul li {
	padding-bottom: 30px;
}

#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;
}

/**********************************************
Bequest Language / #127
***********************************************/



/**************************************************
Remove extra top spacing on HTG pages 14, 15, etc
**************************************************/
#how_give_container div#mobile_video_button {
    display: none;
}


/***************************************
Forms
***************************************/
#cres_content #cres_contact input[type='text'],
#cres_content #cres_contact textarea {
    -webkit-appearance: none;
    float: none;
    border: 1px solid #ccc;
    background: #fff;
    background-image: none;
    width: 100%;
    margin: 5px 0 15px;
    padding: 5px 10px;
    font-size: 18px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#cres_content #cres_contact input:hover,
#cres_content #cres_contact textarea:hover {
    background: #fff;
    background-image: none;
}

#cres_content #cres_contact button,
html #cres_content #cres_contact input[type=button],
#cres_content #cres_contact input[type=reset],
#cres_content #cres_contact input[type=submit],
#mgr_login_frm button, 
#mgr_login_gettting_started_main button,
#cres_content button.cres_sendnotify,
.cres_sendnotify,
#cres_content #cres_maildafletterbutton,
#cres_maildafletterbutton,
#cres_content #cres_calc button {
    float: none;
    border: none !important;
    background:#5a6f80 !important;
    background-image: none;
    border-radius: 35px !important;
    color: #f0f8ff !important;
    display: inline-block;
    font-family: canada-type-gibson, sans-serif !important;
    font-size: 22px !important;
    line-height: 1;
    font-weight: 500 !important;
    padding: 18px 44px;
    margin: 5px 10px 20px 0px !important;
    width: auto;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#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,
#mgr_login_frm button:hover, 
#mgr_login_gettting_started_main button:hover,
#cres_content button.cres_sendnotify:hover,
#cres_content #cres_maildafletterbutton:hover,
#cres_content #cres_calc button:hover {
	color: #fff !important;
    background-color: #5bc1ac !important;   
}

#cres_content input,
#cres_content input:hover {
    background-image: none;
    background: #fff;
}

#cres_contact div {
    margin: 5px 0px !important;
}

/**************************************************
contact pages
***************************************************/
#cres_content #cres_news_box_about_us_org, 
#cres_content #cres_news_box_about_us_gp {
    border: none;
}

  



/****************inner page widget styles********************/








/****************Donor Stories Fixes******************/


/***************************************************
Calculators
***************************************************/
#cres_calc legend .bigMedTitle {
    font-weight: 500;
}

#cres_calc input[type="text"], 
#cres_calc input[type="text"]:hover,
#cres_calc select, #cres_calc select:hover {
    font-family: inherit !important;
}

#cres_calc legend,
#cres_calc fieldset div label,
#cres_calendarDiv .cres_OrgBGColor {
    background: #5a6f80 !important; /*Custom Dark Color*/
}

#cres_content .cres_calc_cal path {
    fill: #5a6f80; /*Custom Dark Color*/
}

#cres_calc #cres_calc_def_payout_date {
	max-width: 125px;
}

#cres_content #cres_calc .cres_calc_radio, #cres_content #cres_calc fieldset .cres_calc_tax_rate_radio #cres_calc_tax_rate {
  margin: 10px 5px 14px 10px !important;
}

#cres_calc fieldset,
#cres_calc fieldset + div {
    background: #efefef !important; /*Custom Light Color*/
}

#cres_calc fieldset div label {
    border: 1px solid #5a6f80 !important; /*Custom Dark Color*/
}

#cres_content #cres_calc button,
#cres_content #cres_calc button:hover {
	font-size: 20px !important;
}

/***************************************
News and Advisor page changes
***************************************/
#cres_articles_div {
    background-image: none !important;
    margin-left: 0 !important;
    margin-bottom: 20px;    
}

#cres_pp_img[style="display:block;background-image: url(../images/330x165_wide_img_bg.png);background-repeat: no-repeat;height: 175px;"] {
   background-image: none !important;
   margin-top: 10px !important;
   margin-bottom: 10px !important;
}

span.cresDateHead,
h2.cresDateHead, 
h3.cresPublishDate, 
h3.cresDateHead {
	color: inherit;
    font-size: 1em !important;
    font-weight: normal !important;
    padding: 0 0 10px;
}

#cres_news_article .cresDateHead {
    padding-bottom: 10px;
    font-size: 1em !important;
    font-weight: normal;
}

div[style="padding:0px;margin:0px 0px 10px;text-align:center;font-style:italic;"] {
    text-align: left !important;
    font-size: 1em !important;
    font-style: normal !important;
}

#cres_news_article .cres_body_article h2 + br, h2.cresArticleTitle + br {
    display: none;
}

#cres_news_article h2.cresArticleTitle {
	color: #5a6f80;
    font-size: 1.875rem;
    padding: 0 0 10px 0 !important;
    letter-spacing: .5px;
}

#cres_news_article .cres_body_article h2 {
	color: #5a6f80;
    padding-bottom: 10px;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: .5px;
}

#cres_news_article .cres_body_article {
    padding: 0 !important;
}

.cres_body_article ol li, .cres_body_article ul li {
    padding: 10px 0;
}

/*News>finance*/
#cres_content a[name="stocks"],
#cres_content a[name="interest"],
#cres_content a[name="bonds"] {
    display: block;
    line-height: 0;
    text-decoration: none;
}









/**************Media Queries*********************/
@media screen and (max-width: 1199px) and (min-width: 1024px) {
	.top_menu {
		margin-bottom: 15px;
	}
}

@media screen and (max-width: 1023px) {
    .main_nav_wrap {
    	padding: 15px 0 10px;
    }
    
    .main_nav {
    	margin-top: 20px;
    }
    
    .top_menu {
    	width: 80%;
    }
    
    #page_title {
    	font-size: 3.5rem;
    }
    
    #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 {
		margin-bottom: 30px;
	}
    
    #cres_content #cres_news_box_about_us_org .bigMedTitle, 
    #cres_content #cres_news_box_about_us_gp .bigMedTitle {
        font-size: 1.875rem;
    }

}


/*****************End DJ Edits*********************/


/*************** DO DESIGN EDITS *****************/

#cres_content .cres_more_link:visited {
    color: #ddd !important;
}




#cres_button_plan_will { 
  display:block; 
}

#cres_button_wills_guide {
  display:block;
}

#cres_button_enews {
  display:block;
}

.cres_table1 .cres_news_box_grid-Title {
  display:none; 
}

#cres_table1-r1-c3 .cres_news_box_grid-Title {
  display: block;
}



#main_content {
    background: url("/org_files/5117/images/three-col-background.jpg") no-repeat scroll center / cover;
    padding: 45px 0 255px;
    background-position-y: 480px;
    position: relative;
}

#main_content .container {
    position: relative;
    z-index: 1;
}

#main_content::after {
    content:'';
    position:absolute;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: linear-gradient(180deg, rgba(235,243,250,1) 0%, rgba(235,243,250,1) 50%, rgba(235,243,250,0.3) 100%);
}

#cres_content .cres_table1 > tbody > tr {
    display: flex;
    justify-content: space-between;
}

#cres_content .cres_table1 > tbody > tr > td {
    background: rgba(255,255,255,.7);
    box-shadow: 0 0px 20px rgba(0,0,0,.25);
    overflow: hidden;
    flex: 0 0 31%;
    border-radius: 20px;
}

.cres_image_row > a > img {
    width: 102% !important;
    position: relative;
    min-height: 300px;
    object-fit: cover;
    right: 1px;
    bottom: 1px;
}

.cres_text_row {
    font-size: 1.25rem;
    padding: 25px;
    padding-bottom: 80px;
}

.cres_table1 > tbody > tr > td > div {
  position: relative;
}

@media screen and (max-width:1399px) {
    .cres_image_row > a > img {
        min-height: 200px;
    }
    
    #main_content {
        padding-bottom: 80px;
    }
    
  .cres_text_row {
    padding: 15px;
    padding-bottom: 80px;
  }
}
 

.lp_show {
  display: block !important;
}

.lp_hide {
  display: none;
}

.cres_marketing.lp_show {
  display: flex !important;
  display: -webkit-flex !important;
}

#cres_news_box_grid .cres_news_box_grid_wide > div {
  padding: 25px;
  position: relative;
}

#cres_news_box_grid .cres_news_box_grid_wide > div:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 5%;
  border: 10px solid transparent;
  border-radius: 20px;
}

#cres_news_box_grid .cres_news_box_grid_wide > div + div {
  margin-top: 30px;
}

#cres_news_box_grid .cres_news_box_grid_wide > div:nth-child(3n-2):before {
  border-color: #e18b63;
}

#cres_news_box_grid .cres_news_box_grid_wide > div:nth-child(3n-1):before {
  border-color: #ad5757;
}

#cres_news_box_grid .cres_news_box_grid_wide > div:nth-child(3n):before {
  border-color: #4c7fa7;
}

.cres_news_box_grid-Title {
  display: none;
}

.cres_action_links::before {
    display: block;
}

@media screen and (min-width:1024px) {
  #cres_news_box_grid img {
    display: none;
  }

  #cres_news_box_grid .cres_news_box_grid_wide > div {
    min-height: 240px;
  }

  .cres_left_column {
    width: 50%;
    position: relative;
  }

  .cres_left_column a {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: transparent none no-repeat scroll center;
    background-size: cover;
    border-radius: 15px;
  }

  .cres_right_column {
    padding: 3%;
    vertical-align: top;
  }

  .cres_news_box_grid-SubTitle {
    position: relative;
    margin-bottom: 6px;
    width: 100%;
    display: inline-block;
  }

  #cres_content .cres_news_box_grid-SubTitle a {
    display: block !important;
    padding: 12px 60px 12px 20px;
    color: #fff !important;
    position: relative;
    border-radius: 0 10px 10px 0;
  }

  .cres_news_box_grid-SubTitle a:after {
    font-family: Icomoon;
    content: '\edb9';
    margin-left: 10px;
    font-size: 0.8em;
    position: absolute;
    width: 60px;
    top: 0;
    bottom: 0;
    background-color: #689c7a;
    border-radius: 0px 10px 10px 0;
    display: inline-flex;
    align-items: center;
    right: 0;
    justify-content: center;
  }

}

@media screen and (min-width:1199px) {
  #cres_news_box_grid .cres_news_box_grid_wide > div {
    min-height: 300px;
  }

}

@media screen and (max-width:1023px) {
  #cres_news_box_grid img {
    border-radius: 10px 10px 0 0;
  }

  #cres_news_box_grid .cres_news_box_grid_wide > div {
    overflow-x: hidden;
    max-width: 1000px;
    margin: 0 auto !important;
    padding: 0;
    background-color: transparent !important;
    display: block !important;
    direction: ltr !important;
    border: none;
  }

  #cres_news_box_grid .cres_news_box_grid_wide > div + div {
    margin-top: 30px !important;
  }

  #cres_news_box_grid .cres_news_box_grid_wide > div::before {
    left: 0;
    top: 30px;
  }

  .cres_left_column {
    margin: 0 auto;
    width: 92%;
    display: block;
    position: static;
  }

  .cres_right_column {
    display: block;
    padding: 0 30px 30px;
  }

  #cres_content .cres_news_box_grid-SubTitle a {
    color: inherit !important;
  }

  .cres_news_box_grid-SubTitle a:after {
    font-family: Icomoon;
    content: '\edb9';
    margin-left: 15px;
    font-size: 0.5em;
    width: 27px;
    height: 27px;
    background-color: #689c7a;
    border-radius: 0px 10px 10px 0;
    line-height: 27px;
    text-align: center;
    display: inline-block;
    position: relative;
    top: -2px;
  }

  .cres_news_box_grid-SubTitle a:hover:after, .cres_news_box_grid-SubTitle a:focus:after {
    background-color: #588567;
  }

}

@media screen and (max-width:767px) {
  #cres_news_box_grid .cres_news_box_grid_wide > div {
    max-width: 600px;
  }

  #cres_news_box_grid .cres_news_box_grid_wide > div::before {
    border-width: 5px;
  }

  .cres_news_box_grid-SubTitle {
    margin: 0 -25px 10px;
  }

}


	.cres_marketing {
		max-height: 808px;
	}
	
	.cres_marketing.lp_show {
		background-repeat: no-repeat;
	}
	
	.marketing_left {
		padding-top: 15px;
	}
	
	#cres_content .cres_more_link:visited {
		color: #f0f8ff !important;
	}
	
	#cres_table1-r1-c3 .cres_news_box_grid-Title {
		display: none;
	}
	
	.cres_image_row > a > img {
		width: 100%;
	}
	
	.bequest_widget::after {
		bacgkground-image: url('/org_files_5117/images/cust_thumbs/bequests-image.png')
	}
	
	@media screen and (min-width: 1749px) {
		.marketing_title {
			padding-top: 8%;
		}
		
		.marketing_title::after {
			height: 70px;
		}
	}
	
	.marketing-title {
		padding-bottom: 7.65%;
	}
	
	.marketing_title::after {
		bottom: -2px;
	}
	
	@media screen and (max-width: 1240px) {
		.cres_marketing {
			padding-top: 300px;
			background-position: center -110px;
		}
		
		.marketing-title {
			font-size: 1.875rem;
		}
		
		.marketing_title::after {
			bottom: -2px;
		}
		
		.marketing_right p {
			margin-bottom: 38px;
		}
		
		.marketing_right a {
			padding: 16px 46px;
		}
	}
	
	@media screen and (max-width: 1199px) {
		.marketing_left {
			font-size: 4rem;
		}
		
		.marketing_title::after {
			bottom: -2px;
		}
	}
	
	@media screen and (max-width: 1130px) and (min-width: 1023px) {
		
		.marketing_right {
			font-size: 1.35rem;
			padding: 10px 0 15px 30px;
		}
	}
	
	@media screen and (max-width: 1023px) {
		#main_content {
			padding-bottom: 30px;
		}
		
		.cres_marketing {
			display: flex !important;
			flex-wrap: wrap;
			padding-top: 700px;
		}
		
		.marketing_title .container {
			padding: 0 20px;
		}
		
		.marketing_left {
			font-size: 3.5rem;
			padding-top: 0;
			padding-bottom: 5px;
		}
		
		.marketing_left  br {
			display: none;
			text-align: center;
		}
		
		.marketing_right p {
			padding-bottom: 10px;
		}
		
		  .marketing_title::after {
		  	height: 250px;
		  	bottom: 42px;
		  }
		  
		#cres_content .cres_table1 > tbody > tr {
			float: none;
		}
		
		#cres_content .cres_table1 > tbody > tr > td {
			width: 100%;
			margin-bottom: 25px !important;
		}
		
		.r1c1, .r1c2, .r1c3 {
			display: block !important;
			width: 100% !important;
		}
		
		.cres_image_row > a > img {
			width: 101% !important;
			min-height: auto;
		}
		
		.cres_news_box_grid-SubTitle {
			font-size: 1.75rem;
			line-height: 1.1em;
		}
		
		.bequest_widget {
			width: 500px;
		}
		
		.bequest_message {
			padding-right: 5px;
		}
		
		  .bequest_widget::after {
		    width: 300px;
		    height: 300px;
		    right: 0;
		  }
		
	}
	
	@media screen and (max-width: 840px) {
	  .marketing_title .container {
	  	padding: 0 15px;
	  }
	  
	  .marketing_right {
	  	font-size: 1.325rem;
	  }
	  
	.marketing_title::after {
	    height: 260px;
	    bottom: 42px;
	    background-color: #fff;
	  }
	}
.cres_table1 {
  border-collapse: collapse;
  border: 0;
  margin: 10px 0px;
  padding:0;
  float: none;
  clear: both;
}


.r1c1 {
	display: table-cell;
	border-width:  1px 1px 0px 0px;
	width:	33.3%;
	vertical-align: top;
}

.r1c2 {
	display: table-cell;
	border-width:  1px 1px 0px 0px;
	width:	33.3%;
	vertical-align: top;
}

.r1c3 {
	display: table-cell;
	border-width:  1px 0px 0px 1px;
	width:	33.4%;
	vertical-align: top;
}

.r1c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r1c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r2c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r2c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r3c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r3c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r4c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r4c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}


.r5c1 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c2 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c3 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c4 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

.r5c5 {
	display: none;
	border-width:  0px 0px 0px 0px;
	width:	0%;
	vertical-align: top;
}

#cres_table1-r1-c1 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c1 img {
  width: 100%;
  max-width: ;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}#cres_table1-r1-c2 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c2 img {
  width: 100%;
  max-width: ;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}#cres_table1-r1-c3 {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  float: none;
  border-width: 0px;
  background: ;
  overflow: hidden;
}
      
#cres_table1-r1-c3 img {
  width: 100%;
  max-width: ;
  height: auto;
  float: none;
  border: 0 none;
  padding: 0px;
  margin: 0px 0px 0px 0px;
}
  
