/* 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: #ffa445;
  cursor: pointer;
  color: #003264 !important;
  display:inline-block;
  text-decoration:none !important;
}

.inline-dentolo-btn-txt:hover {
 background-color: #ffa445;
 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: #fff4d9;
         color: white;
    }
    
    .c-nav__link__secondary {
    	color: #003264 !important;
    }
    
    .c-footer__copyright {
    	 color: #ffa445;
      text-align: left;
      border-top: none;
      font-weight: bold;
    }
    
    .c-footer__headline {
    	color: #ffa445;
     font-weight: bold;
     text-transform: 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: #003264;
  }
    
   .c-trust-icons-footer {
    display: inline-block;
    width: auto;
    height: 45px;
    margin-right:15px;
  }
