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

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

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-Bold.ttf) format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-Italic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: Merriweather;
    src: url(/fonts/google/Merriweather/1_003/Merriweather-BoldItalic.ttf) format('truetype');
    font-weight: 700;
    font-style: italic;
}

/* License for Roboto Google Font
http://www.giftplanning.com/fonts/google/Roboto/2_001152/LICENSE.txt */
@font-face {
    font-family: Roboto;
    src: url(/fonts/google/Roboto/2_001152/Roboto-Regular.ttf) format('truetype');
    font-weight: 400;
}

* {
  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 'proxima-nova', serif;
  margin: 0;
  color: #000;
  width: 100%;
  overflow-x: hidden;
  background-color: #fefefe;
}

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

a:focus {
  outline: thin dotted;
}

a img {
  border: 0 none;
}

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

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

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

.clear {
  clear: both;
}

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

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

.inner_container {
	margin: auto;
	max-width: 1490px;
	padding: 0 20px;
	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;
}

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

.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: proxima-nova, 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 {
  padding: 10px 0;
}

.top_nav .container {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.header_logo {
  display: inline-block;
}

.header_logo a {
  display: inline-block;
  line-height: 0;
}

.header_logo img {
  width: auto;
}

.masthead_right {
	display: inline-block;
	margin-left: auto;
  padding-left: 2%;
  margin-right: -20px;
}

.masthead_right .top_menu > li > a {
	color: #001a72;
	font-size: 1rem;
	padding: 10px 8px;
}

.masthead_right .org_quick_links {
	display: block;
	text-align: right;
}

.masthead_right .org_quick_links > li > a {
	color: #6D6E71;
	font-family: "proxima-nova", Sans-serif;
	font-size: 0.75rem;
	font-weight: 500;
	padding: 4px 8px;
}

.top_menu {
  display: block;
}

.masthead_right .top_menu li {
  /*display: inline-block;*/
}

.top_menu li + li {
  
}

.top_menu a {
  color: #001a72;
  font-size: 1rem;
  padding: 10px 8px;
}

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

.top_menu .org_donate a {
  color: rgb(255, 255, 255) !important;
  padding: 10px 36px !important;
  background: linear-gradient(rgb(88, 202, 129) 0%, rgb(14, 127, 54) 100%) !important;
  border-radius: 1000px !important;
}

.top_menu .org_donate:hover::after, .top_menu .org_donate:focus::after {
	display: none;
}

.main_nav_wrap {
  position: relative;
}

.main_nav_wrap .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 8px;
	padding-bottom: 8px;
}

.main_nav_wrap .container::before {
	content:'';
	background: #00b140;
	padding-top: 4px;
	width: calc(100% - 40px);
	position: absolute;
	top: 0;
	left: 20px;
}

a.gp {
  padding: 0;
}

.gp img {
	display: block;
}

.main_nav {
  display: block;
  padding-left: 2%;
  margin-left: auto;
}

.main_nav .main_menu {
	margin-right: -22px;
}

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

.main_nav a {
  color: #001a72;
}

.main_nav .dropdown_menu a {
	font-size: 1.125rem;
}

a.nav_toggle {
  display: none;
  position: relative;
  padding: 5px;
  font-size: 1.25rem;
  font-weight: 500;
}

a.nav_toggle:after {
  position: relative;
  top: 5px;
  font-size: 1.563rem;
  content: '\edc6';
  font-family: Icomoon;
  margin-left: 2px;
}

a.nav_toggle2 {
	display: none;
	position: relative;
	padding: 5px;
	font-size: 1.25rem;
	font-weight: 500;
	color: #001A72;
	background: #E7E7E7;
}

a.nav_toggle2:after {
	position: relative;
  top: 5px;
  font-size: 1.563rem;
  content: '\ec6e';
  font-family: Icomoon;
  margin-left: 2px;
}

.main_menu {
  display: block;
  text-align: right;
}

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

.main_menu > li::after {
	content:'';
	position: absolute;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
	height: 3px;
	width: 100%;
	left: 0;
	bottom: 0;
	background-color: transparent;
	z-index: 2;
}

.main_menu > li:hover::after {
	background-color: #00b040;
}

.main_menu > li.has_dropdown {
	display: inline-block;
  position: relative;
  padding-right: 25px;
}

.main_menu > li > a {
	display: block;
  padding: 5px 10px;
  font-weight: 500;
  font-size: 1.25rem;
}

.has_dropdown > a:after {
  font-family: Icomoon;
  content: '\edc6';
  margin-left: 5px;
  font-size: 1.563rem;
  position: absolute;
  top: 50%;
  transform: translateY(-46%);
}

.main_menu > li:hover > a, .main_menu > li > a:focus, .main_menu > li.active_parent > a {
  
}

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

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

.dropdown_menu a {
  font-size: 1rem;
  color: #001a72;
  padding: 0.6em 1em;
  display: block;
  white-space: nowrap;
}

.dropdown_menu a:hover, .dropdown_menu a:focus {
  background-color: #E7E7E7;
}

.menu.dropdown_menu li {
  display: block;
}

.has_right_menu {
	position: relative;
}

.has_right_menu span {
	line-height: 1.3em;
	padding-top: 24px;
	padding-top: 20px;
}

.right_menu {
	position: absolute;
	top: 0px;
	left: 100%;
	z-index: 96;
	text-align: left;
	background: rgb(255, 255, 255);
	min-width: 200px;
	display: none;
}

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

.cres_marketing {
  text-align: center;
  position: relative;
  font-family: proxima-nova, sans-serif;
  background: url(../images/CI_web_images/CI_1863_largehero.jpg) center / cover;
  padding: 60px 0 64px;
}

.cres_marketing::before {
	content:'';
	background: linear-gradient(90deg, rgba(0,26,114,1) 0%, rgba(255,255,255,0) 100%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.marketing_msg {
  position: relative;
  font-size: 1.875rem;
  color: #FFF;
  width: 44%;
  padding: 0 70px;
}

.cres_marketing h1 {
	font-family: Merriweather;
  font-size: 4.375rem;
  margin: 0;
  padding: 0;
  font-weight: 700;
  line-height: 1.4em;
}

.cres_marketing h1 span {
  display: block;
  font-size: 6.25rem;
  font-style: italic;
}

.marketing_info {
	line-height: 1.3em;
	padding-top: 24px;
	padding-bottom: 14px;
}

.marketing_info::before {
	content:'';
	display: block;
	background: #00b140;
	margin: 0 auto;
	width: 210px;
	padding-top: 4px;
	margin-bottom: 24px;
}

.page_title_wrap {
  color: #fff;
  padding: 180px 0 170px;
  background: transparent url(../images/CI_web_images/CI_1863_largehero.jpg) no-repeat scroll center;
  background-size: cover;
  position: relative;
  font-family: proxima-nova, sans-serif;
}

.page_title_wrap:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #001a72;
  opacity: .6;
}

.page_title_wrap .container {
	max-width: 1510px;
}

#page_title {
	font-family: Merriweather, Sans-Serif;
  font-size: 4.375rem;
  margin: 0;
  position: relative;
  font-weight: 700;
}

#main_content {
  overflow: hidden;
  margin: 60px 0;
  padding: 30px 0 70px;
  font-size: 1.25rem;
  background: #f4f4f4;
}

.cres_action_links {
  padding: 0;
  font-family: proxima-nova, sans-serif;
  text-align: left;
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
}

.action_menu {
  padding: 5px 0;
}

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

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

.action_menu a {
  padding: 18px 36px;
  font-size: 1.25rem;
  line-height: 1.2;
  color: #fff;
  display: block;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(88,202,129,1) 0%, rgba(14,127,54,1) 100%);
  border-radius: 36px;
}

.action_menu a:hover, .action_menu a:focus {
  background: linear-gradient(180deg, rgba(14,127,54,1) 0%, rgba(88,202,129,1) 100%) !important;
}

.footer {
  color: #fff;
  clear: both;
  padding: 0;
}

.footer_top {
	background: #001a72;
	font-family: 'Merriweather';
	padding: 30px 0 38px;
}

.footer_top .container {
	max-width: 1490px;
}

.footer_top a {
  font-style: italic;
}

.footer_bottom {
	display: flex;
	padding-bottom: 10px;
}

.footer .footer_bottom p {
	line-height: 1.84em;
}

.footer_bottom .org_footer_column {
	color: #001A72;
	padding: 30px;
	flex: 0 0 25%;
}

.footer_bottom > div:first-child {
	text-align: center;
}

.footer_bottom > div:last-child {
	text-align: right;
}

.footer_bottom .footer-baptist-corporate {
	display: inline-block;
	font-family: "proxima-nova", Sans-serif;
	font-weight: 500;
	font-size: 0.938rem;
	padding: 12px 24px;
	border: 1px solid #001A72;
	border-radius: 1000px;
	max-width: 240px;
	width: 100%;
	text-decoration: none !important;
}

.footer_bottom .footer-baptist-corporate:hover, .footer_bottom .footer-baptist-corporate:focus {
	background: #001A72;
	color: #FFF;
}

.footer_bottom .org_footer_title {
	font-family: "merriweather", Sans-serif;
	font-size: 1.25rem;
	display: block;
	font-weight: 700;
	margin-top: 1em;
}

.org_list_title {
	font-family: "merriweather", Sans-serif;
	font-size: 1.2rem;
	font-weight: 500;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #E7E7E7;
	color: #001A72;
	margin-bottom: 10px;
    max-width: 200px;
}

.org_footer_column.second_column ul li {
	margin-top: 3px;
	padding-bottom: 3px;
	max-width: 200px;
	border-bottom: 1px solid #e7e7e7;
}

.org_footer_column.second_column ul li:last-child {
	border: none;
}

.org_footer_column.second_column ul li a {
	font-family: "proxima-nova", Sans-serif;
	font-size: 1rem;
}

.org_footer_column .footer_donate {
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 500;
	color: #fff !important;
	font-size: 0.938rem;
	max-width: 240px;
    width: 100%;
    background: linear-gradient(180deg, rgba(88,202,129,1) 0%, rgba(14,127,54,1) 100%);
    border-radius: 1000px;
    padding: 12px 24px;
    display: inline-block;
    text-decoration: none !important;
    text-align: center;
}

.org_footer_column .footer_donate:hover, .org_footer_column .footer_donate:focus {
	background: linear-gradient(180deg, rgba(14,127,54,1) 0%, rgba(88,202,129,1) 100%) !important;
}


.footer a {
  color: #ffffff;
  text-decoration: underline; /*ADA footer links must be underlined*/
}

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

.footer .footer_bottom a {
	color: #001A72;
}

.footer p {
  margin: 0;
  line-height: 1.5;
}

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

/* If it's a button, if it's just a link remove text-decoration: none declaration */
a.advisor_btn {
  display: inline-block;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.2;
  padding: 8px 0 16px;
}

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

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

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

p.cres_copyright .small {
	font-family: proxima-nova;
  font-size: 1rem;
}

.social_media {
  margin-top: 30px;
}

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

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

.social_menu li a span {
  font-family: "Cres Social Icons";
}

.social_menu li a .icon-cresfb {
	color: #2D64AF;
}

.social_menu li a .icon-crestwt {
	color: #1DA1F2;
}

.social_menu li a .icon-cresig {
	color: #001A72;
}

.social_menu li a .icon-cresli {
	color: #007BB5;
}

/*****************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: #001a72;
  text-decoration: underline; /*for ADA, content links must be underlined*/
}

#cres_content a:visited {
  color: #6272ac !important;
}

#cres_content a:hover, #cres_content a:focus {
  text-decoration: none !important;
  color: #00b040 !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: proxima-nova, 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: 400;
  text-transform: none;
  font-style: normal;
  font-family: Merriweather, sans-serif;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

input.cres_submit_btn {
  width: auto !important;
}

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

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

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

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

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

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

#cres_content button, #cres_content input[value="Submit"], #cres_content input[type="button"], .cresbutton_create_account, .cresbutton_learn_more, .cresbutton_login {
  display: inline-block;
  position: relative;
  padding: 12px 30px;
  cursor: pointer;
  font-size: 1em !important;
  font-weight: 500 !important;
  line-height: 1.2em !important;
  text-align: center;
  vertical-align: middle;
  color: #fff !important;
  background: none;
  background-color: #001a71;
  box-shadow: 0 2px 0 0 #00124f;
  border: none;
  margin-top: 0.35em !important;
  margin-bottom: 0.5em;
  border-radius: 4px;
  text-transform: none !important;
  text-decoration: none !important;
  font-family: proxima-nova, 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 {
  text-decoration: none !important;
}

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

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

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

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

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

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

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

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

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

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

#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: 2.188rem;
  font-weight: 400;
  color: #001a72;
  margin: 0 0 10px;
  padding: 0;
  text-transform: none;
  position: relative;
  font-family: Merriweather, sans-serif;
  display: block;
  line-height: 1.1em;
}

#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: proxima-nova, sans-serif !important;
}

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

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

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

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

#cres_content .what_give_header, #cres_content .how_give_header, #cres_content .gift_calc_header, #cres_content .learn_wills_header, #cres_content .donor_story_main_header {
  display: none;
}

#cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #learn_wills_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
  margin: 0;
  padding: 0;
  display: block;
  float: none;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#cres_content #donor_story_main_ul, #cres_content #what_give_ul, #cres_content #gift_calc_ul, #cres_content #how_give_ul {
  
}

#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: 48px 55px;
  list-style: none;
  float: none;
  clear: none;
  margin: 50px 0 0;
  background: #FFF;
  border: 1px solid #d4d4d4;
  min-height: 250px;
  position: relative;
  flex: 0 0 42%;
}

#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 0 10px;
  padding: 0;
  color: #001a72 !important;
  position: relative;
}

#cres_content #donor_story_main_ul li a.bigMedTitle:visited, #cres_content #what_give_ul li a.bigMedTitle:visited, #cres_content #how_give_ul li a.bigMedTitle:visited, #cres_content #gift_calc_ul li a.bigMedTitle:visited {
	color: #6272ac !important;
}

#cres_content #donor_story_main_ul li a.bigMedTitle:hover, #cres_content #what_give_ul li a.bigMedTitle:hover, #cres_content #how_give_ul li a.bigMedTitle:hover, #cres_content #gift_calc_ul li a.bigMedTitle:hover,
#cres_content #donor_story_main_ul li a.bigMedTitle:focus, #cres_content #what_give_ul li a.bigMedTitle:focus, #cres_content #how_give_ul li a.bigMedTitle:focus, #cres_content #gift_calc_ul li a.bigMedTitle:focus {
	color: #00b040 !important;
}

#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: #2D3079;
  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 #2D3079;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #2D3079;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#2D3079), to(#2D3079));
  background-image: -webkit-linear-gradient(top, #2D3079, #2D3079);
  background-image: -moz-linear-gradient(top, #2D3079, #2D3079);
  background-image: -ms-linear-gradient(top, #2D3079, #2D3079);
  background-image: -o-linear-gradient(top, #2D3079, #2D3079);
  background-image: linear-gradient(to bottom, #2D3079, #2D3079);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#2D3079, endColorstr=#2D3079);
  color: #FFFFFF;
  text-decoration: none !important;
  text-align: left;
  display: block;
  width: 100%;
  font-style: normal;
}

.cres_what_how_give_open a:after {
  display: none;
}

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

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

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

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

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

#cres_what_how_more_text {
  padding-top: 1.0em;
}

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

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

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

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

#cres_share_actions, #cres_ds_actions, #cres_article_actions {
  height: auto !important;
  margin: 10px 0 25px !important;
  width: auto !important;
  font: 14px/16px '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;
}

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

/***************RESPONSIVE STYLES AND FIXES (Coder)****************/
@media screen and (max-width:1399px) {
  .marketing_msg {
  	width: 60%;
  	padding: 0;
  }
  
  .cres_action_links {
  	text-align: left;
  }

}

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

  .tablet_hide {
    display: none !important;
  }

.page_title_wrap {
	padding: 80px 0;
}

.top_nav {
	padding-bottom: 20px;
}

.top_nav .container {
	align-items: flex-start;
	padding-right: 55px;
}

.header_logo {
	padding-top: 10px;
}

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


/*Nav toggle*/
.main_nav a.nav_toggle {
    display: inline-block;
    line-height: 1;
    margin-right: -10px;
  }

.main_nav .main_menu {
  display: none;
}

.main_nav_wrap {
  position: relative;
}

.main_nav_wrap .container {
	padding: 0 55px;
}

.main_nav_wrap .container::before {
	width: 100%;
  left: 0;
}

.main_nav .main_menu {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 100%;
  background-color: #fff;
  width: 100%;
}

.main_nav .main_menu > li {
  display: block;
  padding: 0;
}

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

.main_nav .main_menu > li > a {
  padding: 5px 15px;
  display: block;
}

.main_nav .main_menu > li.has_dropdown > a::after {
  display: none;
}

.main_nav .dropdown_menu {
  position: relative;
  top: 0;
  white-space: normal;
  text-align: center;
  background-color: transparent;
  opacity: 1;
  visibility: visible;
  padding: 0px;
  border-top: 0;
}

.main_nav .dropdown_menu li {
  padding: 0;
}

.main_nav .dropdown_menu a {
  color: #000;
  display: block;
  padding: 5px 15px 5px 30px;
}
/*Nav Toggle End*/

a.gp {
	padding: 15px 0;
}

.inner_container {
	padding: 0 30px;
}

}

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

  .mobile_hide {
    display: none !important;
  }

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

.container {
	padding: 0 15px;
}

.main_nav_wrap .container {
	padding-top: 6px;
	padding-bottom: 6px;
}

.main_menu > li::after {
	display: none;
}

/*Org Links Toggle*/
a.nav_toggle2 {
	display: inline;
	text-align: right;
}

.masthead_right .main_menu {
	display: none;
	position: absolute;
	z-index: 99;
	top: 100%;
	left: 0;
	background: #FFF;
	width: 100%;
}

.masthead_right .main_menu .li {
	display: block;
}

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

.masthead_right .top_menu > li > a {
	padding: 10px 20px;
	font-size: 0.82rem;
	line-height: 20px;
}

.masthead_right {
	margin: auto;
	margin-right: 0;
}

.top_menu .org_donate a {
	border-radius: 0 !important;
	padding: 10px 20px !important;
}

 .top_menu .dropdown_menu {
    position: relative;
    top: 0;
    white-space: normal;
    text-align: center;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    padding: 0px;
  }
  
.top_menu .dropdown_menu li {
	display: block;
	text-align: left;
}

.top_menu .dropdown_menu a {
	font-size: 0.82rem;
	margin-left: 10px;
}

.has_dropdown > a::after {
	position: relative;
	top: 4px;
    margin-left: 2px;
    font-size: 1.25rem;
}

.has_right_menu span {
	display: none;
}

/*Org Links Toggle End*/

.cres_marketing {
	padding-top: 50px;
	background-position-x: left -55%;
}

.cres_marketing::before {
	background: linear-gradient(90deg, rgba(0,26,114,1) 40%, rgba(255,255,255,0) 100%);
}

.marketing_msg {
	width: 80%;
	font-size: 1.688rem;
}

.cres_marketing h1 {
	font-size: 3.125rem;
	line-height: 1.55em;
}

.cres_marketing h1 span {
	font-size: 5rem;
}

.marketing_info {
	width: 85%;
	margin: 0 auto;
}

.footer_bottom {
	flex-direction: column;
}

.footer_bottom .footer-baptist-corporate {
	max-width: unset;
}

.footer_bottom h5 {
	margin: 28px 0 0;
}

.social_media {
	margin-top: 30px;
	margin-top: 10px;
}

.menu.social_menu {
	display: flex;
	justify-content: space-evenly;
}

.org_list_title {
	margin-bottom: 20px;
	max-width: unset;
}

.org_footer_column.second_column ul li {
	max-width: unset;
	margin-top: 6px;
	padding-bottom: 6px;
}

.footer .footer_bottom p {
	line-height: 1.5em;
}

.org_footer_column .footer_donate {
	max-width: unset;
}

}

@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;
    margin-left: 0;
    padding-left: 0;
  }

  .main_nav_wrap {
    display: block;
    text-align: center;
  }

  .main_nav {

  }

}

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

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


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


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


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


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


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

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

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

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

.cres_text_resize {
    display: none;
}

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

.main_nav_wrap .container {
	padding-bottom: 5px;
}

.gp img {
	margin-top: 3px;
}

.top_menu .org_donate a {
	padding: 10px 36px 12px !important;
}


.main_menu > li > a {
	line-height: 1.2em;
	padding: 10px 0;
	display: -webkit-inline-box; /* Chrome */
    display: -ms-inline-flexbox; /* Edge */
    display: inline; /* fallback */
}

.has_dropdown > a::after {
	font-size: 1.25rem;
	position: relative;
	transform: none;
	line-height: 0.5em;
	margin-top: 2px;
	top: 4px;
	margin-right: -5px;
	margin-left: 2px;
}

.top_nav .container {
	align-items: center;
} 

.main_menu > li.has_dropdown {
	display: inline;
}

.masthead_right .top_menu > li > a {
	padding: 10px 0;
}

.main_nav {
	padding-left: 90px;
	padding-right: 5px;
}

.top_menu {
	  padding-bottom: 20px;
} 

a.nav_toggle2 {
	padding: 5px 7px 5px 5px;
}

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



/**************Interior pages*********************/

/**********************************
List pages
**********************************/
/*#cres_content #how_give_ul li:last-child {*/
/*	flex: 0 0 100%;*/
	/*margin-left: 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: 30px 35px;
	min-height: 0;
	margin: 30px 0px 0;
	flex-basis: calc(50% - 15px);
}

#cres_content #donor_story_main_ul li:nth-child(2n+1), 
#cres_content #what_give_ul li:nth-child(2n+1), 
#cres_content #how_give_ul li:nth-child(2n+1), 
#cres_content #gift_calc_ul li:nth-child(2n+1), 
#cres_content #learn_wills_ul li:nth-child(2n+1) {
	margin-right: 30px;
}

#cres_content #donor_story_main_ul li:nth-child(2n), 
#cres_content #what_give_ul li:nth-child(2n), 
#cres_content #how_give_ul li:nth-child(2n), 
#cres_content #gift_calc_ul li:nth-child(2n), 
#cres_content #learn_wills_ul li:nth-child(2n) {
	margin-right: 0;
}

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

#page_title {
	font-size: 3.75rem;
}















/***********************************
About Bequests / #166
***********************************/
#cres_about_wills .uppercase_text,
 .uppercase_text strong {
    padding: 5px 0; 
    text-transform: none;
    font-weight: 400; /***check font weight to match body copy***/
}

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: 400; /***check font weight to match body copy***/
}

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

/**************************************
Share Action Button styles - Version 2
**************************************/
#cres_share_actions, 
#cres_ds_actions, 
#cres_article_actions {
    font-family: inherit !important;
    font-size: .9em !important; /***modify***/
    margin-bottom: 30px !important;
    text-transform: none; /***modify***/
}

#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: 700 !important;  /***modify if needed***/
}

#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: 10px 22px 10px !important;  /***modify if needed***/
    border-radius: 30px;
    margin-right: 10px !important;
}

#cres_share_actions_opts_print,
#cres_share_actions_opts_print:hover {
    padding-left: 22px !important;  /***modify if needed***/
}

#cres_share_actions_opts_print,
#cres_share_actions_opts_email,
#cres_share_actions_opts_illustration, 
#cres_share_actions_opts_eLiterature,
#cres_share_actions_opts_contact_us, 
#cres_share_actions_opts_video,
#cres_ds_opts_print,
#cres_ds_opts_email,
#cres_ds_opts_contact,
#cres_ds_opts_eLiterature,
#cres_ds_opts_illustration,
#cres_article_opts_print,
#cres_article_opts_email,
#cres_article_opts_subscribe {
    background-color: #001a72 !important;  /***modify to match all buttons***/
}

#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: #00af40 !important; /***change to match all buttons***/
}

a#cres_share_actions_opts_eLit_switch_link,
#cres_share_actions_opts_illustration a,
#cres_share_actions_opts_email a,
#cres_share_actions_opts_eLiterature > a,
#cres_share_actions_opts_print > a {
	margin-right: -4px;
}

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

/***Add changes in the blank areas***/
#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;
    background: #001a72 !important;
    background-image: none;
    border-radius: 30px !important;
    color: #fff;
    font-size: 1em !important;
    line-height: 1;
    padding: 13px 26px 14px !important;
    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 {
    background-color: #00af40 !important;   
}

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

#cres_contact div {
    margin: 5px 0px !important;
}

#cres_contact .required_fields, #cres_calc .required_fields {
    text-align: right;
}

/****************inner page widget styles********************/






/****************Donor Stories Fixes******************/


/***************************************************
Calculators (ADA) - modify as needed
***************************************************/
#cres_content #cres_calc {
    max-width: 700px;
}

#cres_content #cres_calc fieldset {
    margin-bottom: 10px;
}

#cres_content #cres_calc div button {
    font-size: 1.125em !important;
    transition: 0s;
    padding: 14px 26px 13px !important;
}

#cres_content #cres_calc select,
#cres_content #cres_calc select:focus {
    background-color: #fff;
    font-family: inherit;
    font-size: 1em;
}

#cres_content #cres_calc fieldset > legend {
    left: 0;
}

#cres_calc fieldset > legend .bigMedTitle {
    display: block;
    margin-bottom: 15px;
    margin-top: -10px;
}

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

/***the code below will remove extra space above the calculator and is optional***/





























/***************************************
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: 400 !important; /***match to body copy weight***/
    padding: 0 0 10px;
}

#cres_news_article .cresDateHead {
    padding-bottom: 10px;
    font-size: 1em !important;
    font-weight: 400; /***match to body copy weight***/
}

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

/***same font size as h2 bigMedTitle***/
#cres_news_article h2.cresArticleTitle {
    font-size: 2.188rem;
    font-weight: 400;
    padding: 0 0 10px 0 !important;
}

/***pick a smaller size than h2 bigMedTitle***/
#cres_news_article .cres_body_article h2 {
    padding-bottom: 10px;
    font-size: 1.85rem;
    font-weight: 400;
}

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

.cres_body_article ol li, .cres_body_article ul li {
    padding: 10px 0;
}

/**Removes extra spaces on pg 32 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;
}

/***change font size to h2.cresArticleTitle***/




/***change font size to h2.cresArticleTitle***/



/******Private letter ruling box*******/
.plr_note {
    margin-left: 0 !important;
    padding: 15px !important;
}
/******************************************/





#cres_content #cres_news_article #cres_pp_img,
#cres_content #cres_news_article #cres_articles_div {
	display: inline !important;
	float: right;
	height: 200px !important;
	width: auto;
}

img[style="width:330px;height:165px;"],
#cres_articles_div img {
	width: auto !important;
	height: 200px !important;
	margin:0 0 15px 15px !important;
}

@media screen and (max-width:1023px) {
		#cres_content #cres_news_article #cres_pp_img,
	#cres_content #cres_news_article #cres_articles_div {
		height: 160px !important;
	}

	img[style="width:330px;height:165px;"],
	#cres_articles_div img {
		height: 160px !important;
	}
}

/**************Media Queries*********************/

@media screen and (max-width:1480px) {
	.main_nav .main_menu > li + li {
		margin-left: 10px;
	}
}

@media screen and (max-width:1450px) {
	.main_nav {
		padding-left: 15px;
		margin-left: 0;
	}
}

@media screen and (max-width: 1380px) {
	.main_nav .main_menu {
		display: flex;
		align-items: center;
		text-align: right;
	}
	
	.main_menu > li.has_dropdown {
		display: inline-block;
	}
}


@media screen and (max-width:1200px) {
	.tablet_show {
    	display: block !important;
	}
	
	.tablet_hide {
	    display: none !important;
	}
	
	.page_title_wrap {
		padding: 80px 0;
	}
	
	.top_nav {
		padding-bottom: 20px;
	}
	
	.top_nav .container {
		align-items: center;
		padding-right: 55px;
	}
	
	.header_logo {
		padding-top: 10px;
	}
	
	.main_menu > li {
		padding: 5px 10px;
	}
	
	
	/*Nav toggle*/
	.main_nav a.nav_toggle {
	    display: inline-block;
	    line-height: 1;
	    margin-right: -10px;
	  }
	
	.main_nav .main_menu {
	  display: none;
	}
	
	.main_nav_wrap {
	  position: relative;
	}
	
	.main_nav_wrap .container {
		padding: 0 55px;
	}
	
	.main_nav_wrap .container::before {
		width: 100%;
	  left: 0;
	}
	
	.main_nav .main_menu {
	  position: absolute;
	  z-index: 3;
	  left: 0;
	  top: 100%;
	  background-color: #fff;
	  width: 100%;
	}
	
	.main_nav .main_menu > li {
	  display: block;
	  padding: 0;
	}
	
	.main_nav .main_menu > li + li {
	  margin-left: 0;
	}
	
	.main_nav .main_menu > li > a {
	  padding: 5px 15px;
	  display: block;
	}
	
	.main_nav .main_menu > li.has_dropdown > a::after {
	  display: none;
	}
	
	.main_nav .dropdown_menu {
	  position: relative;
	  top: 0;
	  white-space: normal;
	  text-align: center;
	  background-color: transparent;
	  opacity: 1;
	  visibility: visible;
	  padding: 0px;
	  border-top: 0;
	}
	
	.main_nav .dropdown_menu li {
	  padding: 0;
	}
	
	.main_nav .dropdown_menu a {
	  color: #000;
	  display: block;
	  padding: 5px 15px 5px 30px;
	}
	/*Nav Toggle End*/
	
	a.gp {
		padding: 15px 0;
	}
	
	.inner_container {
		padding: 0 30px;
	}
	
	a.nav_toggle {
		padding: 0;
	}
	
	.gp img {
		margin-top: 6px;
	}
	
	.top_nav .container {
		padding-right: 30px;
	}
	
	.main_nav_wrap .container {
		padding: 0 30px;
	}
	
	.main_nav .dropdown_menu {
		display: block;
	}
	
	.main_nav .dropdown_menu a {
		padding: 7px 0 7px 0;
	}
	
	.main_nav .dropdown_menu a:hover {
		background: inherit;
	}
	
	.main_menu > li:hover::after {
		background:none;
	}
	
	.main_nav .main_menu > li {
		text-align: right;
	}
	
	.main_nav .dropdown_menu li {
		text-align: right;
		padding-right: 15px;
	}
	
	.main_nav .main_menu > li > a {
		padding: 7px 15px;
	}
	
	.main_nav .main_menu {
		padding: 15px 0;
	}
}


@media screen and (max-width:1120px) {
	.mobile_show {
	    display: block !important;
	}
	
	.mobile_hide {
	    display: none !important;
	}
	
	.page_wrap {
	    box-shadow: none;
	    transition: all 0.5s ease;
	}
	
	.container {
		padding: 0 15px;
	}
	
	.main_nav_wrap .container {
		padding-top: 6px;
		padding-bottom: 6px;
	}
	
	.main_menu > li::after {
		display: none;
	}
	
	a.nav_toggle2 {
		display: inline;
		text-align: right;
	}
	
	.masthead_right .main_menu {
		display: none;
		position: absolute;
		z-index: 99;
		top: 100%;
		left: 0;
		background: #FFF;
		width: 100%;
	}
	
	.masthead_right .main_menu .li {
		display: block;
	}
	
	.masthead_right .main_menu > li {
		display: block;
		padding: 0;
		text-align: left;
	}
	
	.masthead_right .top_menu > li > a {
		padding: 10px 20px;
		font-size: 0.82rem;
		line-height: 20px;
	}
	
	.masthead_right {
		margin: auto;
		margin-right: 0;
	}
	
	.top_menu .org_donate a {
		border-radius: 0 !important;
		padding: 10px 20px !important;
	}
	
	 .top_menu .dropdown_menu {
	    position: relative;
	    top: 0;
	    white-space: normal;
	    text-align: center;
	    background-color: transparent;
	    opacity: 1;
	    visibility: visible;
	    padding: 0px;
	  }
	  
	.top_menu .dropdown_menu li {
		display: block;
		text-align: left;
	}
	
	.top_menu .dropdown_menu a {
		font-size: 0.82rem;
		margin-left: 10px;
	}
	
	.has_dropdown > a::after {
		position: relative;
		top: 4px;
	    margin-left: 2px;
	    font-size: 1.25rem;
	}
	
	.has_right_menu span {
		display: none;
	}
	
	
	.cres_marketing {
		padding-top: 50px;
		background-position-x: left -55%;
	}
	
	.cres_marketing::before {
		background: linear-gradient(90deg, rgba(0,26,114,1) 40%, rgba(255,255,255,0) 100%);
	}
	
	.marketing_msg {
		width: 80%;
		font-size: 1.688rem;
	}
	
	.cres_marketing h1 {
		font-size: 3.125rem;
		line-height: 1.55em;
	}
	
	.cres_marketing h1 span {
		font-size: 5rem;
	}
	
	.marketing_info {
		width: 85%;
		margin: 0 auto;
	}
	
	.footer_bottom {
		flex-direction: column;
	}
	
	.footer_bottom .footer-baptist-corporate {
		max-width: unset;
	}
	
	.footer_bottom h5 {
		margin: 28px 0 0;
	}
	
	.social_media {
		margin-top: 30px;
		margin-top: 10px;
	}
	
	.menu.social_menu {
		display: flex;
		justify-content: space-evenly;
	}
	
	.org_list_title {
		margin-bottom: 20px;
		max-width: unset;
	}
	
	.org_footer_column.second_column ul li {
		max-width: unset;
		margin-top: 6px;
		padding-bottom: 6px;
	}
	
	.footer .footer_bottom p {
		line-height: 1.5em;
	}
	
	.org_footer_column .footer_donate {
		max-width: unset;
	}
	
	.top_menu .dropdown_menu {
		display: block;
	}
	
	.top_menu .dropdown_menu a:hover {
		background: inherit;
	}
	
	.top_menu .dropdown_menu a {
		margin-left: 20px;
	}
	
	.top_menu .org_donate a {
		padding: 8px 20px !important;
    	width: 100vw;
    	display: block;
	}
	
	.top_menu li.has_dropdown {
		margin-top:5px;
	}
	
	.masthead_right .main_menu > li {
		padding: 5px 0;
	}

} 


@media screen and (max-width: 1023px) {
	.main_nav_wrap .container {
		padding: 0 15px;
	}
	
	.top_nav .container {
		padding-right: 15px;
	}
	
	#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: 20px 20px;
		margin: 15px 0px 0;
		flex-basis: calc(50% - 7.5px);
	}
	
	#cres_content #donor_story_main_ul li:nth-child(2n+1), 
	#cres_content #what_give_ul li:nth-child(2n+1), 
	#cres_content #how_give_ul li:nth-child(2n+1), 
	#cres_content #gift_calc_ul li:nth-child(2n+1), 
	#cres_content #learn_wills_ul li:nth-child(2n+1) {
		margin-right: 15px;
	}
	
	#cres_content #donor_story_main_ul li:nth-child(2n), 
	#cres_content #what_give_ul li:nth-child(2n), 
	#cres_content #how_give_ul li:nth-child(2n), 
	#cres_content #gift_calc_ul li:nth-child(2n), 
	#cres_content #learn_wills_ul li:nth-child(2n) {
		margin-right: 0;
	}
	
	#cres_content #how_give_ul li:last-child,
	#cres_content #what_give_ul li:last-child {
		flex: 0 0 100%;
		margin-left: 15px;
	}
	
	#cres_content input[type="radio"] {
		margin: 0px 5px 0 0 !important;
	}
}

/*===========================================================
                  End AC Edits
===========================================================*/


/**** DJ - ADA Desktop Changes - completing for AC for KJ *****/


.main_nav .dropdown_menu a {
  font-size: 1.25rem;
}

.action_menu a {
	font-size: 1.325rem;
	padding-bottom: 22px;
}




/***********inner pages*************/
.page_title_wrap .container {
	margin: 0;
}

#main_content {
	padding: 30px 0;
}

#cres_content h2.bigMedTitle[style="text-align:center;margin:5px;"] {
	margin-bottom: 15px !important;
}

#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 {
	font-weight: 700 !important;
	padding: 14px 32px 15px !important;
}







#cres_content .cres_news_box_grid-SubTitle a,
#cres_content a .cres_news_box_grid-SubTitle,
#cres_content a.bigMedTitle {
	line-height: 1.2em;
}

#cres_content span.bigMedTitle,
#cres_content h2.bigMedTitle,
#cres_news_article h2.cresArticleTitle {
	color: #000;
	line-height: 1.2em;
}

/*********calculators**********/
#cres_content #cres_calc fieldset > legend {
	padding: 0;
}

#cres_calc fieldset > legend .bigMedTitle {
	font-size: 2rem;
	margin-top: -8px;
}

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

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

#cres_share_action_top {
  margin: 20px 0 40px;s
}

#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: 10px 26px 12px 28px !important;
}

#cres_content .bigMedTitle_NL {
	color: #000;
}

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

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

.footer_top {
	padding: 16px 0 24px;
}

.inner_container {
	padding: 0 30px;
	margin: 0;
	max-width: none;
}

@media screen and (max-width: 1449px) {
	.main_nav {
		width: 100%;
	}
	
	.main_nav .main_menu {
	  margin-right: 0;
	}
	
	a.gp {
		position: relative;
		left: -10px;
	}
	
	.main_nav .main_menu {
		position: relative;
		right: -23px;
	}
}

@media screen and (max-width: 1400px) and (min-width: 1201px) {
	.main_nav .main_menu {
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 1199px) {
	a.gp {
		z-index: 5;
		left: 0;
	}
	
	.main_nav {
		text-align: right;
		padding: 20px 0 15px;
		right: 0;
	}
	
	.main_nav .main_menu {
		padding: 0;
		right: 0;
		position: absolute;
	}
	
	.main_nav .main_menu > li:first-child > a {
		padding-top: 0;
	}
	
	.main_nav .main_menu > li > a {
		padding: 10px 15px;
	}
	
	.main_nav .main_menu > li.has_dropdown > a::after {
		display: inline-block;
	}
	
	.main_nav .dropdown_menu a {
		color: #001a72;
		font-size: 1.25rem;
		padding-right: 15px;
	}
	
	#main_content {
		margin: 60px 0 30px;
		padding: 20px 0;
	}
	
	#page_title {
		font-size: 3.25rem;
	}

	#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 {
		margin-bottom: 6px;
	}
	
	.inner_container {
		padding: 0 15px;
	}
	
	.footer_top {
		padding: 10px 0 20px;
	}
	
}
/*START_MOBILE_STYLES*/legend {overflow: hidden; }

.cres_help_link {
	float: right;
	display: block;
}
    #cres_content p {
        padding: 0;
        margin: 0;
    }
#cres_calendarDiv {
	display: none;
	z-index: 999;
	position: absolute;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	padding: 0px;
	margin: 0px;
	width: 188px;
	height: 202px;
	border-style: solid;
	border-top-color: #999999;
	border-left-color: #999999;
	border-right-color: #777777;
	border-bottom-color: #777777;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	background-color: #F8F8F8;
}
#cres_calendarDiv table,#cres_calendarDiv tr{
	padding: 1px;
	margin: 0px;
}
#cres_calendarDiv td{
	width: 20px;
	text-align: right;
}
#cres_calendarDiv td.tdLink{
	cursor: pointer;
}
#cres_calendarDiv td.tdLink:hover{
	background-color: #d0d0d0;
	font-weight: bold;
	cursor: pointer;
}
#cres_calendarDiv a{
	text-decoration:none;
}
#cres_calendarDiv a:hover{
	text-decoration:none;
	font-weight: bold;
}
.cres_OrgBGColor {
	background-color: #000066;
}
#cres_calc_flash_overlay{
  position:absolute;
  margin:0px;
  padding: 0px;
  z-index: 99;
}
#cres_calc_flash {
  position:absolute;
  z-index: 100;
}

  
