/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/ 

@font-face {
    font-family: 'Gotham';
    src: url('https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/Gotham%20Font/Gotham.eot');
    src: url('https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/Gotham%20Font/Gotham.eot#iefix') format('embedded-opentype'),
        url('https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/Gotham%20Font/Gotham.woff2') format('woff2'),
        url('https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/Gotham%20Font/Gotham.woff') format('woff'),
        url('https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/Gotham%20Font/Gotham.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

p{
   font-size: 20px;
   color: #000;
} 

p a, ul li a {
    font-size: inherit;
    font-weight: 400;
    text-decoration: none;
    color: inherit;
}
p a:hover, ul li a:hover {
    text-decoration: underline;
    color: #797979;
}

p i {
    font-size: inherit;
    font-weight: 400;
    text-decoration: underline;
    color: inherit;
}

.body-container li {
    color: #000;
    font-size: 20px;
    font-family: Gotham,sans-serif;
}

.member_tool_card_section .container-fluid {
    padding: 0;
}

.member_tool_card_section .container-fluid .row {
    margin: 0 -15px !important;
}

.hhs-flexi-card-mod a:hover {
    transform: none !important;
}

.article-simple-pages .body-container .dnd-section:not(.row-number-1) {
    margin: 0 auto;
    max-width: 1300px;
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.article-simple-pages .body-container div.dnd-section[class*="force-full-width"] {
    max-width: 100% !important;
    padding: 0 !important;
}

.article-simple-pages-banner .body-container>.row-fluid-wrapper{
    max-width: 1440px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    margin: 0 auto;
}

.article-piller-page .question-call-grid {
    padding: 40px 40px 50px;
}
.article-home .question-call-grid {
  padding-left: 30px;
  padding-right: 30px;
}

.h1, .h2, .h3, .h4, .h5, .h6, a, div, h1, h2, h3, h4, h5, h6, ol, p, section, ul {
  font-family: 'Gotham', sans-serif;
  text-transform: inherit;
}

.h1, h1{
  font-size: 56px;
}
.h2, h2 {
  font-size: 42px;
}

.h3, h3 {
  font-size: 32px;
}

.h4, h4{
  font-size: 24px;
}

@media screen and (max-width:768px) {
  .h1, h1 {
    font-size: 35px;
  }
}

.article-link-1 {
  color: #000;
}

.article-link-1:hover {
  color: #1D8928;
}

.article-link-1:visited {
  color: #1D8928;
}

.article-link-2 {
    color: black;
}

.article-link-2:hover {
    color: black!important;
}

.article-link-2:visited {
    color: black;
}

.bg-lightgray {
  background-color: #F2F2F2!important; 
}

.hero-content {
  margin-top: 122px;
  margin-bottom: 44px; 
}

.hero-heading {
  font-size: 2.5vw;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
}

.hero-subheading {
  font-size: 1.4vw;
  font-weight: 100;
  margin: 1rem auto 0;
  margin-bottom: 18px;
  text-align: center;
  word-spacing: 2px;
}

.hero-button {
  background-color: #1D8928 !important;
  color: #fff;
  font-family: Gotham,sans-serif;
  font-size: 18px!important;
  font-weight: 700!important;
  letter-spacing: 0!important;
  min-width: auto;
  padding: 9pt 40px;
  text-transform: inherit;
  transform: none!important;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.hero-button:hover {
  color: #1D8928 !important;
  background: #fff !important; 
}
.hero-button:active, .hero-button:visited, .hero-button:focus {
  color: #1D8928 !important;
  background-color: #fff !important; 
  text-transform: inherit !important;
  padding: 9pt 40px !important;
  border-radius: 0 !important;
  font-family: Gotham,sans-serif !important;
}

.hero-button-2 {
  background-color: #fff !important;
  color: #1D8928!important;
  font-family: Gotham,sans-serif;
  font-size: 18px!important;
  font-weight: 700!important;
  letter-spacing: 0!important;
  min-width: auto;
  padding: 9pt 40px;
  text-transform: inherit;
  transform: none!important;
  text-align: center;
  border: 2px solid #fff;
  border-radius: 0;
  display: block;
  max-width: 200px;
  margin: 0 auto;
}

.hero-button-2:hover {
    color: #fff !important;
    background: #1D8928 !important; 
}

.hero-button-2:active {
    color: #fff !important;
    background: #1D8928 !important; 
}

.lp-copy-h {
	color: #1D8928;
  font-size: 33px;
  font-weight: 900;
  line-height: 48px;
}
 
.lp-copy-p {
	font-size: 16px;
  line-height: 28px;
}

.price-table {
	border: 1px solid #1D8928;
    padding-left: 16px;
    padding-right: 16px;
	margin-top: -14px;
}

.pt-heading h2 {
    position: relative;
    background-color: #1D8928;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 16px;
    line-height: 44px;
    border: 1px solid #1D8928;
}

.pt-s1 {
	margin: 24px;
}

.pt-s1 p {
    font-size: 12px;
    font-weight: bold;
    margin: 6px;
}

.pt-s1-price {
    font-size: 30px!important;  
}



.pt-s2 {
	margin-top: 28px;
}

.pt-s2-container {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    padding-bottom: 14px;
}

.pt-s2-l {
    font-size: 16px;
    font-weight: 700;
    color: #1D8928;
    text-align: left!important;
}

.pt-s2-r {
    font-size: 16px;
    font-weight: 700;
    color: #1D8928;
}

.pt-s3 {
	margin-top: 14px;
}

.pt-s3 p {
    font-size: 16px;
    text-align: left!important;
    line-height: 1.5;
    padding-right: 44px;
}

.pt-s3 ul {
	margin: 0;
}

.pt-s3 li {
    font-size: 16px;
    text-align: left!important;
    line-height: 18px;
}

.pt-s4 {
    margin-bottom: 14px;  
}

.pt-s4-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.pt-s4-l {
    font-size: 16px;
    font-weight: 500;
}

.pt-s4-r {
    font-size: 16px;
    font-weight: 700;
    color: #1D8928;
}

.pt-s5 p {
  	font-size: 16px;
    font-weight: 900;
    text-align: left!important;
    line-height: 1.5;
    margin-bottom: 28px;
}

.pt-button-container {
    padding-bottom: 28px;
    padding-top: 14px;
    position: absolute;
    bottom: 64px;
    right: 73px;
}

.pt-button-container-2 {
    padding-bottom: 28px;
    padding-top: 14px;
    position: absolute;
    bottom: 2px;
    right: 73px;
}

.pt-button {
    background-color: #1D8928 !important;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 9pt 40px;
    text-transform: inherit;
    transform: none!important;
    text-align: center;
    border: 2px solid #1D8928;
    border-radius: 0;
}

.pt-button:hover {
    color: #1D8928 !important;
    background: #fff !important;
}

.pt-button-2 {
    background-color: #1D8928 !important;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 9pt 68px;
    text-transform: inherit;
    transform: none!important;
    text-align: center;
    border: 2px solid #1D8928;
    border-radius: 0;
}

.pt-button-2:hover {
    color: #1D8928 !important;
    background: #fff !important;
}

.pt-button:active,
.pt-button-2:active,
.pt-button:visited,
.pt-button-2:visited {
    color: #fff;
}

/*** LANDING PAGES ***/

.lp-b2b .row {
  margin-top: 0 !important;
}
.lp-b2b .hero-content {
  margin-top: 0 !important;
  color:#fff;
}
.lp-b2b .hero-content h1 {
  font-size: 92px;
  font-weight: 900;
  margin-bottom: 50px;
}

.lp-phonenum {
  font-size: 24px; 
  font-weight: 100; 
  color: #fff; 
  text-align: right; 
  line-height: 0px;
  padding: 0 40px;
}

#hs_cos_wrapper_widget_1684958260132_ ul {
  margin-top: 6px;
  margin-bottom: 6px;
}
#hs_cos_wrapper_widget_1684958260132_ ul li {
  margin-bottom: 0;
  line-height: 1em;
}

.text-align-right {
  text-align: right;
}

.lp-copyright p,
.lp-copyright a {
  font-size: 12px;
  margin: 20px 0 20px 0!important;
  padding: 0 0 0 0!important;
}
.lp-copyright p {
  padding-top: 6px!important;
}  
.lp-copyright span {
  font-size: 12px;  
}
.lp-copyright {
  margin: 25px 0!important;
}

.text-green {
  color: #1D8928!important; 
}

/***/



@media screen and (max-width: 769px) {
     #hs_cos_wrapper_dnd_area-module-2 .hhs-hero-mod.ifp-fall22-mobile-header {
    background-image: url(https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/DD-fall22-mobile-header.png);
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 100px;
    padding-top: 100px;
    z-index: 1; 
  }

  .lp-b2b .hero-content h1 {
    font-size: 64px;
    margin-bottom: 30px;
  }
  .lp-b2b .hero-content h2 {
    font-size: 32px;
  }
  .lp-phonenum {
    text-align: center; 
    padding: 0 0 30px 0;
  }
  
  #hs_cos_wrapper_widget_1681415768061 {
    text-align:center;
  }
  
  .text-align-right,
  .text-align-left {
    text-align: center;
  }

  .lp-copyright {
    margin: -25px 0 -10px!important;
  }

}

@media screen and (max-width: 425px) {
  
  .lp-b2b .hero-content h1 {
    font-size: 36px;
    margin-bottom: 30px;
  }
  .lp-b2b .hero-content h2 {
    font-size: 24px;
  }

  .hero-heading {
    font-size: 2.5vw;
    font-weight: 900;
    line-height: 1.1;
    text-align: center;
    text-shadow: 1px 1px black;
}
  
   #hs_cos_wrapper_dnd_area-module-2 .hhs-hero-mod {
    padding-top: 100px;
    padding-bottom: 100px;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -244px 0px!important;
    background-image: url(https://22671138.fs1.hubspotusercontent-na1.net/hubfs/22671138/delta-banner-night.jpg); 
  }
  
   #hs_cos_wrapper_dnd_area-module-2 .lp-b2b {
      background-image: none; 
   }
  
  .hs-button {
        background-color: #1D8928!important;
    border: 2px solid #1D8928;
    border-radius: 0;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 9pt 40px;
    text-align: center;
    text-transform: inherit;
    transform: none!important;
    margin-bottom: 44px;
  }
  
  
  
      .price-table {
    border: 1px solid #1D8928;
    margin-top: -14px;
    padding-left: 16px;
    padding-right: 16px;
    height: 1200px!important;
      }

      .pt-heading h2 {
          position: relative;
          background-color: #1D8928;
          color: #fff;
          font-size: 24px;
          text-align: center;
          padding: 16px;
          line-height: 44px;
          border: 1px solid #1D8928;
      }

      .pt-s1 {
        margin: 24px;
      }

      .pt-s1 p {
          font-size: 12px;
          font-weight: bold;
          margin: 6px;
      }

      .pt-s1-price {
          font-size: 30px!important;  
      }



      .pt-s2 {
        margin-top: 28px;
      }

      .pt-s2-container {
          display: flex;
          justify-content: space-between;
          padding-top: 14px;
          padding-bottom: 14px;
      }

      .pt-s2-l {
          font-size: 16px;
          font-weight: 700;
          color: #1D8928;
          text-align: left!important;
      }

      .pt-s2-r {
          font-size: 16px;
          font-weight: 700;
          color: #1D8928;
      }

      .pt-s3 {
        margin-top: 14px;
      }

      .pt-s3 p {
          font-size: 16px;
          text-align: left!important;
          line-height: 1.5;
          padding-right: 44px;
      }

      .pt-s3 ul {
        margin: 0;
      }

      .pt-s3 li {
          font-size: 16px;
          text-align: left!important;
          line-height: 30px;
      }

      .pt-s4 {
          margin-bottom: 14px;  
      }

      .pt-s4-container {
          display: flex;
          justify-content: space-between;
          align-items: center;
          padding-top: 14px;
          padding-bottom: 14px;
      }

      .pt-s4-l {
          font-size: 16px;
          font-weight: 500;
      }

      .pt-s4-r {
          font-size: 16px;
          font-weight: 700;
          color: #1D8928;
      }

      .pt-s5 p {
          font-size: 16px;
          font-weight: 900;
          text-align: left!important;
          line-height: 1.5;
          margin-bottom: 28px;
      }

      .pt-button-container {
    padding-bottom: 28px;
    padding-top: 14px;
    position: absolute;
    right: 28px;
      }

      .pt-button-container-2 {
    padding-bottom: 28px;
    padding-top: 14px;
    position: absolute;
    right: 28px;
      }

      .pt-button {
    background-color: #1D8928!important;
    border: 2px solid #1D8928;
    border-radius: 0;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 8pt 28px;
    text-align: center;
    text-transform: inherit;
    transform: none!important;
      }

      .pt-button:hover {
          color: #1D8928 !important;
          background: #fff !important;
      }

      .pt-button-2 {
    background-color: #1D8928!important;
    border: 2px solid #1D8928;
    border-radius: 0;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 8pt 56px;
    text-align: center;
    text-transform: inherit;
    transform: none!important;
      }

      .pt-button-2:hover {
          color: #1D8928 !important;
          background: #fff !important;
      }
}

.grin-article-purple {
    background-color: #573D82;
    max-width: 44%;
    min-width: 44%;
    margin-bottom: -1px;
}

.grin-article-purple p {
    color: #fff;
    margin: 0;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: center;
    font-size: 16px;
} 

.bluecheck-list {
  margin: 2px;
}

.bluecheck-list ul {
  list-style: none; /* remove default bullets */
  margin: 0;
  padding: 0;
}

.bluecheck-list li {
    line-height: 2.5;
    margin: 0;
}

.bluecheck-list img {
    width: 24px!important;
    vertical-align: middle;
}

.bluecheck-list span {
  padding-left: 12px;
  vertical-align: middle;
  font-size: 20px;
}

.greencheck-list ul {
  list-style: none; /* remove default bullets */
  margin: 0;
  padding: 0;
}

.greencheck-list li {
    line-height: 2.5;
    margin: 0;
    padding-bottom: 14px;
}

.greencheck-list img {
    width: 24px!important;
    vertical-align: middle;
}

.greencheck-list span {
  padding-left: 12px;
  vertical-align: middle;
  font-size: 20px;
}

.hs-button {
    background-color: #1D8928 !important;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 9pt 40px;
    text-transform: inherit;
    transform: none!important;
    text-align: center;
    border: 2px solid #1D8928;
    border-radius: 0;
}

.hs-button:hover {
    color: #1D8928 !important;
    background: #fff !important;
}

.footer {
  margin-top: 30px;
}

.hhs-flexi-card-mod a.hs-button {
    width: auto;
    display: inline-block;
    border: 2px solid #1D8928;
    border-radius: 0;
    box-shadow: 0 0;
}

.article-simple-pages h1, .article-simple-pages-banner h1 {
    font-size: 42px;
}

.article-simple-pages p a:hover, .article-simple-pages-banner p a:hover {
  color: #797979;
}


.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    font-family: 'Gotham', sans-serif;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 0;
    font-weight: bold;
}

.hhs-top-bar .hs-menu-wrapper.hs-menu-flow-horizontal>ul li {
    margin-top: 23px;
    margin-bottom: 12px;
}

.hs_search_by_current_location ul.inputs-list.multi-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px
}

.hs_search_by_current_location ul.inputs-list.multi-container li.hs-form-radio {
    width: auto;
    padding: 0 20px 0 0;
}

.herobannercta {
    position: relative;
    padding: 1pc 40px;
    margin-top: 0px;
    background-position: center;
    background-repeat: no-repeat;
}

.herobannercta:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: 1;
    margin: auto;
    width: 60%;
    height: 100%;
    content: "";
    background: -moz-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 50%,rgba(0,0,0,.85) 100%);
    background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.65) 50%,rgba(0,0,0,.85));
    background: linear-gradient(90deg,rgba(0,0,0,0) 0,rgba(0,0,0,.65) 50%,rgba(0,0,0,.85));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#d9000000",GradientType=1);
}

.herobannercta .container-full {
    position: relative;
    display: flex;
    z-index: 9;
}

.herobannercta .post-wrap {
    width: 33.33%;
    margin-left: auto;
}

.herobannercta .post-wrap a {
    display: block;
    margin: 8px 0 0 0;
    text-decoration: none;
    border-left: 4px solid #1D8928;
    box-shadow: 0 0 20px -10px rgb(0 0 0 / 50%);
    background: rgba(255,255,255,.15);
    color: white;
    padding: 1pc 4pc 1pc 1pc;
}

.herobannercta .post-wrap a h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}

.herobannercta .post-wrap a p {
    color: #fff;
    margin: 0;
    font-size: 17px;
}

.herobannercta .post-wrap a:first-child {
    margin-top: 0;
}

.hhs-foot-nav-col h5 {
    text-transform: capitalize;
    font-weight: 600;
}

.footer .hhs-foot-nav-cols>div {
    -ms-flex: 0 0 25%;
    flex: 0 0 21%;
/*    max-width: 21%; */
}

.footer .hhs-foot-nav-cols .social-outer {
    -ms-flex: 0 0 25%;
    flex: 0 0 16%;
    max-width: 16%;
}

.footer .hhs-foot-nav-base {
  flex-direction: row;
  margin: 0 !important;
}

.footer .hhs-foot-nav-base p {
  margin-top: 9pt;
  font-size: 9pt;
  color: #333;
}

.footer .hhs-foot-nav-base h3 {
  font-size: 1pc;
  font-weight: 600;
  color: #000;
}

.footer .hhs-foot-nav-cols .social-outer .hhs-social-con {
  text-align: left;
}

.footer .hhs-foot-nav-cols .social-outer .hhs-social-con a {
  margin: 0 5px 0 0;
}

.footer .hhs-foot-nav-cols .social-outer h5 {
  margin-bottom: 40px;
  color: #333333;
  font-weight: 600;
  text-transform: capitalize;
}

.find-dentist-section .head h2, .cost-estimator-section .head h2 {
  font-size: 42px !important;
  color: #1D8928 !important;
}

.find-dentist-section .head, .cost-estimator-section .head {
  margin-bottom: 40px;
}

.find-dentist-section .search-form-section select, 
.find-dentist-section .search-form-section input,
.cost-estimator-section .search-form-section select, 
.cost-estimator-section .search-form-section input{
  margin-bottom: 17px;
  border: 1px solid #ccc;
}

.find-dentist-section .search-form-section input[type="radio"] {
  margin-right: 5px;
}

.find-dentist-section .search-form-section label {
  margin-right: 22px;
}

.find-dentist-section .search-form-section .submit-btn,
.cost-estimator-section .search-form-section .submit-btn{
  background-color: #1D8928;
  border: 2px solid #1D8928;
  border-radius: 0;
  box-shadow: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  height: auto;
  letter-spacing: .5px;
  line-height: 111.11111%;
  max-width: 100%;
  min-width: auto;
  padding: 9pt 40px;
  text-align: center;
  vertical-align: middle;
  width: auto !important;
}

.question-call-grid {
  padding-top: 40px;
  padding-bottom: 50px;
  padding-left: 0px;
  padding-right: 0px;
}

.question-call-grid .grid-section {
  display: flex;
  margin: 0;
  gap: 30px;
}

.question-call-grid .grid-section .box2 p {
  color: #fff;
}

i {
  text-decoration: none !important;
}

.question-call-grid .grid-section .box1, .question-call-grid .grid-section .box2 {
    clear: both;
    padding: 3pc;
    border: 1px solid #1D8928;
    margin: 0;
    flex: 1;
}

.question-call-grid .info-repeater .icon-text {
    display: flex;
    margin-top: 30px;
}

.question-call-grid .info-repeater .icon-text .icon {
    width: 30px;
    margin-right: 21px;
}

.question-call-grid .grid-section .box1 h2, .question-call-grid .grid-section .box2 h2 {
    margin-bottom: 40px;
    color: #1D8928;
}

.question-call-grid .info-repeater .icon-text h3 {
    color: #1D8928!important;
    font-size: 23px;
    text-transform: capitalize;
    font-weight: bold;
    word-break: break-all;
}
.question-call-grid .box2 .info-repeater .icon-text h3 {
    color: #fff !important;
}

.question-call-grid .info-repeater .icon-text .icon svg {
    fill: #1D8928!important;
}

.question-call-grid .grid-section .box2 {
    background: #1D8928;
    color: #fff;
}

.question-call-grid .grid-section .box2 h2 {
    color: #fff;
}

.question-call-grid .box2 .info-repeater .icon-text .icon svg {fill: #ffffff !important;}

.question-call-grid .info-repeater .icon-text h3 a {
    color: #1D8928!important;
    text-transform: none;
}

.question-call-grid .box2 .info-repeater .icon-text h3 a {
    color: #ffffff !important;
    text-transform: none;
}

  .question-call-grid .info-repeater p {
    color:#1D8928;
  }
  .question-call-grid .info-repeater p span a,
  .question-call-grid .info-repeater p span {
    font-weight: 600!important;
  }
  .question-call-grid .info-repeater p span a:hover {
    color: #1D8928;
  }

.post-page-full .blog-header-full.custom_header {
     margin-bottom: 0px;
     background-color: #fff;
     padding-top: 20px;
     padding-bottom: 20px;
}

.post-page-full .blog-header-full.custom_header .blog-header__inner {
  padding-top: 0px;
}

.post-page-full .blog-header-full.custom_header .blog-post__title {
    text-align: center;
    font-weight: 400!important;
    font-size: 48px;
    color: #1D8928;
    font-family:Gotham,sans-serif!important;
    text-transform: unset!important;
}

.custom_blog_section{
  display: flex;
  padding-left: 25px;
  padding-right: 25px;
}

.title_section{
 margin-bottom: 30px;
}

.custom_blog_section .blog-post__body i, .custom_blog_section .blog-post__body strong{
 color: #222;
}

.custom_blog_section .blog-post__body h4{
 font-weight: 600;
}

.custom_blog_section .blog-post__body a{
 color: #222;
  text-decoration: underline;
}


.textandbutton-header{
  margin-top: 40px;
  text-align: center;
}

.custom_button{
    display: inline-block;
    font-weight: 500;
    line-height: 111.11111%;
    letter-spacing: .5px;
    text-align: center;
    width: auto;
    height: auto;
    max-width: 100%;
    border-radius: 0;
    vertical-align: middle;
    font-size: 18px;
    padding: 9pt 40px;
    min-width: 200px;
    background-color: #1D8928;
    border: 2px solid #1D8928;
    color: #fff;
    box-shadow: none;
}

.custom_button:hover{
  box-shadow: none;
    background: #fff;
    color: #1D8928;
}

.custom_blog_section .content_section:after{
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -1px;
    bottom: 0;
    left: auto;
    margin: auto;
    background: #e2e2e2;
}

header#hhs-main-nav {
    position: relative;
}

.header-login-bar .container {
    display: flex;
    max-width: 100%;
    padding: 0;
}

.header-login-bar .container .left-side-logo {
    width: auto;
    display: flex;
    align-items: center;
}

.header-login-bar .container .left-side-logo .logo {
    display: none;
    width: 190px;
    margin-right: 30px;
}

.header-login-bar {
    padding: 28px 40px;
    background: #fff;
    box-shadow: 0 1px 1px 0 rgba(0,0,0,.15);
}

.header-login-bar .container .right-bar {
    margin-left: auto;
}

.header-login-bar .left-side-logo .site-name {
    font-size: 1pc;
    font-weight: bold;
    color: #000;
}

.header-login-bar.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}

.header-login-bar.fixed .container .left-side-logo .logo {
    display: block;
}

.hhs-blog-card-inner {
    box-shadow: 0 0 5px -1px rgb(0 0 0 / 35%);
}

.blog-index__post-content--small h4.card_post_title {
    font-weight: bold;
}

.blog-index__post-content p {
    font-size: 1pc !important;
    font-family: Gotham;
}

.blog-index__post-content p {
    font-size: 1pc !important;
    font-family: Gotham;
}

.hhs-blog-card-inner .blog-index__post-tags {
    position: absolute;
    top: 0;
    left: 0;
}

.hhs-blog-card-inner .blog-index__post-tags a.blog-index__post-tag {
    background: #573d82 !important;
    border-radius: 0;
    color: #fff;
    font-weight: bold;
    padding: 13px 12px 4px 12px;
    height: auto;
    margin: 0;
    font-size: 1pc;
    line-height: 1.2;
}

.hhs-blog-card-inner .blog-index__post-content {
    padding-bottom: 5px;
}

.hhs-blog-card-inner a.blog-index__post-button {
    left: 20px;
    right: auto;
    font-weight: bold;
    text-decoration: underline;
    position: relative;
    bottom: 0;
    line-height: 1.2;
    height: auto;
    display: inline-block;
}

ul.fact-count {
    list-style: none;
    padding: 0;
    margin: 0;
}

.join-team-broker-tabs ul.hhs-tab-wrapper.is-d-flex {border-bottom: 1px solid #1D8928;}

.join-team-broker-tabs ul.hhs-tab-wrapper.is-d-flex li {
    flex: initial;
    border: none;
}

.join-team-broker-tabs ul.hhs-tab-wrapper.is-d-flex li button {
    background: transparent;
    border: none !important;
    padding: 14px 20px;
    border-bottom: 4px solid transparent !important;
}

.join-team-broker-tabs ul.hhs-tab-wrapper.is-d-flex li button.is-active {
    border-bottom-color: #1D8928 !important;
}


ul.fact-count .facts {
    display: flex;
}

ul.fact-count .facts span.icon-color {
    width: 70px;
    margin-right: 25px;
}

ul.fact-count .facts .fact-description p {
    color: #000;
}
a.button-component {
    background-color: #1D8928;
    border: 2px solid #1D8928;
    color: #fff;
    font-weight: bold;
    line-height: initial;
    padding: 13px 10px;
    font-family: 'Roboto';
    display: inline-block !important;
}

.find-dentist-section .search-form-section {
    max-width: 500px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal {
    line-height: 0;
}

ul.hs-menu-children-wrapper {
    background:#fff;
    width: 100%;  
}

ul.hs-menu-children-wrapper li a {
  text-align: left!important;
  padding: 7px 10px!important;  
}

.grin-mag-menu-wrapper {
  border-top: 2px solid #1D8928;
  border-bottom: 1px solid #1D8928;
}

.grin-main-logo-wrapper { 
  display:flex; 
  align-items:center;
}

ul.grin-mag-menu {
  display: flex;
  list-style-type: none;
  width: 768px;
  justify-content: space-evenly;
  padding: 0;
  margin: 0 auto;
}

ul.grin-mag-menu li {
  margin-bottom: 0;
}

ul.grin-mag-menu li a {
  font-weight: 400;
  font-size: 20px;
}
ul.grin-mag-menu li a:hover {
  text-decoration: none;
}

.member_tool_card_section .hhs-flexi-card {
    box-shadow: 0 0 !important;
    border: 2px solid #f2f2f2;
}

.member_tool_card_section .row>div[class*="col"]:before {
    content: "";
    background: #e2e2e2;
    width: 2px;
    height: 100%;
    left: 0;
    position: absolute;
}

.member_tool_card_section .row>div[class*="col"]:first-child:before {
    opacity: 0;
}


.hippa-policy-content .container-fluid {
    padding: 0;
}

.hippa-policy-content .container-fluid .row>div {
    border-left: 2px solid #e2e2e2;
}

.hippa-policy-content .container-fluid .row>div:first-child {
    border-left: 0;
}

.hippa-policy-content .row {
    margin: 0 -15px !important;
}

.three-block-only-left-border .row>div[class*="col"] {
    border-left: 2px solid #e2e2e2;
}

.three-block-only-left-border .row>div[class*="col"]:first-child {
    border-left: 0;
}

.member_tool_card_section.four-grid-card-section .hhs-flexi-card {
    padding: 0 !important;
}


.benefits-image-content h3 {
    font-size: 20px;
    font-weight: bold;
}

.benefits-image-content p {
    font-size: 1pc;
}

.benefits-image-content .hhs-rich-text {
    padding-top: 0 !important;
}

.benefits-image-content div[class*="col"]:not(.hhs-bg-image) {position: static;}

.benefits-image-content a.overlay-link {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9;
}

.benefits-image-content .row {
    position: relative;
}

.social-share-section .container {
    padding: 0;
}

.social-share-section .container .col {
    padding: 0;
}

.social-share-section .container .col h6 {
    display: none;
}

.social-share-section a.hhs-share-icon {
    border-left: 1px solid #d8d8d8;
    padding: 10px 10px;
    margin: 0;
}

.social-share-section a.hhs-share-icon.fb {
    border-left: 0;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls {
    margin: 0;
}

.faq-accordion-grid .hhs-rich-text {
    max-width: 427px;
    margin: 0 auto;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls a.accordion-title {
    padding: 24px 4pc 24px 2pc !important;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls a.accordion-title:hover h4 {
    color: #fff;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls a.accordion-title:hover {
    background: #1D8928 !important;
    color: #fff !important;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls .hhs-accordion-content p:last-child {
    margin-bottom: 0;
}

.faq-accordion-grid .hhs-rich-text ul.accordion-controls .hhs-accordion-content p {font-size: 16px;}

.faq-accordion-grid div[class*="col"] {
    border-left: 2px solid #e2e2e2;
}

.faq-accordion-grid div[class*="col"]:first-child {
    border-left: 0;
}

.members-three-grid-section .container{
    padding: 0px;
}

.members-three-grid-section .container .row {
    margin: 0 -15px !important;
    width: auto;
}

.video-module-border-left {
    border-left: 2px solid #f2f2f2;
    min-height: 270px;
}

.best-benefits-accordion-section a.accordion-title:before {
    content: "+";
    background: #1D8928;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 16px;
    text-align: center;
    color: #fff;
    line-height: 21px;
}

.best-benefits-accordion-section .accordion-controls a.accordion-title {
    padding-left: 30px !important;
}

.best-benefits-accordion-section a.accordion-title::after {
    display: none;
}

.best-benefits-accordion-section a.accordion-title.active::before {
    content: "-";
    line-height: 20px;
}

.best-benefits-accordion-section .hhs-accordion-content {
    padding: 0 0 0 20px !important;
}

.best-benefits-accordion-section .hhs-accordion-content p {
    font-size: 16px;
}

.brusing-left-border {
    border-left: 2px solid #e2e2e2;
}

.member_tool_card_section .container-fluid .row div[class*="col"] {
    padding: 0;
}

.covid-update-tabs .hhs-flexi-card {
    box-shadow: 0 0 !important;
    border: 2px solid #f2f2f2;
}

.job-posting-cards {
    border-top: 1px solid #f2f2f2;
    padding-top: 15px  !important;
    padding-bottom: 15px !important;
}

.job-posting-cards .row div[class*="col"] {
    border-left: 2px solid #f2f2f2;
}

.job-posting-cards .row div[class*="col"]:first-child {
    border-left: 0;
}

.grades-grid .row div[class*="col"] {
    border-left: 2px solid #f2f2f2;
}

.grades-grid .row div[class*="col"]:first-child {
    border-left: 0;
}

.three-grid-border-box .hhs-flexi-card {
    border: 2px solid #f2f2f2;
}

.exlusion-screenig-grid .hhs-flexi-card {
    border: 2px solid #f2f2f2;
}

.exlusion-screenig-grid .container-fluid {
    padding: 0;
}

.two-grid-borders .row div[class*="col"] {
    border: 2px solid #f2f2f2;
}

.two-grid-borders .hhs-flexi-card {
    padding: 50px 20px !important;
}

.dental-cards .hhs-flexi-card {
  padding: 80px !important;
}
  
.main-header {
    z-index: 9;
}

.pr-list ul.tabs {
  border-bottom: 1px solid #1D8928;
}

.pr-list ul.tabs button.is-active {
  border-bottom: 3px solid rgba(65, 169, 40, 1.0);
}

.pr-list dl dt {
  font-weight: 600;
}
.pr-list dl dd {
  margin: 10px 0 30px;
}
.pr-list dl dd a {
  color: #000;
}
.pr-list dl dd a:hover {
  color: #777;
}

.error-page-con {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page-con h1 {
  color: #1D8928; 
}

@media screen and (max-width: 1200px) {

  .hero-banner-section  {
       padding-top: 24px!important;
  }
  
  .hero-banner-section h1 {
       font-size: 40px!important;
  }
  
  .hero-banner-section p {
       font-size: 24px!important;
  }
  
  
}



@media screen and (max-width: 769px) {
  .question-call-grid .grid-section p { font-size: 13px; }  
  
  .footer .hhs-foot-nav-cols>div {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  
  .footer .hhs-foot-nav-cols .social-outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  
  .footer .hhs-foot-nav-cols .social-outer h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer .hhs-foot-nav-cols .social-outer .hhs-social-con {
     text-align: center;
  }  
  
  .slick-slider {
    z-index: 0;
  }
  
}

@media screen and (max-width: 769px) {

  .header {
    display: none;
  }
  
  .header.grin-header {
    display: block;
  }
  
  .grin-main-logo-wrapper { 
    display:flex; 
    align-items:center;
    justify-content: center;
    margin-bottom:10px;
  }
    
  ul.grin-mag-menu {
    width: 100%;
    justify-content: space-evenly;
    margin: 0 auto;
  }

  ul.grin-mag-menu li a {
    font-size: 14px!important;
    padding: 0 10px!important;
  }
  
  .main-header .nav-primary {
/*      display: none!important; */
  }  

  .question-call-grid .grid-section {
    flex-direction: column;
  }  
  
}

@media screen and (max-width: 811px) {
  .footer .hhs-foot-nav-cols .social-outer {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
  }
  
  .footer .hhs-foot-nav-cols .social-outer h5 {
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .footer .hhs-foot-nav-cols .social-outer .hhs-social-con {
    text-align: center;
  }  
  
    .row-fluid-wrapper {
    padding: 8px!important;
  }

  
}


@media screen and (max-width: 426px) {
  
.faq-accordion-grid .hhs-rich-text ul.accordion-controls a.accordion-title {    
    padding-top: 20px!important;
    padding-left: 0px!important;
    padding-right: 40px!important;
  }
  
  .hhs-accordion-mod .container {
    padding: 0px!important;
  }
  
  .banner-with-content-block {
    padding: 0px!important;
    margin-bottom: 0px!important;
  }
  
    .banner-with-content-block img {
    padding-bottom: 100px!important;
  }
  
  .banner-with-content-block .container {
    display: block!important;
    padding: 40px!important;
  }
  
  .banner-with-content-block .left-heading {
    display: inline-block;
    width: 100%!important;
    padding-bottom: 20px;
  }
  
  .banner-with-content-block .content-right {
    display: inline-block;
    width: 100%!important;
  }
  
    .banner-with-content-block h1 {
    font-size: 36px;
  }
  
    .banner-with-content-block p {
    font-size: 21px;
  }
  
  .hhs-flexi-card {
    padding: 0px!important;
  }
  
  .banner-with-content-block {
    padding: 190px;
  }
  
  .introducing-banner-slider .slick-slide .content-box {
    width: 100%!important;
    margin: 0px!important;
    padding: 0px!important;
    padding-top: 20px!important;
    padding-bottom: 20px!important;
    margin-top: 25%!important;
  }
  
  .row-fluid-wrapper {
    padding: 4px!important;
  }
  
    .call-to-action-container .ctaction-textcontent h2 {
    font-size: 28px!important;
  }
  
    .call-to-action-container .ctaction-textcontent p {
     padding-bottom: 20px!important;
  }
  
}
 
.wt-button {
    background-color: #ffffff!important;
    color: #1D8928;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 700!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 9pt 40px;
    text-transform: inherit;
    transform: none!important;
    text-align: center;
    border-radius: 0;
    box-shadow: 10 10;
    height: 80;
}

.wt-button:hover {
    color: #1D8928 !important;
    background: #caeecc !important;
    text-decoration:none'
}


/* The overlay effect with black background */
.overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9); /* Black with a little bit see-through */
}

/* The content */
.overlay-content {
  position: relative;
  top: 46%;
  width: 60%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

/* Close button */
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 50px;
  cursor: pointer;
  color: white;
}

.overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 90%;
  background: white;
}

.overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.overlay button {
  float: left;
  width: 10%;
  padding: 12px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.overlay button:hover {
  background: #bbb;
}

.overlay button i {
  color:#43B02A;
}

.main-header .nav-primary .search-icon {
  display: block!important;  
  cursor: pointer;
}

h3.hs-search-results__title {
  color:#43B02A!important;
}
h3.hs-search-results__title:hover {
  text-decoration: underline;
}


.kids-button {
    background-color: #00acc9 !important;
    color: #fff;
    font-family: Gotham,sans-serif;
    font-size: 18px!important;
    font-weight: 900!important;
    letter-spacing: 0!important;
    min-width: auto;
    padding: 12pt 40px;
    text-transform: inherit;
    transform: none!important;
    text-align: center;
    border: 4px solid #fff;
    border-radius: 0;
}

.kids-button:hover {
    color: #00acc9 !important;
    background: #fff !important;
    padding: 15pt 50px;
}