/*
Theme Name: Beltone New 2022
Author: PPWD
Author URI: https://ppwd.com.
Version: 1.0
*/

@import url(reset.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
:root{
	/* Primary Colors */
	--beltone--blue--dark: #005694;
	--beltone--blue--dark-hover: #00477a;
	--beltone--blue--dark-clear: #49afe8;
	--beltone--blue--dark-clear-hover: #49afe8; 

	/* Secondary Colors */
	--beltone--blue--dark-dark: #252b6b;
	--beltone--blue--dark-light: #b2d8f6;
	--c-gray-light: #b0b1b1;
	--c-gray-dark: #575756;
	--c-gray-clear: #ececec;
	--beltone--dark-3: #000000;
	--beltone--light-1: #ffffff; 

	/* Call to Action & Accent Colors */
	--c-orange: #e38928;
	--c-orange-hover: #cb6901;
	--c-green: #b6c930;
	--beltone--red: #c7352d;

	/* Utilities */
	/* --shadow--small: 0 2px 10px -2px rgba(0,0,0,0.3); */
	--border-radius-small: 3px;
	--border-radius: 6px;
	--border-radius-large: 12px;

	/* Color styles */
	--beltone--blue--dark: rgba(15, 85, 135, 1);
	--beltone--blue: rgba(0, 116, 199, 1);
	--beltone--blue--light: rgba(92, 175, 235, 1);
	--beltone--green--dark: rgba(49, 106, 55, 1);
	--beltone--green: rgba(53, 156, 63, 1);
	--beltone--green--light: rgba(200, 224, 202, 1);
	--beltone--gray--dark: rgba(128, 139, 147, 1);
	--beltone--gray: rgba(204, 204, 204, 1);
	--beltone--gray--light: rgba(232, 235, 238, 1);
	--beltone--red--dark: rgba(134, 33, 33, 1);
	--beltone--red: rgba(181, 52, 52, 1);
	--beltone--red--light: rgba(226, 143, 143, 1);
	--beltone--dark-1: rgba(102, 102, 102, 1);
	--beltone--dark-2: rgba(39, 52, 67, 1);
	--beltone--dark-3: rgba(0, 0, 0, 1);
	--beltone--light-1: rgba(255, 255, 255, 1);
	--beltone--light-2: rgba(249, 252, 255, 1);
	--beltone--light-3: rgba(225, 232, 245, 1);

	/* Text-size styles */
	--heading-1: 48px;
	--heading-2: 38px;
	--heading-3: 32px;
	--heading-4: 26px;
	--heading-5: 22px;
	--heading-6: 16px;
	--paragraph: 16px;
	--paragraph--bold: 14px;
	--paragraph--small: 10px;
	--heading-1--mobile: 38px;
	--heading-2--mobile: 32px;

	/* Effect styles */
	--shadow-1:  0px 5px 20px rgba(0, 0, 0, 0.24);
	--shadow--small:  0px 2px 6px rgba(0, 0, 0, 0.16);
	/* New Button Colors */
	--beltone-orange: #ca5001;
	--beltone-orange-hover: #ca5010;
	--beltone-orange-border: 2px solid #ca5010;
	--beltone-blue-hover: #2a7cb7;
	--beltone-shadow-hover: #0e5588 5px 5px 0px 0px;
	--beltone-border-hover: #2a7cb7; 
}

.new-header-btn {
	text-align: center;
	background: var(--beltone-orange);
	border: var(--beltone-orange-border);
	color: #ffffff;
	border-radius: 7px;
	text-decoration: none;
	line-height: 1;
	cursor: pointer;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.new-header-btn:hover {
	color: #ffffff;
	text-decoration: none;
	border-style: solid;
	background-color: var(--beltone-blue-hover);
	box-shadow: var(--beltone-shadow-hover);
	border-color: var(--beltone-border-hover);
}
/* .header-btn {
	
	background-color: orange;
	border-radius:8px;
	font-size:12px;
	width:150px !important;
	padding:10px 15px 10px 15px;
	text-decoration: none;
	font-weight: 700;
	color:white !important;
}
  
.header-logo-new {
	display:inline-block;
	height:100%;
	width:225px;
	vertical-align: middle !important;
	border:1px solid black;
	margin-left:auto !important;
	margin-right:auto !important;

} */
  
  /*demo styling only*/
  /* .navbar-brand {
	padding: 0px;
  }
  .navbar-brand>img {
	height: 100%;
	width: 1000px;
	
	z-index:99999;
  } 
   */
  
.page-banner {
	display: none !important;
}


  .navbar-toggle {
	z-index: 1;
  }



html{
	margin-bottom:0 !important;
	overflow-x: hidden;
}
#wpadminbar{
	top:auto;
	bottom:0;
}

@media (hover: hover) and (pointer: fine) {
  a:hover { color: red; }
}
body{font-family:'Poppins';
	color: var(--beltone--dark-3);
	/*background: var(--c-gray-clear);*/
	background: var(--beltone--light-1);
	font-weight: 400;
}
a{color: var(--beltone--blue--dark);}
a[href="#"]{
	cursor: default !important;
}
.fit-screen{
	width: 100vw;
	height: 100vh;
}

/* Utilities */
.container,
.wp-block-columns{
	margin: 0 auto;
	max-width: 1300px;
}
/*body.page-template-homepage #wrapper > .container,*/
body.page-template-full-width #wrapper > .container{
	max-width: unset;
}

.container-small{
	margin: 0 auto;
	max-width: 960px;
}


#wrapper { 
	margin-top:1.1%;
	z-index:0;
	overflow:hidden;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
	#wrapper { 
	  margin-top: 20px;
	}
}


#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5,
#wrapper p,
#wrapper ul,
#wrapper ol{
	margin: 20px 0;
	font-family: 'Montserrat';
}
#wrapper h1,
#wrapper h2,
#wrapper h3,
#wrapper h4,
#wrapper h5{
	color: var(--beltone--blue--dark);
	font-weight:bolder;
}
#wrapper hr{
	margin: 40px 0;
	border: none;
	border-top:1px solid #ccc;
}



/* Main Content */

body.search #wrapper > .container,
body.single-wpsl_stores #wrapper > .container,
body.page-template-landing-page #wrapper > .container,
body.page-template-landing-page-banner #wrapper > .container,
body.error404 #wrapper > .container,
body.page-template-homepage #wrapper > .container,
body.page-template-locations #wrapper > .container,
body.page-template-interior #wrapper > .container,
body.page-template-default #wrapper > .container{
	padding-left: 20px;
	padding-right: 20px;
}
body.search #wrapper .content,
body.single-wpsl_stores  #wrapper .content,
body.page-template-landing-page #wrapper .content,
body.page-template-landing-page-banner #wrapper .content,
body.error404 #wrapper .content,
body.page-template-homepage #wrapper .content,
body.page-template-locations #wrapper > .container,
body.page-template-interior #wrapper .content,
body.page-template-default #wrapper .content{
	padding: 30px;
	min-height: 300px;
}



.d-none{ display: none !important; }
.d-inline-block{ display: inline-block !important; }
.d-flex{ display: flex !important; }
.d-flex > *{ flex: auto !important; }
.d-block{ display: block !important; }

.flex-align-center{align-items: center;}
.flex-auto{flex-wrap: auto;}

.text-left{text-align:left;}
.text-center{text-align:center;}
.text-right{text-align:right;}
.text-uppercase{text-transform:uppsecase;}
.text-lowercase{text-transform:lowercase;}
.text-capitalize{text-transform:capitalize;}

.text-blue{color:var(--beltone--blue--dark);}
.text-blue-clear{color:var(--beltone--blue--dark-clear);}
.text-blue-dark{color:var(--beltone--blue--dark-dark);}
.text-blue-light{color:var(--beltone--blue--dark-light);}
.text-gray-light{color:var(--c-gray-light);}
.text-gray-dark{color:var(--c-gray-dark);}
.text-gray-clear{color:var(--c-gray-clear);}
.text-black{color:var(--beltone--dark-3);}
.text-white{color:var(--beltone--light-1);}
.text-orange{color:var(--c-orange);}
.text-green{color:var(--c-green);}
.text-red{color:var(--beltone--red);}



.m-0{margin: 0em;} .mt-0{margin-top: 0em;} .mr-0{margin-right: 0em;} .mb-0{margin-bottom: 0em;} .ml-0{margin-left: 0em;}
.m-1{margin: 1em;} .mt-1{margin-top: 1em;} .mr-1{margin-right: 1em;} .mb-1{margin-bottom: 1em;} .ml-1{margin-left: 1em;}
.m-2{margin: 2em;} .mt-2{margin-top: 2em;} .mr-2{margin-right: 2em;} .mb-2{margin-bottom: 2em;} .ml-2{margin-left: 2em;}
.m-3{margin: 3em;} .mt-3{margin-top: 3em;} .mr-3{margin-right: 3em;} .mb-3{margin-bottom: 3em;} .ml-3{margin-left: 3em;}
.m-4{margin: 4em;} .mt-4{margin-top: 4em;} .mr-4{margin-right: 4em;} .mb-4{margin-bottom: 4em;} .ml-4{margin-left: 4em;}
.m-5{margin: 5em;} .mt-5{margin-top: 5em;} .mr-5{margin-right: 5em;} .mb-5{margin-bottom: 5em;} .ml-5{margin-left: 5em;}

.p-0{padding: 0em;} .pt-0{padding-top: 0em;} .pr-0{padding-right: 0em;} .pb-0{padding-bottom: 0em;} .pl-0{padding-left: 0em;}
.p-1{padding: 1em;} .pt-1{padding-top: 1em;} .pr-1{padding-right: 1em;} .pb-1{padding-bottom: 1em;} .pl-1{padding-left: 1em;}
.p-2{padding: 2em;} .pt-2{padding-top: 2em;} .pr-2{padding-right: 2em;} .pb-2{padding-bottom: 2em;} .pl-2{padding-left: 2em;}
.p-3{padding: 3em;} .pt-3{padding-top: 3em;} .pr-3{padding-right: 3em;} .pb-3{padding-bottom: 3em;} .pl-3{padding-left: 3em;}
.p-4{padding: 4em;} .pt-4{padding-top: 4em;} .pr-4{padding-right: 4em;} .pb-4{padding-bottom: 4em;} .pl-4{padding-left: 4em;}
.p-5{padding: 5em;} .pt-5{padding-top: 5em;} .pr-5{padding-right: 5em;} .pb-5{padding-bottom: 5em;} .pl-5{padding-left: 5em;}

/* Buttons */
.btn,
.happyforms-styles input[type=submit].happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit,
.wp-block-button__link{
	display: inline-block;
	font-weight: 500;
	color: var(--beltone--light-1);
	text-decoration: none;
	cursor: pointer;
	box-shadow: 0 0 0 rgba(0,0,0,0.3);
	transition: box-shadow 0.2s, background-color 0.2s;
	border: none;
}
.happyforms-styles input[type=submit].happyforms-button--submit:hover,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit:hover,
.wp-block-button__link:hover,
.btn:hover{
	box-shadow: var(--shadow--small);
}


.wp-block-button__link,
.btn.blue{background-color: var(--beltone--blue--dark) !important;}
.btn.blue-light{background-color: var(--beltone--blue--dark-clear) !important;}
.btn.orange{background-color: var(--beltone-orange) !important;}
.btn.green{background-color: var(--c-green) !important;}
.btn.red{background-color: var(--beltone--red) !important;}


.btn.blue:hover{background-color: var(--beltone--blue--dark-hover) !important;}
.btn.blue-light:hover{background-color: var(--beltone--blue--dark-clear) !important;}
.btn.green:hover{background-color: var(--c-green) !important;}
.btn.red:hover{background-color: var(--beltone--red) !important;}


.btn,
.wp-block-button__link,
.happyforms-styles input[type=submit].happyforms-button--submit,
.happyforms-styles input[type=submit][disabled].happyforms-button--submit,
input{
	padding: 10px 20px !important;
	border-radius: var(--border-radius);
}
.btn.btn-small{
	padding: 5px 10px !important;
	font-size: 75%;
}
input{
	border: none;
	box-shadow: 0 0 0 1px var(--c-gray-clear) inset;
}
p small{
	line-height: 1.4;
	display: block
}



/* ------------------ */

:root{
    /* Primary Colors */
    /* --beltone--blue--dark: #005694;
    --beltone--blue--dark-hover: #00477a;
    --beltone--blue--dark-clear: #49afe8;
    --beltone--blue--dark-clear-hover: #49afe8; */

    /* Secondary Colors */
    /* --beltone--blue--dark-dark: #252b6b;
    --beltone--blue--dark-light: #b2d8f6;
    --c-gray-light: #b0b1b1;
    --c-gray-dark: #575756;
    --c-gray-clear: #ececec;
    --beltone--dark-3: #000000;
    --beltone--light-1: #ffffff; */

    /* Call to Action & Accent Colors */
    /* --c-orange: #d67b18;
    --c-orange-hover: #cb6901;
    --c-green: #b6c930;
    --beltone--red: #c7352d; */

    /* Utilities */
    /* --shadow--small: 0 2px 10px -2px rgba(0,0,0,0.3); */
    --border-radius-small: 3px;
    --border-radius: 6px;
    --border-radius-large: 12px;



    /* Color styles */
    --beltone--blue--dark: rgba(15, 85, 135, 1);
    --beltone--blue: rgba(0, 116, 199, 1);
    --beltone--blue--light: rgba(92, 175, 235, 1);
    --beltone--green--dark: rgba(49, 106, 55, 1);
    --beltone--green: rgba(53, 156, 63, 1);
    --beltone--green--light: rgba(200, 224, 202, 1);
    --beltone--gray--dark: rgba(128, 139, 147, 1);
    --beltone--gray: rgba(204, 204, 204, 1);
    --beltone--gray--light: rgba(232, 235, 238, 1);
    --beltone--red--dark: rgba(134, 33, 33, 1);
    --beltone--red: rgba(181, 52, 52, 1);
    --beltone--red--light: rgba(226, 143, 143, 1);
    --beltone--dark-1: rgba(102, 102, 102, 1);
    --beltone--dark-2: rgba(39, 52, 67, 1);
    --beltone--dark-3: rgba(0, 0, 0, 1);
    --beltone--light-1: rgba(255, 255, 255, 1);
    --beltone--light-2: rgba(249, 252, 255, 1);
    --beltone--light-3: rgba(225, 232, 245, 1);

    /* Text-size styles */
    --heading-1: 48px;
    --heading-2: 38px;
    --heading-3: 32px;
    --heading-4: 26px;
    --heading-5: 22px;
    --heading-6: 16px;
    --paragraph: 16px;
    --paragraph--bold: 14px;
    --paragraph--small: 10px;
    --heading-1--mobile: 38px;
    --heading-2--mobile: 32px;

    /* Effect styles */
    --shadow-1:  0px 5px 20px rgba(0, 0, 0, 0.24);
    --shadow--small:  0px 2px 6px rgba(0, 0, 0, 0.16);


}


ul.navbar-nav.mt-2.mt-lg-0.col-md-5 {
max-width: 39.8%;
}


ul div.menu-space a {
    margin-left: 1%;
}

.nav-container {

    /* overflow:hidden; */
    font-family: 'Montserrat';
	box-shadow: var(--shadow--small);
	margin-bottom:0px;
	background: var(--beltone--light-1); 

}








.hide-on-desktop-wrapper{
	display:none;
}
.hide-on-desktop{
	display:block !important;
}

@media(min-width: 767px) and (max-width: 991px){
	
	.hide-on-tablet {
		display:none;
	}
	
}




@media(min-width: 991px) and (max-width: 1127px){
	header .menu-main-navigation-container > ul {
		flex-wrap: wrap !important;
	}
	.menu-item-88 {
		margin-top: 10px !important;
	}
		.menu-item-84 {
		margin-top: 10px !important;
	}
}

@media(min-width: 991px) and (max-width: 1127px){
	#menu-item-84 a {
		margin-bottom:10px;
	}
	#menu-item-88 a {
		margin-bottom:10px;
	}

}

/* @media(min-width: 1006px) and (max-width: 1127px){
	#menu-item-4737 a {
		margin-left:-104px !important;
	}

} */
	
	
	

@media(min-width: 200px) and (max-width: 991px){ 
	
	.hide-on-desktop-wrapper{
		display:flex !important;
	}
	.hide-on-desktop{
		display:block !important;
	}
	.hide-options{
		display:none !important;
	}
	.locations-button-nav{
		display: none !important;
	}
	.appoint-button-nav {
		display:none !important;
	}
}

@media(min-width: 50px) and (max-width: 377px){
	
	.nav-top-bar-content {
		width:100%;
		position:absolute;
		right:-19%;
	}
	.social-part > p > i > a {
    	margin-right: 5px !important;
	}
}


.top-bottom-margin {
   margin-top: auto;
   margin-bottom: auto;
}

.text-btn-desktop, .text-btn-mobile {
    width: 23px;
    top: calc(75% - 19px) !important;

}
.text-btn-mobile span {

    right: 0px !important;

}

.text-btn-desktop span {

    right: 0px !important;

}
.text-btn-mobile {
    display: none !important;
}
.nav-topbar {
    height:42px;
    border-bottom: 1px solid var(--beltone--light-3);
    background: var(--beltone--light-2);
    overflow:hidden;
	font-size:16px;
	max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
	/* margin:0 60px; */
}
.topbar-left-text {
    
	
}
.nav-topbar-col-3.col-md-6 {
	font-size: 13px !important;
    
}
.nav-top-bar-content {
	margin:0 60px;
}
.nav-menu-section {
    position:relative;
    height:87px;
}
.nav-logo-section {
    height:87px;
    min-width:325px;
    display:flex;
    align-items: center;
}
.nav-topbar-col-3 {
    position:relative;
    float:right;
}
.social-part{

}
.social-part > p > i > a {
	color: black;
	font-weight: 400;
	text-decoration: underline;
	font-family: 'Montserrat';
}
.social-part > p > i > .fa {
	padding-left:1px;
	padding-right:1px;

}
.nav-app-section {

    position:relative;
    height:95px;
}

.nav-app-col-1 {

    position:relative;
    height:95px;
    display:flex;
    align-items: center;
}
.nav-app-col-2 {

    position:relative;

    display:flex;
    align-items: center;

}
.nav-app-col-3 {

    position:relative;

    display:flex;
    align-items: center;
}
.show-online-text {

}
.nav-beltone-logo{

    margin-left:auto;
    margin-right:auto;
}
.fa {
	color: var(--beltone--blue--dark);
}
.menu-main-navigation-container {
	font-family: 'Poppins';
	font-weight: 400;
}
.menu-main-navigation-container ul li.menu-item-has-children > a:after, ul.sub-menu li.menu-item-has-children > a:after {
	content:'\276F';
	position:absolute;
	transform: rotate(90deg);
	margin-left:5px;

	color:  var(--beltone--blue--dark);
}


.menu-main-navigation-container ul li.menu-item-has-children:hover > a:after, ul.sub-menu li.menu-item-has-children:hover > a:after {
    
/* 	transform: rotate(0deg); */
	color:#E58A01;
}
ul.sub-menu li.menu-item-has-children > a:after {
    position:relative;
    left:60%;
}

ul.sub-menu li.menu-item-has-children:hover > a:after {
    
    transform: rotate(0deg);
	color:#E58A01;
}

li.desktop-nav-text.nav-item.col-xl-4.col-lg-5.col-md-1 {
    max-width: 154px;
    min-width: 154px;
}
li.nav-item.col-xl-4.col-lg-6.col-md-6 {
    max-width: 185px;
    min-width: 185px;
}



.nav-header-button {
display: block;
    position: relative;
    background: #E58A01;
    font-family: 'Montserrat' !important;
    font-size: 16px;
    padding: 8px 0px;
    /* margin-left: -6px; */
    width: 144% !important;
    right: 22px;
	text-decoration:none !important;
    text-align: center;
    border-radius: 5px;
    color: white !important;
    font-weight: 700;
    line-height: 25px;
	
    margin: auto;
}

.desktop-nav-text {
	display:block;
}
.li.nav-item.col-md-4 {
    padding: 0px;
}
.stay-open {display:none;}
.nav-phone-number {

    margin-left:auto;
    margin-right:auto;
	display:flex;
   text-align:right;
}
.navbar-nav {
	
	font-weight: 500;
}

.nav-header-button:hover {
	color:white !important;
	background:var(--c-orange-hover) !important;
}
.nav-item {
	font-family:'Poppins' !important;
	font-size: 16px !important;
	
}
#topbar {
	background: var(--beltone--light-2);
	font-family: 'Montserrat';
	padding: 6px 30px;
	font-size: 13px;
	border-bottom: 1px solid var(--beltone--light-3);

}
#topbar .top-right{
	text-align: right;
}
#topbar,
#topbar a{
	color: var(--beltone--dark-3);
}
#topbar .social-links a{
	display: inline-block;
	/* margin-left: 10px; */
	text-decoration: none;
}
#header-wrap{
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
	/* background: var(--beltone--light-1);  */
	/* box-shadow: var(--shadow--small); */
	/* height: 12%; */
}
header{
	/* box-shadow: var(--shadow--small);
	background: var(--beltone--light-1);
	border-radius: 0 0 var(--border-radius) var(--border-radius);
	margin: 0;		 */
	height:75px;													
}
header .logo{
    /* width: 70%; */
    position: relative;
    max-width: 244px;
    min-width: 244px;
    display: inline-flex;
    padding: 10px 0px 10px 0px;
/*     margin-left: 50%;
    right: 122px; */
}
header .logo img{
	width: 100%;
}
span.icon {display:none}
span.text {display:inline-block}

.nav-hearing-test-text {
	display:inline-block;
	margin-top: auto;
    margin-bottom: auto;
    white-space: nowrap;
}

.display-phone {
	margin-top: auto;
    margin-bottom: auto;
    display: block;
}
	.display-phone-nav-button{
		display:none;
	}

 ul.navbar-nav.mt-2.mt-lg-0.col-md-5 {
		    max-width: 39.3% !important;
}
		

.hearing-test-button {
	display: none;
}


header .header-ctas{
	text-align: right;
	/* padding-left: 20px; */
	padding-right: 20px;
	white-space: nowrap;
}

header .mobile-header-ctas{
	display: none;
	background: var(--beltone--blue--dark-dark);
}

.nav-topbar-col-3 {
    position: relative;
    float: right;
    font-size: .80em;
}

.navbar-expand-lg {
	height:80px !important;
	max-width: 3000px;
    margin-left: auto;
    margin-right: auto;
}

.new-page-banner {
	
    margin-left: -300px !important;
    margin-right: -300px !important;

    background-size:cover;
    height:65vh;
    background-image:url('/wp-content/uploads/2022/07/guitar2.png');
	background-position:top;
}

button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
    font-family: 'Montserrat';
    background-color: #0074C7;
    font-weight: 700;
/*     margin-left: auto; */
	margin-left: 100px;
    width: 50% !important;
    font-size: 16px;
/*     margin-right: auto; */
    margin-top: 10px;
}


#ppwd-contact1 button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
    font-family: 'Montserrat';
    background-color: #0074C7;
    font-weight: 700;
	margin-left: unset !important;
/*     width: 20% !important; */
    font-size: 16px;
    margin-top: 20px;
}
@media(min-width: 768px){
	.nl-btn button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
  		width: 20% !important;
	}
}

	
@media only screen and (max-width: 400px) {
	button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
		width: 80% !important;
	}
/* 	#ppwd-contact1 button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
		width: revert !important;
	} */

}

@media (min-width: 991px) and (max-width: 995px) {
	
	header .logo img{

		width:80% !important
	}
	
}


/*Medium Screen*/
@media (min-width: 995px) and (max-width: 1678px) {
	.show-online-text {
		display:none !important;
	}
	header .logo{
    /* width: 60%; */
    max-width: 100%;
    min-width: 200px;
    display: inline-flex;
    align-items: center;
    padding: 5px 0px 5px 0px;
	}
	ul.navbar-nav.mt-2.mt-lg-0.col-md-5 {
	max-width: 39.3%;
	}

li.desktop-nav-text.nav-item.col-xl-4.col-lg-5.col-md-1 {
    max-width: 140px;
    min-width: 140px;
    padding-left: 0px;
    padding-right: 0px;

}

li.nav-item.col-xl-4.col-lg-6.col-md-6 {
max-width: 140px;
    max-width: 157px;
    min-width: 157px;
    padding-left: 0px;
    padding-right: 0px;
}


	ul div.menu-space a {
		margin-left: 10px;
	}
	a.nav-header-button {
		width: 100%;
	}
	.nav-container {

		/* overflow:hidden; */
		font-family: 'Montserrat';
		box-shadow: var(--shadow--small);
		margin-bottom:0px;
		
		
		/* background: var(--beltone--light-1); */

	}
	.nav-topbar {
		height:42px !important;
		border-bottom: 1px solid var(--beltone--light-3);
		background: var(--beltone--light-2);
		overflow:hidden;
		font-size:13px;
		/* margin:0 60px; */
	}
	.navbar-text {
		font-size: 13px;
	}
	.menu-space {
		font-size: 13px !important;
	}

/* 	.nav-topbar {
		height:42px;
		border-bottom: 1px solid var(--beltone--light-3);
		background: var(--beltone--light-2);
		overflow:hidden;
		/* margin:0 60px; */
	.topbar-left-text {
		font-size: 13px !important;
	}
}
	.nav-top-bar-content {
		margin:0 60px;
	}
	.nav-menu-section {
		position:relative;
		height:87px;
	}
	.nav-logo-section {
		height:87px;
		width:325px;
		display:flex;
		align-items: center;
	}
	.nav-topbar-col-3 {
		position:relative;
		float:right;
	}
	.social-part{

	}
	span.icon {display:none}
    span.text {display:inline-block}

	.social-part > p > i > a {
		color: black;
		font-weight: 600;
		text-decoration: underline;
		font-family: 'Montserrat';
	}
	.social-part > p > i > .fa {
		padding-left:2px;
		padding-right:2px;

	}
	.nav-app-section {

		position:relative;
		font-size: 12px !important;
		height:95px;
	}

	.nav-app-col-1 {

		position:relative;
		height:95px;
		display:flex;
		font-size: 12px !important;
		align-items: center;
	}
	.nav-app-col-2 {

		position:relative;
		font-size: 12px !important;
		display:flex;
		align-items: center;

	}
	.nav-app-col-3 {

		position:relative;

		display:flex;
		align-items: center;
	}
	.nav-topbar-col-3 {
		font-size: 13px !important;
    	padding-right: 2% !important;
	}
	.nav-beltone-logo{
		min-width:300px !important;
		margin-left:auto;
		margin-right:auto;
	}
	.fa {
		color: var(--beltone--blue--dark);
	}
	.menu-main-navigation-container {
		font-family: 'Poppins';
		font-weight: 900;
		
	}
	
	.main-navigation {
		font-size: 16px !important;
	}

 	.nav-header-button {
	display: block;
    /* position: relative; */
    background: #E58A01;
    font-family: 'Montserrat' !important;
    font-size: 12px;
    padding: 8px 1px;
    /* margin-left: -6px; */
    width: 118% !important;
    /* right: 22px; */
	text-decoration:none !important;
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    line-height: 25px;
    margin: auto;
	left: 0.1%;
	} 

	.li.nav-item.col-md-4 {
		padding: 0px;
	}
	.nav-phone-number {

		margin-left:auto;
		margin-right:auto;
		display:flex;
	   text-align:right;
	}
	.navbar-nav {

		font-weight: 500;
	}
	.nav-item {
		font-family:'Poppins' !important;
		font-size: 11px !important;

	}
	.topbar-left-text {
		font-size:16px;
	}


/* .nav-shift {
	padding-left: 5%;
} */

@media (min-width: 1281px) and (max-width: 1524px) {
	.show-online-text {
		display:none !important;
	}
	.nav-header-button {

    display: block;
    /* position: relative; */
    background: #E58A01;
    font-family: 'Montserrat' !important;
    font-size: 12px;
    padding: 8px 0px;
    /* margin-left: -6px; */
    width: 120% !important;
    /* right: 22px; */
    text-align: center;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    line-height: 25px;
    margin: auto;
    left: 0px;
	}
	li.nav-item.col-xl-4.col-lg-6.col-md-6 {
    max-width: 140px;
    max-width: 123px;
    min-width: 121px;
    padding-left: 0px;
    padding-right: 0px;
}


}






@media (min-width: 1200px) and (max-width: 1280px) {
	.nav-item.col-xl-4 {
		flex: 0 0 50% !important;
		max-width: 50% !important;

	}
	.show-online-text {
		display:none;
	}
	
	.nav-header-button {

		display: block;
		/* position: relative; */
		background: #E58A01;
		font-family: 'Montserrat' !important;
		font-size: 13px;
		padding: 8px 1px;
		/* margin-left: -6px; */
		width: 135% !important;
		/* right: 22px; */
		text-align: center;
		border-radius: 5px;
		color: white;
		font-weight: 700;
		line-height: 25px;
		margin: auto;
		text-decoration:none !important;
	}
	
	

}


@media (min-width: 991px) and (max-width: 1280px) {

	.nav-header-button {
	
	position: relative;
    font-family: 'Montserrat' !important;
    font-size: 12px !important;
    padding: 7px 5px;
    text-align: center;
        width: 154px !important;
    height: 41px;
    color: white !important;
    font-weight: 700;
    line-height: 25px;
    margin: auto;
		text-decoration:none;
    left: 9px;
	}
	
	.nav-hearing-test-text {
		display:none;

	}

	.display-phone {

		display: none;
	}
	.display-phone-nav-button {
		display:block;
	}
	.hearing-test-button {

		display: block;
		background: #E58A01;
		font-family: 'Montserrat' !important;
		font-size: 12px;
		text-decoration:none !important;
		height: 41px;
		padding: 8px 6px;
		width:13.5vw;
		text-align: center;
		border-radius: 5px;
		color: white;
		font-weight: 700;
		line-height: 25px;
		margin-top: -8px;
	}
	
	
	.hearing-test-button:hover {

      background:var(--c-orange-hover) !important;
	  color: white;

	}
	
	.desktop-nav-text {
		display:none;
	}
	.show-online-text {
		display:none;
	}


	ul div.menu-space a {
		margin-left: 7px !important;
	}
}



@media only screen and (min-width: 992px) {
 	ul.navbar-nav.mt-2.mt-lg-0.col-md-5 {
		    max-width: 37.3%;
		}
		
		
		ul div.menu-space a {
			margin-left: 5px !important;
			font-size: 12px !important;
		}
		
		.nav-container {
		
			/* overflow:hidden; */
 			font-family: 'Montserrat';
			box-shadow: var(--shadow--small);
			margin-bottom:0px; 
			/* background: var(--beltone--light-1); */
		
 		}
		
		.nav-topbar {
			height:42px;
			border-bottom: 1px solid var(--beltone--light-3);
			background: var(--beltone--light-2);
			overflow:hidden; */
			
 		} 
		.topbar-left-text {
			
		}
		.nav-top-bar-content {
			margin:0 60px;
		}
		.nav-menu-section {
			position:relative;
			height:87px;
		}
		.nav-logo-section {
			height:87px;
			min-width:325px;
			display:flex;
			align-items: center;
		}
		.nav-topbar-col-3 {
			position:relative;
			float:right;
			font-size: 13px !important;
		}
		.social-part{
		
			
		}
		.social-part > p > i > a {
			color: black;
			font-weight: 600;
			text-decoration: underline;
			font-family: 'Montserrat';
			padding-right: 9px;
		}
		.social-part > p > i > .fa {
			padding-left:2px;
			padding-right:2px;
		
		}
		.nav-app-section {
		
			position:relative;
			height:95px;
		}
		
		.nav-app-col-1 {
		
			position:relative;
			height:95px;
			display:flex;
			align-items: center;
		}
		.nav-app-col-2 {
		
			position:relative;
		
			display:flex;
			align-items: center;
		
		}
		.nav-app-col-3 {
		
			position:relative;
		
			display:flex;
			align-items: center;
		}
		.nav-beltone-logo{
		
			margin-left:auto;
			margin-right:auto;
		}
		.fa {
			color: var(--beltone--blue--dark);
		}
		.menu-main-navigation-container {
			font-family: 'Poppins';
			font-weight: 600;
		}

		
		.li.nav-item.col-md-4 {
			padding: 0px;
		}
		.nav-phone-number {
		
			margin-left:auto;
			margin-right:auto;
			display:flex;
		   text-align:right;
		}
		.navbar-nav {
			
			font-weight: 500;
		}
		.nav-item {
			font-family:'Poppins' !important;
			font-size: 13px !important;
			
		}
		#topbar {
			background: var(--beltone--light-2);
			font-family: 'Montserrat';
			padding: 6px 30px;
			font-size: 13px !important;
			border-bottom: 1px solid var(--beltone--light-3);
		
		}
		#topbar .top-right{
			text-align: right;
		}
		#topbar,
		#topbar a{
			color: var(--beltone--dark-3);
		}
		#topbar .social-links a{
			display: inline-block;
			text-decoration: none;
		}
		#header-wrap{
			position: fixed;
			width: 100%;
			top: 0;
			left: 0;
			z-index: 10000;
		}
		header{
			height:75px;													
		} 
	.topbar-location-text {
	
	}
}


@media (min-width: 200px) and (max-width: 1114px) {
	.hide-me {
		display:none;
	}
	
	
	

}

@media(max-width: 767px){
	body {
		overflow-x:hidden !important;
	}
	.hide-me {
		display:none;
	}
	
	.location-toggle {
		display:none;
	}
	.nav-top-bar-content {
		
	}
	.pull-right {
		/* float: right; */
		float:none !important;
		margin: auto !important;
		text-align: center;
	}
	.topbar-location-text {
		    font-size: 11px !important;
    margin-right: -3% !important;
	}

	.topbar-left-text {
		font-size: 11px !important;
		display:none !important;
	}
	
	.nav-topbar-col-3.col-md-6 {
		padding: 1px 0px;
		top: -1px !important;
	}
	.fa-facebook-official:before {
		content: "\f230";
		font-size: 22px;
	}
	.social-part > p > i > a {
		margin-right: 15px;
	}
	.fa-map-marker:before {

		margin-left: 5px;
	}
	
	.fa-phone-square:before {
    	content: "\f098";
		font-size: 22px;
		margin-right:10px;
	}

	#topbar {
		background: var(--beltone--light-2);
		font-family: 'Montserrat';
		padding: 5px 5px !important;
		font-size: 13px;
		border-bottom: 1px solid var(--beltone--light-3);

	} 
}
@media(min-width: 550px){
	/*header .mobile-header-ctas{
		display: none;
	}*/
}
@media(min-width: 550px){
	/*header .logo{*/
		/* padding: 10px;											 */
	/*}*/
}
@media(min-width: 768px){
	/*header .header-ctas{
		order: 3;
		flex-wrap: wrap;
		white-space: unset;
	}
	header .header-ctas a{
		padding: 8px 2px !important;
		display: block;
		text-align: center;
		line-height: 1;
		margin: 4px;
	}
	header .nav-wrap{order: 2;}*/
}
@media(max-width: 767px){
	/*header  > div{
		flex-wrap:wrap;
	}
	header .nav-wrap{
		width: 100%;
		border-top: 1px solid rgba(0,0,0,0.1);
		background: #fafafa;
	}
	header .header-ctas .btn{
		padding: 5px 10px !important;
	}*/
}
@media(max-width: 990px){
	.stay-open {display:block !important;}
	header .menu-main-navigation-container > ul {
		display: grid;
		flex-wrap: ;
		align-items: center;
		width: 1% !important;
	}
	
	
}

header .menu-trigger{
	display: inline-block;
	padding: 20px;
	text-align: right;
}
header .menu-trigger a{
	/* text-decoration: none; */
	background: var(--beltone--blue--dark-clear);
	color: var(--beltone--light-1);
	padding: 10px 20px;
	border-radius: 6px;
	width:100%;
	cursor: pointer;
}
header .menu-trigger a .icon{
	margin-right: 10px;
}

/* .menu-nav-right-icon {

    text-align: center;
	position: relative;
	color:orange;
    top: 11px;
	right:20px;
    transform: scale(2.2, 2); */
    /* font-size: 23px; */
/*     margin: auto;
} */

.navbar-appointment-icon {
	position: relative;
    top: 12px;
    
}
.menu-nav-right-text {
/* 	font-size: 10px; */
    font-size: 12px;
    left: 2px;
    text-decoration: none;
    color: black;
/*     font-weight: 900; */
	font-weight: 700;
    font-family: 'Montserrat' !important;
    position: relative;
    top: 8px;
}

.navbar-toggler-icon {
    position: relative;
    top: 6px;
    right: 0px;
    display: inline-block;
    width: 1.5em;
    transform: scale(1.1, 0.9);
    height: 1.5em;
    vertical-align: middle;
    content: "";
    /* background: no-repeat center center; */
    /* background-size: 100% 100%; */
}

.menu-nav-icon {

    text-align: center;
	position: relative;
    top: 11px;
	color:graytext;
    transform: scale(2.2, 2);
    /* font-size: 23px; */
    margin: auto;
}
.menu-nav-text {
/* 	font-size: 10px; */
    font-size: 12px;
    font-family: 'Montserrat' !important;
    position: relative;
/* 	font-weight: 900; */
    font-weight: 700;
    top: 7px;

}

@media(min-width: 550px){
	/*header .menu-trigger{
		display: none;
	}*/
}

@media(max-width: 310px){
	/*
	.menu-trigger .trigger-text {
		display: none;
	}
	.menu-trigger .icon {
		margin: 0 !important;
	}*/
} 



 header .menu-main-navigation-container li a{
	color: var(--beltone--dark-3);
	line-height: 1.2;
}
header .menu-main-navigation-container li{
	position: relative;
	left: 0px;
}

@media(max-width: 1310px){
	
	header .menu-main-navigation-container > ul > li > a{
		display: block;
		padding: 0px 5px !important;

	}
	
}



@media(min-width: 200px){
	
	
 		header .menu-main-navigation-container li a{
		text-decoration: none;
	}
	header .menu-main-navigation-container > ul{
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}
	header .menu-main-navigation-container > ul > li{
		display: inline-block;
		text-align: left;
		position: relative;
		font-size: 16px;
		
		flex: auto;
		padding:0;
		margin:0;
		margin-right:5px;
	}
	
	header .menu-main-navigation-container > ul > li > a{
		font-weight: 700;
		display: block;
		white-space:nowrap;
	}
	header .menu-main-navigation-container .sub-menu{
		display: none;
		text-align: left;
	}

	header .menu-main-navigation-container .sub-menu{
		box-shadow: var(--shadow--small);
		background: var(--beltone--light-1);
		border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
		min-width: 210px;
		white-space: nowrap;
	}
	header .menu-main-navigation-container .sub-menu,
	header .menu-main-navigation-container .sub-menu a{
		color: var(--c-black);
	}
	header .menu-main-navigation-container .sub-menu a{
		display: block;
		padding: 5px 20px 5px 10px;
	}
	header .menu-main-navigation-container .sub-menu a:hover{
		color: var(--c-blue);
	}
	header .menu-main-navigation-container .menu-item-has-children:hover > a{
		background: var(--c-white);
		position: relative;
		z-index: 12;
		color: var(--c-blue-dark);
		
	}
	header .menu-main-navigation-container .menu-item-has-children:hover > .sub-menu{
		display: block;
		position: absolute;
/* 		top: calc(100% - var(--border-radius) / 2); */
		left: 0;
		z-index: 10;
	}
	header .menu-main-navigation-container .menu-item-has-children:nth-last-child(1):hover > .sub-menu,
	header .menu-main-navigation-container .menu-item-has-children:nth-last-child(2):hover > .sub-menu{
		left: auto;
		
		text-align: left;
	}
	header .menu-main-navigation-container .menu-item-has-children > .sub-menu li{
		border-top: 1px solid var(--c-gray-clear);
		padding: 10px 5px;
		display: block;
	}
	header .menu-main-navigation-container .menu-item-has-children > .sub-menu li a{

	}
	header .menu-main-navigation-container .menu-item-has-children > .sub-menu > li{
		position: relative;
		z-index: 10;
	}
	header .menu-main-navigation-container .sub-menu .sub-menu {
		left: calc(100% - 0px) !important;
		top: 0 !important;
		z-index: 20;
	}
	header .menu-main-navigation-container .sub-menu .sub-menu li{
		font-size: 16px;
		padding: 5px 10px;
	}
	header .menu-main-navigation-container .menu-item-has-children > .sub-menu li:first-child{
		border-top: none;
	}
	 

}
@media(min-width: 1088px){
	header .menu-main-navigation-container > ul > li > a{
		padding: 20px 15px;
	}
}


@media (max-width: 991px) {
	header .menu-main-navigation-container > ul {
		display: flex !important;
		flex-wrap: nowrap !important;
		width: 100% !important;
		align-items: left !important;
		flex-direction: column !important;
		justify-content: center !important;
		margin: auto;
	}
	
	header .menu-main-navigation-container > ul > li {
		display: block;
		text-align: left;
		position: relative;
		width: 100%;
		font-size: 14px; /*Was 16px*/
		flex: auto;
		padding: 1px;
		margin: 9px;
	}
	
	header .menu-main-navigation-container .menu-item-has-children:hover > .sub-menu {
		display: block;
		position: relative;
		text-align: left;
		z-index: 10;
		font-weight: 500;
		width: fit-content;

	}
	
	header .menu-main-navigation-container .menu-item-has-children:hover > .sub-menu {
		display: block;
		position: initial;
		text-align: left;
		z-index: 10;
		font-weight: 500;
	}
	

	.nav-shift{
		display:none;
	}
	
	ul.navbar-nav.extra-nav-info.mt-lg-0.mt-2.col-md-4 {
		display:none;
	}
	
	.navbar-appointment-icon {
		top: 5px;
	}
	
	.menu-nav-right-text {
		top: -2px;
	}
	
	.navbar-toggler-icon {
		top: -2px;
	}
	
	.menu-nav-text {
		top: -2px;
	}
} 




/* Footer */
footer{
	background: var( --beltone--dark-2);
	color: var(--beltone--light-1);
}
/* footer .container{
	    padding-top: 50px;
    padding-bottom: 50px;
}
footer #footer-navigation a,
footer #footer-legal a{
	color: var(--beltone--light-1);
	text-decoration: none;
	

}

footer .menu-footer-links-container > ul{
	/*border: 1px dashed rgba(255,255,255,0.5);*/
/* 	margin: 0px 0px 0px;
	display: flex;
	width:100%; */

	/*flex-wrap: wrap; */
/* } */
/* footer .menu-footer-links-container > ul > li{ */
	/* width: calc(100%);
	padding: 0px 30px 0px; */
/* } */
/* @media(min-width: 780px){
	footer .menu-footer-links-container > ul > li{ */
		/* min-width: calc((100% / 3) - 0px);
		max-width: calc((100% / 3) - 0px);
		margin: 0; */
/* 	}
}
footer .menu-footer-links-container > ul > li{ */
	/*flex-wrap: auto;*/

/* 	width:25%;
} */ 
/* These two items need to be removed from the menu in the admin panel. */
/* .menu-item-131 {
	display:none;
}
.menu-item-105 {
	display:none;
} */


footer .menu-footer-links-container > ul > li > a{
	color: var(--beltone--light-1) !important;
	text-decoration: none;
	font-family: 'Montserrat';
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	/*display: none;*/
	margin-bottom: 15px;
}
footer .menu-footer-links-container > ul > li > ul > li{
	font-family: 'Montserrat';
	font-size: 13px;
}
footer .menu-footer-links-container > ul > li > ul > li > a{
	color: var(--beltone--light-1) !important;
	margin-bottom: 10px;
	

	display: inline-block;
}

footer #footer-navigation{
	padding: 20px 0 15px;
}
footer #footer-navigation .contact{
	width: 250px;
}

footer #newsletter-signup{
	/*background: var(--beltone--blue--dark-dark);*/
	/*background: rgba(0,0,0,0.2);*/
	background: #202450;
	color: var(--beltone--light-1);
	position: relative;
}
footer #newsletter-signup .box-wrap{
	z-index: 10;
	/*background: #fff;
	color: #000;*/
	padding: 0px;
	max-width: 880px;
	margin: 0px auto;
	/*box-shadow: 0 4px 12px rgba(0,0,0,0.3) , 0 0 0 18px #fff inset, 0 0 0 20px #f0f0f0 inset;*/
}
footer #newsletter-signup .title{
	margin: 10px 0 30px;
	text-align: center;
}


iframe#footer-form{
	min-height: 860px;
	width: 100%;
	border: none;
}
@media(min-width: 625px){
	iframe#footer-form{
		min-height: 660px;
	}
}
@media(min-width: 695px){
	iframe#footer-form{
		min-height: 460px;
	}
}
@media(min-width: 620px){
	.ppwd-newsletter-form{
		columns: 2;
	}
	.ppwd-newsletter-form .radio-inline{
		margin-bottom: 150px !important;
	}
}


.ppwd-newsletter-form .form-group{
	/*color: #000;*/
	color: #fff;
	display: block;
	padding: 10px;
	break-inside: avoid-column;
	white-space: nowrap;
}
.ppwd-newsletter-form .form-group .control-label{
	white-space: nowrap;
}
.ppwd-newsletter-form .form-group input{
	background: #f0f0f0;
}
.ppwd-newsletter-form .form-group input:not([type="radio"]){
	width: calc(100% - 130px);
}
.ppwd-newsletter-form .form-group .control-label{
	display: block;
}

.ppwd-newsletter-form .form-group.ppwdf-Beltone_User .control-label{
	/*width: 180px;*/
	/*text-align: left;*/
}
.ppwd-newsletter-form .form-group.ppwdf-Beltone_User,
.ppwd-newsletter-form .form-group.ppwdf-Beltone_User .control-label{
	white-space: unset;
}
.ppwd-newsletter-form .form-group.ppwdf-Beltone_User br{
	display: none;
}
.ppwd-newsletter-form .form-group.ppwdf-Beltone_User .radio-inline{
	margin: 0 10px 0 0;

}
.ppwd-newsletter-form .radio-inline{
	display:inline-block;
	width: auto;
}

.ppwd-newsletter-form [type="submit"]{
	background: #d67b18 !important;
	/*padding: 10px 0px !important;*/
	margin: 0 0 20px 10px;
	display: block;
	width: 200px;
}

#wpsl-map {

    height: 37rem !important;

}

@media(min-width: 200px){
	.ppwd-newsletter-form .form-group .control-label{
		display: inline-block;
		width: 120px;
		margin-right: 10px;
		text-align:right;
	}
	.ppwd-newsletter-form [type="submit"]{
		display: inline-block;
		margin: 0 0 0 145px;
		padding-left: 0 !important;
		padding-right: 0 !important;
		width: calc(100% - 150px);
	}
}


footer #footer-map{
	color: var(--beltone--dark-3);
	background: #e4eee4 url('images/theme/map.png') 50%;
	background-size: cover;
	padding: 60px 0px;
}
footer #footer-map .icon{
	color: var(--beltone--red);
	font-size: 5rem;
}
footer #footer-map .text{
	font-size: 2.4rem;
	line-height: 1;
}
footer #footer-map input{
	text-align: center;
}
@media(max-width: 767px){
	footer #footer-map,
	footer #footer-map *{
		text-align: center !important;
	}
	footer #footer-map .d-flex,
	footer #footer-map .d-flex > div{
		display: block !important;
	}
	footer #footer-map .text-left{
		margin-bottom: 20px !important;
	}
	footer #footer-map .text{
		font-size: 20px !important;
	}
	footer #footer-map .text-right.pr-1{
		display: none !important;
	}
}


/* Page Banners */
.page-banner{
	background-color: var(--c-gray-clear);
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 180px 30px 80px;
	margin-bottom: 40px;
	position: relative;
}
.page-banner > .container{
	padding: 30px;
	position: relative;
	z-index: 2;
}
.page-banner:before{
	content: '';
	background: var(--beltone--light-1);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.2) 100%);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0.9;
}
.page-banner h1{
	line-height: 1.2;
	color: var(--beltone--blue--dark-dark);
	font-weight: 700;
}
@media(min-width: 780px){
	.page-banner h1{
		max-width: 50%;
		font-size: 50px;
	}
}





/* Forms */
.happyforms-form{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	display: block;
	padding: 30px !important;
	/*box-shadow: var(--shadow--small);*/
	background: var(--c-gray-clear);
}


/* Page Specific  */
body[data-slug="home"] .page-banner,
body[data-slug="locations"] .page-banner{
	display: none;
}
body[data-slug="locations"] .content{
	margin-top: 130px;
	padding:10px;
}
/* BELT-126 banner tweak */
body[data-slug="online-hearing-test"] .page-banner {
	height: 300px;
	padding-top: 120px !important;
}
@media(min-width: 768px){
	body[data-slug="locations"] .content{
		margin-top: 100px;
	}
}
@media(min-width: 992px){
	body[data-slug="locations"] .content{
		margin-top: 80px;
	}
}
	
	
	
	


	
	

	

	
	
	

/* Slideshows */
.owl-item > div:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: -moz-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(45deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}
.owl-item .slide-content {
	position: relative;
	z-index: 3;
	max-width: 1200px;
	margin: 0 auto;
}
.owl-item .slide-title{
	margin: 85px 0 0 !important;							/* BELT-171 header/banner */
	font-weight: 400;
	font-size: 3.5rem;
	color: var(--beltone--blue--dark);
	line-height: 1;
}
.owl-item .slide-title span{
	display: block;
	font-size: 2.5rem;
	color: var(--beltone--blue--dark-clear);
}
.owl-item .slide-small-text{
	margin: 30px 0 !important;
	font-style: italic;
	color: var(--beltone--blue--dark)
}
@media (max-width: 1050px) {
	.owl-item #homepage_slider_slide01,
	.owl-item #homepage_slider_slide02,
	.owl-item #homepage_slider_slide03,
	.owl-item #homepage_slider_slide04,
	.owl-item #homepage_slider_slide05,
	.owl-item #homepage_slider_slide06,
	.owl-item #homepage_slider_slide07 {
		background-position: center right !important;	
	}
}
@media (max-width: 768px) {
	.owl-item #homepage_slider_slide01,
	.owl-item #homepage_slider_slide02,
	.owl-item #homepage_slider_slide03,
	.owl-item #homepage_slider_slide04,
	.owl-item #homepage_slider_slide05,
	.owl-item #homepage_slider_slide06,
	.owl-item #homepage_slider_slide07 {
		min-height: 385px !important;	
	}
}
/* BELT-171 header/banner */
@media (min-width: 451px) {
	#homepage_slider {
		margin-top: 100px;
	}
}
/* BELT-118 - homepage slider tweaks */
@media (min-width: 769px) {
	#homepage_slider {
		height: 375px;									/* BELT-171 header/banner */
	}
}
/* BELT-124 - mobile view slider tweaks */
@media (max-width: 768px) {
	#homepage_slider {	/* BELT-154 */
		height: 325px;									/* BELT-171 header/banner */
	}
}
@media (max-width: 450px) {
	#homepage_slider {	/* BELT-171 header/banner */
		height: 385px;
	}
	#topbar {
		padding: 6px 10px !important;
	}
	#topbar .social-links a {
		margin-left: 5px !important;
	}
	.home .content {
		padding-top: 0 !important;
	}
	.owl-item #homepage_slider_slide01,
	.owl-item #homepage_slider_slide02,
	.owl-item #homepage_slider_slide03,
	.owl-item #homepage_slider_slide04,
	.owl-item #homepage_slider_slide05,
	.owl-item #homepage_slider_slide06,
	.owl-item #homepage_slider_slide07 {
		background-size: contain !important;
		background-position: center top !important;
		padding-left: calc(5% + 30px) !important;
	}
	.owl-item #homepage_slider_slide01,				/* numbers changed due to BELT-160, BELT-171 */
	.owl-item #homepage_slider_slide03,
	.owl-item #homepage_slider_slide05,
	.owl-item #homepage_slider_slide07 {
		margin-top: 96px !important;
	}
	.owl-item #homepage_slider_slide02 {
		margin-top: 76px !important;
	}
	.owl-item #homepage_slider_slide04 {
		margin-top: 104px !important;
	}
	.owl-item #homepage_slider_slide06 {
		margin-top: 88px !important;
	}
	.owl-item .slide-title{
		font-size: 1.25rem !important;
	}
	.owl-item #homepage_slider_slide01 .slide-title,			/* numbers changed due to BELT-160, BELT-171 */
	.owl-item #homepage_slider_slide03 .slide-title,
	.owl-item #homepage_slider_slide05 .slide-title,
	.owl-item #homepage_slider_slide07 .slide-title {
		margin-top: 130px !important;
	}
	.owl-item #homepage_slider_slide02 .slide-title {
		margin-top: 150px !important;
	}
	.owl-item #homepage_slider_slide04 .slide-title {
		margin-top: 125px !important;
	}
	.owl-item #homepage_slider_slide06 .slide-title {
		margin-top: 138px !important;
	}
	.owl-item .slide-title span{
		font-size: 0.4rem;
	}
	.owl-item h3{
		margin: 5px 0 !important;
	}
	.owl-item .slide-small-text{
		margin: 0px 0 !important;
	}
	.owl-item .btn {
		margin-top: 5px;
		padding: 5px 10px !important;
		font-size: 0.8rem;
	}
}
@media (max-width: 350px) {
	.owl-item #homepage_slider_slide01 .slide-title,		/* numbers changed due to BELT-160, BELT-171 */
	.owl-item #homepage_slider_slide03 .slide-title,
	.owl-item #homepage_slider_slide05 .slide-title,
	.owl-item #homepage_slider_slide07 .slide-title {
		margin-top: 115px !important;
	}
	.owl-item #homepage_slider_slide02 .slide-title {
		margin-top: 130px !important;
	}
	.owl-item #homepage_slider_slide04 .slide-title,
	.owl-item #homepage_slider_slide06 .slide-title {
		margin-top: 120px !important;
	}
}


body.search #wrapper > .container > aside,
body.page-template-contact #wrapper > .container > aside,
body.single-wpsl_stores #wrapper > .container > aside,
body.page-template-landing-page #wrapper > .container > aside,
body.page-template-landing-page-banner #wrapper > .container > aside,
body.error404 #wrapper > .container > aside,
body.page-template-homepage #wrapper > .container > aside,
body.page-template-locations #wrapper > .container > aside,
body.page-template-interior #wrapper > .container > aside{
	margin: 0 20px 60px;
	position: relative;
	z-index: 5;
}
.request-form{
	background: #fff !important;
	border-radius: 3px;
	padding: 20px;
	min-height: 400px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}
@media(min-width: 768px){
	body.search  #wrapper > .container > aside > .request-form,
	body.page-template-contact #wrapper > .container > aside > .request-form,
	body.single-wpsl_stores #wrapper > .container > aside > .request-form,
	body.page-template-landing-page #wrapper > .container > aside > .request-form,
	body.page-template-landing-page-banner #wrapper > .container > aside > .request-form,
	body.error404 #wrapper > .container > aside > .request-form,
	body.page-template-homepage #wrapper > .container > aside > .request-form,
	body.page-template-locations #wrapper > .container > aside > .request-form,
	body.page-template-interior #wrapper > .container > aside > .request-form{
		position: sticky;
		position: -webkit-sticky;
		top: 140px;
	}
}
body.search #wrapper > .container > aside > .request-form h3,
body.page-template-contact #wrapper > .container > aside > .request-form h3,
body.single-wpsl_stores #wrapper > .container > aside > .request-form h3,
body.page-template-landing-page #wrapper > .container > aside > .request-form h3,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form h3,
body.error404 #wrapper > .container > aside > .request-form h3,
body.page-template-homepage #wrapper > .container > aside > .request-form h3,
body.page-template-locations #wrapper > .container > aside > .request-form h3,
body.page-template-interior #wrapper > .container > aside > .request-form h3{
	margin: 10px 0;
	padding: 0;
}
body.search #wrapper > .container > aside > .request-form p,
body.page-template-landing-page #wrapper > .container > aside > .request-form p,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form p,
body.page-template-contact #wrapper > .container > aside > .request-form p,
body.single-wpsl_stores #wrapper > .container > aside > .request-form p,
body.error404 #wrapper > .container > aside > .request-form p,
body.page-template-homepage #wrapper > .container > aside > .request-form p,
body.page-template-interior #wrapper > .container > aside > .request-form p{
	margin: 10px 0;
}
body.search #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-contact #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-landing-page #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-landing-page-banner #wrapper > .container > aside > .request-form .form-wrap,
body.single-wpsl_stores #wrapper > .container > aside > .request-form .form-wrap,
body.error404 #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-homepage #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-locations #wrapper > .container > aside > .request-form .form-wrap,
body.page-template-interior #wrapper > .container > aside > .request-form .form-wrap{
	margin-top: 20px;
}


@media(min-width: 800px){
	body.search #wrapper > .container,
	body.page-template-landing-page #wrapper > .container,
	body.page-template-landing-page-banner #wrapper > .container,
	body.page-template-contact #wrapper > .container,
	body.single-wpsl_stores #wrapper > .container,
	body.error404 #wrapper > .container,
	body.page-template-homepage #wrapper > .container,
	body.page-template-locations #wrapper > .container,
	body.page-template-interior #wrapper > .container{
		display: flex;
	}
	body.search #wrapper > .container > .content,
	body.page-template-landing-page #wrapper > .container > .content,
	body.page-template-landing-page-banner #wrapper > .container > .content,
	body.page-template-contact #wrapper > .container > .content,
	body.single-wpsl_stores #wrapper > .container > .content,
	body.error404 #wrapper > .container > .content,
	body.page-template-homepage #wrapper > .container > .content,
	body.page-template-locations #wrapper > .container > .content,
	body.page-template-interior #wrapper > .container > .content{
		width: calc(100% - 0px);

	}
	body.search #wrapper > .container > aside,
	body.page-template-landing-page #wrapper > .container > aside,
	body.page-template-landing-page-banner #wrapper > .container > aside,
	body.page-template-contact #wrapper > .container > aside,
	body.single-wpsl_stores #wrapper > .container > aside,
	body.error404 #wrapper > .container > aside,
	body.page-template-homepage #wrapper > .container > aside,
	body.page-template-locations #wrapper > .container > aside,
	body.page-template-interior #wrapper > .container > aside{
		width: 400px;
		margin: -80px 0 40px 0;
	}
}

.ppwdf-errors{
	color: red;
	margin-bottom: 5px;
}
.request-form .form-group{
	display: block;
	margin-bottom: 20px;
}

.request-form label{
	display: block;
	margin-bottom: 5px;
}
.request-form input,
.request-form textarea{
	background: #eee;
}
.ppwd-form .req > label:first-of-type::before{
	margin-right: 5px;
	color: #f00;
}
.request-form input[type="text"],
.request-form input[type="email"],
.request-form input[type="tel"]{
	padding: 5px;
	width: 100%;
}
.request-form textarea{
	width: 100%;
	min-height: 150px;
	border: none;
	resize: none;
	padding: 10px;
	border-radius: 4px;
}
.request-form .btn-send{
	display: block;
	padding: 15px 10px;
	width: calc(100% - 10px);
}

#wpsl-result-list a {
    color: var(--beltone--blue--dark) !important;
}
/* .request-form .ppwdf-Zipcode,
.request-form .ppwdf-Phone{
	display: inline-block;
} */
.request-form .ppwdf-Zipcode{
	width: calc(30% - 2px);
}
.request-form .ppwdf-Phone{
/* 	margin-left: 10px;
	width: calc(70% - 20px); */
	width: 100%;
}

.request-form .radio{
	display: inline-block;
	margin-right: 10px;
	/*width: calc((100% / 3) - 5px);*/
}
.request-form .radio label{
	cursor: pointer;
}
.grecaptcha-logo,
.grecaptcha-badge{
	opacity: 0;
	display: none;
	z-index: -100;
}









/* Home page */
.products-services-row{
	background: var(--beltone--blue--dark-clear);
	text: var(--beltone--light-1);
	text-align: center;
	padding: 30px;
}
.products-services-row .item-wrap{
	display: flex;
}
.products-services-row a.item{
	background: #fff;
	border-radius: 4px;
	margin: 10px;
	padding: 10px 10px 20px;
	font-weight: 700;
	overflow: hidden;
	text-decoration: none;
	box-shadow: 0 0 0 rgba(0,0,0,00);
}
.products-services-row a.item:hover{
	transition: box-shadow 0.15s;
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
@media(max-width: 800px){
	.products-services-row .item-wrap{
		flex-wrap: wrap;
	}
	.products-services-row a.item{
		width: calc(50% - 20px);
	}

}
/* BELT-124 mobile view updates */
@media(max-width: 767px) {
	.products-services-row {
		display: none;
	}
}
.products-services-row a img{
	display: inline-block;
}
.products-services-row a span{
	display: block;
}

.quick-links-row{
	background: #eee;
	padding: 60px;
}
.quick-links-row a {
	display: inline-block;
	padding: 14px 28px;
	margin: 5px;
	font-size: 18px;
	border-radius: 4px;
	text-decoration: none;
	color: #fff;
	background: var(--beltone--blue--dark);
	transition: background 0.2s;
}
.quick-links-row a:hover{
	background: var(--beltone--blue--dark-clear);
}
.quick-links-row a .icon{
	margin-right: 5px;
	opacity: 0.6;
}
@media(max-width: 500px){
	.quick-links-row a {
		display: block;
		text-align: left;
	}
	.quick-links-row a .icon{
		margin-right: 10px;
	}
}


.service-links-row{
	background: var(--beltone--blue--dark-clear);
	padding: 40px 20px; 
}
.service-links-row .item-wrap{
	display: flex;
	flex-wrap: wrap;
}
.service-links-row .item{
	background: #fff;
	padding: 10px 20px;
	margin: 10px;
	min-width: calc(100% - 20px);
	border-radius: 4px; 
	box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}
.service-links-row .item.hearing-aids,
.service-links-row .item.hearing-testing{
	background-position: 100% 0;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
@media(min-width: 800px){
	.service-links-row .item.hearing-aids{
		background-image:url("/wp-content/themes/beltone/images/theme/home/list-hearing-aids.png");
	}
	.service-links-row .item.hearing-testing{
		background-image:url("/wp-content/themes/beltone/images/theme/home/list-hearing-tests.png");
	}
}
@media(max-width: 992px){
	.service-links-row .item.hearing-aids,
	.service-links-row .item.hearing-testing{
		background-position: 150% 0;
	}
}
.service-links-row .item h3{
	color: #000 !important;
}
.service-links-row .item a{
	text-decoration: none;
}
.service-links-row .item li{
	margin-bottom: 5px;
}

@media(min-width: 720px){
	.service-links-row .item-wrap{
		flex-wrap: nowrap;
	}
	.service-links-row .item{
		min-width: 45%;
	}
}
/* BELT-124 mobile view updates */
@media(max-width: 767px) {
	.service-links-row {
		display: none;
	}
}

@media(min-width: 992px){
	body[data-slug="self-help-videos"] ol{
		columns: 2;
	}
	body[data-slug="self-help-videos"] ol li{
		padding: 0 40px 20px 10px;
		font-weight: 600;
	}

	#menu-item-4817, #menu-item-4769 { /* SEARCH HIDDEN ON DESKTOP NAV LINKS */
		display: none;
	}
}
.video-list {
	display: flex;
	flex-wrap: wrap;
}
.video-section {
	flex: auto;
	padding: 10px;
	width: calc((100% / 1) - 6px);
	max-width: calc((100% / 1) - 6px);
	position: relative;
	box-shadow: 0 2px 10px -6px;
	margin: 30px 0;
}
.video-section hr.wp-block-separator{
	display: none;
}
.video-section{
	text-align:center;
	font-style: italic;
}
.res-vid {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.res-vid iframe,
.res-vid video,
.res-vid object,
.res-vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:#333;
	border-radius: 30px;
}



.hidden{
	display: none;
}

@keyframes highlight {
	0% {
		background-color: inherit;
		transform: scale(1);
	}
	25% {
		background-color: #fff8c6;
		transform: scale(.9);
	}
	75% {
		background-color: #fff8c6;
		transform: scale(1);
	}
	100% {
		background-color: inherit;
		transform: scale(1);
	}
}

/* The element to apply the animation to */
.highlight-section{
	background-color: inherit;
	animation-name: highlight;
	animation-duration: 3s;
	transform: scale(1);
}


#schedule-appointment-form{
	
	position: relative;
	z-index: 1;
}
#schedule-appointment-form form{
	display: flex;
	flex-wrap: wrap;
}
#schedule-appointment-form form .control-label,
#schedule-appointment-form form input{
/* 	white-space: nowrap; */
}
#schedule-appointment-form form .form-group{
	min-width: 100%;
	max-width: 100%;
	margin:0;
}
@media(min-width: 992px){
	#schedule-appointment-form form .ppwdf-first-name,
	#schedule-appointment-form form .ppwdf-last-name,
	#schedule-appointment-form form .ppwdf-phone,
	#schedule-appointment-form form .ppwdf-zipcode{
		min-width: 50%;
		max-width: 50%;
	}
	#schedule-appointment-form form .form-group{
		padding: 10px;
	}
}

@media(max-width: 991px){
	#schedule-appointment-form form .form-group{
		padding: 0px !important;
		padding-left:10px !important;
		padding-right:10px !important;
	}
}




body.single-wpsl_stores .page-banner{
	background-image:url("/wp-content/themes/beltone/images/banners/locations.jpg");

}

#store-data{
	display: none !important;
}
body.wpsl_stores-template-default .details{
	display: flex;
	flex-wrap: wrap;
}
body.wpsl_stores-template-default .content .details > .item.contact{
	order:1;
/* 	padding: 30px; */
	font-size: 1.2rem;
}

body.wpsl_stores-template-default .content .details > .item.map{
	order:4;
}
body.wpsl_stores-template-default .content .details > .item.fb{
	order:3;
}
body.wpsl_stores-template-default .content .details > .item.hours{
	order:2;

}
@media(max-width: 1199px){
	body.wpsl_stores-template-default .content .details > .item{
		width: 100%;
	}
	body.wpsl_stores-template-default .content .details > .item.contact{
		order:1;
	}
	body.wpsl_stores-template-default .content .details > .item.map{
		order:3;
	}
	body.wpsl_stores-template-default .content .details > .item.fb{
		order:4;
	}
	body.wpsl_stores-template-default .content .details > .item.hours{
		order:2;
	}
	body.wpsl_stores-template-default .content .details .wpsl-gmap-canvas{
		height: 320px !important;
	}
}
@media(min-width: 1200px){
	body.wpsl_stores-template-default .details{
		/*margin-top: 140px;*/
		display: flex;
		flex-wrap: wrap;
		place-items: center;
		align-content: center;
	}
	body.wpsl_stores-template-default .content .details > .item.split{
		min-width: 50%;
		max-width: 50%;
	}
	body.wpsl_stores-template-default .content .details > .item{
		min-width: 100%;
		max-width: 100%;
	}
	body.wpsl_stores-template-default .content .details .wpsl-gmap-canvas{
		flex: 1;
		height: 500px !important;
		margin: 0;
	}
}
body.wpsl_stores-template-default .content .wpsl-opening-hours{
	margin: 0;
	width: 100% !important;
}
body.wpsl_stores-template-default .content .wpsl-opening-hours td{

	border-top: 1px solid rgba(0,0,0,0.1) !important;
}
body.wpsl_stores-template-default .content .wpsl-opening-hours tr.active td{
	font-weight: 700;
	background: #fff6c6;
}
/*body.wpsl_stores-template-default .item.contact *,*/
body.wpsl_stores-template-default .item.hours *{
	text-align: center !important;
}
.item.fb blockquote{
	color: #aaa;
	text-align: center;
	font-size: 13px;
	background: #fbfbfb;
	padding: 40px 20px;
	margin: 20px 10px;
}
body.wpsl_stores-template-default .content .wpsl-opening-hours tr:first-child td{
	border-top: none !important;
}

body.wpsl_stores-template-default #footer-map{
	display: none !important;
}
#wpsl-result-list li p{
	margin: 0 0 10px 0 !important;
}
a.wpsl-directions{display: none !important;}

time {
	white-space: nowrap;
}
.hours-status{
	display: none;
}
.hours-status > span{
	/*font-style: italic;*/
	display: inline-block;
	opacity: 1;
	margin: 0;
	color: #aaa;
	font-size: 14px;
	padding: 2px 10px;
	border:1px solid #fafafa;
	border-radius: 100px;
	text-align: center;
}
.hours-status.open{
	display: block;
}
.hours-status.open > span{
	font-size: 16px;
	color: green;
	border:1px solid green;
}
.hours-status.closed > span{
	font-size: 16px;
	color: red;
	border:1px solid red;
}

/* no circle */
.flickity-button {
  background: transparent !important;
}
/* big previous & next buttons */
.flickity-prev-next-button {
  width: 100px !important;
  height: 100px !important;
}
/* icon color */
.flickity-button-icon {
  fill: white !important;
}
/* hide disabled button */
.flickity-button:disabled {
  display: none !important;
}
	
.flickity-prev-next-button.next {
    right: -2px !important;
}
	
.flickity-prev-next-button.next {
    border-radius: 0px !important;
    height: 50% !important;
	/* DONT DELETE THIS COMMENT OUT BACKGROUND 	 */
/*     background: rgb(255,255,255) !important;
    background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgb(255,255,255) 100%) !important; */
}
.flickity-prev-next-button.next .flickity-button-icon {
position: absolute !important;
    left: 21% !important;
    top: 14% !important;
    width: 60% !important;
    height: 60% !important;
	stroke:black;
}

.flickity-prev-next-button.previous .flickity-button-icon {
	position: absolute !important;
    left: 21% !important;
    top: 14% !important;
    width: 60% !important;
    height: 60% !important;
	stroke:black;
}


.flickity-prev-next-button.previous {
    height: 50% !important;
    border-radius: 0px !important;
/*     background: rgb(255,255,255) !important;
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(225, 232, 245,0) 100%) !important; */
    left: -1px !important;
}

@media screen and (max-width: 640px){
	.flickity-prev-next-button.next .flickity-button-icon, .flickity-prev-next-button.previous .flickity-button-icon {
		width: 35% !important;
	}
}


@media (max-width: 537px) {
	.flickity-prev-next-button.next {
		background: none !important;
	}
	.flickity-prev-next-button.previous {
		background: none !important;
		
	}

}



.customScrollRow .scrollmenu .main-carousel.flickity-enabled.is-draggable .flickity-button.flickity-prev-next-button.previous {
    height: 100% !important;
    border-radius: 0px !important;
    
/*     background: linear-gradient(90deg, rgba(225, 232, 245,1) 0%, rgba(225, 232, 245,0) 100%) !important; */
    left: 0px !important;
}	
.customScrollRow .scrollmenu .main-carousel.flickity-enabled.is-draggable .flickity-button.flickity-prev-next-button.next {
    border-radius: 0px !important;
    height: 100% !important;
    
/*     background: linear-gradient(90deg, rgba(225, 232, 245,0) 0%, rgb(225, 232, 245) 100%) !important; */
}

.owl-nav button{
	color: #000 !important;
	text-align:center !important; 
	width: unset !important;
	/*background: rgba(255,255,255,0.5) !important;*/
	display: inline-block !important;
	/*padding: 20px !important;*/
}
.owl-nav button:before{
	display: block;
	/*padding: 10px;*/
	font-size: 2rem;
}
.owl-nav button.owl-prev,
.owl-nav button.owl-next{
	margin: 0 !important;
	padding:0 !important;
	display: inline-block !important;
	opacity: 0;
	transition: opacity 0.3s;
}
.sa_owl_theme .owl-nav .owl-prev,
.owl-nav button.owl-prev{
	left: 0px !important;
}
.sa_owl_theme .owl-nav .owl-next,
.owl-nav button.owl-next{
	right: 0px !important;
}
.owl-nav button.owl-prev:before{
	/*content: '<';*/
	content: '\2329';
}
.owl-nav button.owl-next:before{
	/*content: '>';*/
	content: '\232a';
}
.owl-carousel{
	overflow: hidden;
}
.owl-carousel:hover .owl-nav button.owl-prev,
.owl-carousel:hover .owl-nav button.owl-next{
	opacity: 1;
}

.search-box{
	margin: 30px auto 0;
}
.search-box #search-input{
	max-width: calc(100% - 40px);
	width: 400px;
	border: 1px solid rgba(0,0,0,0.1);
}
.search-box #search-button{
	
}

.search-box #search-input,
.search-box #search-button{
	height: 50px;
	line-height: 50px;
	vertical-align: middle;
	display: inline-block;
	padding: 0 20px !important;
	margin: 0 !important;
}





body .ppwdf-thanks,
body .ppwdf-marketing,
body .ppwdf-location,
body .ppwdf-timestamp{
	display: none !important;
}


.wpsl-store-location p strong a:hover{
	color: var(--c-orange);
}
#quick-request-form [type="submit"]{
	background: var(--c-orange) !important;
}


#ppwdf-form br{
	display: none;
}
#ppwd-contact1 br{
	display: block;
}

body.error404 #wrapper .content{
	padding-top: 0;
}



body.error404 .quick-links-row{
	background: none;
	padding: 0;
}
body.error404 .quick-links-row .item-wrap a{
	width: calc(50% - 20px);
	text-align: center;
}
body.error404 .search-box{
	margin-bottom: 20px;
}

body.error404 .products-services-row {
	background: none;
	padding: 0;
}
body.error404 .service-links-row {
	background: none;
	padding: 0;
}

body.error404 .service-links-row .item {
	width: calc(100% - 20px) !important;
	min-width: calc(100% - 20px) !important;
}



body.error404 .service-links-row .item-wrap {
	flex-wrap: wrap !important;
}






/* BELT-110 - banner text size tweaks */
@media(max-width: 992px){
	.owl-item .slide-title,
	.owl-item .slide-content h1, 
	.owl-item .slide-content h1 .sub-line {
		font-size: 3rem !important;
	}
	.owl-item .slide-content h3{
		font-size: 1.5rem !important;
	}
}
@media(max-width: 768px){
	.owl-item .slide-content h1, 
	.owl-item .slide-content h1 .sub-line {
		font-size: 1.5rem !important;			/* BELT-124 - mobile tweaks */
	}
	.owl-item .slide-content h3{
		font-size: 1rem !important;
	}
	#homepage_slider {
		margin-bottom: 0px !important;
	}
}

/* BELT-126 - hearing test tweaks */
#heardigits {
	overflow: hidden !important;
	height: 750px;
}

/* BELT-124 - mobile view fixed bottom bar */
#mobile-bottom-bar-spacing {
	height: 85px;
}
#mobile-bottom-bar {
	height: 85px;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 10000;
}
#mobile-bottom-bar .item-wrap {
	height: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: var(--beltone--blue--dark);
}
#mobile-bottom-bar .item {
	width: 25% !important;
	text-align: center;
}
#mobile-bottom-bar .item-orange {
	background-color: var(--c-orange);
}
#mobile-bottom-bar a {
	color: var(--beltone--light-1);
	text-decoration: none;
	padding: 5px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
@media (min-width: 767px) {
	#mobile-bottom-bar, #mobile-bottom-bar-spacing {
		display: none;
	}
}
@media (max-width: 410px) {
	#mobile-bottom-bar, #mobile-bottom-bar-spacing {
		height: 100px;
	}
}

/* BELT-141 */
.checks {
	max-width: 450px;
	margin: auto;
	font-size: 20px;
}


/* BELT-154 - banner sizing */
body.page-template-homepage #wrapper > .container > aside {
	margin: -40px 0 40px 0 !important;
}
@media (min-width: 200px) {
	header {
		margin: 0 !important;
	}
}


/* BELT-184 - text on location pages */
.wpsl_stores-template-default .item.text > div,
.wpsl_stores-template-default .item.text > table {
    display: none !important;
}




/* Site rebuild */
.wp-block-image img {
	height: auto;
}


/* BELT-88 Sycle API popup */
.s-modal {
	display: none;
	position: fixed;
	z-index: 1000000;
	padding: 100px 0;
	margin: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.4);
}
.s-modal-content {
	position: relative;
	background-color: #fefefe;
	margin: auto;
	padding: 40px;
	border: 1px solid #888;
	border-radius: 25px;
	max-width: 800px;
	width: 80%;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s
}
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}
@keyframes animatetop {
	from {top:-300px; opacity:0}
	to {top:0; opacity:1}
}
.s-modal .s-close {
	position: absolute;
	right: 25px;
	top: 15px;
	font-size: 12px;
	display: flex;
	align-items: center;
}
.s-modal .s-close-icon {
	font-size: 16px;
	margin-left: 5px;
}
.s-modal .s-close:hover,
.s-modal .s-close:focus {
	cursor: pointer;
}
.s-modal-header {
	text-align: center;
	padding-bottom: 25px;
}
.s-modal-header h1, .s-modal-header .h1 {
	color: var(--beltone--blue--dark);
}
.s-modal .btn.light-blue {
	background-color: var(--beltone--blue--dark-clear);
}
.s-modal .btn.orange,
.s-modal .btn.orange .icon {
	color: #fff !important;
}
.s-modal .btn.previous {
	border: 1px solid #eee;
	color: #777;
}
.s-modal .btn.right {
	float: right;
}
.s-modal .btn.right .icon {
	color: var(--beltone--blue--dark-clear);
	margin-left: 10px;
}
#page-1 {
	display: block;
	padding: 20px;
}
#page-2, #page-3, #page-4, #page-5, #page-6 {
	display: none;
}

.s-modal .request-form {
	border-radius: 0;
	padding: 0;
	min-height: unset;
	box-shadow: none;
}
.s-modal .row.radios {
	justify-content: space-between;
}
.s-modal .search-zipcode {
	max-width: 300px;
	position: relative;
	margin: 20px auto;
}
.s-modal .search-zipcode a {
	position: absolute;
	right: 0;
}
.s-modal #clinic-results {
	padding: 30px 0 100px;
	display: flex;
	flex-wrap: wrap;
}
.s-modal #clinic-results .clinic {
	display: flex;
	margin-bottom: 30px;
}
.s-modal #clinic-results .clinic label {
	margin-bottom: 0;
	margin-left: 10px;
	text-transform: uppercase;
}
.s-modal #clinic-results .clinic small {
	font-weight: bold;
	color: var(--c-orange);
}
.s-modal #selected-clinic {
	margin: 20px 0;
	text-align: center;
	font-size: 20px;
}

.s-modal .right.time label {
	font-weight: bold;
}
.s-modal .right.time label::before {
	display: none;
}

.s-modal .ppwd-form .req > label:first-of-type::before {
	content: '*';
}
.s-modal .ppwd-form .checkbox-inline:not(:last-child),
.s-modal .ppwd-form .radio-inline:not(:last-child) {
	margin-right: 20px;
}

.s-modal .ppwd-form .req label[for="appointment_for"]::before, .s-modal .ppwd-form .req label[for="i_am"]::before{
	content: '*';
	margin-right: 5px;
	color: red
}

.s-modal #page-4,
.s-modal #page-5 {
	margin-top: 30px;
	color: var(--beltone--blue--dark);
}
.s-modal .center {
	text-align: center;
}
.s-modal label.error {
	color: red;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	border: 1px solid var(--c-orange) !important;
	background: var(--c-orange) !important;
	color: #fff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	border: 1px solid var(--beltone--blue--dark) !important;
	background: var(--beltone--blue--dark-clear) !important;
}

#sycleform {
	width: 0;
	height: 0;
	border: 0 !important;
}

@media screen and (max-width: 1000px) {
	.s-modal .row.radios {
		flex-direction: column;
	}
}
@media screen and (min-width: 782px) {
	.s-modal .row {
		display: flex;
	}
	.s-modal .form-group.left,
	.s-modal #appt-conf .left,
	.s-modal #appt-summ .left {
		width: 49%;
		margin-right: 1%;
	}
	.s-modal .form-group.right,
	.s-modal #appt-conf .right,
	.s-modal #appt-summ .right {
		width: 49%;
		margin-left: 1%;
	}
	.s-modal #clinic-results .clinic {
		width: 50%;
	}
	.s-modal #datetime {
		display: flex;
		padding: 0 40px 50px;
	}
	.s-modal #datetime .left.date {
		width: 59%;
		margin-right: 1%;
	}
	.s-modal #datetime .right.time {
		width: 39%;
		margin-left: 1%;
	}
	.s-modal .ui-widget.ui-datepicker {
		float: right;
		width: 20em;
	}
}
@media screen and (max-width: 781px) {
	.s-modal #datetime {
		text-align: center;
		padding-bottom: 40px;
	}
	.s-modal #datetime .left.date {
		display: flex;
		justify-content: center;
		padding-bottom: 40px;
	}
}
@media screen and (min-width: 641px) {
	#schedule-appointment-1 .form-group {
		flex: 1 1 auto;
	}
}
@media screen and (min-width: 280px) and (max-width: 640px) {
	#schedule-appointment-1 .form-group {
		flex: 1 auto;
	}
}
@media screen and (max-width: 500px) {
	.s-modal-content {
		width: 96%;
		padding: 20px;
	}
	.s-modal .bottom-buttons .btn {
		padding: 10px 15px !important;
	}
}

/* progress bar */
.ProgressBar {
  margin: 0 auto;
  padding: 2em 0 3em;
  list-style: none;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.ProgressBar-step {
  text-align: center;
  position: relative;
  width: 100%;
}
.ProgressBar-step:before,
.ProgressBar-step:after {
    content: "";
    height: 0.5em;
    background-color: #eee;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease-out;
}
  
.ProgressBar-step:first-child:before,
.ProgressBar-step:first-child:after { 
    display: none; 
}

.ProgressBar-step:after {
    background-color: var(--beltone--blue--dark-clear);
    width: 0%;
}

.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
    width: 100%;
}

.ProgressBar-icon {
  background-color: #eee;
  color: #eee;
  border-radius: 50%;
  padding: 10px;
  max-width: 100%;
  z-index: 10;
  position: relative;
  transition: all .25s ease-out;
} 
.is-current .ProgressBar-icon {
    color: var(--beltone--blue--dark-clear);
    background-color: var(--beltone--blue--dark-clear);
}
.is-complete .ProgressBar-icon {
    color: white;
    background-color: var(--beltone--blue--dark-clear);
}

.ProgressBar-stepLabel {
  display: block;
  position: absolute;
  padding-top: 10px;
  line-height: 15px;
  width: 100%;
  transition: all .25s ease-out;
}
.is-current .ProgressBar-stepLabel {
    color: #ca5010;
    font-weight: bold;
}

.is-current > .ProgressBar-step,
.is-complete > .ProgressBar-step {
    color: var(--beltone--blue--dark-clear);
}
	
.wp-block-button__link, .btn.blue {
    background-color: #0074c8 !important;
    font-family: 'MONTSERRAT';
    color: white !important;
}
	
	
.info-image-section-blue-banner {
  padding-top:4% !important;
  padding-bottom:4%;
  max-width:1300px !important;
  margin:auto;

}
	
.is-selected{
	
}


	
@media only screen and (max-width: 767px) {
    .info-image-section-blue-banner{

      padding-bottom:14% !important;

    }
	.tested-blue-text {
		margin-top:40px;
	}
	.content-1 {
		margin-left: 2% !important;
		margin-right: 2% !important;
	}
}

.info-image-section {
position:relative;
padding-top:4% !important;
padding-bottom:4% !important;
  max-width:1300px !important;
  margin:auto;
  padding:10px;
}

.online-button {
	cursor: pointer;
}

.buttonInsideContent {
    display: block;
    width: 125px;
    height: 40px;
    font-size:14px;
    padding-top: 10px;
    text-align: center;
    text-decoration:none !important;
    border:1px solid #5cafeb;
    border-radius: 10px;
    color: white;
    font-weight: 700;
    line-height: 18px;
}
.customScrollGalleryInnerContent {	
	position:absolute;
	text-align:left !important;
	width:100%;
	bottom:20px;
	top:auto;
    left:0;
    padding-inline: 1rem;
}

.buttonInsideContent:hover {
    background: var(--beltone--blue--dark);
    border-color: var(--beltone--blue--dark);
    color:white;
}

.InnterContentHeading {
	text-align:left;
	font-weight: 500 !important;
}
/*Needs to go to live */
.customScrollRowNotTop {
    width: 90% !important;
    max-width: 1574px !important;
    padding-top: 4%;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-bottom: 4%;

}

.second-scroll-library {
	padding-top:4%;
	padding-bottom:4%;
}
.image5 {
  
background-size: auto;
	background-image:
	linear-gradient(rgba(245, 40, 145, 0) 40%, rgba(245, 40, 145, 0) 30%, #273443 78%),
    url("/wp-content/uploads/2022/08/image-4-1.png");

}

.image6 { 

background-size: auto;
	background-image:
	linear-gradient(rgba(245, 40, 145, 0) 40%, rgba(245, 40, 145, 0) 30%, #273443 78%),
		url("/wp-content/uploads/2022/08/image-4-4.jpg");


}


.image7 {
	background-size: cover;
	background-image:
	linear-gradient(rgba(245, 40, 145, 0) 40%, rgba(245, 40, 145, 0) 30%, #273443 78%),
		url("/wp-content/uploads/2024/03/beltone-serene-in-use-restaurant-kitchen.png");

}

.image8 {
	background-size: cover;
	background-image:
	linear-gradient(rgba(245, 40, 145, 0) 40%, rgba(245, 40, 145, 0) 30%, #273443 78%),
		url("/wp-content/uploads/2022/12/hearing-test-booth-card.png");

}

.award-winning-tech {
	 gap:0px !important;
	 padding-top:4%;
	 padding-bottom:4%;
	 padding-right:6%;
	 padding-left:11%;
}
.award-winning-left {

	margin-left:auto;
	margin-right:auto;

}


div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu .customScrollGallery {
  display: inline-block;
  color: white;

  border-radius:1.5em;
  
  padding: 14px;
  margin:25px;
  width:332px;
  height:502px;
  text-decoration: none;
  color:black;
}

div.scrollmenu {

  white-space: nowrap;
  text-align: center;

}




.picture-text{
  padding-top:4%;
}
.customScrollRow {
width:90% !important;
    margin-left: 10%;
    padding-top: 4%;
    padding-bottom: 4%;
}

.color-white-left {
  color:white !important;
  text-align:left !important;

}

.color-white-center {
  color:white !important;

}

.icon-color {
  color: #5CAFEB;
  margin-right:10px;
}

.text-icon-section {

 padding-left:100px;
padding-right:100px;
margin:auto;
}



.nowrap {
   white-space:nowrap;
}

.padding-for-strip {
    margin-top: auto;
    margin-bottom: auto;
}

.margin-remove {

	margin-left:14% !important;
}

@media only screen and (max-width: 570px) {
  .margin-remove {
    margin-left:0% !important;
    text-align:center !important;
  }

}

@media only screen and (max-width: 767px) {
  .margin-remove {
    margin-left:auto !important;
	margin-right:auto !important;
    text-align:center !important;
  }
}

@media only screen and (max-width: 991px) {
  .margin-remove {
    margin-left:none !important;

    text-align:center !important;
  }
}



.floating-banner-text-box-bottom {
    color: black !important;
    height: 426px;
    width: 373px;
    background-color: white;
    border-radius: 8px;
    position: relative;
    padding: 29px;
    top: 26%;
    left: 17%;
}
.wpsl-search {

    background: rgb(255 255 255);
    border-radius: 10px;
    box-shadow: var(--shadow--small);
}
.floating-submission-banner-text-box-bottom {
    color: black !important;
    height: 600px;
    width: 968px;
	max-width:100%;
/*     min-width: 968px!important; */
    background-color: white;
    border-radius: 8px;
    position: relative;
    margin-left: 50% !important;
    padding: 11px;
    box-shadow: var(--shadow--small);
    margin-top: 40px;
    margin-bottom: 40px;
    right: 484px;
}
	.floating-map-submit-text-bottom {
margin: 0px !important;
    padding: 0px !important;
    position: relative;
    left: 44px;
/*     top: 3px; */
	}
	
.floating-map-submit-button-bottom {
		
border-radius: 8px;
    position: relative;
    top: 26px;
    right: 29px;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {

.floating-map-submit-button-bottom {
    width: 400px;
    min-width: 400px;
    border-radius: 8px;
    position: relative;
    top: 26px;
    margin-left: 50%;
    right: 200px;
}


}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
.floating-map-submit-text-bottom {
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    left: 44px;
    top: 14px;
}}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
.floating-map-submit-text-bottom {
display:block;
    margin: 0px !important;
    padding: 0px !important;
    position: relative;
    left: 44px;
    top: 14px;
}
p.smaller1-bottom {
    font-size: 12px;
}

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 1000px) {
  .floating-submission-banner-text-box-bottom{
     width: 700px;
    min-width: 700px!important;
    margin-left: 50% !important;
right:350px !important;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}

@media (max-width: 768px) {
  .floating-submission-banner-text-box-bottom {
    
  }
}



.location-toggle {
	background-color: #E1E8F5;
    color: #808B93;
    padding-left: 5px !important;
    padding-right: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
    border-radius: 4px;
}

.location-toggle:hover {
	background-color: #dfe0e3;
	cursor: pointer;
}


@media only screen and (max-width: 767px) {
   .change-to-front{
      order: 1;

   }
   .change-to-end{
      order: 2;

   }

}



@media only screen and (max-width: 798px) {
   .break-the-grid{
   		grid-template-columns: none !important;
   }
}

/* .floating-submission-banner-text-box-bottom .col-md-6  {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
} */

.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form {
	display: inline-flex;
    justify-content: right;
    align-items: center;
}

.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form .form-group.ppwdf-Email.req {
	margin-bottom: 0px !important;
}

.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
	margin-top: 0px !important;
	border-radius: 0px 10px 10px 0px;
}

.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form input#ppwdf-Email {
	border-radius: 10px 0px 0px 10px;
}


@media only screen and (max-width: 767px) {
	.newsletter-background {
		background: var( --beltone--dark-2) !important;
    	color: var(--beltone--light-1) !important;
	}
	.floating-submission-banner-text-box-bottom {
		background: var( --beltone--dark-2) !important;
    	color: var(--beltone--light-1) !important;
		height: 100% !important;
		width: 100% !important;
		min-width: 100% !important;
		margin-left: 0px !important;
		padding: 0px !important;
		box-shadow: none !important; 
		margin-top: 40px;
		margin-bottom: 0px !important;
		right: 0px !important;
	}
	
	.smaller2 {
		color: #ffffff !important;
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}	
	.smaller1-bottom {
		color: #ffffff !important;
		padding-left: 20px !important;
    	padding-right: 20px !important;
	}
	
	.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		margin:auto;
	}
	.floating-submission-banner-text-box-bottom .col-md-6 {
		display: flex;
		flex-direction: row;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	
	.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
	width:90% !important;
		border-radius: 0px 0px 0px 0px !important;
		margin-top:20px !important;
	}
	
	.floating-submission-banner-text-box-bottom .col-md-6 #ppwd-contact1 .ppwdf-wrapper form#ppwdf-form input#ppwdf-Email {
		border-radius: 0px 0px 0px 0px !important;
	}
	
	.floating-map-submit-text-bottom {
		margin: 0px !important;
		padding: 0px !important;
		position: relative;
		left: 0px !important;
		top: 3px !important;
		text-align: center !important;
	}
}


#ppwd-contact-free-cons .alert {
	position:absolute !important;
	top: -75% !important;
}




/* Hearing Test Text found in nav.*/
@media(min-width: 992px) and (max-width: 1168px){

	.hearing-test-text-right {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: -57px !important;
	}
	
	.hearing-phone-right {
		padding-left: 0px !important;
		padding-right: 0px !important;
		margin-left: -4px !important;
	}
}

@media(min-width: 1169px) and (max-width: 1280px){

	.right-nav-wrapper {
		width:20rem !important;
	}
}

@media(min-width: 1281px) and (max-width: 1360){

	.right-nav-wrapper {
		width:24rem !important;
	}
}


@media(min-width: 1361px){

	.right-nav-wrapper {
		width:none !important;
	}
	.new-style-book {
		width:144% !important;
	}
}



.fin-logos {
   	width:175px;
	margin: 25px 25px 25px 0;
}

.fin-logo-div {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.beltone-button {

    text-align: center;
    position: relative;
    font-weight: 700;
    color: white !important;
    text-decoration: none !important;
    border-radius: 7px;
    width: 300px;
    min-width: 225px;
    padding: 15px 40px;
	
}

.beltone-button.blue {
	background-color: #0074C7 !important;
}
.beltone-button.blue:hover {
	background:#0468b0 !important;
}


ul.benefits-bullests {
	list-style:unset !important;
}
.mc {
	text-align: end;
}
.mc .carriers {
	max-width: 30%;
	display: inline;
}

.app-hr-tag{
	display:none;
}

@media(max-width: 700px){
	.app-hr-tag{
		display:block !important;
	}
	.mc {
		text-align: center !important;
	}
	.mc .carriers {
		max-width: 80% !important;
	}

}




@media(max-width: 991px){
	.right-nav-wrapper {
		display: none !important;
	}
}

@media(max-width: 991px){
	ul#menu-main-navigation {
		box-shadow: var(--shadow--small);
		background: var(--beltone--light-1);
		border-radius: 0 var(--border-radius) var(--border-radius) var(--border-radius);
	}
}




/* Mobile Menu */
#action-menu{
    display: none;
}
#action-menu a{
    text-decoration: none !important;
}
@media(max-width:991px) {
	header .menu-item > .sub-menu {
		display: none !important;
	}
	header .menu-item.open > .sub-menu {
		display: block !important;
	}
	header .menu-item.open > .sub-menu a {
		font-weight: 500;
	}
}


@media(max-width: 768px){
	a#btnwidgetQT_desk {
		display:none !important;
	}
    #footer-legal{
        padding-bottom: 140px;
    }
    #chat-widget-container{
        bottom: calc(4vh + 70px) !important;
        left: 0px !important;
        max-height: calc(100vh - 220px) !important;
        z-index: 100000 !important;
    }
    #action-menu{
        display: block;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        padding: 44px 0 4vh;
        width: calc(100% - 0px);
        margin: 0 auto;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
    }
    #action-menu > div {
        position: relative;
        z-index: 10;
    }
    #action-blur{
        /* background: #f00; */
        height: 100%;
        width: 100%;
        position: absolute !important;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        top: 0;
        left: 0;
        z-index: 1 !ipmortant;
        -webkit-mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
        mask-image: linear-gradient(to bottom, transparent 25%, black 75%);
    }
    .action-icon{
        display:block;
        font-size: 20px;
        margin-bottom: 4px;
    }
    #action-menu .menu-top,
    #action-menu .menu-main{
        width: calc(100% - 60px);
        max-width: 600px;
        margin: auto;
    }
    #action-menu a{
        font-size: 12px;
        font-weight: 400;
        text-align: center;
        display: inline-block;
        position: relative;
    }
    #action-menu .menu-top{
        padding: 0 0 12px;
    }
    #action-menu .menu-top a{
        color: #fff;
        padding: 4px 16px;
        background: hsl(205deg 78% 53%);
        border: 1px solid hsl(205deg 78% 48%);
        border-bottom-width: 2px;
        border-radius: 8px;
        max-width: 100px;
    }
    #action-menu .menu-main{
        display: flex;
        justify-content: space-between;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(249, 252, 255, 0) 100%), #F9FCFF;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        border-radius: 8.82286px;
    }
    #action-menu .menu-main a{
        color: #000;
        display:block;
        width: 100%;
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: center;
        border-left: 1px solid rgba(0,0,0,0.1);
        line-height: 1;
    }
    #action-menu .menu-main a:active{
       background: rgba(0,0,0,0.04); 
       color: #000;
    }
    #action-menu .menu-main a:first-child{
        border-left: 0;
    }
    #action-menu .menu-main a:after{
        content: '';
        height: 4px;
        border-radius: 8px 8px 0 0;
        position: absolute;
        bottom: 0;
        background: #5CAFEB;
        width: 50%;
        left: 50%;
        transform: translate(-50%, 0%);
    }
    /*[onclick="openTTCForm()"]{
        display:none;
    }*/
    #action-menu  [onclick*="showScheduleModal()"]:after{
        background: #ca5001 !important;
    }
}
@media screen and (min-width: 3000px) {
			#newsletter-form-1 {
			width:100% !important;
			height: 800px !important;
		}
}
		#newsletter-form-1 {
			width:100% !important;
/* 			height: 213px; */
			height: 750px;
		}

		#form-submit-iframe {
			height: fit-content;
    		overflow-y: hidden;
		}

		#form-sent-iframe {
			height: fit-content;
    		overflow-y: hidden;
		}

		#newsletter-form-1 #ppwdf-form {
			position:relative !important;
			top:8px !important;
		}

		@media(max-width: 365px){
			.floating-submission-banner-text-box {

				margin-top: 31% !important;
				margin-bottom: 7% !important;

			}
		}



#ppwd-contact-free-cons #ppwdf-Phone::placeholder {
    font-size: 13px;
}
		@media(max-width: 766px){
			#ppwd-contact-free-cons #ppwdf-Phone::placeholder {
				font-size: 9px;
			}
		}


@media (max-width: 767px) {
	.bumpdownfloat{
		margin-top:500px !important;
	}
	#ppwd-contact-free-cons input#ppwdf-Email {
		width: 100% !important;

	}
	#ppwd-contact-free-cons button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
		margin: auto;
		margin-top: 20px;
	}
}
	@media screen and (max-width: 782px){
		#ppwd-contact1 .row {
/* 			flex-wrap: unset; */
			max-width: 100%;
    		margin: auto;
		}
		#ppwd-contact1 .col-md-2 {
			display: none;
		}

	}

/* 	@media screen and (max-width: 516px){
		#ppwd-contact1 .row {
			flex-wrap: wrap;
		}
		#newsletter-form-1 {
			height: 1000px;
		}
	} */
.screen-reader-text {
  border: 0;
  clip: rect(1px,1px,1px,1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
  display: contents;
}
#searchsubmit {
  margin-top: 10px;
}
.searchwp-modal-form__container {
  position: relative;
}
.searchwp-modal-form__footer {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9999999;
}
.searchwp-modal-form__close.button {
  width: 50px;
}
	
.nl-btn {
	display: flex;
	justify-content: center;
	align-items: center;
}
@media screen and (max-width: 767px) {
	#newsletter-form-1 {
		width:100% !important;
		height: 1230px;
	}
	.zip-field {
		display: flex;
		justify-content: center;
	}
}
#wpsl-search-btn {
	background-image: none !important;
}
@media screen and (min-width: 768px) {
   .content-for-768-down {
      display: none;
   }
   .content-for-769-up {
      display: block;
   }
}
@media screen and (max-width: 767px) {
   .content-for-768-down {
      display: block;
	  margin-top: 40px;
   }
   .content-for-769-up {
      display: none;
   }
}

@media(max-width: 767px) {
   .info-image-section
 {
      padding-top:15% !important;
   }
}


.searchwp-modal-form-default .searchwp-modal-form__content {
  padding: 2.5em !important;
}



.geot-alert {
	display: none!important;
}


.beltone-text-blue {
	color: var(--beltone--blue--dark);

}

    /* Footer */
    footer {
       background: var(--beltone--dark-2);
       color: var(--beltone--light-1);
    }
    footer .container {
       padding: 55px;
    }
    footer #footer-navigation a,
    footer #footer-legal a {
       color: var(--beltone--light-1);
       text-decoration: none;
    }
    footer .menu-footer-links-container>ul>li {
       padding: 0px 30px 0px;
    }

    @media(min-width: 998px) {
      footer .menu-footer-links-container>ul>li {
        width: fit-content;
      }
    }
    @media(max-width: 797px) {
      footer .menu-footer-links-container>ul>li {
        width: fit-content;
      }
		footer .container {
			padding-left: 0px !important;
			padding-right: 0px !important;
		}

    }
    @media(max-width:991px) {
      #menu-footer-links {
        gap: 20px;
      }
    }

    /* These two items need to be removed from the menu in the admin panel. */
    .menu-item-131 {
       display: none;
    }
    .menu-item-105 {
       display: none;
    }
    .copyrightone {
       position: relative;
       float: left;
       font-family: 'Poppins';
       font-size: 12px;
       font-weight: 300;
    }
    .copyrighttwo {
       position: relative;
       float: right;
       font-family: 'Poppins';
       font-size: 12px;
       font-weight: 300 !important;
    }

    @media(max-width: 797px) {
        .copyrightone {
           position: relative;
           text-align: center;
           float: none !important;
           font-family: 'Poppins';
           font-size: 12px;
           font-weight: 300;
        }
        .copyrighttwo {
           position: relative;
           text-align: center;
           float: none !important;
           font-family: 'Poppins';
           font-size: 12px;
           font-weight: 300;
        }
    }
    footer .menu-footer-links-container>ul>li>a {
        color: var(--beltone--light-1) !important;
        text-decoration: none;
        font-family: 'Montserrat';
        font-size: 18px;
        font-weight: 600;
        display: inline-block;
        margin-bottom: 15px;
    }
    footer .menu-footer-links-container>ul>li>ul>li {
        font-family: 'Montserrat';
        font-size: 13px;
    }
    footer .menu-footer-links-container>ul>li>ul>li>a {
        color: var(--beltone--light-1) !important;
        margin-bottom: 10px;
        display: inline-block;
    }
    footer #footer-navigation {
        padding: 20px 0 15px;
    }
    footer #footer-navigation .contact {
        width: 250px;
    }
    .flex-container {
        display: flex;
        flex-direction: row;
    }
    @media (max-width: 800px) {
        .flex-container {
            flex-direction: column;
        }
    }
    .footer-email-section {
        display: none;
        padding: 20px 55px 20px 55px;
    }
    @media (max-width: 768px) {
        .footer-email-section {
            display: block;
        }
    }
    button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
        font-family: 'Montserrat';
        background-color: #0074C7;
        font-weight: 700;
        width: 80%;
        font-size: 16px;
    }
    input#ppwdf-Email {
        width: 100%;
        height: 45px;
        font-size: 16px;
    }
    #ppwd-contact1,
    #ppwd-contact-2 {
        display: block !important;
    }
    @media screen and (max-width: 767px) {
        .zip-field {
            display: block !important;
        }
    }

	.floating-submission-banner-text-box{
		min-height:341.38px !important;
	}
	.floating-banner-text-box {
		color: black !important;
		height: 256px;
		width: 373px;
		background-color: white;
		border-radius: 8px;
		position: absolute;
		padding: 29px;
		top: 15%;
		left: 17%;
	}
	.floating-submission-banner-text-box {
		color: black !important;
		height: 115px;
		width: 39%;
		min-width:39% !important;
		background-color: white;
		border-radius: 8px;
		position: absolute;
		margin-left: 31% !important;
		padding: 9px;
		top: 75vh;
		box-shadow: var(--shadow--small);
	}
	.floating-map-submit-button {
		border-radius: 8px;
		font-size:16px !important;
		position: relative;
		top: 26px;
		right: 29px;
	}

	.form-group {
		text-align: left;
	}
	@media screen and (min-width: 340px)and (max-width: 399px) {
		.floating-banner-text-box {
			top: 170px !important;
		}
		.floating-submission-banner-text-box {
			top: 325px !important;
		}
	}
	
	@media screen and (min-width: 400px) and (max-width: 640px) {
		.floating-banner-text-box {
			top: 250px !important;
		}
		.floating-submission-banner-text-box {
			top: 400px !important;
		}
	}
	
	/* Extra small devices (phones, 600px and down) */
	@media only screen and (max-width: 768px) {
		#ppwd-contact-free-cons .form-group {
			max-width: 100%;
			width: 365px !important;
			font-size: 16px;
		}
		.find-location-text {
			display:none !important;
		}
		.floating-banner-text-box {
			position:relative;
			color: black !important;
			height: 150px;
			min-height: 135px;
			max-height: 150px;
			width: 95%;
			background-color: white;
			border-radius: 8px;
			position: absolute;
			padding: 12px;
			top: 300px;
			left: 2.5%;
		}
		button.btn-wrapper.btn-bg-orange.text-white {
			font-size: 14px;
		}
		.floating-submission-banner-text-box {
			color: black !important;
			height: 115px;
			width: 79%;
			min-width: 7% !important;
			background-color: #ffffff00;
			position: absolute;
			margin-left: 6.5vh !important;
			padding: 9px;
			top: 500px;
			box-shadow: none;
		}

		.floating-map-submit-text {
			margin: 0px !important;
			padding: 0px !important;
			position: relative;
			left: 44px;
		}

		.floating-map-submit-button {
			border-radius: 8px;
			position: relative;
			top: 33px;
			width: 100%;
			max-width: 300px;
			left: 50%;
			margin-left: -150px !important;
		}

		.floating-banner-text-box h2 {
			font-size: 19px;
			color: black !important;
			position:relative;
		}
		.floating-banner-text-box p {
			font-size: 12px;
			position:relative;
			margin:5px 0 !important;
		}
		.floating-banner-text-box a {
			font-size: 13px;
		}
		.floating-banner-text-box.ml-auto.mr-auto h2 {
			margin: 0 0 !important;
		}
		.floating-text-wrapper {
			position: relative;
			display: flex;
			align-items: center;
			flex-wrap: nowrap;
			flex-direction: column;
			text-align: left !important;
			justify-content: center;
			height: 100%;
			align-content: center;
		}	
		.hide {
			display:none;
		} 
		.hide-old {
			margin:0 0 !important;
		}
	}
	/* @media only screen and (min-width: 767px) and (max-width: 767px){
		
		.floating-banner-text-box {
		  color: black !important;
		  height: 220px;
		  width: 75%;
		  background-color: white;
		  border-radius: 8px;
		  position: absolute;
		  padding-top: 0px;
		  padding-right: 20px;
		  padding-left: 20px;
		  padding-bottom: 20px;
		  left: 14%;
		  top: 385px;
		}
	
	} */
	/* Small devices (portrait tablets and large phones, 600px and up) */
	@media only screen and (min-width: 767px) {
		.customScrollRow {
			padding-top:90px !important;
		}
		button.btn {
			font-size: 10px;
		}
	}
	@media screen and (max-width: 767px){
		#ppwd-contact-free-cons .form-group.ppwdf-Zip_Code {
			margin: auto;
		}
		#ppwd-contact-free-cons .form-group {
			max-width: 100%;
			width: 365px !important;
			font-size: 16px;
			margin: 2px auto !important;
		}
	}
	/* Medium devices (landscape tablets, 768px and up) */
	@media only screen and (min-width: 768px) {
		.floating-submission-banner-text-box {
			color: black !important;
			height: fit-content;
			width: 600px;
			min-width: 95% !important;
			background-color: white;
			border-radius: 8px;
			position: absolute;
			top: 64.8%;
			display: flex;
			left: 50%;
			margin-left: -47.5% !important;
			box-shadow: var(--shadow--small);
			justify-content: center;
			align-items: center;
		}
		.smaller1 {
			font-size:12px !important;
		}
		.smaller2 {
			font-size:13px !important;
		}
	} 
	@media only screen and (min-width: 768px) and (max-width: 991px){
			.floating-banner-text-box {
			  color: black !important;
			  height: 220px;
			  min-height: 135px;
			  width: 75%;
			  background-color: white;
			  border-radius: 8px;
			  position: absolute;
			  padding-top: 0px;
			  padding-bottom: 0px;
			  padding-right: 20px;
			  padding-left: 20px;
			  padding-bottom: 20px;
			  left: 14%;
			  top: 295px;
			}
	}
	/* Large devices (laptops/desktops, 992px and up) */
	@media only screen and (min-width: 992px) {
		.floating-banner-text-box {
			color: black !important;
			height: 325px;
			width: 338px;
			background-color: white;
			border-radius: 8px;
			position: absolute;
			padding-top: 0px;
			padding-bottom: 0px;
			padding-right: 20px;
			padding-left: 20px;
			left: 14%;
			min-height: 275px;
			max-height: 325px;
		}
		.smaller1 {
			font-size:14px !important;
		}
		.smaller2 {
			font-size:19px !important;
		}
	}
	/* Extra large devices (large laptops and desktops, 1200px and up) */
	@media (min-width: 1200px) {
		.floating-submission-banner-text-box {
			color: black !important;
			height: 370px;
			width: 1000px;
			min-width: 1000px !important;
			background-color: white;
			border-radius: 8px;
			position: absolute;
			margin: 0px !important;
			top: 65%;
			left: 50%;
			margin-left: -500px !important;
			box-shadow: var(--shadow--small);
		}
		.hide {
			display:block;
		}
		.floating-banner-text-box {
			color: black !important;
			height: fit-content;
			width: 338px;
			background-color: white;
			border-radius: 8px;
			position: absolute;
			padding-top: 0px;
			padding-bottom: 20px;
			padding-right: 20px;
			padding-left: 20px;
			left: 14%;
		}
	}
	@media only screen and (max-width: 340px) {
		.floating-banner-text-box {
			top: 160px !important;
		}
		.floating-submission-banner-text-box {
			top: 325px !important;
		}
	}
	.floating-submission-banner-text-box label.control-label {
		font-size:16px;
		margin-bottom: 0.1rem !important;
	}
	.floating-submission-banner-text-box .form-group.ppwdf-first-name.req {
		display: inline-flex;
    	flex-direction: column;
	}
	.floating-submission-banner-text-box .form-group.ppwdf-last-name.req {
		display: inline-flex;
    	flex-direction: column;
	}
	.floating-submission-banner-text-box .form-group.ppwdf-Email.req {
		display: inline-flex;
    	flex-direction: column;
	}
	.floating-submission-banner-text-box .form-group.ppwdf-Phone.req {
		display: inline-flex;
    	flex-direction: column;
		width:auto !important;
	}
	.floating-submission-banner-text-box .form-group {
		margin-bottom: 2px !important;
	}
	.floating-submission-banner-text-box button.btn.btn-large.btn-primary.btn-send.g-recaptcha {
		display: flex;
    	justify-content: center;
    	align-items: center;
	}
	.floating-submission-banner-text-box .floating-map-submit-text.col-md-6.hide {
		display: flex;
    	flex-direction: column;
    	justify-content: center;
	}
	.floating-submission-banner-text-box .floating-map-submit-text.col-md-6.hide h5 {
		margin:0px 0px !important;
	}
	.floating-submission-banner-text-box .row {
		margin-left:0px !important;
		margin-right:0px !important;
	}
	.floating-submission-banner-text-box form#ppwdf-form {
		margin: auto !important;
		position: relative;
		text-align: center;
	}
	.floating-header-blocks-wrapper {
		position:absolute;
		width:100%;
		height:825px;
	}

	@media only screen and (max-width: 767px) {
		.floating-submission-banner-text-box {
			margin-left:0px !important;
			width: 100% !important;
			text-align:center !important;
			margin-top: 50px !important;	
		}
		.floating-map-submit-text {
			left:5px !important;
		}
		.floating-banner-text-box {
			box-shadow: var(--shadow--small) !important;
		}
	}

	.new-page-banner-1{
		margin-left: -300px !important;
		margin-right: -300px !important;
		background-size: cover;
		height: 660px;
		background-image: url(/wp-content/uploads/2023/06/beltone-main-banner-lg.webp);
		background-position: top;
	}
	.header-button {
		background: #ca5001;
		border: none;
    	font-family: 'Montserrat' !important;
    	font-size: 12px;
    	padding: 5px 4px;
		width: 100%;
    	text-decoration: none !important;
    	text-align: center;
    	border-radius: 5px;
    	color: white !important;
    	font-weight: 700;
		cursor: pointer !important;
		display: block;
	}
	.header-button:hover {
		background: #ca5010;
	}
	@media only screen and (max-width: 415px) {
		.header-homepage-wrapper-new {
			padding-bottom: 100px !important;
		}
	}
	@media only screen and (max-width: 390px) {
		.floating-banner-text-box {
			min-height: 170px !important;
			max-height: 100% !important;
		}
	}
	@media only screen and (max-width: 340px) {
		.floating-banner-text-box {
			min-height: 200px !important;
    		max-height: 100% !important;
		}
	}



    div.scrollmenu {

    
    white-space: nowrap;
    text-align: center;

    }





    .picture-text{
    
    }
    .customScrollRow {
    width:90% !important;
        margin-left: 10%;
        padding-top: 4%;
        padding-bottom: 4%;
    }



    .award-winning-tech {
        gap: 7px !important;
        padding-top: 4%;
        padding-bottom: 4%;
        padding-right: 10%;
        padding-left: 10%;
    }
    .award-winning-left {

        margin-left:auto;
        margin-right:auto;

    }

    div.scrollmenu::-webkit-scrollbar {
        display: none;
    }

    div.scrollmenu .customScrollGallery {
    display: inline-block;
    color: white;

    border-radius:1.5em;
    
    padding: 14px;
    margin:25px;
    width:332px;
    height:502px;
    text-decoration: none;
    color:black;
    }

    .image1 {
    
    background-size: auto;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.3) 40%, #273443 78%),
        url("/wp-content/uploads/2022/07/hearinghand.png");

    }

    .image2 {


    background-size: auto;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.3) 40%, #273443 78%),
        url("/wp-content/uploads/2022/07/image-4.png");


    }


    .image3 {
    background-size: cover;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.3) 40%, #273443 78%),
        url("/wp-content/uploads/2022/07/image-5.png");

    }

    .image4 {
    background-size: cover;
    background-image:
    linear-gradient(rgba(0, 0, 0, 0.3) 40%, #273443 78%),
        url("/wp-content/uploads/2023/01/helping-a-loved-one-card.png");

    }

    .image5 {
    background-size: cover;
    background-image: linear-gradient(rgba(0, 0, 0, 0.3) 40%, #273443 78%), url("/wp-content/uploads/2023/09/image-20230914-171805.png");
    background-position: center;

    }
    .image5 .buttonInsideContent {
    width: fit-content !important;
    padding: 10px !important;
    }

    .wp-container-5.wp-block-columns.has-background{
        background-color: #f9fcff;
        margin-left: 0px !important;
        margin-right: 0px !important;
        width: 100% !important;
        max-width: 100% !important;
        padding: 8% !important;
    }
    .h2-heading-half-size {
        width: 63%;
    }

    .p-tag-60-percent-width {
        width: 75%;
    }
    figure.wp-block-image.size-full.is-resized {
        float: right;
    }

    #wrapper .wp-block-columns {
        
        font-family: 'Montserrat';
        max-width: 100%;
    }

    .btn-email-submit{
    background-color:#2975c7;
    }



    .wp-container-5.wp-block-column {
        padding-top: 4% !important;
    }
    .InnterContentHeading {
    text-align:left;
    font-weight: 500 !important;
    }

    @media (min-width: 200px) and (max-width: 1175px) {
        .h2-heading-half-size {
        width: 100% !important;
        }
    }
    @media (min-width: 200px) and (max-width: 676px) {
        .customScrollRow{
        width: 99% !important;
        margin: auto;
        }
    }



    .p-tag-60-percent-width {
        width: 100% !important;
        font-weight: 400 !important;
    }


        @media screen and (min-width: 1570px) {

        .ScrollTopHomePage{

            margin-top: 5% !important;

        }

    }

    @media (max-width:1569px) and (min-width: 1000px) {

        .ScrollTopHomePage{

            margin-top: 10% !important;

        }

    }

    @media (max-width:1000px) and (min-width: 967px) {

        .ScrollTopHomePage{

            margin-top: 20% !important;

        }

    }

    @media (max-width:967px) and (min-width: 835px) {

        .ScrollTopHomePage{

            margin-top: 30% !important;

        }

    }

    @media (max-width:835px) and (min-width: 767px) {

        .ScrollTopHomePage{

            margin-top: 40% !important;

        }

    }

    @media (max-width:767px) and (min-width: 641px) {

        .ScrollTopHomePage{

            margin-top: 760px !important;

        }

    }

    @media (max-width:640px) and (min-width: 501px) {

        .ScrollTopHomePage{

            margin-top: 760px !important;

        }

    }

    @media (max-width:500px) and (min-width: 401px) {

        .ScrollTopHomePage{

            margin-top: 850px !important;

        }

    }

    @media (max-width:400px) and (min-width: 301px) {

        .ScrollTopHomePage{

            margin-top: 875px !important;

        }

    }

    @media (max-width:300px) and (min-width: 240px) {

        .ScrollTopHomePage{

            margin-top: 1000px !important;

        }

    }

    .carousel {
    background: #EEE;
    }


    .carousel-cell {
    width: 66%;
    height: 200px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    counter-increment: gallery-cell;
    }
    .wp-block-columns.has-background {
        gap: 3em !important;
    }


.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(gallery-cell);
    line-height: 200px;
    font-size: 80px;
    background-color: #ffffff00;
}

.h5 {
	color:#0F5587 !important;
	font-weight:700 !important;
}
@media only screen and (max-width: 992px) {
	#menu-item-4769, .menu-item-4769 {
		display: none !important;
	}
}