/*
Theme Name: MYUNDERBITE
Theme URI:
Author: Tomasz Budny
Author URI:
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:
Tags:
*/

.rem2 {
  font-size: 2rem!important;
}

body>.sr-only.sr-only-focusable {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: white;
  padding: 10px 15px;
  color: #046b94;
  font-weight: 600;
  text-decoration: none;
}

.click-here-form-btn:focus .click-here-form-btn-inner div {
  color: white;
}
.hightlight-background a:not(.book-appointment-btn):focus {
  border-color: white!important
}

.display-3, .display-4 {
	font-weight: 700;
  padding: 1rem 0;
  margin-bottom: 0;
}



/* GLOBAL *****************************************/

body {
	background: #2B3954;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #1F76B9;
}

.home .site-content{
	padding: 0;
}
.site-content{
	background: #fff;
	padding: 110px 0 0;
}
.site-content::after {
    clear: both;
    content: "";
    display: table;
	}
.container{
}
.container::after {
    clear: both;
    content: "";
    display: table;
	}
	
/* PAGES */
.page-services .site-content,
.page-acquisitions .site-content,
.page-compliance-reviews .site-content,
.page-human-resources .site-content,
.page-insurance-billing-and-verification .site-content,
.page-office-expansions .site-content,
.page-revenue-cycle-management .site-content,
.page-site-map .site-content{
	padding: 170px 0 50px;
}
.error404 .site-content{
	padding: 170px 0 0;
}
@media screen and (max-width: 991px) {
.page-acquisitions .site-content,
.page-compliance-reviews .site-content,
.page-human-resources .site-content,
.page-insurance-billing-and-verification .site-content,
.page-office-expansions .site-content,
.page-revenue-cycle-management .site-content,
.page-site-map .site-content{
		padding: 60px 0 0;
	}
	.page-services .site-content{
		padding: 90px 0 50px;
	}
	.blog .site-content{
		padding: 90px 0 0;
	}
	.error404 .site-content{
		padding: 20px 0 0;
	}
}

.top-image {
  background-position: center center;
  background-size: cover;
  height: 200px;
  width: 100%;
  margin: 0 0 50px;
  position: relative;
}
	
#primary{
	padding: 0 40px 0 0;
}

/* SIDEBAR */
.widget-area-inner{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}
.widget-area h2{
	font-size: 1.4rem;
}
.widget-area ul{
	list-style: none;
	margin: 0 0 30px 20px;
	padding: 0;
}

h1, h2, h3:not(.h-link), h4, h5, h6 {
	color: #2B3954;
	font-weight: 700;
	text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6, button, .btn {
  font-family: 'Josefin Sans', sans-serif;
}

a {
  transition: color 0.2s linear 0s, background-color 0.2s linear 0s
}

img {
  max-width: 100%;
  height: auto;
}

.phone_number,
.phone_tel {
  display: inline;
}

/* BUTTONS */

.btn-wcag {
  position: fixed;
  top: 36px;
  left: 0;
  z-index: 1030;
}
.sticky .btn-wcag {
  top: 8px;
}
.btn-wcag .btn {
	background: #2B3954;
  border-radius: 0;
  border-color: transparent;
  font-size: 1.2rem;
  cursor: pointer;
  padding: 0.4rem 0.5rem;
}
.btn-wcag .btn i{
	color: #fff;
}
.btn-wcag .btn:hover,
.btn-wcag .btn:focus{
	border-color: #2B3954;
	background: #fff;
}
.btn-wcag .btn:hover i,
.btn-wcag .btn:focus i{
	color: #2B3954;
}

@media (max-width: 991px) {
	.btn-wcag,
	.sticky .btn-wcag{
		top: 12px;
		z-index: 1040;
	}
}

.btn {
  text-transform: uppercase;
  border: 2px solid transparent;
  border-radius: 0;
  line-height: 1.2;
  padding: 0.5rem 0.75rem;
  position: relative;
}
/*.btn:after{
	content: "\f027";
  font-family: "Font Awesome";
	right: 0.3rem;
	top: 50%;
	position: absolute;
}*/
.btn.focus, .btn:focus{
	box-shadow: none;
}

.text-section iframe {
  box-shadow: 0 0 24px rgb(136, 136, 136);
}

/* WCAG */
/* 1.3.1 Info and Relationships */
.asterisk {
  color: red;
}

/* 2.4.7 Focus Visible */
a:focus, input:focus, select:focus, textarea:focus, button:focus, #cboxContent button:focus {
  border: 2px solid;
  outline: 0 none;
}

a {
  border: 2px solid transparent;
}

/* SOCIALS */
.socials a {
	display: inline-flex;
  font-size: 1.3rem;
  margin: 6px;
}
.socials a:hover{
	text-decoration: none;
}
#main-footer .socials {
  margin-bottom: 1rem;
}
.fa {
  transition: color .2s linear 0s
}



/* NAVIGATION -----------------------------------------
------------------------------------------------------*/
.navbar {
    background: #ECF5FB;
	padding: 10px 0;
	width: 100%;
	z-index: 1000;
	position: fixed;
	transition: .5s;
}
.sticky .navbar{
	box-shadow: 0 0 10px rgba(43,57,84,0.6);
	padding: 10px 0 10px;
	top: 0;
	left: 0;
}
.navbar-toggleable-md>.container {
	display: block;
}
.logo a{
	display: table;
	margin: 10px 0 0;
}
.logo img{
	width: 270px;
	transition: .5s;
}
.sticky .navbar .logo{
	margin: 0 auto;
}
.sticky .navbar .logo a{
	margin: 0;
}
.sticky .navbar .logo img{
	width: 120px;
}

.nav-boxes{
	text-align: right;
}
.nav-box{
	display: inline-table;
	font-size: 15px;
	margin: 0 0 20px 30px;
	text-align: right;
}
.sticky .navbar .nav-box{
	display: none;
}
.nav-box p{
	margin: 0;
}
.phone-top{
	background: url(images/phone.svg) 0 4px no-repeat;
	font-weight: 700;
	padding: 0 0 0 22px;
}
.address-top{
	background: url(images/house.svg) 0 2px no-repeat;
	line-height: 1.2;
	padding: 0 0 0 24px;
}
.login{
	background: url(images/login.svg) 0 2px no-repeat;
	line-height: 1.2;
	padding: 0 0 0 20px;
}
.nav-box.socials a{
	margin: 0 0 12px 12px;
}

/* menu ******************************/
.menu-main-menu-container{
}
.sticky .navbar .menu-main-menu-container{
}
.phone-sticky{
	display: none;
	background: url(images/phone.svg) 0 4px no-repeat;
	font-size: 15px;
	font-weight: 700;
	padding: 0 0 0 20px;
	position: absolute;
	top: 6px;
	right: -30px;
}
.sticky .phone-sticky{
	display: block;
	right: 0;
	-webkit-animation: fadeIn .5s;
    animation: fadeIn .5s;
}
@keyframes fadeIn {
    from { opacity: 0; right: -30px}
      to { opacity: 1; right: 0}
}
#menu-main-menu {
	float: right;
	transition: .5s;
}
.sticky #menu-main-menu{
	margin: 8px 140px 0 0;
}
#menu-main-menu li{
	float: left;
	margin: 0 10px;
	position: relative;
}
#menu-main-menu > li:last-child{
	margin: 0 0 0 10px;
}
#menu-main-menu li a{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 15px;
	font-weight: 800;
	padding: 6px 10px;
	position: relative;
	text-transform: uppercase;
}
#menu-main-menu > li a:after{
	content: "";
	background: #1F76B9;
	width: 0;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: -12px;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.navbar-nav a span.sub-arrow{
	top: 55%;
	right: -3px;
	width: 0;
	height: 0;
	border-width: .3rem;
	border-style: solid dashed dashed dashed;
	border-color: #1F76B9 transparent transparent transparent;
	background: transparent;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	overflow: hidden;
	position: absolute;
}
.dropdown-toggle:after{
	display: none;
}
#menu-main-menu > li a:hover:after{
	width: 100%;
}
.sticky #menu-main-menu > li a:after{
	bottom: -16px;
}
#menu-main-menu li li a:after{
	display: none;
}
#menu-main-menu > li:last-child a{
	padding: 6px 0 6px 10px;
}
.sticky .navbar #menu-main-menu li a{
	padding: 0 10px;
}
#menu-main-menu li.current_page_item > a{
	color: #34B4D7;
}
#menu-main-menu ul{
	background: #fff;
	border: 1px solid #C8DEEA;
	border-radius: 0;
	margin: 0;
	padding: 6px 20px 8px;
	z-index: 1000;
	box-shadow: 0 5px 10px rgba(53,71,85,0.4);
	-webkit-box-shadow: 0 5px 10px rgba(53,71,85,0.4);
}
.dropdown-item{
	border: 2px solid transparent;
}
#menu-main-menu li ul{
	left: 10px !important;
	min-width: 300px !important;
}
#menu-main-menu ul li{
	float: none;
	margin: 1px 0;
    padding: 4px 0 0;
}
#menu-main-menu ul li a{
	color: #1f76b9;
	display: block;
	font-size: 14px;
	font-size: 400;
    padding: 5px 10px 0;
	white-space: normal;
}
.sticky .navbar #menu-main-menu ul li a{
    padding: 5px 10px 0;
}
#menu-main-menu ul li a.active{
	color: #fff;
}
#menu-main-menu ul li a:hover,
#menu-main-menu ul li a:focus{
	text-decoration: none;
}


@media screen and (max-width: 1200px) {
	.sticky .navbar #menu-main-menu li a{
		padding: 0 8px;
	}
}
@media screen and (max-width: 1090px) {
	.logo a{
		margin: 24px 0 0 50px;
	}
	.sticky .navbar .logo a{
		margin: 0 0 0 50px;
	}
}
@media screen and (max-width: 991px) {
	.navbar .container{
		width: 100%;
	}
	.navbar,
	.sticky .navbar{
		box-shadow: 0 0 10px rgba(43,57,84,0.6);
		padding: 10px 0 10px;
		top: 0;
		left: 0;
	}
	.logo a,
	.sticky .navbar .logo a{
		margin: 0 0 0 70px;
	}
	.logo img,
	.sticky .navbar .logo img{
		width: 140px;
	}
	.nav-boxes{
		display: none;
	}
	.phone-sticky,
	.sticky .phone-sticky{
		display: none;
	}
	.menu{
		position: relative;
	}
	#menu-main-menu,
	.sticky #menu-main-menu{
		border-top: 1px solid #7DB1D9;
		display: none;
		float: none;
		margin: 10px 0 0 0;
		padding: 10px 20px 0;
	}
	#menu-main-menu li{
		float: none;
		margin: 0;
		position: relative;
		width: 100%;
	}
	#menu-main-menu > li a:after{
		display: none;
	}
	#menu-main-menu > li:last-child{
		margin: 0;
	}
	#menu-main-menu li a,
	.sticky #menu-main-menu li a{
		border-radius: 0;
		padding: 4px 10px;
	}
	#menu-main-menu ul{
		box-shadow: none;
		-webkit-box-shadow: none;
	}
	.navbar-nav a span.sub-arrow{
		right: 0;
		width: 32px;
		height: 32px;
		border: 0;
		font-size: 22px;
		padding: 0 0 0 10px;
	}
	.navbar-nav a.highlighted span.sub-arrow:before {
		display: block;
		content: '-';
	}
	.navbar-toggler{
		display: block;
		margin: 0;
		padding: 5px 20px 5px 60px;
		position: absolute;
		top: -48px;
		right: 0;
	}
	.navbar-toggler,
	.navbar-toggler:hover,
	.navbar-toggler:focus{
		border: 0;
		outline: 0 none;
	}
	.navbar-toggler-icon{
		display: table;
		float: right;
		height: 24px;
		margin: 10px;
		width: 30px;
		position: relative;
		cursor: pointer;
	}
	.navbar-toggler-icon:before{
		color: #1F76B9;
		content: "MENU";
		font-size: 18px;
		font-weight: 700;
		position: absolute;
		top: 7px;
		left: -66px;
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.navbar-toggler:hover .navbar-toggler-icon:before,
	.navbar-toggler:focus .navbar-toggler-icon:before{
		color: #2B3954;
	}
	.navbar-toggler-icon span{
		display: block;
		position: absolute;
		height: 3px;
		width: 100%;
		background: #1F76B9;
		opacity: 1;
		left: 0;
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
		-webkit-transition: .3s ease-in-out;
		-moz-transition: .3s ease-in-out;
		-o-transition: .3s ease-in-out;
		transition: .3s ease-in-out;
	}
	.navbar-toggler:hover .navbar-toggler-icon span,
	.navbar-toggler:focus .navbar-toggler-icon span{
		background: #2B3954;
	}
	.navbar-toggler-icon span:nth-child(1){
		top: 3px;
	}
	.navbar-toggler-icon span:nth-child(2), .navbar-toggler-icon span:nth-child(3){
		top: 11px;
	}
	.navbar-toggler-icon span:nth-child(4){
		top: 19px;
	}
	.toggled .navbar-toggler-icon span:nth-child(1){
		top: 13px;
		width: 0%;
		left: 50%;
	}
	.toggled .navbar-toggler-icon span:nth-child(2){
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.toggled .navbar-toggler-icon span:nth-child(3){
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.toggled .navbar-toggler-icon span:nth-child(4){
		top: 13px;
		width: 0%;
		left: 50%;
	}

}
@media screen and (max-width: 400px) {
	.navbar-toggler-icon:before{
		display: none;
	}
}


/* HOME PAGE ********************************************/

/* VIDEO */
#home-top-image {
	background-position: center bottom;
	background-size: cover;
	margin: 0 0 140px;
	height: calc(100vh - 110px);
	width: 100%;
	top: 110px;
	overflow: hidden;
	position: relative;
}
.home-vid{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 0;
}
video.vid{display:block;margin:0 auto;width:100%;position:absolute;left:0;top:0}
#button{position: absolute; bottom: 1rem; left: 1rem; border: none; background: transparent; font-size: 1rem; cursor: pointer; z-index: 1; padding: 5px 8px 1px;border: 2px solid transparent;}
#button:focus{border: 2px solid red;outline: none;}

.home-top-content img {
  display: block;
  margin: 0 auto;
}
.home-top-content{
	background-color: rgba(37,88,135,0.5);
	background-image: url(images/bg-logo.svg);
	background-position: -50px -30px;
	background-repeat: no-repeat;
	color: #D6E9F8;
	font-size: 1.2rem;
	left: 0;
	bottom: 100px;
	width: 70%;
	padding: 4% 5% 4% 12%;
	position: absolute;
	z-index: 100;
}
.home-top-content:after{
	background-color: rgba(37,88,135,0.5);
    background: -webkit-linear-gradient(rgba(31,118,185,0.5), rgba(167,197,38,0.5));
    background: -o-linear-gradient(rgba(31,118,185,0.5), rgba(167,197,38,0.5));
    background: -moz-linear-gradient(rgba(31,118,185,0.5), rgba(167,197,38,0.5));
    background: linear-gradient(rgba(31,118,185,0.5), rgba(167,197,38,0.5));
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 0;
}
.home-top-content h1,
.home-top-content p{
	position: relative;
	z-index: 1;
}
.home-top-content p:first-of-type:first-letter{
	font-size: 2.7rem;
	font-weight: 700;
	line-height: 1;
	position: relative
}
@media screen and (max-width: 1330px) {
	#home-top-image {
		height: auto;
		width: 100%;
	}
	.home-top-content{
		bottom: 0;
		padding: 4% 5% 4% 5%;
		width: 100%;
	}
	#button{bottom: auto; left: auto; top: 1rem; right: 1rem}
}
@media screen and (max-width: 991px) {
	#home-top-image {
		height: auto;
		width: 100%;
		top: 60px;
	}
	.home-top-content{
		background-color: rgba(37,88,135,1);
		position: relative;
		margin-top: -120px;
	}
}
@media screen and (max-width: 860px) {
	.home-top-content{
		margin-top: -150px;
	}
}
@media screen and (max-width: 767px) {
	.home-top-content{
		margin-top: -60px;
	}
}
@media screen and (max-width: 600px) {
	.home-top-content{
		margin-top: 0;
	}
}

.customlist {
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
	.customlist li{
		margin: 0 0 20px;
	}
}


/* BLOG **************************************************************/
.blog .site-content header{
	margin-top: 40px;
}
.blog .site-content > .container{
	margin-bottom: 60px;
}
.single-post .site-content > .container{
	margin-top: 40px;
	margin-bottom: 60px;
}
.post {
  border-bottom: 1px solid #ECF5FB;
  margin-bottom: 60px;
  padding-bottom: 30px;
}
.post p, .post li {
}
.post footer {
}
.post footer a {
  margin: 0.5rem
}
.post-thumbnail {
  float: left;
  margin-bottom: 0;
}
.read-more {
  font-size: 1.3rem;
  display: block;
}
.post-thumbnail img {
  margin: 10px 30px 20px 0;
}
.blog article header h2 a, #secondary a {
  display: inherit;
}
@media (max-width: 991px) {
  .post-thumbnail {
    float: none;
    text-align: center;
  }
}
@media (max-width: 767px) {
	#secondary{
		margin: 40px 0 0;
	}
}

/* LATEST POSTS */
.latest-posts {
  background: #E2EEF7 /*url("images/bg-blog.svg") 0 0 repeat*/;
  padding: 1rem 0 4rem;
}
.latest-posts p {
	color: #255988;
  font-size: 1rem;
  line-height: 1.5;
}
.latest-posts img {
  width: 100%;
}
.latest-posts h2 {
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0;
}
.latest-posts h3 {
	margin: 0.8rem 0;
	font-size: 1.3rem;
	font-weight: 700;
	text-transform: uppercase;
}
.latest-posts h2 a {
  display: inline;
  text-decoration: none;
}
.latest-posts a {
  display: block;
}
.latest-posts .btn {
	background: #fff;
	display: block;
	float: left;
	font-weight: 700;
	line-height: 1;
}
.btn-more{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}



/* FOOTER ****************************************************/
#main-footer{
	background: #2B3954;
	font-size: 15px;
	padding: 2rem 0;
}
#footer-logo {
  display: table;
  margin: 0 0 2rem;
}
#main-footer a{
	color: #D6E9F8;
}
#main-footer a:hover{
	color: #A7C526;
}
#main-footer a:focus{
	border-color: #D6E9F8;
	color: #D6E9F8;
}
.footer-inner{
	text-align: right;
}

#main-footer ul{
	float: right;
	list-style: none;
	margin: 0 0 10px;
}
#main-footer li{
	float: left;
	margin: 0 0 0 20px;
}
#main-footer .phone_number{
	display: block;
	margin: 0 0 14px 0;
}
#main-footer .socials a{
	margin: 0 0 14px 14px;
}
#main-footer p {
	color: #7DB1D9;
	margin-bottom: 0.5rem;
}
@media screen and (max-width: 991px) {
	.footer-inner{
		text-align: left;
	}
	#main-footer ul{
		float: left;
		margin: 0;
		padding: 0;
	}
	#main-footer li{
		margin: 0 20px 15px 0;
	}
	#main-footer .socials a{
		margin: 0 14px 14px 0;
	}
}

.footer-text{
  margin-bottom: 2rem!important;
}
.flc-wrapper{
	border-top: 1px solid #1F76B9;
	padding: 24px 15px 0;
}
.flc{
	display: table;
	float: right;
	width: 70px;
}




/* 404 */
.error-404{
	background-image: url("images/404.svg");
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 100px 0 200px;
}



/*********************** MODULES ******************************************/

/* Before / After Gallery */
.showBefore {
  float: left;
}
.showAfter {
  float: right;
}
.cross2-slider:focus, .cross2-slider:hover {
  border-color: transparent!important;
}

/* TEXT SECTION */
.text-section p, .text-section ul {
  margin-bottom: 2rem;
}
.text-section p, .text-section li {
  font-size: 1.2rem;
  line-height: 1.4;
}
.text-section li {
  background: url(images/list.png) 0 10px no-repeat;
  padding: 0 0 0 20px;
}
.text-section .text-container {
  margin: 30px 0 60px;
}
.text-section ul {
  list-style: none;
  padding: 0;
}
.text-section h2, .text-section h3, .text-section h4, .text-section h5, .text-section h6 {
  margin: 2rem 0 .2rem;
}


/* FAQ */
.fa-chevron-down {
  transform: rotate(0deg);
  transition: transform 0.3s ease 0s!important;
}
.collapsed .fa-chevron-down {
  transform: rotate(90deg);
  transition: transform 0.3s ease 0s!important;
}
.card, .card-header {
  border: none;
}
.card-header {
  background: transparent;
  padding-left: 0;
}
.card-header .fa-chevron-down {
  margin-left: 0.5rem
}


/* FINACIAL TABLE */
.financial-right h2 {
  margin-bottom: 2rem;
}
.financial table {
  font-size: 1.4rem;
}
.financial th:nth-of-type(2n), .financial td:nth-of-type(2n+1) {
  background: white;
  border-bottom: 1px dashed!important;
}
.financial tr, .financial thead th {
  border-bottom: 1px dashed!important;
}
.financial th, .financial td {
  display: table-cell;
  line-height: 1.2;
  padding: 20px 40px;
  text-align: center;
  border-top: none!important;
}
.financial th {
  width: 33.3333%;
}
@media (max-width: 768px) {
  .financial th, .financial td {
    width: 100%;
    display: block;
    background: transparent!important;
    border: transparent!important;
    text-align: left;
    padding: 0.5rem;
  }
  .financial th:nth-of-type(2n), .financial td:nth-of-type(2n+1) {
    border: none!important;
    color: white!important;
  }
  .financial thead {
    display: none;
  }
  .financial tr {
    padding: 1rem 0;
  }
}


/* ICONS */
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?vnas9h');
  src: url('fonts/icomoon.eot?vnas9h#iefix') format('embedded-opentype'), url('fonts/icomoon.ttf?vnas9h') format('truetype'), url('fonts/icomoon.woff?vnas9h') format('woff'), url('fonts/icomoon.svg?vnas9h#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-1:before {
  content: "\e900";
}
.icon-2:before {
  content: "\e901";
}
.icon-3:before {
  content: "\e902";
}
.icon-4:before {
  content: "\e903";
}
.icon-5:before {
  content: "\e904";
}
.icon-6:before {
  content: "\e905";
}
.icon-7:before {
  content: "\e906";
}
.icon-8:before {
  content: "\e907";
}
.icon-9:before {
  content: "\e908";
}
.icon-10:before {
  content: "\e909";
}
.icon-11:before {
  content: "\e90a";
}
.icon-12:before {
  content: "\e90b";
}
.icon-13:before {
  content: "\e90c";
}
.icon-14:before {
  content: "\e90d";
}
.icon-15:before {
  content: "\e90e";
}
.icon-16:before {
  content: "\e90f";
}


/* FINANCIAL */
.financial p {
  font-size: 1.3rem;
}
.financial {
  margin: 5rem 0;
}
.financial-right, .financial-left {
  padding-top: 60px;
  padding-bottom: 60px;
}
.financial-right table {
  width: 100%;
}


/* SITEMAP */
.sitemapul ul {
  padding: 0 3rem;
  list-style: none;
}


/* PROCEDURE MENU */
.sub-pages-box:hover, .sub-pages-box:focus {
  text-decoration: none;
  border-width: 3px;
}
.sub-pages-box:hover li, .sub-pages-box:focus li, .sub-pages-box:hover h2, .sub-pages-box:focus h2 {
  color: white!important;
  transition: color .2s linear 0s
}
.sub-pages-box li, .sub-pages-box h2 {
  transition: color .2s linear 0s
}
.sub-pages-box {
  transition: background-color .2s linear 0s
}
.sub-pages-box ul {
  padding: 0;
  margin: 0;
}
.sub-pages-box li {
  list-style: none;
}
.sub-pages-box {
  padding: 30px;
  border: 3px solid white;
  background: #efefeb;
}


/* SUBMENU */
.subpage-menu {
  max-width: 950px;
  margin: 10px auto 40px;
}
.subpage-menu a {
  font-size: 1.3rem;
  margin: 5px;
  padding: 5px;
  text-decoration: none;
  border: 2px solid;
  border-color: transparent;
  width: 100%;
}
.subpage-menu ul {
  list-style: none;
  padding: 0;
}
.subpage-menu li {
  display: flex;
}
.subpage-menu a:hover, .subpage-menu a:focus {
  background: transparent;
}
.subpage-menu.columns-1 li {
  width: 90%;
  max-width: 500px;
}
.subpage-menu.columns-2 li {
  width: 48%;
}

@media (max-width: 767px) {
  .subpage-menu.columns-2 li {
    width: 90%;
    max-width: 500px;
  }
}


/* TESTIMONIALS */
.testimonials+.full-width-image {
  margin-top: 3rem;
}
.testimonials {
	overflow: hidden;
	padding: 3rem 0 5rem;
	position: relative;
}
.testimonials-dollar{
	cursor: pointer;
	font-size: 12px;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.testimonials-dollar:after{
	font-family: "FontAwesome";
	position: absolute;
	content: "\f04c";
}
.testimonials.non-animated .testimonials-dollar:after{
	content: "\f04b";
}
.testimonials:before{
	content: "";
	opacity: 0.3;
	position: absolute;
	background: url("images/money.png");
	-webkit-animation: 15s scroll infinite linear;
	-moz-animation: 15s scroll infinite linear;
	-o-animation: 15s scroll infinite linear;
	-ms-animation: 15s scroll infinite linear;
	animation: 15s scroll infinite linear;
	top:0;
	left: 65%;
	width: 387px;
	height: 100%;
}
.testimonials.non-animated:before{
	-webkit-animation: 15s scroll infinite linear;
	-moz-animation: none;
	-o-animation: none;
	-ms-animation: none;
	animation: none;
}
@-webkit-keyframes scroll{
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100%{background-position:0px 2370px; opacity: 0;}
}
@-moz-keyframes scroll{
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100%{background-position:0px 2370px; opacity: 0;}
}
@-o-keyframes scroll{
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100%{background-position:0px 2370px; opacity: 0;}
}
@-ms-keyframes scroll{
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100%{background-position:0px 2370px; opacity: 0;}
}
@keyframes scroll{
  0%   { opacity: 0; }
  50%   { opacity: 1; }
  100%{background-position:0px 2370px; opacity: 0;}
}

.testimonials a {
  text-decoration: none;
}
.testimonials h2 {
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0;
}
.testimonials .container {
}
.testimonials cite {
  font-size: 1.1rem
}
.testimonials .container {
}
.blockquote {
    padding: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
    border-left: 0;
}

.bx-next, .bx-prev {
  font-size: 1.5rem;
  position: absolute;
  bottom: -36px;
  z-index: 999;
}
.bx-next {
  margin: 0 0 0 20px;
}
.bx-prev {
  left: 12px;
}
.testimonials .bx-viewport {
  height: auto!important;
}
.bx-controls-auto-item i {
  display: inline;
}
.bx-wrapper .bx-controls-auto {
    text-align: left;
	margin: 0 0 0 50px;
}



/* CONTACT */
.contact-info{
  background-image: url("images/bg-logo-contact.svg");
  background-position: -50px -40px;
  background-repeat: no-repeat;
}
.contact-info h2 {
  font-size: 2rem;
  margin: 0;
  padding: 2rem 0;
}
.contact-info-details {
  padding-bottom: 2rem;
}
.contact-info-details p {
  font-size: 1.3rem;
  margin: 0;
}
.opening-times {
  margin: 1rem 0;
}

/* MAP */
.contact-info-inner{
	display: table;
	float: left;
	padding: 50px 30px;
	text-align: right;
	width: 35%;
}
.embed_map iframe {
	display: table;
	width: 65%;
	height: 400px;
}
.scrolling-off {
  pointer-events: none;
}
.contact-info .contact-details span.phone_number {
  display: inline;
}
@media screen and (max-width: 840px) {
	.contact-info-inner{
		padding: 30px 30px 20px;
		text-align: left;
		width: 100%;
	}
	.contact-info-inner span{
		display: inline-block;
		margin: 0 30px;
	}
	.embed_map iframe {
		width: 100%;
	}
}

/* MAPS */
.maps{
	background-color: #1F76B9;
    background: -webkit-linear-gradient(#1F76B9, #2B3954);
    background: -o-linear-gradient(#1F76B9, #2B3954);
    background: -moz-linear-gradient(#1F76B9, #2B3954);
    background: linear-gradient(#1F76B9, #2B3954);
	padding: 50px 10px 10px;
}
.maps h2{
	color: #fff;
	margin: 0 0 20px;
}
.maps .single-map-title {
	color: #D6E9F8;
	margin: 0;
	font-size: 1.3rem;
}
.maps-address{
	font-size: 16px;
	line-height: 1.2;
}
.maps-wrapper{
	/*border-right: 1px solid #1F76B9;*/
	display: inline-block;
	padding: 10px 10px 20px;
	width: 33.33%;
}
.maps-wrapper:last-child{
	border-right: 0;
}
.maps-wrapper .embed_map iframe {
	display: table;
	width: 100%;
	height: 325px;
}
@media screen and (max-width: 1199px) {
	.maps-wrapper{
		width: 50%;
	}
}
@media screen and (max-width: 767px) {
	.maps-wrapper{
		width: 100%;
	}
}

/* JOB OFFER */
.job-offer{
	margin: 0 auto 20px;
}
.page-careers .text-section h2{
	font-size: 1.3rem;
	position: relative;
	padding: 0 0 10px;
	margin: 40px 0 50px;
}
.page-careers .text-section h2:after{
	background: #7DB1D9;
	content: "";
	width: 100px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.job-offer > .row{
	margin: 0 auto 50px;
}
.job-offer a.download{
	background: #A7C526;
	color: #fff;
	display: block;
	padding: 20px;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	transition: .5s all;
}
.job-offer a.download:hover,
.job-offer a.download:focus{
	background: #1F76B9;
    background: -webkit-linear-gradient(rgb(31,118,185), rgb(43,57,84));
    background: -o-linear-gradient(rgb(31,118,185), rgb(43,57,84));
    background: -moz-linear-gradient(rgb(31,118,185), rgb(43,57,84));
    background: linear-gradient(rgb(31,118,185), rgb(43,57,84));
	border-color: #2B3954;
	color: #fff;
	text-decoration: none;
}

/* MODAL */
.btn.btn-modal{
	background: #fff;
	border: 2px solid #1F76B9;
	color: #1F76B9;
	cursor: pointer;
	font-weight: 700;
	margin: 0 0 20px;
	padding: 8px 20px 5px;
}
.btn.btn-modal:hover,
.btn.btn-modal:focus{
	background: #1F76B9;
	border: 2px solid #fff;
	color: #fff;
}

.modal-content {
	border-radius: 0;
	box-shadow: 0 5px 14px rgb(42,57,84);
}
.modal-content h5 {
	font-weight: bold;
	font-size: 1.3rem;
}
.modal-content .wpcf7-form{
	margin: 0 auto;
}
.modal-content .wpcf7-form input,
.modal-content .wpcf7-form textarea,
.modal-content .wpcf7-form select{
	padding: 8px;
}
.modal-content .wpcf7-form textarea{
	height: 100px;
}
.modal-content .wpcf7-form input.wpcf7-submit {
	padding: 8px 20px 3px;
}
button.close{
	border: 2px solid transparent;
}
button.close:focus{
	border: 2px solid;
	outline: 0 none;
}

/* GALLERY */
.image-gallery {
  padding-bottom: 3rem;
}
.image-gallery a {
  display: inline-block;
}
.image-gallery .row>li:nth-of-type(2n+1) {
  text-align: right;
}
.image-gallery .row>li:nth-of-type(2n+2) {
  text-align: left;
}
.image-gallery .row>li {
  padding: 15px;
}
@media (max-width: 767px) {
  .image-gallery .row>li:nth-of-type(2n+1) {
    text-align: center;
  }
  .image-gallery .row>li:nth-of-type(2n+2) {
    text-align: center;
  }
}

/* FOOTER MENU */
.footer-menu ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0.5rem;
}
.footer-menu li {
  display: inline;
}

/* NEWS */
.news {
  margin: 30px 0;
}
.news-section p {
  font-size: 1.3rem
}

/* IMAGE DIV */
.background-image .background-image-no-text {
  height: 22.65vw;
  background-size: cover;
}
.full-width-image img {
  max-width: 100%;
  height: auto;
}
.first-section.background-image {
  border-bottom: 6px solid;
}

/* BOXES */
.boxes a:hover, .boxes a:focus {
  text-decoration: none
}
.boxes a:hover .box-background {
  opacity: 0.3;
}
.boxes ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}
.da-thumbs li{
	width: 33.333%;
	float: left;
	position: relative;
}
.da-thumbs li a {
	display: block;
	min-height: 17vw;
	overflow: hidden;
	position: relative;
	border: 0;
	background-position: center center;
	background-size: cover;
}
.da-thumbs li a:focus div{
	left: 0 !important;
	top: 0 !important;
}
.da-thumbs li a div {
	position: absolute;
	background: rgba(31,118,185,0.7);
	width: 100%;
	height: 100%;
	text-align: center;
	left: -100%;
}
.da-thumbs a h2{
	color: white;
	background: rgba(31,118,185,0.7);
	font-size: 1.3rem;
	padding: 20px 30px 18px;
	left: 0;
	bottom: 30px;
	position: absolute;
	text-shadow: 1px 1px 1px #255887;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.da-thumbs a h2:after{
	content: "";
	background: #fff;
	width: 0;
	height: 2px;
	position: absolute;
	left: 30px;
	bottom: 0;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
.da-thumbs a:hover h2,
.da-thumbs a:focus h2{
	background: none;
	font-size: 1.8rem;
	padding: 20px 30px 10px;
	left: 0;
	bottom: 50px;
}
.da-thumbs a:hover h2:after,
.da-thumbs a:focus h2:after{
	width: 200px;
}

@media screen and (max-width: 991px) {
	.da-thumbs a h2 {
		bottom: 0;
		margin-bottom: 0;
	}
	.da-thumbs a:hover h2,
	.da-thumbs a:focus h2{
		font-size: 1.4rem;
		bottom: 0;
	}
}
@media (max-width: 767px) {
	.da-thumbs li{
		width: 100%;
		float: none;
	}
	.boxes a {
		min-height: 220px!important;
	}
}

/* GALLERY */
.gallery {
  margin: 4rem 0;
}
.gallery p {
  font-size: 1.3rem;
}
.innerright {
  float: right;
  max-width: 450px;
}
@media (max-width: 991px) {
  .innerright {
    float: none;
    max-width: none;
    margin-bottom: 4rem;
    text-align: center;
  }
}


/* CF7 */
.contact-form {
  background: url(images/bg-contact.svg) 470px center no-repeat;
  padding: 2rem 0;
  position: relative;
}
div.wpcf7 {
  margin: 2rem 0;
}
.wpcf7-form {
  max-width: 560px;
  text-align: left;
}
.wpcf7-form label {
  margin: 0 0 0.3rem;
  width: 100%;
}
.wpcf7-form input, .wpcf7-form textarea, .wpcf7-form select {
	border: 2px solid transparent;
	background: #ECF5FB;
	line-height: 1.1;
	padding: 12px;
	width: 100%;
	font-size: 1.2rem;
}
.wpcf7-form select {
  padding: 0.3rem;
}
.wpcf7-submit {
	border: 2px solid transparent;
  cursor: pointer;
  display: block;
  margin: 20px 0 0;
  max-width: 200px;
}
.wpcf7-submit:focus {
	border: 2px solid #2B3954;
	box-shadow: none;
}
span.wpcf7-not-valid-tip, div.wpcf7-validation-errors {
  color: red;
  border: 0;
  font-size: 1.1rem!important;
  padding: 0.5rem;
}
div.wpcf7-response-output{
	border: 3px;
	margin: 0;
}

/* MOBILE CTA */
.mobilecta {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
  border-top: 1px solid white;
  text-decoration: none;
}
.mobilecta a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 0.5rem 0;
  border: 1px solid white;
}
.mobilecta .row>div {
  padding: 0;
}

/* TOP-IMAGE */
.large-image-slider-images div{
	background-position: left center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 260px;
	margin: -170px 0 60px;
}

/* MEMBERS */
.team{
	background: #DCEC9B;
    background: -webkit-linear-gradient(rgba(31,118,185,1), rgba(167,197,38,1));
    background: -o-linear-gradient(rgba(31,118,185,1), rgba(167,197,38,1));
    background: -moz-linear-gradient(rgba(31,118,185,1), rgba(167,197,38,1));
    background: linear-gradient(rgba(31,118,185,1), rgba(167,197,38,1));
	color: #fff;
	padding: 1.6rem 0;
}
.page-dental-practice-management .site-content .team{
	margin: 40px 0 0;
}
.team h2, 
.team h3, 
.team h4{
	color: #fff;
}
.team h2{
	font-size: 1.3rem;
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 20px;
}
.team h2:after{
	background: #7DB1D9;
	content: "";
	width: 100px;
	height: 2px;
	left: 0;
	bottom: 0;
	position: absolute;
}
.team h3{
	text-transform: none;
}
.team h4{
	font-size: 1.1rem;
}

@media (max-width:767px){
	.home-top-content h1{
		font-size:1.75rem;
	}
	.da-thumbs li{
		margin-top:.75rem;
		margin-bottom:.75rem;
	}
}

