/* Custom Styles for Ghost */

  * {
  font-family: "Circular TT", Montserrat !important;
  }

  a.lp-pom-button * {
 font-family: "Circular TT", Montserrat !important;
  }
  
  h1, h1 *,
  h2, h2 *,
  h3, h3 *,
  h4, h4 * {
 font-family: "Circular TT", Montserrat !important;
}
    
/* Start of Styling for cta-main snippet */
.inline-dentolo-btn-txt {
margin-top: 15px;
margin-bottom: 15px;
  color: #fefefe;
  padding: 20px 20px;
  border-radius: 4px;
  background-color: #003264;
  cursor: pointer;
  color: #32FF96 !important;
  display:inline-block;
  text-decoration:none !important;
}

.inline-dentolo-btn-txt:hover {
 background-color: #003264;
 text-decoration:none !important;
}

.inline-dentolo-btn-txt:visited, .inline-dentolo-btn-txt:active {
 text-decoration:none !important;
}
 
.dentolo-inline-btn-arrow{
  margin-left:6px;
}
    
/* End of Styling for cta-main snippet */

 /* Custom footer styling */
    .c-footer {
         background-color: #003264;
         color: white;
    }
    
    .c-nav__link__secondary {
    	color: #32FF96 !important;
    }

    .c-nav__link {
    	color: #32FF96 !important;
    }
    
    .c-footer__copyright {
    	color: white;
        text-align: left;
        border-top: none;
    }
    
    .c-social-icons-footer {
  display: flex;
  justify-content: left;
  }
    
  .c-social-icons-footer__item {
    display: inline-block;
    width: 40px;
    height: 40px;
  }

  .c-social-icons-footer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    fill: white;
    }
    
   .c-trust-icons-footer {
    display: inline-block;
    width: auto;
    height: 45px;
    margin-right:15px;
  }
    
  /* End of Custom footer styling */
