body{
	.g-recaptcha{
		display:none
	}
}
#footer-main span{
  color: inherit;
}

.maf-header-70-years a {
  display: block !important;
  align-items: initial !important;
  gap: initial !important;
}
.maf-header-70-years .maf-element-logo a {
  display: flex; !important;
  align-items: center; !important;
  gap: 0; !important;
}
.maf-header-70-years .maf-element-logo a .logo-70-year-img {
  max-width: 56px;
  margin-left: 8px;
}
.maf-header-70-years .maf-element-logo a .logo-medicalert-balloon-mobile {
  max-width: 58px;
}
.maf-header-70-years .maf-element-logo a svg.maf-desktop {
  display: none;
}


/* [START] HEADER NAVIGATION AD */
aside.maf-product-ad{
    min-width: 384px;
    max-width: 384px;
}

.maf-product-ad .header{
    font-family: "SourceSansPro Semibold", helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #1d3557;    
    max-width: 270px;
    margin-bottom: 18px;
}

.maf-product-ad .maf-review-text-cotainer{
  display: flex;
}

aside.maf-product-ad button{
  max-height: initial;
  min-width: auto;
  height: initial;
  padding: initial;
  background: none;
  border: none;
}

aside.maf-product-ad button:hover{
  border: none;
  background: none;
}

aside.maf-product-ad button a{
    width: 100%;
    margin-top: 1.5em;
    padding: .5875em 1.5em;
    line-height: 1.7;
    font-family: "SourceSansPro Semibold";
    font-weight: 500;
    font-weight: normal;
    background-color: #1d3557;
    border-color: #1d3557;
    min-width: 87px;
    border-radius: 1.5em;
    max-height: 48px;
    min-height: 48px;
    height: 100%;
    text-decoration: none;
    color: #ffffff !important;
}
aside.maf-product-ad button a:hover{
    background-color: #457b9d;
    border-color: #457b9d;
}
/* [END] HEADER NAVIGATION AD */


@media screen and (min-width: 768px) {
  .maf-header-70-years .maf-element-logo a svg.maf-desktop {
    display: initial;
  }
}
@media screen and (min-width: 768px) {
  .maf-header-70-years .maf-element-logo a .logo-70-year-img {
    margin-left: 21.2px;
  }
  .maf-header-70-years .maf-element-logo a .maf-mobile {
    display: none;
  }
}