/* Will Planning Wizard */
#personal,
#priormarriages,
#children,
#dependents,
#otherfamilymembers,
#trusts,
#ins,
#assetsinjointtenancy,
#retirementbenefits,
#giftsorinheritances,
#assetandliabilityschedule,
#realproperty,
#willprovisions,
#durablepowerofattorney,
#powerofattorneyforhealthcare,
#directivetophysicians,
#pets,
#other,
#legaladvisors {
  display: none;
}

body #vgbody #vgWPW .vgWPW_progress {
   background-color: #555555;
  padding: 6px 20px;
  border: 3px solid #555555;
  border-radius: 2px 2px 2px 2px; 
}

body #vgbody #vgWPW .vgWPW_progress h2 {
  color: #ffffff;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

body #vgbody #vgWPW .vgWPW_progress span {
  color: #ffffff;
  display: block;
  float: right;
  font-size: 10px;
}

body #vgbody #vgWPW .vgWPW_progress img {
  display: block;
  float: right;
  margin-left: 20px;
}

body #vgbody #vgWPW .vgWPW_button {
  border-top: 1px solid #555555;
  padding-top: 10px;
  margin-top: 10px;
  font-size: 1.2em;
  text-align: right;
}

body #vgbody #vgWPW .vgWPW_button p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.9em;
  float: left;
}

body #vgbody #vgWPW .vgWPW_button input {
  width: 20%;
}

.vgbutton {
  padding: 7px;
}

body #vgbody #vgWPW .vgWPW_pleasenote {
  margin: 0px 0px 10px 0px;
  width: auto;
  clear: both;
  border: 3px solid #cccccc;
  border-radius: 2px 2px 2px 2px;
  background: none;
  padding: 5px;
  font-family: inherit;
}

body #vgbody #vgWPW p {
  margin: 0px 0px 10px 0px;
  padding: 0px;
}

body #vgbody #vgWPW h3 {
  margin: 10px 0px;
  padding: 0px;
}

body #vgbody #vgWPW label {
  display: inline-block;
  text-align: left;
  width: 40%;
  padding-right: 20px;
}

body #vgbody #vgWPW input {
  width: 40%;
  margin: 5px 0px;
}

body #vgbody #vgWPW label.textarea_label {
  width: 100%;
  margin-top: 10px;
}

body #vgbody #vgWPW textarea {
  width: 100%;
  height: 150px;
  margin-bottom: 20px;
}

body #vgbody #vgWPW fieldset {
  padding: 10px;
  border: 1px solid #555555;
  margin-bottom: 20px;
}

body #vgbody #vgWPW fieldset input {
  margin: 5px 0px;
  width: 20px;
}

body #vgbody #vgWPW fieldset label {
  margin: 5px 0px;
  width: 20px;
}

/* Estate Planning Section */
/* 
#vggep {
  float: right;
  border: 1px solid #ccc;
  border-bottom: none;
  margin-left: 20px;
  margin-bottom: 20px;
}
#vggep .title {
  padding: 2px;
  color: #333;
  background: #f0f0f0;
  font-weight: bold;
  font-size: 13px;
  padding-left: 4px;
  border-bottom: 1px solid #ccc;
}
#vggep a {
  display: block;
  padding: 4px;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
  font-size: 12px;
  color: #006699;
  background: #e8eced;
}
#vggep a:hover {
  background: #fff;
}
#vggep a.selected {
  background: #f7f9e0;
  color: #333;
}
#vggep a.lite {
  background: rgba(50, 120, 204, 1);
  color: #fff;
} */

/* Goals & Benefits */
#vggoals {
  border-spacing: 10px;
}
#vggoals th {
  text-align: left;
}
#vggoals td p {
  padding: 0 10px 0 0;
}
#vggoals td {
  margin: 0px 10px 0px 0px;
  border-bottom: 1px solid #cccccc;
}

/* Personal Calcs */
/* #vgpersonalcalcs,
.vgpersonalcalcs {
  float: left;
  width: 45%;
  margin-right: 10px;
} */

#vgpersonalcalcs,
.vgpersonalcalcs {
  width: 100%;
  float: none;
  margin: 2rem 0 0;
}

/* Gift Calcs */
html #frmcalc table,
html #frmcalc td,
html #frmbenefits table,
html #frmbenefits td,
html #frmassum table,
html #frmassum td {
  margin: 0;
  padding: 0;
}
#vgcalcbody {
  margin: 0;
  padding: 0;
  background: none;
  text-align: left;
}
body #frmcalc {
  border: 1px solid #b8af76;
  background: #eeeeee;
  padding: 5px;
  width: 450px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}
body #frmbenefits table {
  border: 1px solid #aaa;
  background: #eeeeee;
  padding: 5px;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
  -moz-border-radius: 5px;
}
body #frmbenefits table,
body #frmassum table {
  width: 100%;
}
body #frmbenefits h2,
body #frmassum h2 {
  margin: 0;
  padding: 0;
  border: none;
}
body #frmassum table {
  border-top: 1px solid #ccc;
  padding-top: 5px;
}
#term-age,
#term-years,
#vgcalcaccurate {
  display: none;
}
body #frmcalc table td {
  padding: 0 5px 5px 0;
}
body #frmbenefits table td,
body #frmassum table td {
  padding: 3px;
}
body #frmbenefits table tr td[align="center"],
body #frmassum table tr td[align="center"] {
  width: 50px;
}
body .format {
  color: #999;
  font-weight: bold;
  font-size: 11px;
}
body #frmassum .right,
body #frmbenefits .right {
  text-align: right;
}
.vgright {
  text-align: right;
}
.vgrule {
  border-top: 1px dotted #999;
  padding-top: 10px;
}
.vgcalc_iframe {
  width: 100%;
  height: 1500px;
  margin: 0;
  padding: 0;
}
#vgcalc_def p {
  margin: 0 0 12px 0;
}
body .vgcalc_footer {
  margin-top: 20px;
  width: 100%;
  clear: both;
  color: #ccc;
}
body #error_msg {
  border: 1px solid #efe6ac;
  border-radius: 7px;
  text-align: center;
  margin-bottom: 10px;
  display: block;
  overflow: hidden;
  box-shadow: 2px 2px 8px #eee;
  background: #fefcea;
  background: -moz-linear-gradient(top, #fefcea 0%, #efe6ac 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fefcea),
    color-stop(100%, #efe6ac)
  );
  background: -webkit-linear-gradient(top, #fefcea 0%, #efe6ac 100%);
  background: -o-linear-gradient(top, #fefcea 0%, #efe6ac 100%);
  background: -ms-linear-gradient(top, #fefcea 0%, #efe6ac 100%);
  background: linear-gradient(to bottom, #fefcea 0%, #efe6ac 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#efe6ac',GradientType=0 );
}
body #error_msg p {
  margin: 0;
  padding: 0;
  font-weight: bold;
  color: #990000;
  padding: 5px;
}
body .vgcalc_footer p {
  font-size: 10px;
  color: #999;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
#vgcalc_def {
  display: none;
}
#vgcalc_def p {
  margin: 0 0 10px 0;
}
#frmassum .rule {
  padding-top: 5px;
  border-top: 1px dotted #ccc;
}
#vgcalc_accurate {
  display: none;
}
body .vgcalc_highlight {
  border-left: 1px solid #8d8d47;
  border-right: 1px solid #8d8d47;
  background: #cccc99;
}

body #vgbody #popped {
  position: relative;
  transition: all ease 0.25s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -47%);
  width: auto;
  margin-left: 0;
  background: #fff;
  border: none;
  padding: 0;
  border-radius: 0;
  box-shadow: 0px 6px 10px var(--dark-grey-color) 2b;
  width: 600px;
  max-width: 100%;
  height: 400px;
  max-height: 100%;
  opacity: 0;
}

body.overlay-open #vgbody #popped {
  transform: translate(-50%, -50%);
  opacity: 1;
}

body.overlay-open {
  overflow: hidden;
}

body #vgbody #popped iframe {
  height: 100%;
  width: 100%;
}

body #vgbody #popped #popped_close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M14.793 7.793L12 10.586 9.207 7.793 7.793 9.207 10.586 12 7.793 14.793 9.207 16.207 12 13.414 14.793 16.207 16.207 14.793 13.414 12 16.207 9.207z'/%3E%3Cpath d='M12,2C6.486,2,2,6.486,2,12s4.486,10,10,10s10-4.486,10-10S17.514,2,12,2z M12,20c-4.411,0-8-3.589-8-8s3.589-8,8-8 s8,3.589,8,8S16.411,20,12,20z'/%3E%3C/svg%3E");
  position: absolute;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: scale(1);
  transition: all ease 0.15s;
  top: -40px;
  right: -40px;
  cursor: pointer;
  position: absolute;
}

body #vgbody #popped #popped_close:hover {
  transform: scale(1.1);
}

body #vgbody #popped #popped_close img {
  display: none;
}

#show_popped2 img {
  position: relative !important;
  float: left;
  left: auto !important;
  bottom: auto !important;
}

#societyform #anonymous input,
#beneficiary input {
  float: left;
  margin-top: 4px;
  margin-right: 9px;
}
#societyform #anonymous input + label,
#beneficiary input + label {
  line-height: 1.2;
  width: calc(100% - 30px);
  float: left;
  margin-bottom: 12px;
}
