

:root {
--Dark-Color: #5c2e91;
--Light-Color: #e5e5e5;
--Gray-Color: #ededed;
--Button-Color: #0060af;
--Button-Hover-Color: #ffffff;
--Link-Color: #0060af;
--Link-Hover-Color: #0060af;
--Link-Active-Color: #0060af;
--Link-Visited-Color: #92278f;
}

/* GiftPlanning.com - Crescendo Interactive (C) Copyright 2022 */

/***********************************************/

/**************** GLOBAL STYLES ****************/

/***********************************************/:root {
    --font1:Muli; /* Body text font */
    --font2:Lora; /* Headline font */
}

@font-face {
    font-family: Muli;
    src: url(/fonts/Muli-Regular.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Lora;
    src: url(/fonts/Lora-Bold.ttf) format('truetype');
    font-weight: 700;
}

body {
    font: 400 1.1em/1.4 var(--font1);
    color: var(--Main-Text-Color, #000);
    margin: 0;
}

abbr {
    text-decoration: none;
    font-weight: normal;
}

label.hidden, .cres_adahidden {
    display: none;
}

#cres_skip {
    position: absolute;
    top: 0;
    left: -999px;
    padding: 0.4em 1em;
    white-space: nowrap;
    font-size: 0.95em;
    background-color: #000;
    color: #fff;
    text-decoration: none;
    z-index: 999;
}

#cres_skip span::before {
    content: "\00a0\25BA";
}

#cres_skip:visited {
    color: #fff;
}

#cres_skip:focus, #cres_skip:active {
    left: 0;
}

header {
    border-left: 10px solid var(--Dark-Color);
    border-bottom: 1px solid var(--Dark-Color);
    overflow: hidden;
    padding: 1em 1.5em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    background-color: #e8e8e8;
    justify-content: space-between;
    margin: 0 0 2em 0;
    align-items: center;
}

header a {
    text-decoration: none;
}

.cres_mainsite, .cres_mainsite:visited {
    color: var(--Link-Color);
    text-align: right;
}

header img {
    width: 300px;
}

.cres_willstitle {
    text-align: center;
    padding: 0 2em;
}

.cres_willstitle div {
    font-size: 2.2em;
    margin: 0 0 0.1em 0;
    font-family: var(--font2);
    line-height: 1.15em;
    display: inline-block;
}

.cres_willstitle p {
    font-family: var(--font1);
    margin: 0 0 0.3em 0 !important;
    line-height: 1.3em;
}

#cres_mobilemenu, #cres_closemenu {
    display: none;
}

#cres_content {
    max-width: 1280px;
    box-sizing: border-box;
    margin: auto;
    position: relative;
    min-height: 630px;
}

#cres_willscontent {
    width: calc(100% - 296px);
    min-height: 500px;
}

#loginPage {
    min-height:100vh;
     background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.1)), url("/images/CI_1231.jpg") no-repeat center center / cover;
}

#loginPage #cres_content {
    display: flex;
    align-items: flex-start;
    padding: 0 2em;
    max-width: none;
    justify-content: center;
}

#loginPage #cres_willscontent {
    width: auto;
    min-height: auto;
    color: #fff;
    padding: 2em 0;
    max-width: 800px;
}

#cres_content a, #cres_footer a {
    text-decoration: none;
    color: var(--Link-Color);
}

#loginPage #cres_footer a {
    text-decoration: underline;
    color: var(--Light-Link-Color);
}

#loginPage #cres_footer a:hover {
    text-decoration: none;
}

#cres_content a:hover, .addchild:hover, .cres_addoption:hover {
    color: var(--Link-Hover-Color);
}

.cres_ppinterior a:visited {
    color: var(--Link-Visited-Color) !important;
}

#cres_content input[type="text"], #cres_content input[type="email"], #cres_content input[type="tel"], #cres_content select, #cres_content textarea, #cres_content input[type="password"] {
    font-size: 1em;
    font-family: inherit;
    padding: 3px 5px;
    border: 1px solid #bbb;
    box-shadow: 1px 1px 2px #bbb inset;
    box-sizing: border-box;
    width: 100%;
    background-color: #fff;
    color: inherit;
}

#cres_content input[type="text"], #cres_content input[type="password"], #cres_content input[type="email"], #cres_search input, #cres_content textarea, #cres_content button, #cres_content input[type="button"], #cres_content input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#cres_content button, #cres_content input[type="submit"] {
    font-size: 1em;
    line-height: 1.2em;
    font-family: inherit;
    color: #fff;
    border: none;
    padding: 0.7em 1.1em 0.8em 1.4em;
    border-radius: 2em;
    cursor: pointer;
    background: var(--Button-Color);
}

#cres_content input[type="radio"] {
    cursor: pointer;
}

#cres_content button:hover, #cres_content input[type="submit"]:hover {
    background: var(--Button-Hover-Color);
}

#cres_content button::after {
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0.6em solid #fff;
    border-bottom: 0.3em solid transparent;
    display: inline-block;
    margin: 0 0 0 0.4em;
}

#cres_content button.cres_willsback {
    padding: 0.7em 1.1em 0.8em 1.1em;
}

#cres_content button.cres_willsback::before {
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.6em solid #fff;
    border-bottom: 0.3em solid transparent;
    display: inline-block;
    margin: 0 0.4em 0 0;
}

#cres_content button.cres_willsnext::after {
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0.6em solid #fff;
    border-bottom: 0.3em solid transparent;
    display: inline-block;
    margin: 0 0 0 0.4em;
}

#cres_content .cres_disablebutton, #cres_content .cres_disablebutton:hover {
    opacity: 0.4;
    cursor: default;
}

#cres_content h1, #cres_content h2, #cres_content h3 {
    font-family: var(--font2);
    font-weight: 700;
}

#cres_content h1 {
    font-size: 1.9em;
    line-height: 1.2em;
    margin: 0 0 0.5em 0;
}

#cres_content h3, #cres_footer h3 {
    font-size: 1.3em;
    margin: 0 0 0.2em 0;
    line-height: 1.4em;
}

#cres_content p {
    margin: 0 0 1.3em 0;
}

.cres_darkcolor {
    fill: var(--Dark-Color);
}

.cres_lightcolor {
    fill: var(--Light-Color);
}

.cres_redcolor {
    fill: #f2292d;
}

.cres_whitecolor {
    fill: #fff;
}

.cres_spacer05 {
    height: 0.5em;
}

.cres_spacer1 {
    height: 1em;
}

.cres_spacer15 {
    height: 1.5em;
}

.cres_spacer2 {
    height: 2em;
}

.cres_fonthidden {
    font-size: 0;
}

.cres_field600 {
    max-width: 600px;
}

.cres_field400 {
    max-width: 400px;
}

.cres_field300 {
    max-width: 300px;
}

.cres_field350 {
    max-width: 350px;
}

.cres_field250 {
    max-width: 250px;
}

.cres_field200 {
    max-width: 200px;
}

.cres_field150 {
    max-width: 150px;
}

.cres_field130 {
    max-width: 130px;
}

.cres_field115 {
    max-width: 115px;
}

.cres_field100 {
    max-width: 100px;
}

.cres_field70 {
    max-width: 70px;
}

.cres_field50 {
    max-width: 50px;
}

.cres_field45 {
    max-width: 45px;
}

.cres_field37 {
    max-width: 37px;
}

.cres_field30 {
    max-width: 30px;
}

#cres_content input[type="tel"] {
    min-width: 140px;
}

#loginPage #cres_footer {
    color: #fff;
}

#cres_footer {
    text-align: center;
    padding: 2em 1em 1em 1em;
}

#cres_footer p:first-child {
    line-height: 1.7em;
    margin: 0;
}

.cres_disclaimer {
    font-size: 0.9em;
    line-height: 1.4em;
    max-width: 1100px;
    display: inline-block;
}

#cres_willsnav {
    position: absolute;
    top: 110px;
    right: 0;
    background-color: #e6e6e6;
    padding: 15px 15px 0 15px;
    width: 257px;
    box-sizing: border-box;
    border-top: 10px solid var(--Dark-Color);
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

#cres_willsnav a {
    text-decoration: none;
    color: var(--Link-Color);
}

.cres_boxtitle {
    font-size: 1.3em;
    margin: 0 0 0.4em 0;
    font-family: var(--font2);
    font-weight: 700;
    line-height: 1.2em;
}

#cres_willswrapper {
    width: 1280px;
    margin: auto;
    position: relative;
}

#cres_willslogin {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0.3em 1.3em 1.3em 1.3em;
    box-sizing: border-box;
    flex: 0 0 350px;
    margin: 2em 0 2em 2em;
    border-top: 10px solid var(--Dark-Color);
}

#cres_willslogin > div:first-child {
    border-bottom: 1px solid #aaa;
    padding: 0 0 5px 0;
    margin: 0 0 12px 0;
}

#cres_willslogin > div:nth-child(2) button {
    margin: 0.3em 0 0 0;
}

#cres_willslogin table {
    border-spacing: 0.5em 0.5em;
    width: 100%;
}

#cres_willslogin td.cres_willslegend {
    vertical-align: top;
    padding: 0.15em 0 0 0;
}

#doubleauthwindow {
    display: none;
    margin: 0.5em 0 0.7em;
}

#doubleauthwindow input[type="text"] {
    margin: 0 0 0.3em 0;
}

#doubleauthwindow.show {
    display: block;
}

#doubleauthwindow p {
    margin: 0 0 0.5em 0;
}

#doubleauthwindow #cancel_code, #doubleauthwindow #invalid_code, #doubleauthwindow #blank_code {
    margin: -0.5em 0 0.5em 0;
}

#create_account_page .hidden {
    display: none;
}

#create_account_page .not_hidden {
    display: block;
}

#create_account_page #processing {
    text-align: center;
    margin: 0 0 1em 0;
}

fieldset {
    margin: 0;
    padding: 0;
    border: none;
}

#cres_content #cres_willscontent h2, #cres_content #cres_willslogin h2 {
    margin: 0.3em 0;
    font-size: 1.6em;
    line-height: 1.2em;
}

#loginPage #submittwostep, #loginPage #cancelChange {
    padding-right: 1.2em;
}

.cres_willsnavsection {
    border-top: 1px solid #bbb;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    margin: 0 0 1.5em 0;
}

.cres_willsnavsection a {
    display: block;
    border-bottom: 1px solid #bbb;
    padding: 0.4em 0.8em 0.5em 0.8em;
    background-color: #fff;
}

.cres_willsnavsection a.cres_activewills {
    background: var(--Button-Color);
    color: #fff;
}

.cres_willsnavbreak {
    border-top: 1px solid #aaa;
    margin: 1.5em 0 0 0;
}

#cres_willssections {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cres_willssections a {
    display: flex;
    width: calc(50% - 0.5em);
    margin: 0 0 1em 0;
    padding: 0.8em 1em 1.2em 1em;
    color: var(--Main-Text-Color, #000);
    background-color: #e6e6e6;
    box-sizing: border-box;
    border: 1px solid #aaa;
}

#cres_willssections a:last-child {
    width: 100%;
    justify-content: center;
    background-color: #fff;
    border: none;
}

#cres_willssections a:last-child div:nth-child(2) {
    width: auto;
}

#cres_willssections.cres_nolinkslogin a {
    cursor: default;
}

#cres_willssections.cres_nolinkslogin a:hover {
    color: var(--Main-Text-Color, #000);
}

#cres_willssections div:nth-child(1) {
    text-align: right;
    width: 85px;
}

#cres_willssections div:nth-child(2) {
    padding: 0 0 0 10px;
    width: calc(100% - 85px);
    box-sizing: border-box;
}

#cres_willssections h2::before {
    content: ".......";
    color: #58c1e9;
    letter-spacing: 3px;
    position: relative;
    top: -7px;
    margin: 0 3px 0 0;
}

#cres_willssections p {
    margin-bottom: 0;
}

#cres_willssections span.section_button, .cres_pphome span.section_button {
    display: inline-block;
    margin: 0.9em 0 0 0;
    font-size: 1em;
    line-height: 1.2em;
    font-family: inherit;
    color: #fff;
    border: none;
    padding: 0.7em 1.1em 0.8em 1.4em;
    border-radius: 2em;
    cursor: pointer;
    background: var(--Button-Color);
    white-space: nowrap;
}

#cres_willssections span.section_button:after, .cres_pphome span.section_button:after {
    content: "";
    border-top: 0.3em solid transparent;
    border-left: 0.6em solid #fff;
    border-bottom: 0.3em solid transparent;
    margin: 0 0 0 0.4em;
    display: inline-block;
}

#cres_willssections a:hover span.section_button, #cres_willssections a:focus span.section_button, .cres_pphome a:hover span.section_button, .cres_pphome a:focus span.section_button {
    background-color: var(--Button-Hover-Color);
}

#cres_willssections h2 {
    margin: 0 0 0.1em 0;
}

#cres_willssections a:nth-child(1) svg {
    width: 70px;
    height: 70px;
}

#cres_willssections a:nth-child(2) svg {
    width: 70px;
    height: 85px;
}

#cres_willssections a:nth-child(3) svg {
    width: 75px;
    height: 75px;
}

#cres_willssections a:nth-child(4) svg {
    width: 65px;
    height: 65px;
}

#cres_willssections a:last-child svg {
    width: 60px;
    height: 60px;
}

#wills_center #cres_willssteps {
    display: none;
}

#cres_willssteps {
    display: flex;
    text-transform: uppercase;
    flex-wrap: wrap;
}

#cres_willssteps div {
    font-size: 1.2em;
    background-color: #cfcfcf;
    margin: 0 3px 3px 0;
    padding: 0.6em 0.5em 0.45em 0.5em;
    flex: 1;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cres_stepstatuscheck {
    width: 20px;
    height: 20px;
    margin: 0 0 0 0.3em;
}

#cres_willssteps div a {
    text-decoration: none;
    padding: 0 0 5px 0;
    color: var(--Main-Text-Color, #000);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

/*
#cres_willssteps div a::after, #cres_willssteps div a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
}

#cres_willssteps div a::after {
    border-left: 30px solid #cfcfcf;
    z-index: 2;
}

#cres_willssteps div a::before {
    border-left: 30px solid white;
    margin-left: 3px;
    z-index: 1;
}
*/
#cres_willssteps div.cres_activestep {
    background-color: #000;
}

#cres_willssteps div.cres_activestep a {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}

#cres_willssteps div.cres_activestep a:after {
    border-left-color: #000;
}

#cres_willssteps svg {
    width: 30px;
    height: 30px;
    margin: 0 0.3em 0 0;
}

#cres_willssteps div:last-child svg {
    width: 25px;
}

#cres_willssteps a .icon {
    font-size: 0.7em;
}

#cres_willssteps span {
    display: block;
    font-size: 0.6em;
    line-height: 1em;
}

#cres_willssteps strong {
    font-size: 1.6em;
    display: block;
    margin: 0.4em 0 0 0;
    font-weight: normal;
}

#cres_progressarea {
    position: absolute;
    width: 257px;
    right: 0;
    top: 0;
    background-color: var(--Dark-Color);
    box-sizing: border-box;
    padding: 8px 10px 10px 15px;
}

#cres_progress {
    font-weight: bold;
    margin: 0 0 0.3em 0;
    display: inline-block;
    color: #fff;
    vertical-align: top;
}

#cres_percentage {
    width: 220px;
    background-color: #aaa;
    border-radius: 10px;
    box-shadow: 1px 1px 2px #222 inset;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 30px;
}

#cres_percentage span {
    display: inline-block;
    padding: 0.1em 0 0.2em 0.5em;
    color: #fff;
    background-color: #000;
    border-radius: 10px 0 0 10px;
}

#cres_percentage .progresspercent {
    display: inline-block;
    padding: 0.1em 0 0.2em 0.5em;
    color: #fff;
    background-color: transparent;
    border-radius: 0;
}

#cres_percentage .progressbar {
    display: inline-block;
    color: #fff;
    background-color: #000;
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    padding: 0;
}

.cres_willstable {
    width: 987px;
    border-spacing: 0;
    border: 1px solid #aaa;
    margin: 1.2em 0 1em 0;
    background: #eeee;
}

.cres_willstable td {
    vertical-align: top;
    padding: 0.5em 0 0.6em 0.8em;
}

.cres_willstable td.cres_addoption {
    padding: 0.5em 0.8em 0.6em 0.8em;
}

.cres_willtypetable, .cres_infotable, .cres_summarytable {
    width: 987px;
    border-spacing: 0;
}

.cres_newaccounttable {
    border-spacing: 0;
    margin: auto;
}

.cres_infotable td, .cres_summarytable td, .cres_newaccounttable td {
    padding: 0.5em 0.8em 0.5em 0;
}

.cres_willtypetable td {
    vertical-align: top;
    padding: 0 0 1em 0;
}

.cres_willtypetable tr:nth-child(5) td {
    padding: 0 0 2em 0;
}

.cres_willtypetable input {
    margin: 0 0.7em 0 0;
}

.cres_willslegend {
    text-align: right;
    font-weight: bold;
    max-width: 350px;
}

.cres_willsdollar::before {
    content: "$";
    display: inline-block;
    font-weight: bold;
}

#cres_content .cres_willsdollar input {
    width: calc(100% - 1.1em);
}

.cres_willstable .cres_tablecoltitle td {
    font-weight: bold;
    color: #fff;
    background-color: #000;
    padding: 0.5em 0.8em 0.6em 0.8em
}

.cres_centertitle td {
    text-align: center;
}

#cres_content .cres_willssubtitle, #cres_content .cres_willssubtitle1, #cres_content .cres_willssubtitle2, #cres_content .cres_willssubtitle3, #cres_content .cres_willssubtitle4 {
    text-align: left;
    box-sizing: border-box;
    overflow: hidden;
}

#cres_content .cres_willssubtitle {
    padding: 1em 0.5em 0.4em 0;
    border-bottom: 1px solid #aaa;
    margin: 0 0 0.4em 0;
}

#cres_content .cres_willssubtitle1 {
    padding: 1em 0.5em 0 0;
    margin: 0;
}

#wills_center .cres_willssubtitle1 {
    padding-top: 0;
}

#cres_content .cres_willssubtitle2 {
    padding: 0 0.5em 0 0;
    margin: 0;
}

#cres_content .cres_willssubtitle3 {
    padding: 0 0.5em 0.5em 0;
    margin: 0 0 0.5em 0;
    border-bottom: 1px solid #aaa;
}

#cres_content .cres_willssubtitle4 {
    margin: 0;
}

#cres_content .cres_willssubtitle5 {
    padding: 0;
}

#cres_content .cres_willssubtitle6 {
    margin: 0 0 0.4em 0;
}

#cres_content .cres_willstitledesc, #cres_content .cres_willstitledesc1 {
    font-size: 1.1em;
    line-height: 1.3em;
    font-family: var(--font1);
}

#cres_content .cres_willstitledesc {
    margin: 0.5em 0 1em 0;
    border-bottom: 1px solid #aaa;
    padding: 0 0 1em 0;
}

#cres_content .cres_willstitledesc1 {
    margin: 0.5em 0 1em 0;
}

#wills_center .cres_willstitledesc strong {
    display: inline-block;
    margin: .75em 0 0;
    font-size: 1.25em;
    font-family: var(--font2);
}

#wills_center h2.sections_title {
    margin-bottom: 0.75em !important;
}

.cres_willspretitle {
    font-size: 1.3em;
    display: block;
    color: #666;
    margin: 1em 0 -1.25em;
}

.cres_tablesubtitle1 {
    font-weight: bold;
    margin: 0 0 0.5em 0;
}

.cres_willstable button {
    margin: 0.2em 0 0 0;
}

.cres_cellblocks {
    width: 40%;
    display: inline-block;
    vertical-align: top;
}

.cres_justify {
    text-align-last: justify;
    text-align: justify;
    font-weight: bold;
}

.cres_willstable textarea {
    width: 100%;
    max-width: 600px;
    height: 200px;
    border: 0;
    box-shadow: 1px 1px 2px 1px #bbb inset;
}

#cres_content button.cres_willsback::after, #cres_content button.cres_willsnext::before, .cres_totalerror, #addchildmain {
    display: none;
}

#btnGoBackToWillsCenter {
    font-size: 1em;
    line-height: 1em;
    font-family: var(--font1);
    color: #fff;
    border: none;
    padding: 0.7em 1.3em 0.7em 1.4em;
    border-radius: 2em;
    cursor: pointer;
    background: var(--Button-Color);
    background: -moz-linear-gradient(top, var(--Button-Color) 0%, #007cbf 50%, var(--Button-Color) 100%);
    background: -webkit-linear-gradient(top, var(--Button-Color) 0%, #007cbf 50%, var(--Button-Color) 100%);
    background: linear-gradient(to bottom, var(--Button-Color) 0%, #007cbf 50%, var(--Button-Color) 100%);
    position: relative;
    top: 20px;
}

#btnGoBackToWillsCenter:hover {
    opacity: 0.85;
}

#btnGoBackToWillsCenter:after {
    border-style: dashed dashed dashed solid;
    border-width: 0.35em 0 0.35em 0.35em;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: inline-block;
    margin-left: 0.4em;
}

button.cres_willsback {
    margin-right: 5px;
}

.cres_addoption a span, .cres_removeoption a span, .cres_successortable .cres_addoption span {
    background-color: var(--Button-Color);
    display: inline-block;
    color: #fff;
    font-size: 1.4em;
    padding: 0em 0.3em 0.2em 0.3em;
    margin: 0 0.3em 0 0;
    line-height: 1em;
}

.cres_addoption a span::before, .cres_successortable .cres_addoption span::before {
    content: "+";
    font-family: arial;
    position: relative;
    top: 3px;
}

.cres_removeoption a span::before {
    content: "-";
}

div.cres_addoption {
    display: inline-block;
    cursor: pointer;
    color: var(--Link-Color);
}

td.cres_addoption a {
    display: inline-block;
    cursor: pointer;
}

.cres_removeoption {

    /*display: none;*/
    cursor: pointer;
    color: var(--Link-Color);
}

.cres_willsline {
    border-top: 1px solid #aaa;
    margin: 0.8em -1.5em 1em -1.5em;
}

.cres_willsselect {
    min-width: 120px;
}

.cres_willstable tbody:last-child {
    background-color: transparent;
}

.cres_willstable tr[id^="Asset"] td {
    width: 23%;
}

.cres_willstable tr[id^="Asset"] td:last-child {
    width: 40%;
}

.cres_cell_100 {
    width: 100px;
}

.cres_cell_150 {
    width: 150px;
}

.cres_cell_250 {
    width: 250px;
}

.cres_cell_300 {
    width: 300px;
}

.cres_willspercent input {
    max-width: 50px;
}

.cres_willspercent::after {
    content: "%";
    display: inline-block;
    width: 1.4em;
    font-weight: bold;
    margin: 0 0 0 0.3em;
}

.cres_cashfield {
    margin: 0 0 0.5em 0;
    white-space: nowrap;
}

.cres_cashfield label, .cres_familyfields label, .cres_charityname label, .cres_charitycity > div {
    display: block;
    margin: 0 0 0.2em 0;
}

.cres_charitycity {
    white-space: nowrap;
}

.distPage .delete_item {
    float: right;
    margin-right: 10px;
}

/*.distPage .cres_tablecoltitle, .distPage .cres_cashtotal {
display: none;
}

.distPage .cres_cashtotal {
display: table-row;
}*/
.distPage .cres_successortable .cres_tablecoltitle {
    display: table-row;
}

.cres_willstable #cres_adarecipient, .cres_willstable #cres_adarelationship {
    padding: 0.5em 0.8em 0.6em 0.8em;
}

.cres_willstable .cres_disttotals {
    padding: 0.5em 0.8em 0.6em 0.8em;
}

td .cres_itemfields:first-child, td .cres_familyfields:first-child, td .cres_charityfields:first-child {
    margin: 0 0 0.8em 0;
}

.cres_familyfields, .cres_charityfields, .cres_itemfields, .cres_cashfield {
    display: none;
}

#cres_content input[id*="Beneficiary"] {
    max-width: 335px;
}

.cres_relationship {
    margin: 1em 0 0 0;
}

.cres_childrencount {
    display: table-row;
}

.cres_banktable tr td:nth-child(3) {
    padding: 0.7em 0.8em 0.5em 0;
}

.cres_banktable tr td:nth-child(2) {
    width: 250px;
}

.cres_totalerror {
    color: #C11B1D;
}

.cres_charitylist {
    display: none;
    margin: 0.2em 0 0 0;
}

#cres_charitieslightbox {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    display: none;
}

#cres_charitieslightbox h1 {
    margin: 0;
}

#cres_alphabet {
    width: 800px;
    position: fixed;
    left: auto;
    right: 50%;
    transform: translateX(50%);
    padding: 1em 0 0 1em;
    background-color: #eee;
    height: 65px;
    overflow: hidden;
    top: 0;
    box-sizing: border-box;
}

#cres_alphabet img {
    width: 30px;
    height: 30px;
    display: inline-block;
    position: absolute;
    right: 1em;
    top: 0.9em;
    cursor: pointer;
}

#cres_alphabet span {
    display: inline-block;
    margin: 0 0.25em 1em 0.25em;
    font-size: 1.1em;
    cursor: pointer;
    color: #888;
}

#cres_alphabet span:nth-child(1), #cres_alphabet span:nth-child(2) {
    color: var(--Link-Color);
}

#cres_orglist a {
    color: var(--Link-Color);
    text-decoration: none;
}

#cres_charitiesindex {
    width: 800px;
    height: calc(100% - 65px);
    overflow-y: scroll;
    overflow-x: hidden;
    margin: auto;
    background-color: #fff;
    padding: 1em;
    box-sizing: border-box;
    position: relative;
    top: 65px;
}

#cres_charitiesindex li {
    padding: 0 0 0.3em 0;
}

.cres_lockscroll {
    overflow: hidden;
}

/*.cres_successortable tr td:nth-child(1) {
width: 20%;
}

.cres_successortable tr td:nth-child(2) {
width: 18%;
}

.cres_successortable tr td:nth-child(3) {
width: 22%;
word-break: break-word;
}

.cres_successortable tr td:nth-child(4) {
width: 15%;
padding: 0.5em 0.8em 0.6em 0.8em;
}*/

/*.cres_successortable tr td:nth-child(5) {
padding: 0.5em 0.8em 0.6em 0.8em;
}*/

.cres_successortable tr td {
    padding: 0.5em 0.8em 0.6em 0.8em;
}

.cres_successortable tr td:nth-child(5) label {
    display: inline-block;
    margin: 0 0.3em 0 0.3em;
}

.cres_successortable tr td:nth-child(5) select {
    display: inline-block;
    margin: 0 0 0.5em 0;
}

.cres_successortable tr td:nth-child(1) label {
    display: block;
    margin: 0 0 0.3em 0;
    font-weight: bold;
}

.cres_successortable tr td:nth-child(2) input, .cres_successortable tr td:nth-child(5) input {
    margin: 0 0 0.5em 0;
}

.cres_distributiontablesingle .cres_charityfields {
    display: block;
}

.cres_itemfields textarea {
    height: 150px;
    margin: 0.4em 0 0 0;
}

.distPage .cres_recipientcol {
    white-space: nowrap;
    padding: 0.5em 1em 0.6em 1.5em;
}

#cres_content .cres_distributiontable .cres_relationship input, #cres_content .cres_distributiontable .cres_relationship select, #cres_content .cres_payouttable .cres_relationship select, #cres_content .cres_payouttable .cres_relationship input {
    width: 160px;
    margin: 0 0 0.5em 0;
}

#cres_settingslist li {
    padding: 0 0 15px 0;
}

#cres_settingslist {
    margin: 1.5em 0 0 0;
}

#cres_passwordinfo, #cres_contactinfo {
    display: none;
}

#cres_contactinfo {
    margin: 0 0 1em 0;
}

#cres_pages {
    margin: 0.5em 0 0 0;
    font-size: 0.9em;
    display: block;
}

#cres_editcontact::after, #cres_editpassword::after {
    display: inline-block;
    position: relative;
    left: 0.35em;
    content: "";
}

.cres_triangleup::after {
    border-color: transparent transparent transparent #000;
    border-style: dashed dashed dashed solid;
    border-width: 8px 0 8px 8px;
    top: 0.15em;
}

.cres_triangledown::after {
    border-color: #000 transparent transparent transparent;
    border-style: solid dashed dashed dashed;
    border-width: 8px 8px 0 8px;
    top: -0.1em;
}

.cres_summarycoltitle {
    font-weight: bold;
    background-color: #ddd;
    padding: 0.3em 0.8em 0.4em 0.8em;
    font-size: 1.2em;
    margin: 0.6em 0 0.5em 0;
    box-sizing: border-box;
    border-top: 10px solid var(--Dark-Color);
    overflow: hidden;
}

.cres_summarycoltitle a {
    font-size: 0.8em;
    font-weight: normal;
    display: inline-block;
    float: right;
    position: relative;
    top: 0.2em;
}

#cres_summaryblock .cres_margin1 {
    margin: 0 0 2.5em 0;
}

#cres_summaryblock .cres_margin3, #cres_summaryblock .cres_margin2 {
    margin: -0.6em 0 0 0;
    background-color: #fff;
    padding: 0 0 2em 0;
}

#cres_summaryblock .cres_cell50 td {
    width: 50%;
}

#cres_summaryblock .cres_willstable.cres_financetable tr td:first-child {
    padding: 0.5em 0.8em 0.5em 0.8em;
}

#cres_summaryblock .cres_banktable tr td:nth-child(3) {
    padding: 0.5em 0.8em 0.5em 0;
}

#cres_summaryblock .cres_willstable {
    border: none;
}

#cres_summaryblock table.cres_infotable td {
    width: 50%;
    padding: 0.3em 0.8em 0 0;
}

.cres_quizcell {
    width: 35px;
    vertical-align: top;
}

.cres_quizwrong {
    display: inline-block;
}

.cres_quizwrong::after {
    content: "X";
    font: bold 1.6em "Arial";
    color: #C11B1D;
    position: relative;
    top: 3px;
}

.cres_quizexplanation {
    font-style: italic;
    margin: 0.5em 0 1.5em 0;
    background-color: #fff;
    padding: 0.5em 0.7em 0.7em 0.7em;
    border: 1px solid #aaa;
    overflow: hidden;
}

.cres_quiz {
    margin: 0 0 1.2em 0;
}

.cres_quiz strong {
    display: block;
    margin: 0 0 0.2em 0;
}

.distPage .cres_willslegend {
    text-align: left;
    padding: 0.5em 0.8em 0 0.8em;
}

#p_and_p_article h2 {
    margin-bottom: 0;
}

.ppmaincontent img {
    display: block;
    width: 330px;
    height: 165px;
    margin-bottom: 15px;
}

#p_and_p_article .cres_willsnext {
    margin-top: 1.25em;
}

#p_and_p_article p {
    margin-bottom: 0;
}

#p_and_p_quiz_results p.quiz_comment {
    margin-top: 10px;
    margin-bottom: 0;
}

#p_and_p_quiz_results .quiz_question img {
    position: relative;
    top: 5px;
    width: 23px;
    height: 23px;
}

#cres_quizerror {
    margin: 0 0 1em 0;
}

#p_and_p_quiz_results .quiz_answer {
    background-color: #eee;
    border: 1px solid #aaa;
    margin: 0.8em 0 2em 0;
    padding: 0.8em 1.1em 1em 1.1em;
}

#p_and_p_quiz_results #cres_content h4 {
    margin: 1.5em 0 0.8em 0;
    font-size: 1.2em;
}

.QuizBox {
    background-color: #eee;
    border: 1px solid #aaa;
    display: table;
    width: 100%;
    margin-top: 1.5em;
    max-width: 670px;
}

.QuizScore {
    display: table-cell;
    vertical-align: middle;
    padding: 0.5em;
    background-color: var(--Dark-Color);
    color: #fff;
    text-align: center;
}

.QuizScore h3 {
    margin: 0 !important;
    font-size: 1.3em !important;
    font-family: inherit !important;
}

.QuizComment {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 1.5em;
}

#cres_summaryblock .cres_willsdollar::before, #cres_summaryblock .cres_willspercent::after {
    display: none;
}

.cres_help {
    white-space: nowrap;
    position: relative;
    top: -5px;
    margin-left: 8px;
}

.cres_help:focus {
    outline: none;
}

.cres_help::after {
    content: "?";
    color: #fff;
    background-color: var(--Dark-Color);
    font-weight: bold;
    font-family: arial;
    border-radius: 30px;
    font-size: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
    padding: 3px 8px;
}

.cres_help:hover {
    opacity: 0.8;
}

.cres_helptext {
    margin: -0.7em 0 1em 0;
    border: 1px solid #aaa;
    display: none;
    overflow: hidden;
    max-width: 987px;
}

.cres_helptext > div {
    background-color: #eee;
    padding: 0.5em 1em 0.8em 1em;
    box-sizing: border-box;
}

.cres_xclose::after {
    content: "X";
    color: #fff;
    background-color: #d00003;
    font-weight: bold;
    font-family: arial;
    border-radius: 30px;
    display: inline-block;
    font-size: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
    float: right;
    margin: 0 -0.5em 1em 1em;
}

.cres_xclose:hover {
    opacity: 0.7;
}

#cres_content.cres_pphome > a {
    margin: 0 0 2em 0;
    color: var(--Main-Text-Color, #000);
    display: block;
    clear: both;
}

#cres_content.cres_pphome > a:hover {
    color: var(--Link-Hover-Color);
}

#cres_content.cres_pphome p {
    margin: 0;
}

.cres_pphome div {
    margin: 0 0.7em 0 5em;
}

#cres_content.cres_pphome h1 {
    margin: 0 0 0.3em 0;
}

.cres_pphome svg {
    display: block;
    float: left;
}

.cres_pphome > a:nth-child(1) svg {
    width: 70px;
    height: 70px;
}

.cres_pphome > a:nth-child(2) svg {
    width: 85px;
    height: 85px;
}

.cres_pphome > a:nth-child(3) svg {
    width: 75px;
    height: 75px;
}

.cres_pphome > a:nth-child(4) svg {
    width: 60px;
    height: 60px;
}

.cres_ppbreadcrumb {
    margin: 0 0 1.5em 0;
    line-height: 1.5em;
}

.cres_pplist {
    margin: 0 0 1em -1em;
}

.cres_pplist li {
    padding: 0 0 0.5em 0;
}

#cres_content.cres_ppinterior h2 {
    margin: 0 0 0.3em 0;
}

#cres_content.cres_pparticle h2 {
    margin: 0;
}

.cres_pparticle img {
    margin: 0 0 1em 2em;
    display: block;
    width: 47%;
    float: right;
    border: 1px solid #bbb;
}

.cres_pparticle ul, .cres_pparticle ol {
    margin: 1em 0 2em 0;
}

.cres_ppquiz button {
    margin: 1em 1em 0 0;
}

.cres_pparticle button {
    margin: 1.5em 0 0 0;
}

.cres_stepstatus {
    width: 25px;
    height: 20px;
    position: relative;
    top: 2px;
    margin: 0 2px 0 0;
}

#cres_content .cres_willssummary span {
    color: var(--Link-Color);
}

#cres_content .cres_willssummary span:hover {
    opacity: 0.8;
}

#wills_center a.cres_willssummary {
    display: block;
    max-width: 900px;
    margin-bottom: 0;
}

.missinginfo {
    display: inline-block;
    width: 22px;
    height: 20px;
    border-radius: 20px;
    color: #fff;
    background-color: #B50A0C;
    margin: 0 0.5em 0 0;
    text-align: center;
    font-family: verdana;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    top: 2px;
    padding: 0 3px 9px 3px;
}

.HelpBox {
    border: 1px solid #eee;
    background-color: #eee;
    padding: 0.6em 0.6em 0.7em 0.8em;
    list-style: none;
    margin: 1em 0 1.1em 0;
    overflow: hidden;
    box-sizing: border-box;
}

#PhoneType, #Phone1Type, #Phone2Type {
    display: none;
}

.complete_action_btns {
    padding: 40px 0;
    text-align: center;
}

.complete_action_btns a, .complete_action_btns a:visited {
    display: inline-block;
    margin: 0 5px;
    text-decoration: none !important;
}

input#HelpBtn1 {
    border: 0px;
    width: 54px;
    height: 19px;
    cursor: pointer;
    float: right;
}

input.HelpButtonOff {
    background-image: url(/wills/images/btn_HelpOff.jpg);
}

input.HelpButtonOn {
    background-image: url(/wills/images/btn_HelpOn.jpg);
}

#create_pdf #cres_willswrapper {
    position: static;
}

#create_pdf .HelpBox {
    display: none;
    padding: 20px;
    background-color: #f7f7f7;
    border: 1px solid #cacaca;
    margin-bottom: 1.3em;
}

#create_pdf .HelpBox .help_left {
    float: left;
    margin-right: 5px;
}

#PDFForm fieldset ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#PDFForm .BuildPDF {
    margin-top: 1.3em;
}

#cres_pdfbuttons {
    margin: 0 0 1em 0;
    display: flex;
}

#DownloadWill {
    margin: 0 0 0 1em;
}

#incompletepdf {
    margin: 0 0 1em 0;
    display: block;
}

#cres_pdfbuttons button[disabled] {
    background-color: #7EB0CB;
    cursor: default;
}

/*#PDFForm button {
margin: 1em 0 1.5em 0;
}*/
.cres_summarydownload1 {
    display: block;
}

.cres_summarydownload2 {
    display: none;
}

#S1Children1 td.child_title {
    text-align: center;
}

#S1Children1 select#ChildNo {
    width: auto;
}

input#MinorChildrenYes {
    margin: 0 20px 0 0;
}

input#MinorChildrenNo {
    margin: 0;
}

td.child_title {
    padding: 0.5em 0.8em 0 0;
}

#S2Guardian1 span[class^="child"], #S2Guardian3 span[class^="child"] {
    text-transform: capitalize;
}

#S2Guardian1 span[class^="child"]:before, #S2Guardian3 span[class^="child"]:before {
    content: ', ';
    margin-left: -4px;
}

#S2Guardian1 span.child1:before, #S2Guardian3 span.child1:before {
    content: '';
}

.contactPage .contactInputs {
    margin: 0 0 1em 0;
}

.delete_col {
    width: 30px;
}

.delete_item {
    display: inline;
    cursor: pointer;
}

.delete_item1 {
    display: inline;
    cursor: pointer;
    float: right;
}

.delete_item span, .delete_item1 span, .cres_successortable .cres_removeoption::before {
    display: inline-block;
    position: relative;
    top: 3px;
    background-color: #a70000;
    color: #fff;
    text-align: center;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    line-height: 18px;
    font-size: 30px;
}

.delete_item span::before, .delete_item1 span::before {
    content: "-";
    font-family: arial;
    position: relative;
    top: -1px;
}

.cres_successortable .cres_removeoption::before {
    content: "-";
    margin: 0 0.2em 0 0;
    font-family: arial;
}

.cres_financepages .cres_whosemobile {
    position: relative;
}

.cres_financepages .cres_whosemobile .delete_item {
    position: absolute;
    top: 0;
    right: 1em;
}

#S3RealEstate2 #cres_content .cres_willsdollar input, #S3Accounts2 #cres_content .cres_willsdollar input, #S3Investments2 #cres_content .cres_willsdollar input {
    width: calc(97% - 1.1em);
}

#SPercent, #TPercent, .cres_total {
    display: inline-block;
    padding: 0.5em 0 0 0;
    font-weight: bold;
}

.cres_willstable .cres_cashtotal td {
    padding: 0 0 0.6em 0.8em;
}

#S3AccountsNew .cres_infotable {
    width: auto;
}

#S3AccountsNew .cres_infotable tbody[id^="Asset"] tr:first-child td {
    border-top: 1px solid #aaa;
    padding: 1em 0.8em 0.5em 0;
}

#S3AccountsNew .cres_infotable tbody[id^="Asset"] tr:nth-child(2) td {
    padding: 0.5em 0.8em 1em 0;
}

#S3AccountsNew .cres_infotable tbody#Asset1 tr:first-child td {
    border-top: none;
    padding-top: 0;
}

#S3AccountsNew .delete {
    text-align: center;
    vertical-align: top;
    padding-right: 0;
}

#S3AccountsNew .delete .delete_item {
    float: none;
    display: inline-block;
    top: 4px;
}

#S2Guardian1 .cres_willslegend, #S2Health1 .cres_willslegend {
    width: 13%;
    min-width: 200px;
}

#Saving {
    position: relative;
    margin: 1em 0;
    font-weight: bold;
    text-align: center;
    border: 1px solid #24be41;
    padding: 0.7em 1.1em 0.8em 1.1em;
    background-color: #b8f7c4;
    width: 155px;
}

#Saving img {
    margin-right: 0.3em;
    position: relative;
    top: 2px;
}

#wills_center .cres_title a[href^="javascript"], #cres_willssections a[href^="javascript"], #cres_willssteps  a[href^="javascript"] {
    cursor: default;
}

#cres_willssections a[href^="javascript"]:hover, #cres_willssteps  a[href^="javascript"]:hover {
    color: var(--Main-Text-Color, #000);
}

.contactPage #cres_content .contactInputs > p {
    margin: -0.5em 0 0.5em 0;
}

.contactPage #cres_content .contactInputs > p.cres_requiredmssg {
    padding-bottom: 0.75em;
}

.contactPage td.alternate p {
    margin-bottom: 0.5em !important;
}

.contactPage form > p {
    margin-bottom: 0.5em !important;
}

[id^=ContactSelect]{
    width: auto !important;
}

/***********************************************/

/************** FINANCES SECTION ***************/

/***********************************************/

.cres_financepages fieldset {
    margin-bottom: 1em;
}

.cres_financepages fieldset.owner {
    margin-top: -5px;
}

.cres_shorttable {
    margin: 1em 0 2em 0;
    border: 1px solid #aaa;
    padding: 0.1em 0.6em 0.6em 0.6em;
    background: #eee;
    width: 987px;
}

.cres_shorttable label {
    margin-bottom: 10px;
    display: inline-block;
    font-weight: bold;
}

.cres_shorttable td {
    padding: 0.5em;
}

.cres_financepages #cres_content .cres_willslegend input[type="text"], .cres_financepages #cres_content .cres_willstable input[type="text"], .cres_financepages #cres_content .cres_shorttable input[type="text"] {
    width: calc(100% - 30px);
}

.cres_financepages .cres_willslegend {
    text-align: left;
    padding: 0.5em 0.8em 0 0.8em;
}

.cres_financepages .cres_willstable td.cres_purchasemobile {
    padding: 0.5em 0.3em 0 0;
}

.cres_financepages .cres_willstable td.cres_purchasemobile1, .cres_financepages .cres_willstable td.cres_descriptionmobile1 {
    padding: 0.5em 0.8em 0 0.8em;
}

.cres_financepages .cres_willsdollar::before {
    float: left;
    padding: 0.5em 0.1em 0 0;
}

.cres_financepages .cres_willstable input[type="radio"] {
    margin-left: 0;
}

.cres_financepages .cres_willstable tr td.cres_addoption {
    padding: 0.5em 0.8em 0.7em 0.8em;
}

.cres_financepages #cres_content .cres_willstable [id^="Source"] {
    width: calc(100% - 55px);
    margin-right: 20px;
}

.cres_financepages .cres_financetable .cres_ownermobile {
    min-width: 110px;
    white-space: nowrap;
}

.cres_financepages #cres_content .holdings > p {
    margin: 0 0 0.5em 0;
}

.cres_financepages #ItemSum p {
    margin: 0.5em 0 0 0;
}

.cres_financepages .holdings div {
    display: inline-block;
    margin: 0 1em 1em 0;
}

.cres_financepages .holdings input[type="radio"] {
    margin: 0 0.1em 0 0;
}

#S3Households td.cres_householdssingle {
    padding: 0.5em 0.2em 1em 0.8em;
}

#S3Households input[type="text"], #S3Liabilities input[type="text"] {
    max-width: 300px;
    width: calc(100% - 30px);
}

#S3Households .cres_label, #S3Households fieldset > label {
    font-weight: bold;
    margin: 0 0 0.3em 0;
}

#S3Liabilities .cres_willstable td {
    padding: 0.5em 0.8em 0.8em 0.8em;
    text-align: left;
}

#S3Liabilities .cres_willstable div {
    margin: 0 0 0.3em 0;
    font-weight: bold;
}

#S3Liabilities .cres_willstable .cres_tablecoltitle td {
    padding: 0.5em 0.8em 0.3em 0.8em;
}

/***********************************************/

/**************** SUMMMARY PAGE ****************/

/***********************************************/

#cres_summaryblock .cres_willstable, #cres_summaryblock .cres_infotable {
    width: 100%;
    table-layout: fixed;
}

#cres_summaryblock .cres_financetable {
    table-layout: auto;
}

#cres_summaryblock .cres_willstable td.prop_numb {
    text-align: left;
}

#cres_summaryblock .cres_infotable td.no_value, #cres_summaryblock .cres_willstable td.no_value {
    text-align: center;
}

/***********************************************/

/************* CREATE ACCOUNT PAGE *************/

/***********************************************/
#cres_summaryblock .cres_stepstatuscheck {
    margin-left: 0;
}

#cres_content .cres_newaccounttable p {
    margin: 0;
}

.cres_enewstable {
    margin: 0 0 0 -0.4em;
    border: 1px solid #aaa;
    background-color: #eee;
}

.cres_enewstable tr:nth-child(1) td:nth-child(1), .cres_enewstable tr:nth-child(3) td:nth-child(1) {
    padding: 0.4em 0 0 0.5em;
}

.cres_enewstable tr:nth-child(2) td:nth-child(2) {
    padding: 0 0 0.5em 0;
}

.cres_enewstable tr:nth-child(1) td:nth-child(2), .cres_enewstable tr:nth-child(3) td:nth-child(2) {
    padding: 0.4em 0.7em 0 0;
}

.cres_enewstable tr:nth-child(4) td:nth-child(2) {
    padding: 0 0 0.6em 0;
}

.cres_passarea td {
    padding: 0 !important;
}

.cres_passarea div, .cres_passarea p {
    margin: 1em 0;
}

/***********************************************/

/**************** SETTINGS PAGE ****************/

/***********************************************/

#cres_settings {
    max-width: 987px;
}

#cres_settings p > a::after {
    position: relative;
    left: 0.4em;
    border-top: 0.3em solid transparent;
    border-left: 0.6em solid var(--Link-Color);
    border-bottom: 0.3em solid transparent;
    display: inline-block;
    content: "";
}

#cres_settings p > a.toggled::after {
    border-left: 0.3em solid transparent;
    border-right: 0.3em solid transparent;
    border-top: 0.6em solid var(--Link-Color);
    top: 0.3em;
}

#cres_settings #mgr_register_email {
    border: none;
    box-shadow: none;
}

#mgr_profile_frm table, #passtable {
    width: auto;
    margin: 0 auto 1.5em auto;
}

.recoverywindow, .twostepwindow, .passwindow {
    margin-bottom: 15px;
}

.passwindow, .passwindow2, .recoverywindow, .doubleauthwindow, .twostepwindow, .resetwindow, .resetwindow2, .accountwindow, .accountwindow2 {
    display: none;
}

.greenwrapper {
    background-color: #e3fad9;
    border: 1px solid #51b027;
    box-sizing: border-box;
    padding: 9px 15px 15px;
    margin: 0 0 1.5em 0;
    overflow: hidden;
}

.redwrapper {
    background-color: #ffdfdf;
    border: 1px solid #e57272;
    box-sizing: border-box;
    padding: 9px 15px 10px;
    margin: 8px 0 7px 0;
    overflow: hidden;
}

#lockdiv1, #lockdiv2, #lockdiv3 {
    display: none;
}

.double_authentication {
    display: flex;
    justify-content: center;
}

.signincol {
    width: 50%;
    max-width: 480px;
    box-sizing: border-box;
}

.signincol:first-child {
    padding: 0 3em 0 0;
}

#cres_content a.offbutton {
    border: 1px solid #333;
    padding: 4px 10px 3px 7px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px #999;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
    color: inherit;
}

#cres_content a.onbutton, #cres_content a.onbutton2 {
    padding: 3px 10px 5px 10px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 2px 2px 4px #444;
    background-color: var(--Dark-Color);
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.onbutton2 {
    width: 70px;
    margin: 0 0 0.5em 0;
}

.oncircle {
    width: 20px;
    height: 20px;
    background-color: #aaa;
    border-radius: 50%;
    margin: 2px 0 0 5px;
}

.offcircle {
    width: 20px;
    height: 20px;
    background-color: #777;
    border-radius: 50%;
    margin: 0 5px 0 0;
}

.onofftoggle {
    display: inline-block;
}

.doubleauth {
    position: relative;
    top: -0.3em;
    left: 0.3em;
    display: inline-block;
}

#submitrecoveryerror {
    margin: 0 0 15px 0;
}

#cres_content a.xclose {
    background: red;
    text-align: center;
    font-family: arial;
    font-weight: bold;
    color: #fff;
    display: inline-block;
    border-radius: 100%;
    width: 25px;
    box-sizing: border-box;
    padding: 2px 0;
    float: right;
    margin: 0 0 1em 1em;
    cursor: pointer;
}

.doubleauthwindow label {
    display: block;
    margin: 0 0 0.5em 0;
}

.doubleauthwindow input[type="text"] {
    display: block;
    margin: 0 0 1em 0;
}

#cres_content #recoverymain p, #cres_content .recoverywindow p, #cres_content .twostepwindow p {
    margin: 0 0 1em 0;
}

.recoverywindow input[type="text"], .twostepwindow input[type="text"] {
    margin: 0.3em 0 0 0;
}

.recoverywindow label, .twostepwindow label {
    display: block;
}

#mgr_gleg_enews_frm fieldset > div, #mgr_glaw_enews_frm fieldset > div {
    display: inline-block;
    padding: 0 3em 0 0;
    vertical-align: top;
}

#mgr_gleg_enews_frm fieldset > div:last-child, #mgr_glaw_enews_frm fieldset > div:last-child {
    display: block;
    margin: 1em 0 1.5em 0;
}

#cres_settings > div:first-child {
    border-top: 1px solid #aaa;
}

#cres_settings > div {
    border: 1px solid #aaa;
    border-top: none;
}

#cres_settings > div > p {
    padding: 0.4em 0.7em 0.5em 0.7em;
    margin: 0;
}

.gleg_enews_prefs, .glaw_enews_prefs {
    padding: 0.4em 0.7em 0.5em 0.7em;
}

#cres_settings > div > div:nth-child(3) {
    padding: 1em 1em 0 1em;
}

.doubleauthwindow {
    margin: 0 0 1em 0;
}

.cres_form_wrapper {
    display: flex;
    justify-content: center;
}

#passtable td, .cres_verticaltop {
    vertical-align: top;
}

.show_password, .cres_passarea div.show_password {
    margin: 0.2em 0 0 0;
}

.show_password input[type="checkbox"] {
    margin: 0 0.5em 0 0;
}

#cres_willsreset {
    margin: 0.5em 1em 1em 1em;
}

div[class*="cres_verificationerror"], #submitautherror {
    margin: 0 0 1em 0;
}

#mgr_gleg_enews_frm fieldset div > div, #mgr_glaw_enews_frm fieldset div > div {
    margin: 0 0 0.4em 0;
}

#mgr_gleg_enews_frm .cres_enewslettersuccess1, #mgr_glaw_enews_frm .cres_enewslettersuccess2 {
    margin: 1em 0 0 0;
}

#oldpassword_error, #newpassword_error {
    margin: 0.5em 0 0 0;
}

/***********************************************/

/***************** LOGIN PAGE ******************/

/***********************************************/

.cres_loginpic {
    float: right;
    width: 100%;
    max-width: 40%;
    height: auto;
    margin: 0 0 1.5em 1em;
    box-shadow: 10px 10px #58C1E9;
    border: 1px solid #888;
    min-width: 150px;
}

#forgot_password_page #mgr_user_response {
    border: 1px solid var(--Dark-Color);
    background-color: #e8e8e8;
    padding: 0.9em 1.5em 0 1.2em;
}

#forgot_password_page #mgr_user_response.hidden {
    display: none;
}

#forgot_password_page input[type="text"] {
    margin: 0.3em 0 0 0;
}

tr.hidden, p.hidden, div.hidden {
    display: none;
}

#cres_content input.cres_required_active, #cres_content select.cres_required_active, #cres_content input.cres_password_not_strong {
    border: 3px solid #C11B1D;
    background-color: rgba(193, 27, 29, 0.2);
}

#cres_content select option {
    background-color: #eee;
}

#cres_content input.cres_password_match, #cres_content input.cres_password_strong {
    border: 3px solid #017019;
    background-color: rgba(74, 176, 96, 0.2);
}

#cres_content p.required_message {
    margin-bottom: 0;
}

.cres_requiredmssg {
    font-style: italic;
    margin: 0 0 0.5em 0;
    font-size: 0.9em;
    text-align: center;
}

p.cres_requiredmssg {
    margin-bottom: 0.5em !important;
}

/* Charity field auto complete */
.ui-widget.ui-widget-content {
    border: 1px solid #d3d3d3;
    padding: 0.3em 0.5em 0.2em 0.5em;
    box-sizing: border-box;
}

.ui-widget-content {
    border: 1px solid #aaaaaa;
    background: #ffffff;
    color: #222222;
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}

.ui-front {
    z-index: 100;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete li {
    padding: 0.25em;
    line-height: 1.3em;
    cursor: pointer;
}

.ui-autocomplete li:hover {
    background-color: #eee;
}

#mgr_agreement_text {
    height: 400px;
}

/***********************************************/

/************ ADA & ERROR MESSAGES *************/

/***********************************************/

#cres_adaoptionmessage, .cres_adaerrormessage, #cres_adapropertymessage, #cres_adaaccountmessage, #cres_adagiftmessage, #cres_adapercentagemessage, .cres_adaonlytext, #cres_adapayoutmessage, #cres_adasuccessormessage, #cres_adatrustmessage, #cres_adacontactopen, #cres_adapasswordopen, #cres_adadoubleauthopen, #cres_adaenews1open, #cres_adaenews2open, #cres_adaphonefieldmssg, #cres_adarecoverymssg, #cres_adaphonevermssg, #cres_adawillsreset {
    font-size: 0;
    line-height: 0;
}

#cres_content .cres_adarequired, #cres_content #mgr_password_short, #cres_content #mgr_password_weak, #cres_content #mgr_password_medium, #cres_content #mgr_password_strong, #cres_content #mgr_password_very_strong {
    font-weight: bold;
    margin: 0;
}

.cres_warningmssg {
    border: 1px solid #cc0000;
    padding: 10px 15px 13px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(204, 0, 0, 0.15);
    display: none;
}

#cres_content .cres_warningmssg button::after, #cres_content .cres_warningmssg button::before {
    display: none;
}

#cres_content .cres_warningmssg button {
    padding: 0.7em 1.4em 0.8em 1.4em;
}

.cres_successmssg {
    text-align: center;
    border: 1px solid #24be41;
    padding: 0.7em 1.1em 0.8em 1.1em;
    margin: 0.5em 0;
    background-color: #b8f7c4;
    font-weight: bold;
    display: none;
}

#cres_content .cres_warningmssg p {
    margin: 0 0 1em 0;
}

.cres_warningmssg button {
    margin: 0 0.5em 0 0;
}

.cres_title {
    border-left: 10px solid var(--Dark-Color);
    border-bottom: 1px solid var(--Dark-Color);
    overflow: hidden;
    padding: 1em 1.5em;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    background-color: #e8e8e8;
    justify-content: space-between;
}

div[id^="cres_futuredatemssg"], div[id^="cres_wrongdatemssg"], div[id^="cres_under18"] {
    margin: 1em 0 0.5em 0;
}

div[id*="MonthError"], div[id*="DayError"], div[id*="YearError"], div[id*="GiftRadioError"], div[id*="BequestError"], div[id*="BeneficiaryRadioError"], div[id*="BeneficiaryError"], div[id*="CharityError"], div[id*="CityError"], div[id*="CityStateError"], div[id*="AmountError"], div[id*="PercentError"], div[id*="FullNameError"], div[id*="EmailError"], div[id*="PhoneError"] {
    margin: 0.2em 0 0 0;
}

#MaritalStatusError, #ChildError, div[id*="GenderError"], #AlternateError, #GuardianError, #HealthRepError {
    margin: 0.5em 0 0 0;
}

.cres_hiddenerror {
    display: none;
    font-style: italic;
    font-weight: bold;
}

.cres_financepages .item_totals {
    margin: 20px 0;
}

.cres_financepages .item_totals .cres_willslegend {
    padding: 0 0.3em 0 0;
}

.cres_financepages .item_totals .cres_willsdollar::before {
    float: none;
    padding: 0;
}

.cres_financepages .item_totals .cres_willsdollar::before {
    position: inherit;
    bottom: auto;
    left: auto;
}

.cres_financepages .item_totals .cres_total {
    padding: 0;
}

.distPage .cres_charityname, #S4TrustDistributionSingle .cres_relationship, #S4TrustDistributionMarried .cres_relationship {
    position: relative;
}

.distPage .charity_search_results {
    position: absolute;
    top: 100%;
    background-color: #fff;
    z-index: 95;
    width: 100%;
    border: 1px solid #bbb;
    border-top: none;
    padding: 5px 0 10px;
    display: none;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: scroll;
}

.distPage .charity_search_results .search_result {
    width: 100%;
    float: left;
    cursor: pointer;
    padding: 4px 10px;
    box-sizing: border-box;
}

.distPage .charity_search_results .search_result .org {
    display: flex;
    width: 100%;
    float: left;
}

.distPage .charity_search_results .search_result .org .org_name {
    flex: 1 1 auto;
}

.distPage .charity_search_results .search_result .org > .org_location {
    font-size: 0.8em;
    opacity: 0.9;
    float: right;
    padding-left: 15px;
    text-align: right;
}

.distPage .charity_search_results .search_result:hover, .distPage .charity_search_results .search_result:focus {
    background-color: #e0e0e0;
}

.cres_innerdate {
    display: inline-block;
    margin: 0 1em 0 0;
}

#cres_content td.cres_warningcell {
    padding: 0;
}

.cres_warningcell .cres_warningmssg {
    margin: 1em;
}

.trusteePage #FullName1, .trusteePage #FullName2 {

    /*display: block;*/
    margin: 0.5em 0 0;
}

.trusteePage #cres_content input[type="text"], .trusteePage #cres_content input[type="tel"] {
    width: 91%;
    padding-right: 0;
}

@media print {
    #cres_summaryblock header, #cres_summaryblock #cres_progressarea, #cres_summaryblock #cres_willsnav, #cres_summaryblock #cres_willssteps {
        display: none;
    }

}

#processing, #processing_recovery {
    font-weight: bold;
    font-style: italic;
}

#processing_recovery {
    margin-bottom: 1em;
    margin-top: -0.3em;
}

#processing span::after, #processing_recovery span::after {
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    -webkit-animation: ellipsis steps(4, end) 900ms infinite;
    animation: ellipsis steps(4, end) 900ms infinite;
    content: "...";
    width: 0px;
    letter-spacing: 1px;
    margin: 0 0 0 0.2em;
}

@keyframes ellipsis {
    to {
        width: 1.25em;
    }

}

@-webkit-keyframes ellipsis {
    to {
        width: 1.25em;
    }

}

#cres_pdfwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#cres_willscontent #cres_pdfwrapper h2 {
    margin: 0 0 0.3em 0;
}

#cres_pdfwrapper > div {
    width: calc(50% - 0.5em);
    margin: 0 0 1em 0;
    padding: 0.8em 1em 0 1em;
    color: var(--Main-Text-Color, #000);
    background-color: #e6e6e6;
    box-sizing: border-box;
    border: 1px solid #aaa;
}

#cres_minormssg {
    margin: 0.5em 0 0 0;
}

.cres_useexisting {
    margin: 0 0 0.5em;
}

/*** ADA review edits starting 2/29/24 by Matt M ***/
#cres_percentage .progresspercent {
    overflow: auto;
}

span.section_title {
    font-size: 1.3em;
    margin: 0 0 0.2em;
    line-height: 1.4em;
    font-family: var(--font2);
    font-weight: 700;
    display: block;
}

/*** Charles round of edits starting 4/5/24 done by Matt M ***/
#S4TypeMarried p.minor_children_question, #S4TypeSingle p.minor_children_question {
    float: left;
    margin-right: 1em;
    margin-bottom: 0;
}

#S4TypeMarried #Age, #S4TypeSingle #Age {
    display: inline;
    width: auto;
    margin-right: 0;
}

/*** Charles round of edits starting 4/26/24 done by Matt M ***/
.residue_page #TotalPercentError {
    margin-right: 0.8em;
}

.residue_page .cres_addoption {
    display: none;
}

.residue_page #Age {
    display: inline;
    width: auto !important;
    margin-right: 0;
}

#user_agreement_body {
    max-height: 400px;
    overflow-y: auto;
    padding: 10px;
    border: 1px solid #ddd;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}

.trusteeHeader {
    font-size: 1.2em !important;
    margin: 0 !important;
}

.cres_summarycoltitle .for_print {
    display: none;
}

#S4EstateResidueSingle #Estate1 .delete_item {
    display: none;
}

#ValueToBigError {
    margin-bottom: 20px;
}

#AlternateError2 {
    margin-bottom: 1em;
}

@media print {
    #cres_adatrustee {
        display: none;
    }

    .cres_summarycoltitle .for_print {
        display: inline;
    }

}
@charset "utf-8";

/* GiftPlanning.com - Crescendo Interactive (C) Copyright 2022 */

/***********************************************/
/**************** GLOBAL STYLES ****************/
/***********************************************/

:root {
     --font1: Verdana; /* Body text font */
     --font2: Exo_2; /* Headline font */
}


/* License for Exo_2 Google Font
http://www.giftplanning.com/fonts/google/Exo_2/1_001/OFL.txt */
@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-Thin.ttf) format('truetype');
    font-weight: 100;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-ThinItalic.ttf) format('truetype');
    font-weight: 100;
    font-style: italic;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-ExtraLight.ttf) format('truetype');
    font-weight: 200;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-ExtraLightItalic.ttf) format('truetype');
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-Light.ttf) format('truetype');
    font-weight: 300;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-LightItalic.ttf) format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-Regular.ttf) format('truetype');
    font-weight: 400;
}

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

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-Medium.ttf) format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-MediumItalic.ttf) format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-SemiBold.ttf) format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-SemiBoldItalic.ttf) format('truetype');
    font-weight: 600;
    font-style: italic;
}

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

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

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-ExtraBold.ttf) format('truetype');
    font-weight: 800;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-ExtraBoldItalic.ttf) format('truetype');
    font-weight: 800;
    font-style: italic;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-Black.ttf) format('truetype');
    font-weight: 900;
}

@font-face {
    font-family: Exo_2;
    src: url(/fonts/google/Exo_2/1_001/Exo2-BlackItalic.ttf) format('truetype');
    font-weight: 900;
    font-style: italic;
}


@font-face {
  font-family: "Cres Social Icons";
  src: url("/fonts/cressocialicons.ttf");
}


/* License for IcoMoon
http://www.giftplanning.com/fonts/IcoMoon/License.txt */  
@font-face {
	font-family: 'IcoMoon-Ultimate';
	src: url('/fonts/IcoMoon/font/IcoMoon-Ultimate.ttf?-mxku12') format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'IcoMoon-Ultimate', icomoon, IcoMoon, ico-moon, Ico-Moon;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	 Enable Ligatures ================ 
	-webkit-font-feature-settings: "liga";
	-moz-font-feature-settings: "liga=1";
	-moz-font-feature-settings: "liga";
	-ms-font-feature-settings: "liga" 1;
	-o-font-feature-settings: "liga";
	font-feature-settings: "liga";

	 Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-right3:before {
	content: "\edba";
}

header {
	background-color: #fff;
	border: none;
	padding: 1em;
	border-bottom: 6px solid var(--Dark-Color);
}

.cres_orglogo > img {
	content: url('/org_files/5404/logos/mainwebsiteLogo.png');
	width: 250px;	
}

.cres_willstitle div {
	font-weight: 600;
	font-size: 2.5rem;
}

#cres_content h1 {
	font-size: 3rem;
	font-weight: 600;
}

#cres_content.cres_pphome h1,
#cres_content.cres_ppinterior h1,
#cres_content.cres_pparticle h1 {
	font-size: 2.25rem;
	font-weight: 600;
}

#cres_content h2 {
	color: var(--Dark-Color);
	font-size: 2.275rem;
    margin-bottom: 0.35em;
    font-weight: 600;
    line-height: 1.15em;
}

#cres_content button, 
#cres_content input[type="submit"],
#cres_willssections span.section_button, 
.cres_pphome span.section_button {
  color: #fff;
  background-color: var(--Button-Color);
  border: 2px solid var(--Button-Color);
  margin: 1.9em 0 0 0;
  padding: 0.7em 1.45em;
  padding-bottom: 0.9em;
  border-radius: 10px;
  display: inline-block;
  font-family: var(--font2);
  font-size: 1.1em;
  font-weight: 700;
  text-decoration: none;
}

.cres_pphome span.section_button {
	margin-top: 1em;
}

#cres_content button::after,
#cres_willssections span.section_button::after,
.cres_pphome span.section_button::after {
	display: none;
}

#cres_content button:hover, 
#cres_content input[type="submit"]:hover,
#cres_willssections span.section_button:hover, 
.cres_pphome span.section_button:hover {
	color: var(--Button-Color);
	background-color: #fff;
}

.show_password, 
.cres_passarea div.show_password {
	margin-top: .3em;
}

#cres_willsnav,
#cres_willssections a,
#cres_willssteps div {
	background-color: var(--Gray-Color);
}

#cres_content #cres_willssections a:hover,
#cres_content.cres_pphome > a:hover {
	color: #000;
}

#cres_content #cres_willssections a:hover > div:nth-child(2) > span.section_button > span,
#cres_content #cres_willssections a:hover > .cres_pphome span.section_button > span,
#cres_content.cres_pphome > a:hover span.section_button {
	color: #0060af !important;
}

#cres_content > a:nth-child(1) > div:nth-child(2) > span:nth-child(3) > span:nth-child(1)

.cres_mainsite:hover,
#cres_willsnav a:hover,
#cres_footer a:hover {
	text-decoration: underline;
}

#cres_willsnav p a,
#cres_content .cres_summarycoltitle a {
	text-decoration: underline;
}

#cres_willsnav p a:hover,
#cres_content .cres_summarycoltitle a:hover {
	text-decoration: none;
}

#cres_content button.cres_willsback {
	padding: .7em 1.1em .9em 1.1em;
}

#cres_content button.cres_willsnext::after {
	display: inline-block;
}

#cres_content button.cres_willsback:hover::before {
	border-right-color: var(--Button-Color);
}

#cres_content button.cres_willsnext:hover::after {
	border-left-color: var(--Button-Color);
}


/**********Provide &  Protect***********/
body {
	line-height: 1.5;
}

#cres_content .cres_pplist li {
	padding-bottom: 6px;
}

#cres_content .cres_pplist li a {
	text-decoration: underline;
}

#cres_content .cres_pplist li a:visited {
	color: var(--Link-Visited-Color);
}

#cres_content .cres_pplist li a:hover {
	text-decoration: none;
}

#cres_content.cres_pparticle h2 {
	margin-bottom: .35em;
}

/*********media queries*********/

@media screen and (max-width: 1023px) {
	.cres_orglogo > img {
		width: 175px;
	}
	
	.cres_mainsite, .cres_mainsite:visited {
		font-size: 0.9em;
	}
	
	.cres_willstitle {
		padding: 0 15px 0 25px;
	}
	
	.cres_willstitle p:nth-child(2) {
		font-size: .76em;
	}
	
	#cres_content h1 {
		font-size: 2.75rem;
	}
	
	#cres_content h2 {
		font-size: 2.125rem;
	}
	
	#cres_content.cres_pphome h1,
	#cres_content.cres_ppinterior h1,
	#cres_content.cres_pparticle h1 {
		font-size: 2.25rem;
		margin-bottom: .35em;
	}
	
	#cres_content.cres_pphome h2,
	#cres_content.cres_ppinterior h2,
	#cres_content.cres_pparticle h2 {
		font-size: 1.75rem;
	}
}

@media screen and (max-width: 767px) {
	#cres_content h1 {
		font-size: 2.75rem;
	}
	
	.cres_willstitle p:nth-child(2) {
		font-size: .85em;
	}
	
	#cres_content.cres_pphome h1,
	#cres_content.cres_ppinterior h1,
	#cres_content.cres_pparticle h1 {
		font-size: 2.125rem !important;
	}
	
	#cres_content h2 {
		font-size: 2rem;
	}
	
	#cres_content.cres_pphome h2,
	#cres_content.cres_ppinterior h2,
	#cres_content.cres_pparticle h2 {
		font-size: 1.675rem;
	}
}


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

#loginPage {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("/org_files/5404/images/cust_thumbs/donor-advised-fund.jpg") no-repeat;
    background-size: cover;
}









