
.pdf-link-icon::after {
  background: url("https://espanol.dentemax.com/content/dam/bcbs/common/images/pdf-link-icon.svg") center no-repeat;
  content: '\2060';
  padding-right: 12px;
  margin: 0 0 0 4px;
}

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
body {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: white;
  color: #333333;
  line-height: 1.5;
  /*vertical-align: baseline;
    counter-reset: footnotes;*/
}

#logo-bar a, #header-logo-bar a {
  color: #7db6e3;
  font-size: 14px;
  margin-right: 3px;
  margin-top: 1px;
}

#logo-bar .align-right:last-child {
  margin-top: -20px;
  padding-right: 28px;
}

#left-nav:first-child {
  /*margin-left: 15px;
    margin-top: 7px;*/
}

#header-logo-bar .align-right:last-child {
  margin-top: -25px;
  padding-right: 28px;
}

.top-nav-right {
  display: inline-block;
  list-style: none;
  margin: 12px 0 0 0;
  padding-right: 1.75em;
}

.top-nav-right>li {
  display: inline-block;
  margin: 0;
}

.top-nav-right>li:last-child {
  border-right: none;
}

.top-nav-right>li>a {
  font-size: 0.7rem !important;
  color: #666666 !important;
}

.top-nav-right>li>span.divider {
  /*font-size: 0.6rem !important;*/
}

.top-nav-right>li>a:hover, .top-nav-right>li>a:focus {
  color: #7db6e3 !important;
}

.header-top-bar-left, .top-bar-left {
  background: url(https://www.dentemax.com/content/dam/dentemax/images/image/nav_background.png) no-repeat;
  background-position: center;
  font-family: 'Myriad Pro', Calibri, Verdana, Sans-serif;
  border-radius: 10px;
  margin: 20px 0px 0px 0px;
  height: 40px;
}

.top-bar-left ul {
  padding:0 6px;
  width:100%;
}

.dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 0;
}

.top-bar-left li,
.top-bar-left .is-dropdown-submenu {
  list-style-type: none;
  margin: 0;
  width: 20%;
  min-height: 40px;
  border-right: 1px solid white;
}

.top-bar-left li:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.top-bar-left li:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  border-right: none;
}

.top-bar-left .menu>li>a {
  justify-content: center;
  font-size: 14px;
  color: white;
  padding: 0;
  padding-top: 0.75rem;
}

.top-bar-left li:hover, .top-bar-left li:focus {
  background: #7db6e3;
  color: white;
}

.top-bar-left .dropdown.menu>li.is-dropdown-submenu-parent>a {
  position: relative;
}

.top-bar-left .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
  border-color: #ffffff transparent transparent;
  position: relative;
  margin-top: 6px;
  margin-left: 10px;
}


@media screen and (min-width: 40em) {
  .top-bar-left .dropdown.menu>li.is-dropdown-submenu-parent>a::after {
    border: inset 4px;
    border-top-style: solid;
    border-color: #fff transparent transparent;
  }
}

.top-bar-left .is-dropdown-submenu > li > a  {
  justify-content: flex-start;
}

.nopadding {
  padding: 0;
}

.nomargin {
  margin: 0;
}

header {
  padding-top: 13px;
  background-color: #fafafb;
}

input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555555;
  opacity: 1;
  /* Firefox */
  padding-left: 5px;
}

input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #555555;
  padding-left: 5px;
}

input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555555;
  opacity: 1;
  padding-left: 5px;
}

input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555555;
  opacity: 1;
  padding-left: 5px;
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #555555;
  padding-left: 5px;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #555555;
  padding-left: 5px;
}

.logo-image {
  background: url(https://www.dentemax.com/content/dam/dentemax/images/logo/dmx-logo.png) no-repeat;
  min-height: 106px;
  background-position: left;
}

.dentist_search_form img, #logo-bar img, #search_form img {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  background-color: #7db6e3;
}

.dentist_search_form input, #logo-bar input, #header-logo-bar input {
  float: left;
  height: 32px;
  border-radius: 0px;
  font-size: 14px;
}

.top-bar-left .menu .dentist_search_form_menu {
  padding: 10px;
}

.top-bar-left .menu .dentist_search_form_menu li {
  border-bottom: none;
}

.top-bar-left .menu .dentist_search_form_menu li a:hover, .top-bar-left .menu .dentist_search_form_menu li a:focus {
  text-decoration: underline;
  color: #000;
}

.top-bar-left .menu>li>ul>li>a {
  color: black;
  padding: 0.7rem 0.4rem;
}

.top-bar-left .menu>li>ul>li>a:hover, .top-bar-left .menu>li>ul>li>a:focus {
  color: #fff;
}

.top-bar-left .menu>li>ul>li {
  border-bottom: 1px solid #c7c8ca;
  border-left: 0px;
  width: 100%;
  border-radius: 0px;
}

.top-bar-left .is-dropdown-submenu {
  border: none;
  border-bottom: 4px solid #7db6e3;
  min-width: 197px;
}

li.is-submenu-item.is-dropdown-submenu-item {
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.menu.submenu.is-dropdown-submenu {
  background: #f8fcfe;
  z-index: 99;
}

.portal_login_form {
  margin: 10px;
}

.portal_login_form input {
  border-radius: 3px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 32px;
}

.portal_login_form button {
  background-color: #7db6e3;
  margin-top: 5px;
  height: 27px;
  color: white;
}

.top-bar-left ul.portal_login_form_menu li.is-submenu-item.is-dropdown-submenu-item:hover, .top-bar-left .dentist_search_form_menu li:hover {
  background-color: white;
}

.portal_login_form a {
  text-align: center;
  color: black;
  font-size: 12px;
  margin-left: 16px;
  margin-top: 10px;
}

.portal_login_form a:hover {
  color: #999;
  text-decoration: underline;
}

.small-menu .submenu-toggle {
  opacity: 0;
  right: 6px;
}

.small-menu .nested .submenu-toggle {
  opacity: 1;
  position: absolute;
  width: 100%;
  left: 8px;
}

.submenu-toggle::after {
  border-color: #ffffff transparent transparent;
  margin: auto 0 auto 90%;
}

.small-menu .float-right {
  display: block;
  background: rgb(239, 236, 228);
  width: 41px;
  height: 31px;
  position: absolute;
  right: 6px;
  top: 4px;
  border-radius: 5px;
}

.small-menu .float-right .line:first-child {
  margin-top: 8px;
}

.small-menu .float-right .line {
  width: 22px;
  background: #f5f5f5;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  height: 2px;
  margin-top: 4px;
  margin-left: 10px;
}

.small-menu li {
  background: #7db6e3;
  border-radius: 10px;
}

.small-menu {
  background: white;
  margin-top: 15px;
  width: 90%;
  left: 5%;
  position: relative;
}

.small-menu .menu.vertical.nested .menu.vertical.nested li {
  background-color: #dff0fd;
  border-radius: 0;
  padding: 0;
}

.small-menu.menu.vertical .nested .menu.vertical.nested>li>a {
  color: black;
  border-bottom: 1px solid #c7c8ca;
}

.menu.vertical>li>a, .small-menu.menu.vertical>li>a {
  color: white;
}

.small-menu .menu.nested {
  margin: 0;
}

.portal_login_form_content_div, .menu>li>a.advaced-search, .small-menu .dentist_search_form .content-div {
  padding-top: 3%;
  padding-left: 20%;
}

.small-menu .portal_login_form button {
  margin-top: 5px;
}

#logo-bar .breadcrumbs li:not(:last-child)::after {
  content: "|";
}

#logo-bar .breadcrumbs a {
  color: #666 !important;
  font-size: 10px;
}

#logo-bar .breadcrumbs {
  padding-top: 10px;
  padding-right: 20px;
}

#logo-bar .breadcrumbs li {
  text-transform: capitalize;
}

/* breadcrumbs Styles Start Here */

.breadcrumbs-container {
  position: relative;
}

ul.breadcrumbs {
  display: block;
  font-size: .85em;
  background-color: transparent;
  padding: 1em 0px 5px 0.25em;
  margin-bottom: 0 !important;
}

ul.breadcrumbs li {}

ul.breadcrumbs li:not(:last-child)::after {
  position: relative;
  top: -2px;
  margin: 0 0.5rem;
  opacity: 1;
  content: "|";
  color: #cacaca;
}

ul.breadcrumbs li a {
  text-transform: capitalize;
  color: #000;
}

ul.breadcrumbs li span {
  text-transform: capitalize;
  color: #7db6e3;
}

ul, ol {
  margin-bottom: 1em !important;
}

/* Heading Styles */

h1, h2, h3, h4, h5, h6 {
  color: #7db6e3;
}

h1 {
  font-size: 2.10em;
  margin: 0 0 0.25rem;
  font-weight: 400;
  line-height: 1em;
}

h2 {
  font-size: 1.85em;
  line-height: 1.3em;
  font-weight: normal;
}

h3 {
  font-size: 1.60em;
  line-height: 1.3em;
  font-weight: normal;
}

h4 {
  font-size: 1.40em;
  line-height: 1.3em;
  font-weight: normal;
}

h5 {
  font-size: 1.25em;
  line-height: 1.3em;
  font-weight: normal;
}

h6 {
  font-size: 1.15em;
  line-height: 1.3em;
  font-weight: bold;
}

h1.page-title-home, .page-title-home h1 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  color: #7db6e3;
}

h1.page-title, .page-title h1 {
  font-size: 2.10em;
  margin: 0 0 0.25rem;
  font-weight: 400;
  line-height: 1;
  color: #7db6e3;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #7db6e3;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus {
  text-decoration: none !important;
}

.title {
	margin-top: 1em;
}

.intentText {
  padding-left: 3.5em;
}

.nextLine {
  display: block;
}

.intentText strong {
  display: block;
}

.textFootnote {
  font-size: 0.65em;
}

.testimonials-container {}

.testimonials {
  display: block;
  background-color: #EFEFEF;
  border: 1px solid #ddd;
  border-radius: 10px;
  margin: 20px 0px;
  padding: 10px 20px;
  width: 100%;
}

.testimonials p {
  color: #000;
}

/* MASONRY */

.featured-section {
  background: #D9D9D9;
  padding: 1rem 0;
}

.landing-layout .featured-section {
  background: #fff;
}

.masonry-container-interior .row .masonry-css .masonry-css-item {
  padding: 8px 0em;
}

.masonry-columns {
  padding: 0.5rem;
}

.masonry-css {
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 1rem auto 0 auto;
}

.masonry-css-edit {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1.5rem;
  column-gap: 1.5rem;
  margin: 1rem auto 0 auto;
	width: 100%;
}

.masonry-css-item {
  padding: 8px 0em;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  min-width: 206px;
  /*-webkit-box-shadow: 3px 9px 10px 0 rgba(0,0,0,0.11);
  -moz-box-shadow: 3px 9px 10px 0 rgba(0,0,0,0.11);
  box-shadow: 3px 9px 10px 0 rgba(0,0,0,0.11);*/
}

.masonry-css-item a:hover, .masonry-css-item a:focus {
  color: #fff;
  text-decoration: underline;
}

.masonry-css-item a:hover+.callout.company-news .callout-section {
  background: red;
}

.masonry-css-item .callout {
  border: none;
  border-radius: 0;
  text-align: center;
}

.masonry-css-item.company-news .callout {
  border-color: #4A90E2;
}

.masonry-css-item.community-health .callout {
  border-color: #7ED321;
}

.masonry-css-item.innovation .callout {
  border-color: #BD10E0;
}

.masonry-css-item.affotdability .callout {
  border-color: #50E3C2;
}

.masonry-css-item.collaborative-care .callout {
  border-color: #979797;
}

.masonry-css-item.member-voices .callout {
  border-color: #F5A623;
}

.masonry-css-item .callout-Text p:first-child {
  font-size: 0.925em;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 0px;
  font-weight: bold;
  padding: 3px;
  color: #662d91;
}

.masonry-container-interior .masonry-css .masonry-css-item:first-child .callout-Text p:first-child {
  color: #f7941e;
}

.masonry-container-interior .masonry-css .masonry-css-item:last-child .callout-Text p:first-child {
  color: #8dc63f;
}

.masonry-css-item .callout-Text p {
  font-size: .9em;
  line-height: 1.4em;
  text-align: left;
  margin: 0px;
  padding: 3px;
}

.masonry-css-item a img {
  box-shadow: 0px 0px 8px 0px #ffffff;
  display: block;
  margin: 0 auto;
  width: 100%;
}

.masonry-css-item a:hover img {
  box-shadow: 0px 0px 8px 0px #752b90;
}

.masonry-css .masonry-css-item:first-child a:hover img, .masonry-css .masonry-css-item:first-child a:focus img {
  box-shadow: 0px 0px 8px 0px #f2692d;
}

.masonry-css .masonry-css-item:last-child a:hover img, .masonry-css .masonry-css-item:last-child a:focus img {
  box-shadow: 0px 0px 8px 0px #6ea44c;
}

.masonry-css .masonry-css-item .callout {
  padding: 0.60rem 1rem 1rem 1rem;
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoMember.png") no-repeat top center;
}

.masonry-css .masonry-css-item:first-child .callout {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoDentist.png") no-repeat top center;
}

.masonry-css .masonry-css-item:last-child .callout {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoClient.png") no-repeat top center;
}

.masonry-container-default {
  position: relative;
  width: 100%;
}

.masonry-container-default .masonry-css .masonry-css-item a .callout {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/promo_background.png") no-repeat top center;
}

.masonry-container-default .masonry-css .masonry-css-item a:hover img {
  box-shadow: 0px 0px 8px 0px #7db6e3;
}

.masonry-container-interior .masonry-css .masonry-css-item a .callout {
  padding: 0.55rem 1rem 1rem 1rem;
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoMember-default.png") no-repeat top center;
}

.masonry-container-interior .masonry-css .masonry-css-item:first-child a .callout {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoDentist-default.png") no-repeat top center;
}

.masonry-container-interior .masonry-css .masonry-css-item:last-child a .callout {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/bg-promoClient-default.png") no-repeat top center;
}

.masonry-css-item .callout p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #fff;
}

.masonry-container-interior .masonry-css .masonry-css-item a .callout p {
  font-size: 0.8rem;
}

.masonry-css-item .callout p {
  font-size: 0.9rem;
  margin-bottom: 0;
  color: #fff;
}

.landing-layout .masonry-css-item .callout h2 {
  font-size: 1.375rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1.2rem 0;
}

.masonry-css-item .category-name {
  margin-bottom: 0.5rem;
}

.masonry-css-item .callout>a:hover>h2 {
  color: #979797;
}

.masonry-css-item .callout>a:hover>h3 {
  color: #979797;
}

.masonry-css-item a .image img {
  display: block;
  width: 100%;
}

/* THE NEWS ROOM STYLES START HERE */

.newsRoom-container {
  margin-bottom: 20px;
}

.newsRoom-container h3 {
  background-color: #7db6e3;
  color: #fff;
  padding: 10px;
  margin-bottom: 0;
  -webkit-border-radius: 6px 6px 0px 0px !important;
  -moz-border-radius: 6px 6px 0px 0px !important;
  border-radius: 6px 6px 0px 0px !important;
  font-weight: normal;
  font-size: 1.4em;
}

.newsRoom-container .newsRoomContent {
  float: left;
  border: 1px solid #7db6e3;
}

.newsRoom-container .newsRoomContent .moreNews {
  padding: 0 0 1em 1em;
}

.newsRoom-container .newsRoomContent .moreNews a {
  color: #7db6e3;
}

.newsRoom-container .newsRoomContent .moreNews a:hover, .newsRoom-container .newsRoomContent .moreNews a:focus {
  text-decoration: underline;
}

.newsRoom-container .newsRoomContent .newsRoomEntry {
  padding: 10px 20px;
  float: left;
  width: 98%;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarImage {
  background: url(https://www.dentemax.com/content/dam/dentemax/images/image/calendarBackground.png) transparent no-repeat;
  width: 44px;
  height: 60px;
  float: left;
  margin-top: 6px;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarImage .newsDay {
  color: #fff;
  font-size: .7em;
  line-height: 1.7em;
  margin: 1px auto;
  padding: 0px;
  text-transform: uppercase;
  display: block;
  text-align: center;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarImage .newsDate {
  color: #000;
  font-size: 1.5em;
  line-height: 1.8em;
  margin: 1px auto;
  padding: 0px;
  display: block;
  text-align: center;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent {
  float: left;
  width: 76%;
  margin: 0px 0px 0px 15px;
  padding: 0px;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent h4 {
  font-size: 1.1em;
  color: #7db6e3;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent h4 a {
  color: #7db6e3;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent h4 a:hover, .newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent h4 a:focus {
  text-decoration: underline;
}

.newsRoom-container .newsRoomContent .newsRoomEntry .calendarEvent p {
  font-size: .9em;
  line-height: 1.25em;
  margin: 10px 0px;
}

.socialFeeds-container {
  margin-top: 20px;
  padding: 1em;
  clear: both;
}


.newsRoom-container-interior .newsRoomContent .newsRoomHeading {
	margin: 0 0 4em 0;
	padding: 0 0 1em 0;
  border-bottom: 1px solid #eee;
  text-align: center;
}

/* Counters Styles */

.counter-container {
  width: 100%;
  text-align: center;
  margin-top: 1.25em;
}

.counter-container .ticker p {
  font-size: 1.2em;
}

.counter-container .ticker p small {
  display: block;
}

.odoTicker {
  height: 28px;
  overflow: hidden;
  position: relative;
  margin: 10px auto;
  width: 150px;
}

.odoTicker .odoNumber {
  height: 325px;
  width: 19px;
  position: relative;
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/numbers_black.gif") no-repeat;
  float: left;
  overflow: hidden;
  margin: 0 1px;
}

/* Contact Us */

.contact-heading {
  padding: 20px 0;
}

.main-content-contact {
  padding: 0 0 0 10px;
  position: relative;
}

.contact-us-form {
  position: relative;
  z-index: 10;
}

.contact-us-form .control {
  display: flex;
  align-items: flex-start;
  width: 100%;
}

.contact-us-form .control label {
  flex: 0 0 110px;
}

.contact-us-form .control input, .contact-us-form .control textarea {
  flex: 0 0 calc(80% - 110px);
  margin: 0;
  height: auto;
  width: 100%;
  padding: 5px;
  border-radius: 0;
  margin-bottom: 20px;
  border-radius: 2px;
}

.contact-us-form .control input:focus, .contact-us-form .control textarea:focus {
  box-shadow: inset 0 1px 2px #7db6e3;
  border: 1px solid #7db6e3;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  color: #0a0a0a;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

.contact-us-form .control .home {
  background-color: #7db6e3;
  color: white;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
}

.contact-us-form .control .client {
  background-color: #8dc63f;
  color: white;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
}

.state-select-comp {
  width: 220px;
  height: 30px;
  padding: 4px;
  box-sizing: border-box;
  padding: -1px;
  padding: 0px 24px 0px 8px;
}

.mapWrapper {
  margin: 20px auto;
  position: relative;
}

#map {
  float: left;
  clear: both;
  width: 930px;
  height: 590px;
}

.mapWrapper .point {
  position: fixed;
  display: none;
  padding: 10px 15px;
  background: #f2f2f2;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #262626;
  -moz-border-radius: 4px;
  /* FF1-3.6 */
  -webkit-border-radius: 4px;
  /* Saf3-4, iOS 1-3.2, Android <1.6 */
  border-radius: 4px 4px 4px 4px;
  /* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
  /* useful if you don't want a bg color from leaking outside the border: */
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.mapWrapper #text {
  width: 500px;
  height: 380px;
  overflow: auto;
}

.mapWrapper img {
  float: left;
  padding-right: 5px;
  padding-top: 2px;
}

.mapWrapper ul {
  margin-left: 30px;
}

.modal-close-btn {
  float: right;
  padding: 4px 12px;
  color: white;
  background-color: #7db6e3;
  line-height: 20px;
}

.modal-close-btn-client {
  float: right;
  padding: 4px 12px;
  color: white;
  background-color: #8dc63f;
  ;
  line-height: 20px;
}

#download_packet, #email_packet, .application_btn {
  background-color: #f7941e;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-shadow: none;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  background-repeat: repeat-x;
  border: 0px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

#download_packet:hover, #email_packet:hover {
  color: rgba(255, 255, 255, 0.7)
}

.control-group {
  display: flex;
  width: 100%;
}

.control-group .control-label {
  flex: 0 0 110px;
}

.control-group input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  display: inline-block;
  height: 30px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* Site Map */

.site-map-heading {
  padding: 5px 0 5px 10px;
}

.site-side-heading {
  padding-top: 8px;
}

.links-container {
  padding: 0 12px;
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 20px;
}

.links-container a {
  color: #7db6e3;
}

.site-map-heading .page-title a {
  color: #7db6e3;
}

/* Social Media Buttons */

ul.social-media-icons, .social-media-interior {
  list-style: none;
  padding: 0.5em 1em 0.25em 1em;
  margin: 0 !important;
  text-align: right;
}

ul.social-media-icons li, .social-media-interior li {
  display: inline-block;
  margin-left: 5px;
}

ul.social-media-icons li a, .social-media-interior li a {
  /* background: transparent url(https://www.dentemax.com/etc.clientlibs/bcbs/clientlibs/dentemax/clientlibs-common/images/dentemax/social_media_sprite.png) no-repeat no-repeat -160px 0px; */
  display: block;
  width: 40px;
  height: 40px;
}

/* ul.social-media-icons li a.socialFacebook, .social-media-interior li a.socialFacebook {
    background: transparent url(https://www.dentemax.com/etc.clientlibs/bcbs/clientlibs/dentemax/clientlibs-common/images/dentemax/social_media_sprite.png) no-repeat 0 0;
}

ul.social-media-icons li a.socialTwitter, .social-media-interior li a.socialTwitter {
    background: transparent url(https://www.dentemax.com/etc.clientlibs/bcbs/clientlibs/dentemax/clientlibs-common/images/dentemax/social_media_sprite.png) no-repeat -40px 0px;
}

ul.social-media-icons li a.socialLinkedin,  .social-media-interior li a.socialLinkedin {
    background: transparent url(https://www.dentemax.com/etc.clientlibs/bcbs/clientlibs/dentemax/clientlibs-common/images/dentemax/social_media_sprite.png) no-repeat -120px 0px;
} */

ul.social-media-icons li a {}

ul.social-media-icons ul li a:hover, ul.social-media-icons ul li a:focus {
  text-decoration: none;
}

@media screen and (min-width: 25em) {
  header {
    padding: 1em;
  }
  .masonry-css {
    -webkit-column-count: 1;
    column-count: 1;
  }
  .masonry-css-item {
	max-width: 300px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 37.5em) {
  .masonry-css {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 50em) {
  .masonry-css {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (min-width: 68.75em) {
  .masonry-css {
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (max-width: 1023px) {
  .large-10.columns-right {
    max-width: 100% !important;
    padding: 0em 2em 2.5em 2em !important;
  }
  .large-10.columns-right:before {
    width: 97% !important;
    right: 1.5% !important;
    top: 0 !important;
  }
}

/* phones */

@media screen and (max-width: 760px) {
  .bread-crum-navigation {
    display: none;
  }
  .logo-image {
    background: url("https://www.dentemax.com/content/dam/dentemax/images/logo/dmx-logo.png") no-repeat;
    min-height: 106px;
    background-position: center;
  }
  #header-logo-bar .align-right {
    padding-right: 5%;
  }
  #logo-bar .align-right:last-child, #header-logo-bar .align-right:last-child {
    margin-top: 15px;
    padding-right: 5%;
  }
  .menu.vertical>li>a {
    text-transform: uppercase;
    font-size: 12px;
  }
  .menu.vertical>li>a.capitalize {
    text-transform: capitalize;
    font-size: 19px;
  }
  button:focus {
    outline: none;
  }
  .large-10.columns-right {
    max-width: 100% !important;
    padding: 1.5em !important;
  }
  .main-content {
    padding: 0 !important;
  }
  .image-container {
    padding: 0 1em;
  }
}

/* ipad and above */

@media screen and (min-width: 761px) {
  .bread-crum-navigation {
    display: flex;
  }
}

#left-nav {
  position: relative;
  z-index: 1;
}

#left-nav .menu.vertical>li a {
  padding: 0.6rem 0rem 0.5rem 0.75rem;
  background-color: #333333;
  margin-top: 2px;
  height: 32px;
}

#left-nav .menu.vertical>li.active {
  /* margin-left: 15px; */
}

#left-nav .menu .active>a {
  background: none;
}

#left-nav .menu.vertical>li>a:hover {
  background: #7db6e3;
}

#left-nav .menu.vertical>li.active {
  background: url("https://www.dentemax.com/content/dam/dentemax/images/image/sideNavActive.png") no-repeat right #7db6e3;
}

#left-nav .menu.vertical>li.active a {
  background: none !important;
}

.spacer {
  padding: 1rem;
}

#left-nav .menu.vertical>li {
  max-width: 150px;
  font-size: 12px;
}

#left-nav .menu.vertical>li.active {
  max-width: 167px;
}

/*header start*/

.header-logo-image {
  margin-top: 20px;
}

#header-logo-bar .header-logo-image a {
  display: block;
  margin: 0 auto;
}

#header-logo-bar .header-logo-image a.logo-img {
  margin: 0 0 0 1.75em;
}

/*header end*/

/* Main Content Styles Start Here */

#page-container {
  position: relative;
  /*min-height: 100vh;*/
}

#content-wrap {
  border: 1px solid red;
}

.main-content {}

.main-content a {
  color: #7db6e3;
}

.main-content a:hover, .main-content a:focus {
  color: #005580;
  text-decoration: underline;
}

.main-content-home p {
  font-size: 1.15em;
}

.style-italic {
  font-style: italic;
}

.columns-left {
  max-width: 191px;
  padding-right: 0;
  padding-top: 2em;
}

.large-10.columns-right {
  max-width: 80%;
  padding: 0em 2.75em 2.5em 0em;
  position: relative;
  min-height: 400px;
}

.large-10.columns-right:before {
  content: "";
  position: absolute;
  width: 812px;
  height: 100%;
  top: -15px;
  right: 15px;
  border: 1px solid #7db6e3;
  border-top: 0;
  border-radius: 0px 0px 10px 10px;
  z-index: -1;
}

.large-10.columns-right .main-content {
  padding: 1em;
  position: relative;
}

.highlight {
  padding: 0;
}

.highlight-container {
  border: 1px solid #dddedf;
  margin: 1em 0 0 0;
  min-height: 230px;
}

.highlight-container ul li:first-child { border-bottom: 1px solid #DDDEDF !important; }

.highlight-container ul li:last-child { border-bottom: none; }

.highlight-container h2 {
  background-image: url(https://www.dentemax.com/content/dam/dentemax/images/image/highlightTitleBackground.png);
  background-repeat: repeat-x;
  font-size: 1.4em;
  color: #000;
  margin: 0;
  padding: 6px 15px;
  border-bottom: 1px solid #dddedf;
}

.highlight-container ul {
  margin: 1em 8px;
  padding: 0px 8px;
  clear: both;
  list-style: none;
}

.highlight-container ul li {
  font-size: 1em;
  line-height: 1.3em !important;
  margin: 0px 0px 15px 0px;
  width: 98%;
  color: #333;
  display: block;
  border-bottom: 1px solid #DDDEDF;
  padding-bottom: 10px;
}

.highlight-container ul li span.highlightDate {
  font-size: .9em;
  display: block;
  margin-top: 0.5em;
  text-align: left;
  color: #7db6e3;
}

/*footer start*/

#footer {
  position: relative;
  /*bottom: 0;
  height: 12rem;*/
  width: 100%;
  background: #404041;
}

body footer {
  color: #cfcfd0;
}

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

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

footer a, footer strong {
  color: #cfcfd0;
  padding: 0 10px;
}

footer a:hover, footer a:focus {
  color: #fff;
}

footer .row {}

footer {
  padding: 1.5em 0 1em 0;
}

footer .copyright {
  font-size: 0.8em;
}

footer .no-white-space_wrap {
  /*white-space: nowrap;*/
  padding-top: 0.75em;
  padding-right: 5em;
  line-height: 2;
  padding-top: 0.75em;
}

footer .no-white-space_wrap span:nth-child(8) {
  display: none;
}

footer .text-align-right {
  padding-bottom: 0.75em;
}

/*footer end*/

/*  ORBIT SLIDER */

ul.orbit-container {
  height: auto !important;
}

li.orbit-slide {
  max-height: none;
}

.orbit {
  max-width: 630px;
  margin: 0 auto;
  padding-top: 1.25em;
}

.orbit-content {
  background: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  font-size: 14px;
  padding: 10px;
  bottom: 0;
}

.orbit-content p {
  margin: 5px 0 0 0;
  color: #ffffff;
}

.orbit-content h3 {
  font-size: 16px;
  margin: 0;
  line-height: 1;
  font-weight: bold;
  color: #ffffff;
}

.orbit-content h3 a {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff !important;
}

.orbit-content h3 a:hover, .orbit-content h3 a:focus {
  text-decoration: underline !important;
  color: #fff !important;
}

.orbit-content p a {
  font-weight: bold;
  color: #fff;
}

.orbit-content p a:hover, .orbit-content p a:focus {
  text-decoration: underline;
}

.orbit-previous, .orbit-next {
  width: 50px;
  height: 50px;
  font-size: 40px;
  line-height: 0;
  margin-top: -20px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  border-radius: 25px;
  opacity: 0.25;
}

.orbit-previous small, .orbit-next small {
  font-size: 50px;
  position: relative;
  left: -2px;
  top: -3px;
}

.orbit-previous {
  left: 15px;
}

.orbit-next {
  right: 15px;
}

.orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
  background: #000;
  opacity: 1;
}

.orbit-bullets button {
  background-color: #ccc;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  padding: 0;
  cursor: pointer;
  border: none;
}

.orbit-bullets button:hover, .orbit-bullets button:focus, {
  background-color: #ccc;
}

.orbit-bullets button.is-active {
  background-color: #7db6e3;
}

/* ACCORDION STYLES START HERE */

.accordion-container {
  width: 100%;
  padding: 1em 0 0 1em;
}

.accordion {
  width: 90%;
}

.accordion li .accordion-title::before {
  content: "";
  width: 18px;
  height: 18px;
  left: 0.5rem;
  top: 5px;
  margin-top: 0;
  background: url(https://www.dentemax.com/content/dam/dentemax/images/icons/search_more.gif) no-repeat center center;
}

.accordion li.is-active>.accordion-title::before {
  background: url(https://www.dentemax.com/content/dam/dentemax/images/icons/search_less.gif) no-repeat center center;
}

.accordion .accordion-item>a {
  background: #EEE;
  clear: both;
  font-size: 1em;
  color: #000;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-weight: bold;
  /* height: 32px; */
  line-height: 32px;
  margin: 0 0 10px 0;
  padding: 0 10px 0 32px;
}

.accordion-content {
  padding: 1.25rem 2rem;
  position: relative;
  border: none;
}

.accordion-content .accordion {
  width: 100%;
}

.accordion-content .accordion .accordion-item .accordion-content {
  padding: 0.5rem 1.2rem;
}

.accordion-content .accordion .accordion-item .accordion-content p {
  font-size: 1.15em;
  line-height: 1.2em;
  color: #000;
}

.accordion-content .accordion .accordion-item .accordion-content p img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

:last-child>.accordion-content:last-child {
  border: none;
}

/* ACCORDION STYLES END HERE */

/* ERROR PAGE STYLES START HERE */

.error-image {
  text-align: center;
}

.error-container h1 {
  color: #005587;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 1rem;
  padding: 0.5em 0 0.5em;
  text-align: center;
}

.error-container p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 0 1.5rem;
}

.error-container ul {
  text-align: left;
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.error-container ul li {
  list-style: disc;
  margin: 0 0 0.6rem 1.2rem;
  font-size: 1rem;
}

.error-container a.button {
  font-size: 1rem;
  background-color: #7db6e3 !important;
  color: white !important;
  border-radius: 2px;
  max-width: 287px;
  font-weight: normal;
  padding: 0.75rem 5.325rem;
  letter-spacing: .05em;
  margin: 0 auto;
  display: block;
}

.error-container a.button:hover, .error-container a.button:focus {
  background-color: #003D61 !important;
  color: white !important;
}

/* Profile Page Styles */
.profile-description {
	margin-bottom: 1.5em;
}

.profile-image img {
  margin-bottom: 1em;
  margin-top: 0.5em;
}

.profile-description a{
	display: block;
}

.profile-description h2 {
  font-size: 1.4em;
  line-height: 1em;
  color: #7db6e3;
  border-bottom: 0px;
  font-weight: normal;
  margin: 5px 0px 10px 0px;
}

.profile-description h4 {
  font-size: 1.25em;
  color: #7db6e3;
  font-style: italic;
  font-weight: normal;
  margin: 0px 0px 10px 0px;
}

.profile-description h5{
	font-size: 0.95em;
	font-style: italic;
}

/* Resources Page Styles */

.resources-container h3 {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1em;
}

.button {
  font-size: 0.85em;
  margin: 3px 0px 20px 0px;
  border: 0px;
  border-radius: 6px;
  background-color: #63656b;
  color: #fff !important;
}

.button:hover, .button:focus {
  background-color: #63656b;
  text-decoration: underline;
}

/* CTA homepage button */

.home-button {
  display: block;
  height: 50px;
  width: 300px;
  font-size: 1rem;
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 6px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2rem;
  text-align: center;
  padding: 0.85rem;
  margin: 1rem 0;
}

.home-button:hover {
  color: #fff;
  background-color: #63656b;
  border-color: #63656B;
}
.home-button:focus {
  color: #fff;
  background-color: #3A3A3B;
  border-color: #3A3A3B;
}


.image-container {}

.image-container-wellness { min-height: 152px; padding: 1em 0; border-bottom: 1px solid #ccc;}
.image-container-wellness h2 { font-size: 1.6em; font-weight: bold; color: #000; }
.image-container-wellness .image-float-left img { margin-bottom: 30px;}


.large-6:nth-last-child(2):nth-child(even) .image-container-wellness{
	border-bottom: none;
}
.large-6:nth-child(odd):last-child .image-container-wellness {
	border-bottom: none;
}

.image-float-left {
	float: left;
    margin-right: 3.5em;
    /*margin-bottom: 1em;*/
}

.image-float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 8px;
}

.image-float-center img {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 639px) {
  .testimonials-container {
    margin: 1em 0 0 0;
  }
  .testimonials {
    margin: 0;
  }
  .error-container {
    text-align: -webkit-center;
    margin: 13px;
  }
  .intentText {
    padding-left: 1.5em;
  }
  .contact-us-form .control input, .contact-us-form .control textarea {
    flex: 0 0 calc(100% - 110px);
  }
}

/* ERROR PAGE STYLES END HERE */

/*GLOSSARY PAGE STYLES START HERE */

.glossaryNav {
	border-radius: 4px !important;
    background-color: #eee;
    padding: 5px;
    margin: 20px auto;
    width: 100%;
}

.glossaryNav a {
	padding: 2px 6px;
	display: inline-block;
}

/*NEWS ARCHIVE PAGE STYLES START HERE*/
.newsRoom-container-interior .newsRoomContent {
	border: none !important;
	padding: 2em;
}

.newsRoom-container-interior .newsRoomContent .newsRoomEntry .calendarEvent h4 {
	font-size: 1.25em;
}

.newsRoom-container-interior .newsRoomContent .newsRoomEntry {
	margin: 0 0 1.5em 0;
	padding: 0 0 1em 0;
	border-bottom: 1px solid #eee;
}

.newsRoom-container-interior .newsRoomContent .newsRoomEntry .calendarEvent {
	width: 85%;
	margin-left: 2.5em;
}

/*FIND A DENTIST STYLES START HERE */

.dentist-search-inner .search_zip, .dentist-search-inner .search_state {
    padding: 20px 15px 5px 15px;
    background-color: #efefef;
    max-width: 400px;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}

.dentist-search-inner .form-control {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
}

.dentist-search-inner .form-control label {
    flex: 0 0 30%;
}

.dentist-search-inner .form-control input, .dentist-search-inner .form-control select {
    height: auto;
    padding: 6px 8px;
    flex: 0 0 70%;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-top-style: solid;
    border-top-width: 1px;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
    -o-transition: border linear 0.2s, box-shadow linear 0.2s;
    transition: border linear 0.2s, box-shadow linear 0.2s;
}

.dentist-search-inner button{
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    background-color: #7db6e3;
    color: white;
}

.dentist-search-inner .members-searchLink {top: auto;}

/* phones */

@media screen and (max-width: 760px) {
  #header-logo-bar .header-logo-image a.logo-img {
    margin: 0 auto;
  }
  .top-nav-right {
    display: none;
  }
  .columns-left {
	  padding: 0;
  }
  ul.breadcrumbs {
	  padding: 0em 0px 1em 0em !important;
  }
  .orbit {
    padding: 0 0.5em;
  }
  .network-container {
    margin: 2em auto 0 auto;
    display: table;
  }
  .orbit-content {
    background: rgba(0, 0, 0, 1);
    position: relative;
  }
  .orbit-bullets button {
    width: 20px;
    height: 20px;
  }
  .newsRoom-container-interior .newsRoomContent {
	padding: 0;
  }
  .newsRoom-container-interior .newsRoomContent .newsRoomEntry .calendarEvent {
	width: 77.5%;
    margin-left: 1em;
  }
  footer {
    font-size: 12px;
  }
  .text-align-right {
    text-align: left;
  }
  .image-float-right {
    float: none;
    margin: 10px auto;
  }
  .image-float-right img {
    margin: 0 auto;
    display: block;
  }
  footer a, footer strong {
    padding: 0 2px;
  }
  footer .no-white-space_wrap {
    padding-right: 0;
    padding-bottom: 1em;
  }
  footer .no-white-space_wrap span:nth-child(8) {
    display: inline-block;
  }
}
.contact-us-form .control select {
    flex: 0 0 calc(80% - 110px);
    margin: 0;
    height: auto;
    width: 100%;
    padding: 5px auto 5px auto;
    margin-bottom: 20px;
    border-radius: 2px;
}
.contact-dentemax .control button {
    background-color: #7db6e3;
    color: white;
    padding: 4px 12px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}
.contact-dentemax .control button:hover, .modal-close-btn:hover {
    color: #ccc;
}
@media screen and (max-width: 639px){
  .contact-us-form .control input, .contact-us-form .control textarea, .contact-us-form .control select {
    flex: 0 0 calc(100% - 110px);
  }
}

/*PAGINATION STYLES HERE */
.pagination-container{
  text-align: center;
}
.pagination {
  display: inline-block;
  margin-bottom: 0 !important;
}
.pagination li {
  border-radius: 0;
}
.pagination a {
  color: #333;
}
.pagination .current {
  background-color: #7db6e3;
}

.search-results {
  margin: 1rem;
}
.results-form {
  background-color: #eee;
  border-radius: 4px;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
.search-results .accordion {
  width: 100%;
}
.result-block {
  border-bottom: 1px solid #eee;
  margin-bottom: 1rem;
}

.contact-us-form .control button:disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

.contact-us-form .required {
  color: red;
}

.contact-us-form .moreinfo {
  background-color: #f9f7f7;
  font-size: 1em;
  padding: 1em;
  margin: 1em 0;
  border: 1px solid #7db6e3;
}

.contact-us-form .terms-of-service {
  width: 100%;
  height: 200px;
  overflow-y:scroll;
  overflow-x: hidden;
  padding: 1em;
  background-color: #efefef;
}

.contact-form-failure-modal h3 {
  color: #e10000;
}

.contact-dentemax .control button {
  background-color: #7db6e3;
  color: white;
}
