body{
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
}

body>div.container-fluid{
	padding: 0px;
}

.navbar-hifidata{
	background-color: white; 
}

.navbar-hifidata .navbar-brand,
.navbar-hifidata .navbar-text,
.navbar-hifidata .navbar-nav .nav-link{
	color: #14457f;
}


.navbar-hifidata .navbar-brand img{
	margin-top: 7px;
	width:150px;
}

.navbar-hifidata .navbar-nav .nav-link:hover{
	color: #ff8a08;
}

.navbar-hifidata .navbar-nav .nav-link:active{
	color: #ff8a08;
	font-weight: bold;
}

.navbar-hifidata .navbar-nav > li .dropdown-menu { 
	background-color: white; 
	border: #14457f 1px solid;
	box-shadow: 10px 5px 5px gray;
}

.navbar-hifidata .dropdown-item:active, .navbar-hifidata .dropdown-item:hover{
	background-color: unset;
	color: #ff8a08 !important;
	font-weight: bold !important;
}

@media (min-width: 992px){
	#navbarNav .dropdown:hover>.dropdown-menu {
	  display: block;
	}

	#navbarNav .dropdown>.dropdown-toggle:active {
	  /*Without this, clicking will make it sticky*/
		pointer-events: none;
	}
	.navbar-hifidata .navbar-brand img{
		margin-top: 7px;
		width:200px;
	}
}


#navbarNav .nav-item{
	font-size: 1.5rem;
	margin-left: 8px;
}

#navbarNav .nav-item .dropdown-item{
	font-size: 1.3rem;
	font-weight: 200;
	color: #14457f;
}

.navbar-hifidata .navbar-toggler{
	 border-color: gray;
}

.navbar-hifidata .navbar-toggler .navbar-toggler-icon{
	background-image: 
		url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(20,69,127, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}


#home-highlight-list{
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

#home-highlight-list li {
  font-size: 1.3rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
}

#home-highlight-list li:before {
	content: "\F46B";
	color: #fcba04;
	font-size: 1.5rem;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -.125em;
	margin-right: 5px;
}

.main-section-title{
	color:#45699d
}

.card-title{
	color: #202742;
}


.product-title{
	color: #323976;
	font-size: 2rem;
	
}

.product-subtitle{
	margin-left: 20px;
	color: #323976;
	font-size: 1.5rem;
	text-shadow: 5px 5px 15px rgba(38, 187, 235, 0.4), -3px 5px 15px rgba(38, 187, 235, 0.4);
}

.pricing-content{
	margin-left: 25px;
	margin-right: 25px;
	font-size: 1.8rem;
}

.contact-form{
		margin-left: 20px;
		margin-right: 20px;
}

.btn-hifi-data, .btn-hifi-data:hover {
	background: #fcba04 !important;
	border: 1px solid transparent  !important;
	border-radius: 0.25rem;
	color: #000000  !important;	
	line-height: 1;
	outline: 0;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
}

.btn-hifi-data:hover{	
	font-weight: bold  !important;
}
.btn-hifi-data:hover{
    background: #ff8a08 !important;
    border-color: transparent !important;
    color: #000000 !important;
}
.btn-hifi-data:disabled, .btn-hifi-data:disabled:hover{
    background-color: gray !important;
}

.btn-hifi-data-sm{
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
	font-family: acer foco,arial;
	background: #fcba04 !important;
	color: #000000   !important;	
}



.btn-hifi-data-blue, .btn-hifi-data-blue:hover {
	background: #78C8E2 !important;
	border: 1px solid transparent  !important;
	border-radius: 0.25rem;
	color: #000000  !important;	
	line-height: 1;
	outline: 0;
	padding-bottom: 0.75rem;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
	padding-top: 0.75rem;
	vertical-align: middle;
	white-space: nowrap;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	text-decoration: none;
}

.btn-hifi-data-blue:hover{	
	font-weight: bold  !important;
}
.btn-hifi-data-blue:hover{
    background: #26bbeb !important;
    border-color: transparent !important;
    color: #000000 !important;
}
.btn-hifi-data:disabled, .btn-hifi-data:disabled:hover{
    background-color: gray !important;
}

.btn-hifi-data-blue-sm{
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: var(--bs-border-radius-sm);
	font-family: arial;
	background: #78C8E2 !important;
	color: #000000   !important;	
}


.txt-highLight-blue{
	color: #26bbeb;
}

.txt-highLight-yellow{
	color: #fcba04;
}

.required-mark{
	font-size: 0.8rem;
	color: red;
}

a[href^='tel:']{
	all:unset;	
}
a[href^='tel:']:hover{
	cursor: pointer;
	color:#ff8a08;
	font-weight: bold;
}



a[href^='mailto:']{
	all:unset;	
}
a[href^='mailto:']:hover{
	cursor: pointer;
	color:#ff8a08;
	font-weight: bold;
}

footer{
	/* background-color: #202742; */
	background: linear-gradient(
		180deg,
		rgba(255, 255, 255, 1) 0%,
		rgba(32, 39, 66, 1) 10%,
		rgba(32, 39, 66, 1) 100%
	);
	color: #ffffff;
	padding-top: 30px;
}

footer .copy-right{
	font-size:0.8rem;
}

footer img.fotter-logo{
	width:35px
}

.heading-title{
	text-align: center;
	letter-spacing: 0.4pt ;
	font-size: 3em;
	margin-top: 50px;
	margin-bottom: 10px;
}
.heading-title-sub{
	text-align: center;
	letter-spacing: 0.4pt ;
	font-size: 1.5em;
	margin-bottom: 50px;
}

.audience-card{
	border: #dee2e6 1px solid;
	border-radius: 15px;
	text-align: center;
	margin-left: 1.3em;
	margin-right: 1.3em;
	margin-top: 0.8em;
	padding: 1.5em 1em 1.5em 1em;
	display: flex;
	flex-direction: column;
}

.audience-card-title{
	font-size: 1.5em;
	margin-bottom: 1em;
}
.audience-card-desc{
	font-size: 1.1em;
	text-align: left;
}

.audience-icon-wrapper{
	margin-top:10px;
}

.audience-icon-wrapper object{
	max-width: 80px;
	max-height: 80px;
}

.product-table{
	width: 100%;
}

.product-table thead img{
	width:72px;
}



.product-table thead th{
	width: 50%;
}

div.cs-icon-text{
	color: gray;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-left:5px;
	margin-bottom: 5px;
}

div.cs-icon-text object{
	width:72px;
	margin-right: 20px;
}

.product-table tbody td{
	padding: 5px 5px 20px 5px;
	vertical-align: top;
}

.product-table tbody td:before {
    font-family: bootstrap-icons !important;
    content: "\F154";
    color: /* #fcba04*/ #26bbeb;
    font-size: 1.2rem;
}

section#resources h4{
	color:gray;
}

section#resources ul{
	margin-bottom:40px;
	margin-left: 30px;
}

section#resources ul li{
	margin-bottom: 15px;
}

#resources-whitePapers-list, #resources-useCases-list, #resources-podcasts-list, #resources-blogs-list{
	list-style-type: none;
}
#resources-whitePapers-list li::before{
    padding: 0;
    margin: 0;
	content: "📄";
}
#resources-useCases-list li::before{
	padding: 0;
	margin: 0;
	content: "🛠️";
}
#resources-podcasts-list li::before{
	padding: 0;
	margin: 0;
	content: "🎙️";
}
#resources-blogs-list li::before{
	padding: 0;
	margin: 0;
	content: "📝";
}

.yt-embed-wrapper{
	max-width:397px; 
	max-height:220px;
	margin-bottom: 25px;
}

@media (min-width: 992px){
	.yt-embed-wrapper{
		margin-left:50px;
	}
}

#navbar-top-right-buttons-div{
	white-space: nowrap;
} 

#navbar-top-right-buttons-div button{
	color: white;
	background-color: #14457f;
	margin-left: 15px;
	padding-left: 15px;
	padding-right: 15px;
}
#navbar-top-right-buttons-div-sm button{
	color: white;
	background-color: #14457f;
	margin-left: 15px;
}
#navbar-top-right-buttons-div button:hover, #navbar-top-right-buttons-div-sm button:hover{
	color: black;
	background-color: #26bbeb;
}

#navbar-top-right-buttons-div a, #navbar-top-right-buttons-div-sm a{
	text-decoration: none;
}