html {
    position: relative;
    min-height: 100%;
}

body {
    line-height: 1.5;
    color: black;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    background-color: #fff;
    background-attachment: fixed;
    margin-bottom: 150px;
}

.body-mini {
    margin-bottom: 0;
}

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

h5 {
    font-weight: 600;
}

.s1 {
    color: #000;
}

/* nav color
.header-nav .header-nav-wrapper.scroll-to-fixed-fixed.scroll-to-fixed-fixed {
	background-color: #009F9B;	
}
*/

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: searchfield-cancel-button;
}
.navbar-dm {
    margin-bottom: 0;
    border-radius: 0;
    padding-top: 5px;
}

.navbar-dm .navbar-brand {
    padding: 5px 0 0 15px;
}

.navbar-brand {
  margin: 0px auto !important;
}

.navbar-dm .navbar-toggle .icon-bar {
    background: #fff;
    height: 4px;
}

.navbar-dm .navbar-brand img {
    max-height: 40px;
    width: 70vw;
    max-width: 320px;
}

.navbar-dm .nav > li {
    text-align: left;
}

.navbar-dm .nav > li > a:focus,
.navbar-dm .nav > li > a:hover,
.navbar-dm .nav .open > a,
.navbar-dm .nav .open > a:focus,
.navbar-dm .nav .open > a:hover {
    color: #fff;
    border-radius: 30px;
}

.navbar-dm li a {
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px;
    font-weight: 600;
    transition: all 250ms;
}

.navbar-dm li a.top-level {
    text-transform: uppercase;
}

.navbar-dm li a.username {
    text-transform: none;
}

.navbar-dm li a.store {
    color: #009F9B;
}


.navbar-dm .dropdown-menu > li > a,
.navbar-dm .list-unstyled > li > a {
    font-size: 14px;
}


.navbar-dm .list-unstyled > li > a {
    padding: 0px 0px 0px 5px;
}


.navbar-dm li.mega {
    position: static;
}

.navbar-dm .dropdown-content {
    position: absolute;
    width: 100%;
    left: 0;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 999;
    margin: 0 20px 0 20px;
    padding: 20px;
}

.navbar {
  min-height: 60px;
}

.carousel-inner img {
    margin: auto;
}

.carousel-indicators {
    display: none;
}

div#banner-carousel {
  padding-top: 0;
  padding-bottom: 20px;
}

footer {
    margin-top: 20px;
    bottom: 0;
    width: 100%;
    color: #808080;
    padding: 20px 0 40px 0;
    position: absolute;
    margin-bottom: -200px;
}

.footer-mini {
    height: 87px;
}

footer h2 {
    margin: 0;
    padding: 0;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

.region-text {
    left: 306px;
    position: absolute;
    top: 34px;
    white-space: nowrap;
    font-size: 16px;
}

.pricing-info {
    min-height: 120px;
}

.table-pricing td {
    width: 25%;
    text-align: center;
}

.table-pricing td.selected {
    background-color: #009F9B;
    color: #fff !important;
}

.table-pricing td.selected h3 {
    color: #fff !important;
    font-size: 24px;
}

.table-pricing td.selected h5 {
    color: #fff !important;
}

.team .content ul {
    list-style: disc;
    margin-left: 15px;
    text-align: left;
}

ul.bullets {
    list-style: disc;
    margin-left: 15px;
    text-align: left;
}

ul.bullets > li > a {
    text-decoration: underline;
}

.dmobject-box {
    position: relative;
    min-height: 260px;
    text-align: center;
    box-shadow: 4px 4px 10px 1px rgba(0, 159, 155, 0.08);
    /* display: flex;
    flex-direction: column;
     */
    max-height: 260px;
    height: 260px;
}

.dmobject-box-footer {
    position: absolute;
    bottom: 5px;
    right: 5px;
    display: inline-block;
}

.dmobject-box img {
    max-height: 160px;
}

.dmobject-box.video {
    max-width: 520px;
    margin-bottom: 30px;
}

.dmobject-box.company {
    padding: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.dmobject-box.company:hover {
    box-shadow: 4px 4px 10px 1px rgba(0, 159, 155, 0.50);
}

.dmobject-box-wide {
    min-height: 60px;
    box-shadow: 4px 4px 10px 1px rgba(0, 0, 0, 0.08);
    padding: 10px 5px 10px 5px;
    margin-bottom: 20px;

}

.post-title {
    line-height: 1.0;
}

.widget .widget-title {
    margin-bottom: 10px;
}

#videoModal .modal-content {
    background-color: #000;
}

#videoModal .modal-header h3 {
    color: #fff;
}

#videoModal .modal-footer {
    color: #fff;
    text-align: left;
}

#videoModal .rating {
    color: yellow;
    font-size: 14pt;
}

span.stars, span.stars span {
    display: block;
    background: url('/portal/resources/img/stars.png') 0 -16px repeat-x;
    width: 80px;
    height: 16px;
}

span.stars span {
    background-position: 0 0;
}

.icon-box .icon {
    float: left;
    margin-right: 20px;
}

.badge-facet {
    background-color: #009F9B;
    color: #fff;
    padding: 5px;
    margin-right: 5px;
}

.badge-facet:hover, .badge-selected, .facet_selected {
    background-color: #FF5501;
    color: #fff;
}

.badge-facet a {
    color: #fff;
}

.widgetObject {
    height: auto;
    border: solid 1px #ccc;
    border-radius: 10px;
    padding: 10px;
    -webkit-box-shadow: 5px 5px 14px -8px rgba(0,159,155,0.99);
    box-shadow: 5px 5px 14px -8px rgba(0,159,155,0.99);
}

.widgetObject:hover {
    border: solid 1px #009F9B;
}

.widgetObject .entry-header {
    height: auto;
    text-align: center;
}

.widgetObject .entry-content {
    text-align: center;
}

.widgetImage {
    max-height: 200px;
    max-width: 200px;
}

.widgetImageVideo {
    max-height: 200px;
    max-width: 200px;
    min-width: 200px;
}

.widgetObject.COMPANY {
    min-height: 90px;
    max-height: 150px;
}

.widgetObject.COMPANY .entry-header {
    min-height: 70px;
    max-height: 130px;
}

.widgetObject.COMPANY .widgetImage {
    max-height: 130px;
}

.widget {
  margin: 0px auto !important;
  padding: 0px;
}

.resultObject {
    margin-bottom: 1.0em;
}

.objectTitle {
    font-size: 16px;
}

.objectTitle a {
    color: #009f9b;
}

.objectLogo img {
    box-shadow: 4px 4px 10px 2px rgba(0, 0, 0, 0.1);
}

.objectIcon {
    color: #000;
}

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

.scrollable {
    height: 100vh;        /* Full viewport height */
    overflow-y: auto;
}

/**** databse specific icon colors *****/
.ime, .tba {
    /*
    background-color: #009F9B;
    color: #fff;
    */
    color: #009F9B;
}

.evd, .ebm {
    /*
    background-color: #005293;
    color: #fff;
    */
    color: #005293;
}

.objectDescription {
    font-size: 12px;
    font-style: italic;
}

.objectNotes {
    font-size: 13px;
    margin-top: 5px;
}

.objectImage {
    float: left;
    padding: 20px;
    max-width: 250px;
}

.thumb100 {
    max-width: 100px;
    max-height: 100px;
}

.thumb30 {
    max-width: 30px;
    max-height: 30px;
}

.description p {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    line-height: 1.5;
}

.mydm {
    margin-bottom: 10px;
}
/*
.left-pane, .right-pane, .more-info-pane {
    overflow: auto;
    min-height: 90vh;
}
*/
.left-pane {
    border-right: solid 1px #e4f0e5;
    padding-left: 0;
}

.more-info-pane {
    border-left: solid 1px #e4f0e5;
    margin-right:0;
    padding-right:0;
    /*
    position: fixed;
    right: 0;
     */
}
/*
.more-info-pane .toc {
    position: fixed;
    top: 80px;
}
*/
.more-info-pane ul {
    list-style: circle;
    margin: 0 0 0 10px;
    padding: 0 5px 0 5px;
}

/***** Tree view *****/
.angular-ui-tree-empty {
    background-color: #fff;
    border: 0px;
}

.dm-tree .angular-ui-tree-nodes .angular-ui-tree-nodes {
    padding-left: 10px;
}

.angular-ui-tree.dm-tree a {
    font-size: 14px;
    cursor: pointer;
    line-height: 1.5;
    /*white-space: nowrap;*/
}

.angular-ui-tree.dm-tree a:hover,
.angular-ui-tree.dm-tree a.folder:hover,
.angular-ui-tree.dm-tree a.branch:hover,
.angular-ui-tree.dm-tree a.leaf:hover {
    color: #48CFAD;
}

.angular-ui-tree.dm-tree a.folder, .angular-ui-tree.dm-tree a.branch {
    color: #009F9B;
}

.angular-ui-tree.dm-tree a.leaf {
    color: #000;
    font-size: 12px;
    padding-bottom: 3px;
    line-height: 1.5;
}

.angular-ui-tree.dm-tree a.leaf::before {
    content: "\2022";
    padding-right: 10px;
}

/* Browsing */
#browse .db {
    font-size: 14px;
    cursor: pointer;
    line-height: 1.8;
}

#browse .search-result, #browse .search-result td.resultObject {
    font-size: 14px;
    color: #000;
    padding-bottom: 3px;
    cursor: pointer;
    line-height: 1.5;

}

#browse .search-result td.resultObject .objectTitle {
    font-size: 14px;
    font-weight: 600;
}

#browse .branch, #browse .leaf {
    color: #000;
    font-size: 14px;
    padding-bottom: 3px;
    cursor: pointer;
    line-height: 1.5;
}

#browse .search-result a {
    text-decoration: none;
    color: #000;
}

#browse .search-result td.icon-column {
    padding-right: 0;
    vertical-align: middle;
    width: 30px;
}


#browse .search-result .article-icon {
    max-width: 25px;
}

/***** Tab *****/
.tab-content {
    padding: 10px;
}

.infoTab h5 {
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 20px;
}

.nav-tabs > li > a {
    font-size: 14px;
    font-weight: 600 !important;
    /* color: black !important; */
}

.widget-company ul {
    list-style: disc;
    margin-left: 15px;
}

.widget-company ul li {
    margin-bottom: 0;
    padding-bottom: 5px;
}

li a {
    color: #444;
}

li a:hover {
    color: #48CFAD;
}

img.product-logo {
    max-width: 300px;
}

.height-100 {
    height: 100px;
}

.height-120 {
    height: 120px;
}

.height-150 {
    height: 150px;
}

/***** News page ****/
#dmnews .title {
    font-size: 100%;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.2;
}
#dmnews .meta {
    font-size: 80%;
    font-style: italic;
    color: #333;
    /*

    padding-bottom: 1em;
    border-bottom: solid 1px #ececec;
    padding-left: 1em;
     */
}

#dmnews .content {
    margin: 2em 1em 1em;
    font-size: larger;
}
#dmnews .content a {
    color: #009F9B;
    text-decoration: none;
}

#dmnews .content a:hover {
    text-decoration: underline;
}

#dmnews .content img {
    max-width: 100%;
    padding-bottom: 1em;
    padding-right: 1em;
}

#dmnews .content ul, ol {
    list-style: disc;
    margin-left: 1.5em;
    padding: 0;
}

#dmnews .newsItem {
    border-bottom: solid 1px #ececec;
    padding: 5px;
}
#dmnews .newsIem a:hover {
    color: #009F9B;
}

#dmnews .newsItem a {
    color: #000;
}

#dmnews .newsTitle {
    margin-bottom: 0px;
}


/**** News modal ****/
#newsModal h2 {
    line-height: 1.2;
    margin-bottom: 10px;
}

#newsModal p {
    margin: 0px;
}

#newsModal img {
    margin: 10px;
}

.hbspt-form {
    border: solid 1px #ececec;
    padding: 20px;
    overflow: auto;
}

.hbspt-form > form {
  width: auto !important;
}

/**** DTI registration *****/
.dti-registration {
    font-family: 'Arsenal', 'Open Sans';
    font-size: 24px;
}

.dti-registration .dti-subscription-form {
    background-color: #009F9B;
    padding-top: 20px;
    color: #fff;
}
.dti-registration .form-control, .dti-registration .checkbox {
    font-size: inherit;
}

.dti-registration input[type=checkbox] {
    transform: scale(2);
    margin-top: 15px;
    margin-left: 10px;
}
.dti-registration label {
    line-height: 1.3;
}
.dti-subscription-form .info, .dti-subscription-form .error-msg {
    font-size: x-large;
}
.dti-subscription-form .btn {
    font-size: xx-large;
}

/**** Subscription ****/
.badge-paid {
    background-color: #0F9E5E;
}

.badge-uncollectible {
    background-color: #F86868;
}

.badge-open {
    background-color: #a6d2fa;
}

.badge-void {
    background-color: #ececec;
}

.badge-draft {
    background-color: #ececec;
}

.badge-trialing {
    background-color: #009F9B;
}

.badge-active {
    background-color: #0F9E5E;
}

.badge-incomplete_expired, .badge-past_due, .badge-canceled , .badge-unpaid  {
    background-color: #F86868;
}

/* UI updates */
section > .container {
  min-height: calc(100vh - 60px - 110px - 90px);
}
#page-top > .container {
  min-height: calc(100vh - 60px - 110px - 85px);
}
.row {
  margin: 0px auto !important;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.column {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container {
  padding: 0px;
  margin: 0px auto;
  width: 100%;
}
.some-container {
  padding: 30px 0px !important;
  display: none;
}
.some-button {
  padding: 0px 4vw;
}
.search-form {
  padding: 0px 15px;
  margin: 20px auto;
  width: 80vw;
  box-sizing: content-box;
}
#db-services {
    width: 80vw;
    float: none;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: content-box;
}

.db-article {
  height: auto;
  width: calc(100% / 6);
  /* padding: 15px 15px 15px 0px; */
}
.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
  min-width: 100%;
  max-width: 100%;
}
.col-md-12 {
  padding: 0px;
}
.entry-title.text-uppercase {
  margin-top: 0px !important;
}
.post-thumb > img {
  max-width: 110px;
  min-width: 110px;
  min-height: 110px;
  display: flex;
  filter: drop-shadow(2px 4px 6px black);
  transition: all 200ms ease-in-out;
}
.post-thumb > img:hover {
  filter: unset;
}
/*
a.post-thumb::after {
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background: #009f9b;
  margin-top: 30px;
  border-radius: 30px;
  transition: all 200ms ease-in-out;
}
a.post-thumb:hover::after {
  width: 0%;
}
 */
section .row > .col-md-12 {
  width: 100%;
}
.db-news {
  margin: 0px auto;
  width: 80%;
  padding: 0px;
}
.list-news {
  display: flex;
  flex-wrap: wrap;
}
div.search-form > form > div.input-group > ul.dropdown-menu {
  min-width: 100%;
  max-width: 100%;
}
div.search-form > form > div.input-group > ul.dropdown-menu > li > a {
  white-space: normal;
}
.nav.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 15px;
}
#search-tabs > div {
  padding: 0px 15px;
  width: 80vw;
  margin: 0px auto;
  box-sizing: content-box;
}
/*
.tab-content {
  margin: 15px 0px;
  padding: 0px;
}
 */
.welcome {
  display: flex;
  flex-direction: column;
}
.welcome-image {
  width: 40%;
  height: 300px;
  display: flex;
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.welcome-text {
  width: 100%;
}
.welcome-text img {
    float:left;
    margin-right: 45px
}
/*
table {
  display: flex;
  flex-direction: column;
}

tr {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

td.resultObject {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
td.resultObject > div {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  width: 100%;
}
td.resultObject > div > a {
  word-break: break-word;
}
 */
#article {
  margin-bottom: 15px;
}

.angular-ui-tree-node {
  padding: 12px 4px;
}
.fa-folder, .fa-folder-open {
  padding-right: 5px;
}
#tree-root > ol > .angular-ui-tree-node {
  border-bottom: 1px solid #ccc;
}
#hide-browse {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
/*
.left-pane {
  width: 450px;
}
 */
.browsedb {
  float: right;
}
.right-pane {
  padding-left: 15px !important;
}
#read-more-btns > div {
  padding: 5px 0px;
}
article table th, article table td {
  border: none;
}
.btn-flat {
  width: 100%;
}
.btn-xl {
  margin: 5px;
}

.table-pricing > tbody > tr > td:first-child {
  text-align: left;
}
#lightbox {
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  transition: all 250ms;
}
#img-lightbox {
  width: 100%;
  height: 80vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 15px;
}
#lightbox-close {
  width: 80%;
  display: flex;
  justify-content: flex-end;
  margin-top: 10vh;
  color: white;
  font-size: 1.6em;
}
#lightbox-close-btn {
  cursor: pointer;
}
table.dmresult > tbody > tr {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.dti-registration-wp > .wp-block-image {
  text-align: center;
}
.dti-subs-form {
  width: 100%;
  max-width: 1200px;
  margin: 0px auto;
  padding: 15px;
}
#WP-page {
  max-width: 1024px;
  margin: 0px auto;
  padding: 0px 15px;
}
.wp-title {
  margin: 0px auto;
}
h1, .h1 {
  font-weight: 600;
}
article table tbody {
  overflow-y: auto;
}
article table tr {
  display: table-row;
}
article table {
  display: table;
}
a.a.figure {
  margin: 0px;
  margin-right: 5px;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #009f9b;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#loader {
  width: 100vw;
  height: 100vh;
  position: fixed;
  background: white;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dropdown-menu.dropdown-content {
  margin: 0px auto;
}
.title-icon {
  display: flex;
  justify-content: center;
  padding-bottom: 15px;
}
.title-icon::before, .title-icon::after {
  content: "";
  display: block;
  height: 5px;
  min-width: 15vw;
  background: linear-gradient(to right, rgba(240, 240, 240, 0), #00bda5);
}
.title-icon::after {
  background: linear-gradient(to left, rgba(240, 240, 240, 0), #00bda5);
}
#wp-nav {
  display: flex;
  flex-direction: row;
}
#wp-nav[style*='display: block'] {
  display: flex !important;
}
#wp-nav-toggle {
  display: none;
  color: #009f9b;
  font-weight: 600;
  align-items: center;
}
.wp-a {
  color: black;
  padding: 12px 20px;
  background: rgba(0, 159, 155, 0.08);
  font-weight: 600;
}
.wp-a.active {
  background: #009f9b !important;
  color: white;
}
.wp-a:hover {
  background: #00bda5;
  color: white;
  transition: all 250ms;
}
.article-feedback {
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 15px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
#product-info {
  max-width: 80vw;
  margin: 0px auto;
}
.smcx-embed {
  max-width: 100% !important;
  height: 800px !important;
}
.smcx-iframe-container {
  max-width: 100% !important;
  height: 100% !important;
}
#about-us-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 15px;
  column-gap: 60px;
}
.company-feature {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.company-feature > .icon {
  background-color: #009f9b;
  border-radius: 100%;
  padding: 20px;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company-feature > div > .title-icon::before, .company-feature > div > .title-icon::after {
  min-width: 10% !important;
  height: 4px;
}
#company-page {
  max-width: 80vw;
  margin: 0px auto;
  padding: 0px 15px;
}
#welcome-container {
  display: block;
}

#welcome-container img {
    float: left;
    margin-right: 20px;
}

.pricing-buttons {
  max-width: 1200px;
}
.round-btn-left {
  padding: 18px 48px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-right: none;
}
.round-btn-right {
  padding: 18px 48px;
  border-radius: 30px;
  font-weight: 600;
  margin: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  display: inline-flex;
  background: #eee;
  border-left: none;
}
.pricing-off {
  position: absolute;
  font-weight: 800;
  margin-top: 30px;
  background: #009f9b;
  padding: 5px 5px;
  font-size: 0.8em;
  color: white;
  margin-left: 7px;
  background: red;
}
#pricing-plans {
  padding-bottom: 60px;
  justify-content: center;
}
.pricing-plan {
    position: relative;
  width: 25%;
  max-width: 480px;
  padding: 80px 0;
  box-shadow: 0 0 24px 0 black;
  margin: 30px;
  padding-top: 0;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  font-size: .8em;
  border-radius: 30px;
}

.pricing-plan:hover {
  /* background-color: #009f9b; */
    box-shadow: 0px 0px 24px 0px #009f9b;

}

.pricing-billing {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0px auto;
  margin-bottom: 30px;
  background: #009f9b;
  padding-bottom: 20px;
  padding-top: 20px;
  color: white;
}
.pricing-billing > h5 {
  color: white;
}
.pricing-price {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5em;
  font-weight: 600;
}
.pricing-button {
    overflow-y: hidden;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #009f9b;
    justify-content: center;
    text-align: center;
    padding: 15px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.pricing-btn {
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin-left:auto;
    margin-right:auto;
    color: white;
    font-size: 1.5em;
    font-weight: 500;
    text-transform: uppercase;
}
.pricing-btn:hover {
    color: #FFFFFF;
}
.pricing-feature {
  font-size: 1.8em;
  margin: 0px auto;
  padding: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
    text-align: center;
}
.pricing-feature::after {
  content: "";
  display: block;
  height: 1px;
  width: 30px;
  background: #009f9b;
  border-radius: 30px;
  margin-top: 10px;
}
.toc-btn {
  display: none;
  position: fixed;
  right: 15px;
  font-size: 1.8em;
  background: #009f9b;
  padding: 10px;
  border: 1px solid;
  z-index: 999;
  color: white;
}
.fa-times.toc-btn {
  display: none;
}
.db-article > article {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
a.post-thumb {
  width: 150px;
  margin: 0px auto !important;
}
#specialty-menu {
  width: 80%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
  font-size: .8em;
  border-right: 1px solid #e4f0e5;
  padding: 40px;
  box-sizing: content-box;
}
#hs_show_banner_button {
  position: absolute;
  right: 0;
  margin-top: -100px;
}
.loader2,
.loader2:before,
.loader2:after {
  background: #009f9b;
  -webkit-animation: load2 1s infinite ease-in-out;
  animation: load2 1s infinite ease-in-out;
  width: 1em;
  height: 4em;
}
.loader2 {
  color: #009f9b;
  text-indent: -9999em;
  margin: 88px auto;
  position: relative;
  font-size: 11px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  position: absolute;
  right: 50%;
}
.loader2:before,
.loader2:after {
  position: absolute;
  top: 0;
  content: '';
}
.loader2:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader2:after {
  left: 1.5em;
}
@-webkit-keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
@keyframes load2 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 4em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 5em;
  }
}
.specialty-article {
  padding: 10px 15px;
  cursor: pointer;
  transition: all 250ms ease-in-out;
}
.specialty-article:hover {
  background: #009f9b;
}
.specialty-article:hover > a {
  color: white;
}
.specialty-section {
  display: none;
  grid-template-columns: 1fr;
}
.some-icon {
  color: #009f9b;
  font-size: 1.2em;
  transition: all 250ms ease-in-out;
}
.some-icon:hover {
  color: black;
}
.specialty-article > a {
  color: black;
}
#big-logo {
  width: 100%;
  height: 80px;
  background-image: url('https://content.dentalmammoth.com/wp-content/uploads/2021/10/DM_logo_text_gr_CMYK_vector.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  margin-top: 60px;
}
#get-started {
  display: none;
  width: 100%;
  justify-content: center;
}
#get-started > a {
  transition: all 200ms ease-in-out;
  filter: drop-shadow(0px 8px 2px gray);
  padding: 20px 0px;
  font-size: 1.2em;
  background-color: #009F9B !important;
  max-width: 80%;
  width: 350px;
}
#get-started > a:hover {
  filter: initial !important;
}
#landing {
  /* min-height: calc(100vh - 60px); */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* max-height: calc(100vh - 60px); */
}
#specialty-menu > div > h3 {
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  width: 100%;
  justify-content: space-between;
  font-weight: 400;
  margin: 0px;
  padding: 15px;
}
#specialty-menu > div > h3:hover {
  background-color: #009f9b;
  color: white;
}
.specialty-dd {
  background-image: url('https://content.dentalmammoth.com/wp-content/uploads/2021/11/arrow_down.svg');
  width: 40px;
  height: 40px;
  background-position: center;
  transition: all 250ms ease-in-out;
}
.show-specialty > h3 > .specialty-dd {
  transform: rotate(180deg);
}
.show-specialty > .specialty-section {
  display: grid !important;
}
#specialty-menu > div {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e4f0e5;
}
div#___gcse_0 {
  grid-column: 1 / 4;
}
.line-through {
  text-decoration: line-through;
}
.articles-length {
  background-color: #009f9b;
  color: white;
  border-radius: 6px;
  font-size: .8em;
  padding: 0em .8em;
  transition: all 250ms ease-in-out;
}
#specialty-container {
  display: grid;
  grid-template-columns: 1fr 3fr 30px;
  width: 100%;
  grid-column-gap: 30px;
}
.show-specialty > h3 {
  background: #009f9b;
  color: white;
}
.show-specialty > h3 > .articles-length {
  background-color: white;
  color: #009f9b;
}
#specialty-menu > div > h3:hover > .articles-length {
  background-color: white;
  color: #009f9b;
}
.active-article {
  background: #009f9b;
}
.active-article > a {
  color: white;
}
.youtube-video {
  height: 600px;
}
#product-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 30px;
  padding: 30px;
}
a.a {
  padding: 0px 5px;
}
article.widgetObject.PRODUCT, article.widgetObject.VIDEO, article.widgetObject.COMPANY {
  border: none;
  box-shadow: none;
}
.dmobject-image {
  width: 80%;
  height: 60%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0px auto;
}
.dmobject-title {
  height: 40%;
}

.mobile-banner {
    display: none;
    width: 100%;
    height: 70vh;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#mobile-banner {
  background-image: url('https://content.dentalmammoth.com/wp-content/uploads/2021/12/mobile_banner.jpg');
}

#mobile-banner-fi {
    background-image: url('https://content.dentalmammoth.com/wp-content/uploads/2023/08/dm_fi_mobile_banner.jpg');
}

.welcome-text h2 {
    margin-top: 0;
}

.password-icon {
    float: right;
    margin-right: 8px;
    margin-top: -30px;
    position: relative;
    cursor: pointer;
    z-index: 2;
}
