/*
Theme Name: Epic Pro
Theme URI: http://underscores.me/
Author: SmartSites
Author URI: http://www.smartsites.com/
Description: Custom Theme, One column, Two column, Three Column.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: epic-pro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Epic Pro is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	color: #58595b;
	min-width: 320px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
	-o-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
}
h2,h3,h4,h5,h6{
	margin-top: 0;
}
.h2,h2{
	font-size: 30px;
	color: #004c97;
	font-weight: 500;
	margin-bottom: 20px;
}
.h3,h3{
	font-size: 20px;
	color: #004c97;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code,
kbd,
pre,
samp {
	font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	font-size: 16px;
	line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
}
p {
	margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code,
kbd,
tt,
var {
	font-size: 15px;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark,
ins {
	background:transparent;
	text-decoration: none;
	padding: 0;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}
body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote,
q {
	quotes: "" "";
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul,
ol {
}
ul {
	list-style: none;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	line-height: 1;
	padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
	width: 100%;
}
select {
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}
textarea {
	width: 100%;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #004c97;
}
a:hover,
a:focus,
a:active {
	color: midnightblue;
	outline: 0;
}
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: inline-block;
	letter-spacing: 0;
	vertical-align: middle;
	width: 85%;
	text-align: right;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	display: inline-block;
	position: relative;
	margin-left: 35px;
	z-index: 9;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	color: #4f5f70;
	font-size: 20px;
	text-transform: uppercase !important;
	font-weight: 600;
	padding: 20px 0;
}
.main-navigation a:hover{
	color: #004c97;
}
.main-navigation .sub-menu {
	float: left;
	position: absolute;
	top: 60px;
	left: -999em;
	z-index: 99999;
	text-align: left;
	background-color: #2a363c;
	display: none;
}
.main-navigation li:hover>.sub-menu {
	display: block;
}
.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}
.main-navigation ul ul li:hover {
	background-color: #035287;
}
.main-navigation ul ul li a:hover {
	color: #fff;
}
.main-navigation ul ul a {
	width: 200px;
	color: #d9d9d9;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #303c44;
}
#site-navigation.main-navigation  mark.waterlase{
	text-transform: uppercase;
}
.main-navigation .sub-menu li:first-child{
	padding-top: 5px;
}
.main-navigation .sub-menu li:first-child:before{
	content: "\f0dd";
	position: absolute;
	top: -15px;
	display: inline-block;
	left: 30px;
	font: normal normal normal 25px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 4;
	color: #fff;
}
.main-navigation ul ul li {
	margin: 0;
	padding: 0 25px;
}
.main-navigation ul ul a:hover {
	border-color: transparent;
}
.main-navigation li:hover > a,
.main-navigation li.focus > a {
}
.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}
.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}
.main-navigation .sub-menu .sub-menu .sub-menu,
.main-navigation  .sub-menu .sub-menu li:first-child:before ,
.main-navigation li:hover .sub-menu .sub-menu {
	display: none;
}
.main-navigation li>.sub-menu>li:hover>.sub-menu {
	display: block;
}
.main-navigation  .sub-menu .sub-menu {
	top: 0;
}
.sticky .nav-bar .site-branding {
	max-width: 10%;
}
.sticky .main-navigation a {
	padding: 5px 0;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.sticky .main-navigation .sub-menu{
	top: 40px;
}
.sticky .main-navigation .sub-menu .sub-menu {
	top: 0;
}

/*SmartSites -- 05/20/2021 */
.clinical-tab-content .tab-content {
	  display: block;
    background: #fff;
    padding: 0;
}
/*=========================*/
/*Site Header */
/*=======================*/
.home #header {
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 10px 39px -4px rgba(0,0,0,0.17);
	-moz-box-shadow: 0 10px 39px -4px rgba(0,0,0,0.17);
	box-shadow: 0 10px 39px -4px rgba(0,0,0,0.17);
}
.top-header {
	background-color: #035287;
	color: #fff;
	letter-spacing: -4px;
	font-size: 0;
}
.top-header div,
.top-header a {
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 1.5;
}
.header-right,
.header-left {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	width: 70%;
}
.header-right {
	text-align: right;
	width: 30%;
}
.header-right div,
.header-left div {
	display: inline-block;
	vertical-align: middle;
}
.language-selector a {
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle img{
	display: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle{
	background: transparent;
	border: none;
	padding: 0;
}
.wpml-ls-legacy-dropdown .wpml-ls-sub-menu{
	width: 310px;
	border-top: 0;
	top: 30px;
	left: -10px;
}
.wpml-ls-legacy-dropdown {
	width: 120px;
}
#icl_lang_sel_widget-2 {
	margin-bottom: 0;
}
.wpml-ls-legacy-dropdown a:hover,
.wpml-ls-legacy-dropdown a:focus,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
	color: #fff;
	background: #003a74;
	text-decoration: none;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:active,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:focus,
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:hover{
	background: #035287;
	text-decoration: none;
}
.wpml-ls-legacy-dropdown a {
	background: #035287;
	border: none;
}
.store a {
	background-color: #003a74;
	padding: 10px;
	display: inline-block;
	font-size:14px;
	margin-left: 10px;
}
.store a .fa{
	margin-right: 5px;
}
.store a:hover{
	text-decoration: none;
	background: transparent;
}
.zip-search-form label,
.zip-search-form #wpsl-widget-form label {
	display: inline-block;
	width: auto;
	margin-right: 5px;
	font-weight: 600;
	margin-bottom: 0;
}
.search-form .search-field,
.zip-search-form input[type="text"],
.zip-search-form .form-control{
	background: transparent;
	border-radius: 0;
	border-color: #77a1be;
	height: 25px;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	padding: 0 20px 0 10px;
	max-width: 115px;
	display: inline-block;
}
.search-form .search-field:focus,
.zip-search-form .form-control:focus{
	color: #fff;
	outline:none;
}
.search-form .search-field{
	max-width: 240px;
	width: 240px;
}
#header input[type="search"]::-webkit-input-placeholder,
#header input[type="text"]::-webkit-input-placeholder{
	color: #77a1be;
}
#header input[type="search"]::-moz-placeholder,
#header  input[type="text"]::-moz-placeholder{
	color: #77a1be;
}
.zip-search-form .wpsl-search-widget,
.zip-search-form .form-group {
	margin: 0;
	position: relative;
}
.zip-search-form input[type="submit"],
.search-form .search-submit,
.zip-search-form button.btn-submit {
	position: absolute;
	right: 0;
	bottom: 2px;
	background: transparent url(images/icon-search.png) no-repeat center;
	border: none;
	padding: 0;
	width: 25px;
	height: 25px;
	font-size: 0;
}
.search-form .search-submit:hover,
.zip-search-form button.btn-submit:hover{
	opacity: 0.8;
}
.zip-search-form p {
	margin: 0;
}
.search-form form {
	position: relative;
}
.search-form .search-submit{
	bottom: 5px;
}
button:focus{
	outline:none;
}
.zip-search-form form {
	position: relative;
}
.language-selector .fa {
	font-weight: bold;
	font-size: 16px;
	display: inline-block;
	margin-left: 3px;
}
.language-selector {
	padding: 0 10px;
	margin: 0 10px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	padding-right: 0;
}
.top-header .header-left {
	font-weight: 600;
}
.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
	top: calc(50% - 9px);
	display: inline-block;
	font: normal normal normal 22px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	border: none;
	font-size: 16px;
	font-weight: bold;
}
a sup{
	display:inline-block;
	line-height:1.1em;
	text-decoration:none;
}
/*Logo Style*/
.site-branding {
	display: inline-block;
	width: 15%;
}
/*nav bar*/
.nav-bar {
	padding: 15px 0;
	font-size: 0;
	letter-spacing: -4px;
	position: relative;
	z-index: 9999;
}
/*Page Title and Breadcrumb*/
.title-bar {
	margin-bottom: 15px;
}
.title-style1 {
	font-size: 28px;
	text-transform: uppercase;
	font-weight: 400;
	margin: 0;
	color: #58595b;
}
.title-style2 {
	color: #004c97;
	margin: 0 0 3px 0;
	font-size: 30px;
}
.single .img-wrap {
	margin-bottom: 25px;
}
.single h4 {
	color: #58595b;
	font-weight: 600;
}
#secondary .socials li a:hover {
	color: #004c97;
}
.page-title {
	display: inline-block;
	text-align: left;
	width: 100%;
	letter-spacing: 0;
	vertical-align: middle;
}
.breadcrumbs-block {
	display: inline-block;
	text-align: right;
	width: 50%;
	font-size: 15px;
	letter-spacing: 0;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: middle;
}
.breadcrumbs-block a {
	color: #000;
}
.breadcrumbs-block>.breadcrumbs>span {
	color: #035287;
	padding: 0 5px;
}
.page-header.d-tc {
	letter-spacing: -4px;
	font-size: 0;
	background-color: #ffffff;
	padding: 50px 0 20px;
	margin: 0;
	border: 0;
}
/*=========================*/
/*End Of Site Header */
/*=======================*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
/*Search Page Styles */
.search .page-header {
	margin-top: 0;
}
.search .page-title {
	margin-top: 0;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}
/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}
.hentry {
	margin: 0 0 1.5em;
}
.updated:not(.published) {
	display: none;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.wp-caption-text {
	text-align: center;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33333%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66667%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28571%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11111%;
}
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Gutter Styles
--------------------------------------------------------------*/
.btm-margin1 {
	margin-bottom: 10px;
}
.btm-margin1-half {
	margin-bottom: 15px;
}
.btm-margin2 {
	margin-bottom: 20px;
}
.btm-margin3 {
	margin-bottom: 30px;
}
.btm-margin4 {
	margin-bottom: 40px;
}
.btm-margin5 {
	margin-bottom: 50px;
}
.btm-margin6 {
	margin-bottom: 60px;
}
.top-btm-gutter1 {
	padding-top: 10px;
	padding-bottom: 10px
}
.top-btm-gutter2 {
	padding-top: 20px;
	padding-bottom: 20px
}
.top-btm-gutter3 {
	padding-top: 30px;
	padding-bottom: 30px
}
.top-btm-gutter4 {
	padding-top: 40px;
	padding-bottom: 40px
}
.top-btm-margin2 {
	margin-top: 20px;
	margin-bottom: 20px
}
.top-btm-gutter3 {
	padding-top: 30px;
	padding-bottom: 30px
}
.top-btm-gutter4 {
	padding-top: 40px;
	padding-bottom: 40px
}
.top-btm-gutter5 {
	padding-top: 50px;
	padding-bottom: 50px
}
.top-btm-gutter6 {
	padding-top: 60px;
	padding-bottom: 60px
}
.top-btm-gutter9 {
	padding-top: 90px;
	padding-bottom: 90px
}
.top-btm-gutter10{
	padding-top: 100px;
	padding-bottom: 100px
}
.top-btm-gutter12{
	padding-top: 120px;
	padding-bottom: 120px
}
.top-gutter2 {
	padding-top: 20px;
}
.top-gutter3 {
	padding-top: 30px;
}
.top-gutter4 {
	padding-top: 40px;
}
.top-gutter5 {
	padding-top: 50px;
}
.btm-gutter2 {
	padding-bottom: 20px;
}
.btm-gutter3 {
	padding-bottom: 30px;
}
.btm-gutter4 {
	padding-bottom: 40px;
}
.btm-gutter5 {
	padding-bottom: 50px;
}
.btm-gutter7 {
	padding-bottom: 50px;
}
.no-margin {
	margin: 0!important;
}
.no-padding {
	padding: 0!important;
}
.gutter1 {
	padding: 10px;
}
.gutter2 {
	padding: 20px;
}
.gutter3 {
	padding: 30px;
}
.top-gutter6 {
	padding-top: 60px;
}
.btm-gutter6 {
	padding-bottom: 60px;
}
.gutter8 {
	padding: 80px;
}
/* ================================= *
    Buttons styles
* ================================= */
.btn {
	display: inline-block;
	outline: none;
	color: #fff;
	line-height: 14px;
	cursor: pointer;
	text-transform: uppercase;
	padding: 13px 30px;
	font-size: 20px;
	border-radius: 0;
	border: 2px solid rgba(255, 255, 255, 0.8);
	font-weight: 600;
}
a:hover .btn,
.btn:hover{
	background: #fff;
	color: #333;
}
.popup-form .button,
form#find-distributor input#submit,
.btn-style3,
.btn-style1 {
	font-size: 14px;
	text-transform: uppercase;
	color: #004c97;
	background-color: #fff;
	padding: 10px 25px;
	font-weight: 600;
	border-radius: 5px;
	display: inline-block;
	border: 1px solid transparent;
	text-decoration: none !important;
}
form#find-distributor input#submit,
.popup-form  .button,
.btn-style3,
.sidebar .btn-wrap .btn-style1,
.btn-style1:hover{
	text-decoration: none;
	color: #fff;
	background-color: #004c97;
}
.sidebar .btn-wrap .btn-style1{
	text-transform: capitalize;
}
form#find-distributor input#submit:hover,
form#find-distributor input#submit:focus,
.popup-form  .button:hover,
.popup-form  .button:focus,
.btn-style3:focus,
.btn-style3:hover{
	color: #004c97;
	background-color: #fff;
	text-decoration: none;
	border-color: #004c97;
}
.single a.btn-style3{
	text-transform: capitalize;
	font-size: 20px;
}
.popup-form  .button{
	display: block;
	font-weight: 400;
	text-align: center;
	width: 100%;
	font-size: 22px;
}
.not-found .btn-style3 {
	margin: 0 10px;
	min-width: 150px;
}
.not-found .btn-style3 {
	margin: 0 10px;
	min-width: 150px;
}
.not-found .page-title {
	width: 100%;
	text-align: center;
	color: #004c97;
	font-size: 40px;
	margin-bottom: 20px;
}
.support #fancybox-wrap #fancybox-close,
.page-template-tpl-territory-managers #fancybox-wrap #fancybox-close,
.page-template-tpl-store-locator #fancybox-wrap #fancybox-close{
	top: 10px;
	right: 15px;
	height: auto;
	width: auto;
	background: transparent;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #868787;
	margin: 0;
	font-size: 20px;
}
.support #fancybox-wrap #fancybox-close:before,
.page-template-tpl-territory-managers #fancybox-wrap #fancybox-close:before,
.page-template-tpl-store-locator #fancybox-wrap #fancybox-close:before {
	content: "\f00d";
}
.support #fancybox-wrap #fancybox-close:hover,
.page-template-tpl-territory-managers #fancybox-wrap #fancybox-close:hover,
.page-template-tpl-store-locator #fancybox-wrap #fancybox-close:hover {
	text-decoration: none;
}
.page-template-tpl-territory-managers #fancybox-outer,
.page-template-tpl-store-locator #fancybox-outer{
	border-radius: 5px;
	overflow: hidden;
}
#wpsl-wrap #wpsl-stores {
	height: 645px !important;
}
.widget-box .d-t p {
	text-align: center;
	margin-bottom: 0;
}
.page-template-tpl-product-individual #secondary .widget-box h2{
	font-size: 26px;
	margin-bottom: 25px;
}
.epic-x .widget-box .d-t p,
.epic-10 .widget-box .d-t p,
.epic-pro .widget-box .d-t p {
	margin-right: -100px;
	text-align: right;
}
.ilase .widget-box h2 {
	display: inline-block;
	margin: 0;
	max-width: 78%;
}
.ilase .widget-box .d-t p {
	text-align: right;
	margin-bottom: 0;
	display: inline-block;
}
#find-distributor label {
	display: block;
	color: #004c97;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
#international-distributor {
	background: #eeeff1;
	box-shadow: none;
	border-color: transparent;
	width: 70%;
	float: left;
	max-width: 100%;
}
#find-distributor input#submit {
	height: 52px;
	margin-left: 1.5%;
	width: 28.5%;
}
.result-box.active {
	clear: both;
	padding: 20px 30px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	margin-top: 25px;
	position: relative;
	margin-bottom: 40px;
}
.result-box.active:before{
	content: '';
	background: url("images/icon-arrow-top.jpg") no-repeat center;
	height: 10px;
	width: 21px;
	position: absolute;
	top: -10px;
}
.result-box h2 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
.sticky .nav-bar {
	position: fixed;
	left: 0;
	right: 0;
	background: #f0f1f4;
	top: 0;
	z-index: 9999;
	padding: 5px 0;
}
.sticky .nav-bar .site-branding {
	max-width: 150px;
}
.gform_confirmation_message {
	text-align: center;
	border: 1px solid #00a700;
	padding: 15px 10px;
	border-radius: 5px;
	color: #00a700;
	font-size: 18px;
	line-height: 1.3;
}
/* ================================= *
   End Buttons styles
* ================================= */
/* ================================= *
    Layouts
 * ================================= */
/* Left Right image alignment*/
.img-left > .col,
.img-right > .col{
	display: inline-block;
	min-width: 240px;
}
.img-right > .col {
	float: right;
	margin-left: 20px;
}
.img-left > .col {
	float: left;
	margin-right: 20px;
}
.img-left > .col .item-wrap,
.img-right > .col .item-wrap {
	 border: 1px solid #eee;
	text-align: center;
 }
.img-left > .col .item-wrap img,
.img-right > .col .item-wrap img{
	display: inline-block;
	vertical-align: middle;
}
.img-left > .col .item-wrap h3,
.img-right > .col .item-wrap h3{
	margin-bottom: 0;
}
.img-left .description,
.img-right .description{
	overflow: hidden;
}
.box-layout .items{
	letter-spacing: -4px;
}
.box-layout ul.items{
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
}
.box-layout .items .item{
	display: inline-block;
	vertical-align: top;
	width: 31.7%;
	margin-bottom: 10px;
	margin-right: 2%;
	letter-spacing: normal;
}
.box-layout .items .item:nth-child(3n) {
	margin-right: 0;
}
.box-layout .items .item img{
	display: block;
}
.box-layout .items .item .title{
	color: #58595b;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 5px;
}
.container{
	max-width: 1300px;
	width: 100%;
}
.site-footer .container{
	max-width: 1700px;
}
.d-t{
	display: table;
	width: 100%;
}
.d-t .d-tc,
.valign-middle{
	display: table-cell;
	vertical-align: middle;
}
.relative-holder{
	position: relative;
	z-index: 1;
}
.overlay{
	position: absolute;
	z-index: 2;
}
.list{
	margin: 0;
	list-style: none;
	padding: 0;
}
#page {
	position: relative;
	overflow: hidden;
}
.gf_lefthalf {
	width: 50%;
	float: left;
}
.gf_righthalf {
	width: 50%;
	float: right;
}
.gf_fullwidth {
	width: 100%;
	float: left;
}
.gform_body ul {
	margin: 0 -6px;
	padding-left: 0;
}
.gform_validation_error .validation_message,
.validation_error {
	display: none;
}
.gfield_error input {
	border-color: red !important;
}
.content-area ul{
	margin: 0 0 35px 0;
	padding: 0;
}
.bg-cover {
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
}
.col4-layout .blog-wrapper {
	position: relative;
}
/*Homepage Billboard Slider*/
.billboard-area .slick-slide{
	position: relative;
}
.billboard-area .overlay {
	top: 0;
	left: 0;
	right: 0;
}
.billboard-area .slick-slide img {
	width: 100%;
}
.billboard-area .overlay-content{
	max-width: 680px;
	text-align: center;
	padding: 75px 0 0 60px;
}
.billboard-area .overlay-content img{
	display: inline-block;
}
.billboard-area .title {
	color: #000;
	font-size: 40px;
	font-weight: 500;
}
.slick-slide:focus{
	outline: none;
	border: none;
}
.billboard-area .Video .overlay-content {
	max-width: 100%;
	margin-top: 13%;
}
.icon-play-pause {
	font-size:0;
	display: inline-block;
	margin-bottom: 30px;
}
.icon-play-pause:before {
	content: "\f04b";
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size:30px;
	color: #035287;
	background-color: #fff;
	border-radius: 50%;
	width: 80px;
	line-height: 80px;
	padding-left: 5px;
	cursor: pointer;
}
.icon-play-pause.playing:before{
	content: "\f04c";
	padding: 0;
}
.icon-play-pause:hover:before{
	opacity: 0.8;
}
.billboard-area .Video .title {
	color: #fff;
}
.billboard-area .title span {
	display: block;
	font-weight: 300;
}
.slick-dots,
.billboard-area .slick-dots {
	text-align: center;
	position: absolute;
	bottom: 20px;
	width: 100%;
}
.slick-dots li,
.billboard-area .slick-dots li {
	display: inline-block;
	line-height: 1;
	width: 135px;
	position: relative;
}
.slick-dots button,
.billboard-area .slick-dots button {
	font-size: 0;
	height: 10px;
	width: 10px;
	border: 0;
	background: #fff;
	border-radius: 50%;
	position: relative;
	z-index: 2;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.14);
}
.slick-dots button:focus,
.billboard-area .slick-dots button:focus{
	outline:none;
}
.slick-dots button:hover:before,
.slick-active button:before,
.billboard-area .slick-dots button:hover:before,
.billboard-area .slick-active button:before{
	content: '';
	height: 22px;
	width: 22px;
	z-index: 2;
	border: 6px solid #5ea9e6;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	left: -6px;
	top: -6px;
}
.billboard-area .slick-dots li:after {
	height: 1px;
	width: 100%;
	content: '';
	background: #fff;
	display: inline-block;
	position: absolute;
	top: 13px;
	z-index: 1;
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.14);
}
.billboard-area .slick-dots li:last-child:after {
	display: none;
}
/* Procedure page fix.*/
.slick-arrow {
	border: none;
	text-indent: -9999px;
	background: url('images/greater-than.png');
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	background-size: contain;
}
.slick-prev.slick-arrow {
	left: 20px;
	z-index: 1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.slick-next.slick-arrow {
	right: 20px;
}
.image-slider .slick-dots li {
	width: 30px;
}
/* Procedure page fix.*/
/*Homepage Four Boxes*/
.featured-boxes {
	padding: 5px;
}
.featured-boxes .box-wrap {
	display: inline-block;
	float: left;
	width: 25%;
	padding: 5px;
	text-align: center;
}
.widget form,
.featured-boxes .box{
	position: relative;
}
.featured-boxes .box .overlay-bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	background: rgba(0, 0, 0, 0.3);
}
.featured-boxes .box .overlay{
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
}
.featured-boxes .form-wrap {
	max-width: 310px;
	margin: 0 auto;
	text-align: left;
}
.featured-boxes .form-wrap label{
	color: #fff;
	font-size: 20px;
	font-weight:700;
	text-transform: uppercase;
}
.overlay.form-wrap input[type="text"] {
	padding: 10px;
	height: 40px;
	border: 1px solid #f6f6f6;
	border-radius: 0;
	font-size: 13px;
}
.featured-boxes .form-wrap .form-group {
	position: relative;
	margin: 0;
}
.featured-boxes #wpsl_search_widget-3 {
	position: relative;
	margin: 0;
}
.featured-boxes .form-wrap input[type="submit"] {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 40px;
	border: none;
	border-radius: 0;
	color: #fff;
	background-color: #2a363c;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	width: 50px;
}
.featured-boxes .box .overlay p{
	margin: 0;
}
.featured-boxes .form-wrap .btn-submit:focus {
	outline: none;
}
.featured-boxes .form-wrap .btn-submit:hover {
	background: #000;
}
/*==========================*/
/*Sidebar Layout*/
/*===========================*/
.gform_body label {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px;
}
.gform_body .gfield {
	margin-bottom: 12px;
}
.gfield_required {
	color: #cf434c;
}
.sidebar .gform_wrapper {
	background-color: #f0f1f4;
	padding: 25px 15px;
	border-radius: 5px;
	margin-bottom: 40px;
}
.sidebar .gform_button{
	font-size: 16px;
	width: 100%;
	background-color: #004c97;
	color: #fff;
	height: auto;
	padding: 10px;
	border: none;
}
.sidebar .gform_button:hover{
	background-color: #05305a;
}
/*==========================*/
/*End Of Sidebar Layout*/
/*===========================*/
/*Man Content Tab Section*/
.tab-style1 .nav-tabs {
	margin: 0;
	border-bottom: 2px solid #F0F1FB;
}
.tab-style1 .nav-tabs li a {
	font-size: 22px;
	color: #8c8c8e;
	text-transform: uppercase;
	font-weight: 600;
	padding: 15px 35px;
	display: block;
	background-color: #F0F1FB;
	border: 2px solid transparent;
}
.tab-style1 .nav-tabs li {
	padding-right: 10px;
}
.tab-style1 .nav-tabs>li>a:hover,
.tab-style1 .nav-tabs>li>a:focus,
.tab-style1 .nav-tabs>.active>a:focus,
.tab-style1 .nav-tabs>.active>a {
	background: transparent;
	border: 2px solid #f0f1f4;
	border-top-color: #004c97;
	border-bottom-color: transparent;
}
.tab-style1 .nav-tabs li a {
	position: relative;
	z-index: 1;
}
.tab-style1 .nav-tabs li a:hover:after,
.tab-style1 .nav-tabs .active a:after {
	content: '';
	height: 2px;
	width: 100%;
	bottom: -3px;
	left: 0;
	background: #fff;
	z-index: 2;
	display: inline-block;
	position: absolute;
}
.tab-style1 .tab-content .img-wrap {
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	height: 220px;
	line-height: 220px;
	margin: 40px 0 20px;
}
.tab-style1 .derails-wrap p {
	margin-bottom: 10px;
}
.sidebar h3,
.tab-style1  h3 {
	font-weight: 600;
}
.tab-content-wrap {
	padding: 30px 0;
}
.tab-content-wrap h3 {
	font-weight: 600;
	font-size: 22px;
	color: #282828;
}
.tab-content-wrap li {
	margin-bottom: 10px;
}
.tab-content-wrap li a {
	text-decoration: underline;
}
.tab-content-wrap li a:hover {
	text-decoration: none;
}
.tab-content-wrap ul {
}
.tab-content-wrap h4 {
	font-size: 16px;
	color: #58595b;
	font-weight: 700;
}
/*Sidebar Blue Box*/
.widget-box .d-t{
	background: url(images/sidebar-blue-bg.png) no-repeat;
	height: 500px;
	background-size: cover;
	padding: 20px 30px;
	border-radius: 10px;
}
.sidebar h3{
	margin-bottom: 15px;
}
#secondary .widget-box h2,
.widget-box h2 {
	color: #fff;
	font-size: 36px;
	font-weight: 700;
}
.page-id-62 .widget-box h2 {
	color: #fff;
	font-size: 26px;
	font-weight: 700;
}
.col3-layout .d-t .d-tc a {
	display: block;
}
/*PROCEDURES PAGE*/
.box-two-layout .box-wrap {
	height: 270px;
	background: #004c97;
	text-align: center;
	color: #fff;
	border-radius: 10px;
	margin-bottom: 15px;
	background-size: cover !important;
	overflow: hidden;
}
.box-two-layout .box-wrap:hover a{
	text-decoration: none;
}
.tab-style1 .tab-content .img-wrap img {
	max-height: 180px;
}
.box-two-layout .box-wrap:hover {
	background-color: #05305a;
}
.box-two-layout .details-wrap{
	margin-bottom: 40px;
}
.box-two-layout .details-wrap h3{
	font-weight: 600;
}
.box-two-layout .box-wrap .d-tc {
	color: #fff;
	font-size: 22px;
	background: rgba(0, 0, 0, 0.3);
}
.box-two-layout .box-wrap a:focus,
.box-two-layout .box-wrap a:hover{
	text-decoration: none;
	color: #333;
}
.box-wrap .telephone {
	display: block;
	color: #fff;
	font-size: 14px;
}
.box-two-layout .details-wrap a{
	text-decoration: underline;
}
.box-two-layout .details-wrap a:hover{
	text-decoration: none;
}
.page-desc {
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.page-desc .img-holder {
    position: relative;
	max-width: 40%;
	float: left;
    border-radius: 10px 0 0 10px;
    overflow: hidden;
    z-index: 1;
}
.page-desc .img-holder:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-box-shadow: inset -55px 0 50px -17px rgba(255,255,255,1);
    -moz-box-shadow: inset -55px 0 50px -17px rgba(255,255,255,1);
    box-shadow: inset -55px 0 50px -17px rgba(255,255,255,1);
    z-index: 2;
}
.page-desc .img-holder img {
	width: 100%;
}
.page-desc .panel-text {
	overflow: hidden;
    padding: 20px 20px 10px 30px;
}
.page-desc .panel-text h2 {
    display: inline-block;
    margin-bottom: 10px;
}
.page-template-tpl-treatments-sub-sub .page-desc {
    border: 0;
    border-radius: 0;
}
.col-three-layout .box-two-layout .box-wrap {
    height: 200px;
}
.col-three-layout .box-two-layout h3 {
    color: #58595b;
    text-transform: uppercase;
    font-size: 18px;
}
.treatment-slider .sliding-block {
    border-radius: 10px ;
    overflow: hidden;
}
.slider-nav {
    padding: 50px 0 20px;
}
.slider-nav .box-two-layout .box-wrap {
    height: 160px;
}
/*==========================*/
/*End of PROCEDURES Page*/
/*============================*/
/*==============================*/
/*Start CLINICAL TECHNIQUE ANIMATIONS*/
/*============================*/
.clinical-videos .box-wrap h3 {
	color: #58595b;
	margin: 15px 0 50px;
	font-weight: 600;
	font-size: 18px;
	min-height: 40px;
}
.clinical-videos .video-wrap {
	height: 200px;
	background-position: center !important;
	border-radius: 5px;
	overflow: hidden;
}
.clinical-videos .video-wrap a {
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.5) url(images/icon-play.png) no-repeat center;
}
.clinical-videos .video-wrap a:hover{
	opacity: 0.7;
}
/*==============================*/
/*Start Support Page Layout*/
/*==========================*/
.support .box-two-layout .box-wrap {
	height: 150px;
}
.box-two-layout .row {
	letter-spacing: -4px;
	font-size: 0;
}
.box-two-layout .row .col-sm-6,
.box-two-layout .row .col-sm-4 {
	font-size: 16px;
	letter-spacing: 0;
	display: inline-block;
	float: none;
	vertical-align: top;
}
/*Support sidebar */
.quick-contact {
	font-size: 15px;
	padding: 25px 20px 5px;
	border: 1px solid #eee;
	border-radius: 8px;
}
.quick-contact a {
	text-decoration: underline;
}
.quick-contact a:hover {
	text-decoration: none;
}
.quick-contact p {
	margin-bottom: 25px;
}
/*==============================*/
/*End  Support Page Layout*/
/*==========================*/
/*--------------------------------------------------------------
## Dental Lasers
--------------------------------------------------------------*/
.col2-layout {
	margin-bottom: 75px;
}
.col2-layout .d-t {
	display: table;
	height: 400px;
	width: 100%;
}
.col2-layout .d-t .d-tc {
	display: table-cell;
	vertical-align: middle;
}
.col2-layout .img-holder {
	border:  1px solid #eeeeee;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px;
}
.col2-layout .text-holder {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	color: #58595b;
}
.col2-layout .text-holder h2 {
	font-size: 22px;
	color: #282828;
	margin-bottom: 20px;
	font-weight: 600;
}
.col2-layout .text-holder .key-feature {
	display: block;
	color: #004c97;
	text-decoration: underline;
	font-weight: 600;
	margin-top: 20px;
}
.col2-layout .text-holder .key-feature:hover,
.col2-layout .text-holder .key-feature:focus {
	text-decoration: none;
}
.col3-layout .d-t {
	display: table;
	height: 355px;
	width: 100%;
}
.col3-layout .d-t .d-tc {
	display: table-cell;
	vertical-align: middle;
}
.col3-layout .img-holder {
	border:  1px solid #eeeeee;
	border-radius: 5px;
	text-align: center;
	margin-bottom: 30px;
}
.col3-layout .text-holder {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	color: #58595b;
}
.container.col3-layout .text-holder{
	margin-bottom: 30px;
}
.col3-layout .text-holder h4 {
	font-size: 22px;
	color: #282828;
	margin-bottom: 20px;
	font-weight: 600;
}
.col3-layout .text-holder .key-feature {
	display: block;
	color: #004c97;
	text-decoration: underline;
	font-weight: 600;
	margin-top: 20px;
}
.col3-layout .text-holder .key-feature:hover,
.col3-layout .text-holder .key-feature:focus {
	text-decoration: none;
}
/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/
.about-us .text-center {
	margin-bottom: 70px;
}
.about-us .text-center .img-holder {
	margin-bottom: 40px;
}
.about-us .text-center .text-holder {
	max-width: 900px;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	color: #58595b;
}
.about-us .text-center .text-holder .bold {
	display: block;
	font-size: 16px;
	line-height: 1.8;
	color: #545454;
	font-weight: 600;
	margin-top: 25px;
}
.about-summary {
	margin-bottom: 90px;
}
.about-summary .less-width {
	max-width: 995px;
	padding: 0 30px;
}
.about-summary .summary {
	margin-bottom: 20px;
}
.about-summary .even .full-width {
	max-width: 100%;
}
.about-summary .even ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
}
.list-style1 > li,
.about-summary .even ul li {
	margin-bottom: 10px;
	position: relative;
	margin-left: 13px;
}
.list-style1 > li:before,
.about-summary .even ul li:before {
	position: absolute;
	content: '';
	background: url(images/greater-than.png) no-repeat;
	top: 9px;
	left: -10px;
	width: 6px;
	height: 10px;
	color: #58595b;
}
.about-summary .img-holder {
	background: #eeeeee;
	max-width: 390px;
	padding: 20px;
	box-shadow: 8px 4px 12px 0 rgba(238, 238, 238, 0.5);
}
.about-summary .d-t {
	display: table;
	height: 412px;
}
.about-summary .d-t .d-tc {
	display: table-cell;
	vertical-align: middle;
}
.about-summary .text-holder {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.8;
	color: #58595b;
	max-width: 420px;
	margin: 0 auto;
}
.about-summary .text-holder h2 {
	margin-bottom: 20px;
	color: #004c97;
	text-transform: uppercase;
	font-size: 30px;
}
.col3-layout h2 a{
	color: #282828;
}
.container.col3-layout .text-holder h2 a{
	color: #004c97;
	text-decoration: underline;
}
.container.col3-layout .text-holder h2 a:hover{
	text-decoration: none;
}
.leadership-team {
	background: url(images/leadershio-team.jpg) no-repeat;
	background-size: cover;
}
.leadership-team h2 {
	color: #002c57;
	margin-bottom: 50px;
}
.leadership-team .leadership-team-container {
	max-width: 1630px;
	margin: 0 auto;
	padding: 0 15px;
}
.five-col-layout {
	letter-spacing: -4px;
	font-size: 0;
	margin: 0 -13px 0;
}
.five-col-layout .col {
	display: inline-block;
	width: 20%;
	letter-spacing: 0;
	font-size: 14px;
	vertical-align: top;
	padding: 13px;
}
.five-col-layout .col .text-holder {
	background: #fff;
	border-radius: 7px;
	padding: 40px 35px;
}
.five-col-layout .col .text-holder h3 {
	font-size: 20px;
	color: #58595b;
	margin: 0 0 10px;
}
.five-col-layout .col .text-holder span {
	font-size: 14px;
	color: #3b7ec1;
	line-height: 1.2;
	display: block;
}
.biolase-award {
	padding-top: 20px;
}
.biolase-award .col {
	margin-bottom: 60px;
}
.col3-layout .biolase-award-block {
	border:  1px solid #e4e4e4;
	border-radius: 6px;
}
.col3-layout .biolase-award-block .text-holder {
	background: #f0f1f4;
	line-height: 1.2;
	padding: 23px 20px;
	color: #58595b;
	font-weight: 600;
}
.col3-layout .biolase-award-block img {
	width: 100%;
}
.bio-popup h3 {
	font-size: 30px;
	margin-bottom: 5px;
}
.bio-popup span {
	font-weight: 600;
	color: #58595b;
	font-size: 18px;
	display: block;
	margin-bottom: 15px;
}
.bio-popup {
	padding: 20px 25px 0 25px;
	margin-bottom: 0;
}
#fancybox-wrap #fancybox-close {
	top: -70px;
	right: 50%;
	height: 50px;
	width: 50px;
	margin-right: -25px;
	background: url(images/icon-close.png) center;
}
#fancybox-wrap #fancybox-close:hover{
	opacity: 0.8;
}
#fancybox-overlay{
	background-color: rgb(0, 0, 0) !important;
	opacity: 0.75 !important;
}
/*Find dentist map*/
#wpsl-gmap{
	width:100%;
	z-index: 999;
}
 #wpsl-wrap .container{
	position: relative;
}

#wpsl-wrap .relative-holder1 {
	position: absolute;
	width: 420px;
	left: 15px;
	z-index: 999;
	height: 800px;
	top: 0
}

#wpsl-wrap #wpsl-result-list {
	width: 100%;
}

#wpsl-result-list{
	position: absolute;
	left: 0;
	top:50px;
	background:#f4f3f3;
	height: 800px;
	border-radius: 3px;
	overflow: hidden;
	box-shadow: 0 5px 12px rgba(0, 0, 0, 0.4);
}
#result-wrap {
	position: relative;
}
#wpsl-search-wrap div label, #wpsl-search-wrap .wpsl-input label {
	float: none;
	width: 100%;
	display: block;
}
#wpsl-search-btn, #wpsl-search-wrap div {
	display: block;
	float: none;
	width: 100%;
}
#wpsl-search-input {
	width: 100% !important;
	background: url("images/icon-search-bold.png") 15px center no-repeat;
	padding-left: 35px;
}
.wpsl-info-window h3,
.wpsl-store-location h3{
	background: url("images/icon-tooth.png") left 3px no-repeat;
	padding-left: 25px;
	font-weight: 600;
	color: #004c97;
	margin-bottom: 5px;
	margin-top: -15px;
}
.wpsl-info-window h3{
	margin-top: 0;
}
.wpsl-direction-wrap .btn-style3 {
	text-transform: capitalize;
	font-weight: 400;
	margin-bottom: 10px;
}
a.wpsl-directions {
	display: none;
}
.wpsl-input label {
	font-size: 18px;
	color: #4f5f70;
	display: block;
	padding-bottom: 10px;
}
/*input#wpsl-search-btn {
	display: none;
}*/
#wpsl-wrap{
	margin-bottom: 0;
}
#wpsl-wrap #wpsl-result-list li{
	padding: 10px 20px;
}
.page-template-tpl-store-locator .title-bar {
	margin: 0;
}
.entry-content {
	margin: 0;
}
.popup-form .gform_wrapper {
	padding: 10px 20px;
}
.popup-form .gform_title {
	font-size: 30px;
	margin-top: 5px;
}
.popup-form .gform_body ul {
	margin: 0;
	padding-left: 0;
}
.popup-form .gfield input,
.popup-form .gfield select {
	background-color: #eeeff1;
	border-color:transparent;
	padding: 10px 15px;
}
.popup-form .gfield label {
	font-size: 15px;
	color: #8f8f8f;
	margin-bottom: 5px;
}
.popup-form .gform_description {
	font-size: 15px;
	margin-bottom: 10px;
	display: block;
	color: #8f8f8f;
}
.ginput_container_checkbox label{
	display: inline;
}
/*End Find dentist map*/
/*==========================*/
	/*Why Page */
/*==============================*/
/* TODO: please replace class name why by another meaningful name*/
.why .text-wrap {
	overflow: hidden;
}
.why p{
	line-height: 1.8;
	margin-bottom: 30px;
}
.profile-box .box-wrap {
	background: #ebfaff;
	padding-bottom: 54px;
	margin-bottom: 7px;
}
.profile-box {
	max-width: 500px;
	text-align: center;
	margin-left: 48px;
}
.profile-box .box {
	display: inline-block;
}
.profile-box .text-wrap {
	max-width: 200px;
	float: left;
	background: url("images/icon-quote.png") 70px 25px no-repeat;
	text-align: left;
	font-weight: 600;
	font-style: italic;
	padding: 65px 25px 20px;
	width: 40%;
}
.profile-box .img-wrap {
	max-width: 300px;
	width: 60%;
}
.profile-box .img-wrap .more-link {
	padding: 10px 0;
	display: block;
}
.profile-box .overlay {
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	text-decoration: underline;
	background-color: #004c97;
	font-weight: 600;
	padding: 15px 10px;
	display: block;
}
.profile-box .overlay:hover{
	text-decoration: none;
	background-color: #05305a;
}
.profile-box .text-wrap .name {
	font-style: normal;
	color: #004c97;
}
.profile-box .text-wrap p {
	margin-bottom: 15px;
	line-height: 1.6;
}
.why .img-wrap.alignleft {
	margin-right: 50px;
}
/*--------------------------------------------------------------
## TRadeshow
--------------------------------------------------------------*/
.col4-layout .col {
	margin-bottom: 55px;
}
.col4-layout .blog-wrapper a:focus,
.col4-layout .blog-wrapper a:hover {
	cursor: pointer;
	text-decoration: none;
}
.col4-layout .blog-wrapper .img-holder {
	border: 1px solid #dbdbdb;
	padding: 7px;
	margin-bottom: 25px;
}
.col4-layout .blog-wrapper .img-holder img {
	width: 100%;
}
.col4-layout .blog-wrapper h3 {
	margin-bottom: 9px;
	font-weight: 600;
}
.col4-layout .blog-wrapper .text-holder span {
	font-size: 14px;
	color: #54585a;
	line-height: 1.2;
	font-weight: 300;
	padding-left: 15px;
	display: block;
	position: relative;
}
.col4-layout .blog-wrapper .text-holder .feature {
	margin: 10px 0;
}
.col4-layout .blog-wrapper .text-holder .doctor {
	color: #004c97;
}
.col4-layout .blog-wrapper .text-holder .location {
	margin-bottom: 13px;
}
.col4-layout .blog-wrapper .text-holder .location:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 14px;
	top: 0;
	left: 0;
	background: url(images/icon-location.png) no-repeat;
}
.col4-layout .blog-wrapper .text-holder .date:before {
	position: absolute;
	content: '';
	width: 12px;
	height: 13px;
	top: 0;
	left: 0;
	background: url(images/icon-calander.png) no-repeat;
}
.blog-wrapper .overlay.form-wrap {
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	padding: 18px;
	border: 1px solid #dbdbdb;
	display: none;
}
.col4-layout .blog-wrapper:hover .form-wrap{
	display: block;
}
.blog-wrapper .overlay.form-wrap h2 {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 12px;
}
.blog-wrapper .overlay.form-wrap .gfield input {
	background-color: #f0f1f4;
	padding: 10px 15px;
	border-color: #dbdbdb;
	border-radius: 0;
}
.blog-wrapper .overlay.form-wrap .gfield label {
	display: none;
}
.blog-wrapper .overlay.form-wrap .button {
	font-size: 16px;
	width: 100%;
	border-color: #e6e6e6;
	padding: 13px;
	color: #035287;
	font-weight: 600;
	text-transform: uppercase;
	background: transparent;
	border-radius: 0;
}
.blog-wrapper .overlay.form-wrap .gform_body ul {
	margin-bottom: 0;
}
.blog-wrapper .overlay.form-wrap .button:hover {
	background-color: #035287;
	color: #fff;
	border-color: #035287;
}
/*Blog layout */
.wp-pagenavi {
	margin-bottom: 30px;
}
.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #004c97;
	padding: 3px 8px;
	margin: 2px 3px;
	font-size: 14px;
	border-radius: 3px;
	background-color: #004c97;
	color: #fff;
}
.wp-pagenavi a:focus,.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #004c97;
	background: transparent;
	color: #004c97;
	text-decoration: none;
}
.entry-header .title-style1 {
	text-transform: capitalize;
	font-size: 18px;
	margin: 10px 0;
}
#secondary h2 {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 10px;
}
#secondary .widget-title{
	font-size: 20px;
}
.archive .site-content .col-md-9 .row,
.blog .site-main .col-md-9 .row {
	font-size: 0;
	letter-spacing: -4px;
}
.archive .site-content .col-md-9 .col-md-6,
.blog .site-main .col-md-9 .col-md-6 {
	float: none;
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	vertical-align: top;
	margin-bottom: 35px;
}
.single header.entry-header {
	margin-bottom: 30px;
}
#secondary .sidebar-blog label.gfield_label {
	display: none;
}
#secondary .gform_wrapper {
	position: relative;
}
#secondary .sidebar-blog .gform_footer.top_label {
	position: absolute;
	right: 0;
	top: 0;
}
#secondary .sidebar-blog .button {
	color: #fff;
	background-color: #54585a;
	font-size: 14px;
	border: none;
	bottom: 0;
	padding: 16px;
	border-radius: 0 4px 4px 0;
}
#secondary .gfield select,
#secondary .gfield input {
	padding: 10px;
	border-color: #e7e8eb;
}
#secondary .sidebar-blog .button:hover,
#secondary .sidebar-blog .button:focus {
	background-color: #232323;
	outline: none;
}
.widget_categories li a {
	font-size: 14px;
	color: #58595b;
}
#secondary .socials li {
	display: inline-block;
	font-size: 36px;
	margin-right: 3px;
}
#secondary .socials li a {
	color: #54585a;
}
.single .col-md-9 li {
	list-style-type: circle;
	margin-left: 20px;
}
.products-item-wrap .product-item {
	display: inline-block;
	width: 225px;
	border: 1px solid #dbdbdb;
	height: 185px;
	text-align: center;
	line-height: 185px;
	margin-right: 15px;
	border-radius: 5px;
}
.products-item-wrap .product-item img {
	max-height: 160px;
}
/*--------------------------------------------------------------
## Clinical Articles
--------------------------------------------------------------*/
.tab-style1 .tab-content .nav-tabs>li>a {
	font-size: 15px;
	color: #58595b;
	padding: 20px 10px;
	border: 2px solid transparent;
	background: 0;
	cursor: pointer;
	border-bottom: none;
	font-weight: 400;
	text-transform: capitalize;
}
.tab-style1 .tab-content .nav-tabs>li>a,
.tab-style1 .tab-content .nav-tabs>li.active>a,
.tab-style1 .tab-content .nav-tabs>li.active>a:focus,
.tab-style1 .tab-content .nav-tabs>li.active>a:hover {
	color: #004c97;
	border: transparent;
}
.tab-style1 .tab-content ul {
	margin: 0 0 6px 0;
	padding: 0;
	border-bottom-width:1px;
	display: inline-block;
}
.content-area p a{
	text-decoration: underline;
}
.content-area p a:hover{
	text-decoration: none;
}
.tab-style1 .tab-content li.active:after {
	content: "\f0dd";
	position: absolute;
	bottom: -14px;
	display: inline-block;
	left: 44px;
	width: 10px;
	height: 5px;
	font: normal normal normal 25px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	z-index: 4;
	color: #004c97;
	transform: rotate(180deg);
}
.tab-style1 .tab-content .inner-class li {
	margin-bottom: 10px;
}
.clinical-article .col {
	margin-bottom: 40px;
}
.clinical-article h2 {
	margin-top: 20px;
	margin-bottom: 25px;
}
.clinical-article .text-panel {
	overflow: hidden;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	width: 100%;
	padding: 30px 20px;
}
.clinical-article .text-panel .logo {
	float: left;
	width: 20%;
	vertical-align: top;
	margin-top: 6px;
	margin-right: -9px;
}
.clinical-article .text-panel .logo .number {
	font-size: 14px;
	color: #404040;
	font-weight: 600;
	margin-left: 18px;
}
.clinical-article .text-panel .fa-file-pdf-o {
	background: #eeeeee;
	padding: 15px 20px;
}
.clinical-article .text-panel .description {
	float: right;
	width: 80%;
	vertical-align: top;
	margin-right: 3px;
}
.clinical-article .text-panel .description .links {
	display: block;
	font-size: 16px;
	line-height: 1.5;
	color: #004c97;
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 16px;
}
.clinical-article .text-panel .description span {
	display: block;
	line-height: 1.2;
	font-size: 14px;
	color: #58595b;
	font-weight: 300;
}
.clinical-article .text-panel .description .name {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 5px;
}
/*--------------------------------------------------------------
## Investor
--------------------------------------------------------------*/
.investors-iframe-wrap {
	white-space: nowrap;
	display: block;
}
.investors-iframe-wrap iframe {
	height: 1000px;
	display: block;
	width: 950px;
	margin: 0 auto;
}
/*--------------------------------------------------------------
## Products Category styles
--------------------------------------------------------------*/
mark.biolase {
	background: transparent;
	text-transform: uppercase;
	color: inherit;
}
mark.waterlase{
	text-transform: capitalize;
	color: inherit;
	background: transparent;
}
h1 mark.waterlase{
	text-transform: inherit;
}
.products .img_border {
	border: 1px solid #eee;
	margin-bottom: 30px;
	display: block;
	overflow: hidden;
}
.products .img_border img{
	display: block;
	width:100%;
}
.products h3 {
	font-size: 22px;
	font-weight: 600;
	color: #58595b;
	text-transform: uppercase;
}
.products .category-post1 h3 {
	margin: 0 0 20px;
}
.products .products .category-post1,
.products .products .category-post2 {
	line-height: 30px;
}
.products .products .subtitle {
	font-size: 14px;
	color: #a1a3a7;
	font-style: italic;
	margin: 0 0 20px;
	display: block;
}
.products .products  a {
	text-decoration: underline;
}
.products a:hover,
.products a:focus {
	text-decoration: none;
	color: #004c97;
}
/*--------------------------------------------------------------
## Waterlase-Iplus styles
--------------------------------------------------------------*/
.dental-laser-subpost {
	margin: 0 0 30px;
	line-height: 30px;
}
.dental-laser-subpost h2 {
	font-weight: 400;
}
.dental-laser-subpost h3 {
	font-weight: 400;
	font-size: 24px;
}
.dental-laser-subpost .box {
	background-color: #004c97;
	display: table;
	width: 100%;
	height: 120px;
	border-radius: 8px;
}
.dental-laser-subpost .box.has-img {
	background: none;
	border-radius: 0;
}
.dental-laser-subpost .box-text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.dental-laser-subpost .box-text h3 {
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}
.dental-laser-subpost .col.right {
	max-width: 160px;
	width: 100%;
	float: right;
	display: inline-block;
	margin-left: 30px;
}
/*--------------------------------------------------------------
## 3D Intraoral Scanner styles
--------------------------------------------------------------*/
.intraoral-scanner-post {
	margin: 0 0 50px;
}
.intraoral-scanner .intraoral-scanner-post h2 {
	font-weight: 400;
}
.intraoral-scanner h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 20px;
}
.intraoral-scanner .intraoral-scanner-post a {
	line-height: 28px;
	text-decoration: underline;
}
.intraoral-scanner .intraoral-scanner-post a:hover,
.intraoral-scanner .intraoral-scanner-post a:focus {
	text-decoration: none;
	color: #004c97;
}
.img_border {
	border: 1px solid #eee;
	border-radius: 6px;
}
.technical-block {
	padding: 35px 0 30px 35px;
	line-height: 35px;
}
.technical-block h3 {
	font-size: 24px;
	font-weight: 400;
	color: #004c97;
	margin: 0 0 20px;
}
.technical-block ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero-image {
	height: 400px;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.hero-text {
	text-align: center;
	position: absolute;
	background: rgba(0,76,151,0.85);
	width: 1230px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hero-text h2 {
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin: 20px;
	padding: 60px 116px;
	line-height: 42px;
}
.about-us .hero-text h2 {
	color: #fff;
	border: 1px solid #4479ae;
	margin: 20px;
	padding: 60px;
	line-height: 1.4;
	font-weight: 300;
	font-size: 28px;
}
/*--------------------------------------------------------------
## Contact styles
--------------------------------------------------------------*/
.contact-block h3 {
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 30px;
}
.contact-block h4 {
	font-size: 18px;
	font-weight: 600;
	color: #004c97;
	margin-bottom: 20px;
}
.contact-block .list {
	line-height: 36px;
	margin: 0;
}
.contact-block .box_border {
	border: 1px solid #eee;
	padding: 30px 0 30px 30px;
	margin-bottom: 50px;
}
.contact-block .box_border a {
	text-decoration: underline;
}
.contact-block .box_border a:hover,
.contact-block .box_border a:focus {
	text-decoration: none;
	color: #004c97;
}
.contact-block .contact-panel {
	height: 160px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	border-radius: 8px;
	margin-bottom: 30px;
	overflow: hidden;
	z-index: 1;
}
.contact-block .contact-panel:after {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.contact-block .find-form {
	padding: 30px;
	position: absolute;
	max-width: 500px;
	width: 100%;
}
.contact-panel #find-distributor label,.contact-block .find-form label {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
.contact-block .find-form input,
.contact-block .form-control {
	max-width: 350px;
	height: 52px;
	border-radius: 4px;
	display: inline-block;
	padding-left: 20px;
}
.contact-block .find-territory {
	margin: 0 auto;
	padding: 30px;
	position: absolute;
	max-width: 500px;
	width: 100%;
}
.contact-block .find-territory p {
	color: #fff;
	font-weight: 600;
}
.contact-block .find-territory a {
	text-decoration: none;
}
.contact-block .find-territory .btn-style2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	background-color: #035287;
	padding: 10px 25px;
	font-weight: 600;
	border-radius: 5px;
}
.contact-block .find-territory .btn-style2:hover,
.contact-block .find-territory .btn-style2:focus {
	color: #035287;
	background-color: #fff;
}
.wpsl-search-widget p{
	margin: 0;
}
.contact-block .find-form input[type="submit"] {
	display: none;
}
/*=============================*/
/*Footer Layout*/
/*=============================*/
.site-footer{
	background: #f0f1f4;
	font-size: 13px;
	padding-top: 20px;
	position: relative;
	z-index: 3000001;
}
.site-footer .socials{
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 5px 0 0 0;
}
.site-footer .socials li{
	display: inline-block;
	font-size: 20px;
	margin-left: 20px;
}
.site-footer .socials li .fa-facebook{
	color: #4e71a8;
}
.site-footer .socials li .fa-twitter{
	color: #1cb7eb;
}
.site-footer .socials li .fa-linkedin{
	color: #1686b0;
}
.site-footer .socials li .fa-youtube-play{
	color: #ca3737;
}
.site-footer .socials li a:hover .fa{
	color: #000;
}
.socials .google {
	color: rgb(218, 75, 66);
}
.footer-menu {
	margin: 0;
	padding: 0;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li a {
	color: #4f5f70;
	display: block;
	padding: 0 5px;
	border-right: 1px solid #4f5f70;
	line-height: 1;
	font-size: 12px;
}
.footer-menu li:last-child a{
	border: none;
}
body.admin-bar #responsive-menu-container,
body.admin-bar button#responsive-menu-button{
	top: 44px !important;
}
.gchoice_7_13_1 {
	margin-top: -20px;
}
.blog-pagination.clear {
	overflow: hidden;
}
/*Changes 10-11-017*/
#wpsl-result-list li p.details-wrap{
	/*display: none;*/
}
a.absolute-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-indent: -88899px;
	font-size: 0;
}

/*=============================*/
/*End Of Footer Layout*/
/*==============================*/
#ajaxsearchlitesettings1 {
	z-index: 9999;
}
/*CLINICAL ARTICLES Page icon size change --- 01-02-2019 -- SmartSites*/.clinical-article .text-panel .logo {	max-width: 55px;	text-align: center;	padding-right: 10px;}.clinical-article .text-panel .logo img {	max-width: 100%;	width: 100%;}.clinical-article .text-panel .logo .number {	display: block;	margin-left: 0;}.clinical-article .text-panel .fa-file-pdf-o {	 padding: 15px 5px;	width: 100%;}
@media only screen and (max-width:1600px){
	.featured-boxes .box .overlay {
		left: 10px;
		right: 10px;
	}
	.tab-style1 .nav-tabs li a{
		padding: 15px 20px;
		font-size: 16px;
	}
}
/*End Of Max Width 1600px */
@media only screen and (max-width:1200px){
	.search-form .search-field {
		width: 150px;
	}
	.zip-search-form input[type="text"],
	.search-form .search-field,
	.zip-search-form .form-control{
		max-width: 90px;
	}
	.btn{
		padding: 10px 20px;
		font-size: 14px;
	}
	#wpsl-wrap .container{
		position: static;
	}
	.five-col-layout .col{
		width: 25%;
	}
	.four-col-layout .col{
		width: 25%;
	}
	.hero-text{
		width: 95%;
	}
	.widget-box .d-t{
		padding: 15px;
	}
	.investors-iframe-wrap {
		-webkit-overflow-scrolling: touch !important;
		overflow-x: scroll !important;
	}
	.widget-box h2{
		font-size: 30px;
	}
	.btn-style1{
		padding: 10px 15px;
	}
	.tab-style1 .nav-tabs li {
		padding-right: 10px;
	}
	.epic-x .widget-box .d-t p,
	.epic-10 .widget-box .d-t p,
	.epic-pro .widget-box .d-t p{
		margin: 0;
		text-align: center;
	}
	.billboard-area .Video .overlay-content{
		padding-top: 0;
	}
	#secondary ._2p3a,
	.sidebar-blog iframe,
	#secondary iframe#twitter-widget-0,
	#secondary .fb_iframe_widget_fluid span {
		width: 100% !important;
	}
	.header-left{
		width: 76%;
	}
	.header-right {
		width: 24%;
	}

	#wpsl-result-list {
		position: static;
	}

	#wpsl-wrap .relative-holder1 {
		width: auto;
		position: static;
	}

	#primary #wpsl-gmap {
	    height: 420px !important;
	}
}
/*End Of Max Width 1200px */
@media only screen and (max-width:991px){
	.main-navigation li{
		margin-left: 20px;
	}
	.main-navigation li:first-child {
		margin: 0;
	}
	.main-navigation a{
		font-size: 16px;
		padding: 10px 0;
	}
	.main-navigation .sub-menu{
		top:45px;
	}
	.header-right {
		width: 29%;
	}
	.header-left {
		width: 71%;
	}
	.billboard-area .Video .title span {
		text-align: center;
	}
	.featured-boxes .box-wrap{
		width: 50%;
	}
	.header-left .call-us span {
		display: none;
	}
	.zip-search-form input[type="text"],
	.search-form .search-field,
	.zip-search-form .form-control{
		max-width: 90px;
	}
	.billboard-area .title{
		font-size: 20px;
		text-align: left;
	}
	.five-col-layout .col{
		width: 33.333%;
	}
	.four-col-layout .col{
		width: 33.333%;
	}
	.about-summary .summary {
		margin-bottom: 10px;
	}
	.about-summary .d-t .d-tc{
		display: block;
	}
	.about-us .hero-text h2,
	.hero-text h2{
		padding: 60px;
		line-height: 1.5;
		font-size: 18px;
	}
	.btn-style1{
		padding: 10px 15px;
		font-size: 13px;
	}
	.widget-box h2 {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.tab-style1 .nav-tabs li a{
		font-size: 14px;
		padding: 10px 8px;
	}
	.why .text-wrap {
		overflow: visible;
	}
	.why .img-wrap.alignleft {
		margin: 0 auto 15px;
		display: block;
		float: none;
		text-align: center;
	}
	.profile-box {
		float: none;
		display: block;
		margin: 0 auto;
	}
	.img_border{
		display: inline-block;
	}
	.intraoral-scanner {
		text-align: center;
	}
	.content-area li {
		text-align: left;
	}
	.technical-block {
		padding: 15px;
		display: block;
		width: 100%;
	}
	.tab-style1 .nav-tabs li {
		padding-right: 5px;
	}
	table.table-style1 {
		text-align: left;
	}
	.ilase .widget-box h2 {
		max-width: 76.5%;
	}
	.about-summary .img-holder{
		max-width: 270px;
	}
	.site-footer .socials li {
		margin-left: 10px;
	}
	#find-distributor {
		margin-bottom: 50px;
	}
}
/*End Of Max Width 991px */
@media only screen and (max-width:767px){
	.site-branding {
		width: 115px;
	}
	.billboard-area .slick-dots li{
		width: 60px;
	}
	.billboard-area .slick-dots{
		bottom: 0;
	}
	.top-header{
		display: none;
	}
	.five-col-layout .col{
		width: 50%;
		padding: 7px;
	}
	.four-col-layout .col{
		width: 50%;
		padding: 7px;
	}
	.about-summary .even .img-holder,
	.about-summary .img-holder{
		margin: 0 auto;
		transform: none;
	}
	.about-summary .d-t .d-tc {
		display: block;
	}
	.about-summary{
		margin-bottom: 0;
	}
	.about-summary .summary {
		margin-bottom: 20px;
	}
	.about-summary .d-t {
		display: block;
		height: auto;
		padding-top: 30px;
	}
	.hero-image {
		height: 250px;
		background-size: cover!important;
		position: relative;
	}
	.about-us .hero-text h2,
	.hero-text h2 {
		margin: 10px;
		padding: 15px;
		line-height: 1.5;
		font-size: 16px;
	}
	.about-summary .text-holder h2,
	.h2, h2{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.leadership-team h2,
	.about-us .text-center {
		margin-bottom: 10px;
	}
	.top-btm-gutter9{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.btm-gutter5,
	.biolase-award{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.title-bar {
		margin-bottom: 25px;
	}
	.about-us .text-center .img-holder {
		margin-bottom: 10px;
	}
	.breadcrumbs-block,
	.about-summary .text-holder,
	.about-us .text-center .text-holder,
	body, button, input, select, optgroup, textarea {
		font-size: 13px;
	}
	.title-style1{
		font-size: 20px;
	}
	.contact-block .find-form{
		padding: 30px 15px;
	}
	.contact-block .box_border{
		margin-bottom: 20px;
		padding: 10px 0 10px 20px;
	}
	.widget-box .d-t{
		height: 300px;
	}
	.tab-style1 .nav-tabs li {
		padding-right: 0;
		display: block;
		float: none;
		margin-bottom: 2px;
	}
	.tab-style1 .nav-tabs{
		border-bottom-color: transparent;
	}
	.profile-box .box-wrap{
		padding-bottom: 48px;
	}
	.about-summary .less-width{
		padding: 0 15px;
	}
	.box-two-layout .box-wrap{
		height: 200px;
	}
	.clinical-article .col {
		margin-bottom: 15px;
	}
	.icon-play-pause:before{
		width: 35px;
		font-size: 15px;
		line-height: 35px;
	}
	.icon-play-pause {
		margin-bottom: 5px;
	}
	.billboard-area .title {
		font-size: 16px;
		text-align: left;
	}
	.billboard-area .slick-dots li:after{
		top:11px;
	}
	.billboard-area .Video .overlay-content {
		margin-top: 10%;
	}
	#wpsl-result-list{
		position: static;
		width: 100%;
		margin: 0 0 40px 0;
	}
	#wpsl-stores, #wpsl-direction-details,#primary #wpsl-gmap {
		height: 250px !important;
	}
	#wpsl-wrap #wpsl-stores {
		height: 670px !important;
	}
	.archive .site-content .col-md-9 .col-md-6,
	.blog .site-main .col-md-9 .col-md-6 {
		width: 50%;
	}
	#secondary .sidebar-blog .button{
		padding: 13px;
	}
	table.table-style1{
		border: none;
	}
	.technical-block {
		padding: 0;
		display: block;
		width: 100%;
		border: 0;
		line-height: 2;
	}
	#fancybox-wrap #fancybox-close {
		top: 3px;
		right: 3px;
		height: 30px;
		width: 30px;
		margin-right: 0;
		background-color: #000;
		border-radius: 50%;
	}
	.products-item-wrap .product-item img {
		max-height: 105px;
	}
	.products-item-wrap .product-item {
		width: 29%;
		height: 140px;
		line-height: 140px;
		margin-right: 10px;
	}
	.box-layout .items .item{
		width: 47.7%;
	}
	.box-layout .items .item:nth-child(2n) {
		margin-right: 0;
	}
	.box-layout .items .item:nth-child(3n) {
		margin-right: 2%;
	}
	.img-left .description,
	.img-right .description{
		clear: both;
	}
	.img-left > .col,
	.img-right > .col{
		margin: 0 0 15px;
		float: none;
	}
}
/*End Of Max Width 767px */
@media only screen and (max-width:480px) {
	.tradeshow .col4-layout .col {
		width: 100%;
		height: auto !important;
		text-align: left;
	}
	.site-footer .col-xs-6{
		width: 100%;
	}
	.site-footer .socials {
		width: 100%;
		text-align: center;
		padding: 5px 0 10px 0;
	}
	.billboard-area .slick-dots li{
		width: 35px;
	}
	.billboard-area .overlay-content {
		text-align: center;
		padding: 5px 0 0 0;
	}
	.billboard-area .img-wrap{
		max-width: 70px;
	}
	.col-xs-6,
	.featured-boxes .box-wrap,
	.five-col-layout .col{
		width: 100%;
		text-align: center;
	}
	.profile-box .text-wrap,
	.profile-box .img-wrap {
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	.profile-box .text-wrap{
		padding: 60px 25px 5px;
		background-position: 50% 25px;
	}
	.archive .site-content .col-md-9 .col-md-6,
	.blog .site-main .col-md-9 .col-md-6 {
		display: block;
		margin-bottom: 15px;
		text-align: center;
		width: 100%;
	}
	.dental-laser-subpost .col.right {
		max-width: 360px;
		width: 100%;
		float: none;
		display: block;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.technical-block h3{
		font-size: 20px;
	}
	.page-title,
	.breadcrumbs-block{
		width: 100%;
		text-align: center;
	}
	.title-style1 {
		margin-bottom: 5px;
	}
	.products-item-wrap .product-item{
		width: 100%;
		display: block;
		margin: 0 auto;
		max-width: 300px;
		margin-bottom: 15px;
	}
}
/*End Of Max Width 480px */
@media only screen and (max-width:400px) {
	.box-layout .items .item{
		width: 100%;
	}
	.box-layout .items .item,
	.box-layout .items .item:nth-child(2n),
	.box-layout .items .item:nth-child(3n){
		margin-right: 0;
	}
}

.nav-tabs mark.waterlase {
	text-transform: unset;
}
.not-found input.search-field:focus,
.not-found input.search-field {
	color: #333;
	width: 100%;
	max-width: 100%;
	height: 50px;
	font-size: 16px;
}
section.no-results.not-found .search-form {
	width: 100%;
	max-width: 700px;
	margin-bottom: 15px;
	position: relative;
}
.not-found input.search-submit {
	background: #000;
	z-index: 444;
	height: 50px;
	font-size: 14px;
	color: #fff;
	width: 100px;
	border-radius: 0;
}
section.no-results.not-found .search-form label {
	width: 100%;
}
.sup-tm {
	background: transparent;
	text-decoration: none;
	line-height: 1;
	font-size: 80%;
}
.sup-r {
	font-size: 80%;
	line-height: 1;
	display: inline-block;
}

/*----- CUSTOM CSS------*/

.col3-layout .img-holder {border:none;}

.page404 {
	max-width:640px; padding:10px;
	margin:0 auto 0 auto; text-align:center;
}
.products .img_border {
	border: none;
}

.four-col-layout {
	letter-spacing: -4px;
	font-size: 0;
	margin: 0 -13px 0;
}
.four-col-layout .col {
	display: inline-block;
	width: 25%;
	letter-spacing: 0;
	font-size: 14px;
	vertical-align: top;
	padding: 13px;
}
.four-col-layout .col .text-holder {
	background: #fff;
	border-radius: 7px;
	padding: 40px 35px;
}
.four-col-layout .col .text-holder h3 {
	font-size: 20px;
	color: #58595b;
	margin: 0 0 10px;
}
.four-col-layout .col .text-holder span {
	font-size: 14px;
	color: #3b7ec1;
	line-height: 1.2;
	display: block;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	/*#wpsl-wrap .relative-holder1{
		position: static;
	}*/
	#wpsl-result-list{
		max-width:420px;
		left:10px;
	}
}/*SmartSites -- 01-02-2019*//*Start Of Max Width 575px */@media(max-width: 575px){	.clinical-article .text-panel .logo {		display: none;	}		.clinical-article .text-panel .description {		width: 100%;		float: none;	}}

/*SmartSites -- 05/20/2021 */
.clinical-tab-content .tab-content {
	  display: block;
    background: #fff;
    padding: 0;
}
