body {
  margin: 0;
  font-family: Roboto, sans-serif;
}

.nav-show {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  color: white;
  padding: 0;
  text-align: center;
  transition: top 0.3s ease-in-out;
}

.hidden {
  top: -280px; /* Adjust based on the navbar height */
}

	  #main-nav ul li a {
		  color:#282828;
		  font-size:1.1rem;
	  }
	  .navbar {
            padding: 0px 20px;
			background: #f6f6f6;
        }
	   .navbar a {
		   color:#424242;
		   margin-bottom: 0;
	   }
	  
	  .navbar-dark a {
		  color: #fff;
	  }
	  
	  .nav-item {
		  margin-bottom: 0!important;
	  }
	  
	  .navbar-dark {
		  background-Color:#06497c!important;
	  }
	 
	  #main-nav {  
	  display: none;
	  }
        .search-form {
            flex-grow: 1;
			min-width: 300px;
            max-width: 400px;
            position: relative;
        }
        .search-input {
            padding-right: 40px;
        }
        .search-icon {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: gray;
        }
	   .sticky-footer {
            position: fixed;
            bottom: 0;
            width: 100%;
            background-color: #C7C4C4;
            color: white;
            text-align: center;
            padding: 5px 0;
        }

/* typography styles */

b, strong {
	font-weight: 600;
}

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

h1, h2 {
font-family: 'Open Sans', sans-serif;
font-style: normal;
}

h3, h4, h5 {
font-family: 'Roboto Sans', sans-serif;
font-style: normal;

}

h1 {
font-size:2.1rem;
line-height: 1.1;
font-weight: 400;
margin-bottom: 1.5rem;
letter-spacing: 0;

}

p + h4 {
margin-top: 1.1rem;
}

h2 + h4 {
margin-top:1rem;
}

h1:has(+ p):has(+ .subtitle) {
margin-bottom: .25rem!important;
}

h2, h2 a {
font-weight:400;
font-size: 1.8rem;
line-height: 1.1;
margin-bottom: .5rem;
margin-top:.5rem;
letter-spacing: 0;
}

h2:has(+ p):has(+ .subtitle) {
  margin-bottom: .15rem!important;
}

p + h2 {
margin-top:.2em;
}

h3, h4 {
font-family: 'Roboto Sans', sans-serif;
font-weight: 500;
margin-bottom: .75rem;
margin-top: .25rem;
letter-spacing: 0;

}

h3, h3 a {
font-size:1.7rem;
	line-height: 1.25;
}

h4 {
font-size: 1.5rem;
font-weight: 500;
color: #333;
line-height: 1.3;
}
h5
{
	font-size: 1.2rem;
}

p, a, li, td, label {
font-family: 'Roboto', sans-serif;
font-weight: 400;
font-style: normal;
font-size:1rem;
line-height:1.65;
color: #5e5e5e;
margin-bottom: .5rem;
letter-spacing:.02rem;
}


p.subtitle {
  font-family: 'Open-Sans', sans-serif;
  font-weight:400;
  font-size:1.65rem;
  line-height: 1.2;
  color:#3d3d3d;
  margin-bottom: 1em;
} 

p a, li a, td a {
color: #0073de;
text-decoration: none;
}
p.background {color:#3d3d3d;}

a.highlight {
background-color: #A0F6F9;
	  }

a.underline {
  text-decoration:none;
border-bottom: 5px solid #2671b6;
}	  

a.link-primary {
	margin-bottom:0;
}


	 
.blockquote {
font-style:italic;
font-family: "Alegreya", serif;
font-weight: 400;
margin:30px 0;
font-size: 1.8em;
line-height: 1.3;
}

b, strong {
font-weight: 600;
}

i, em {
font-style:italic;
font-family: "Alegreya", serif;
font-weight: 600;
font-size: 1.2em;
color: #353535;
}

.italic {
	font-style: italic;
}

/* Backgrounds */

div.bkd-294 {
  background-color:rgb(0 58 112);
	color: #fff;
} 

.bkd-294 {
color: #fff;
letter-spacing: .03em;
} 
.bkd > h2 {
	color: #fff;
}

.bkd-285 {
background-color: #0072ce;
}

.bkd-orange {
	background-color: #ca4b2b;
}

.bkd-ltgray {

  background-color: #EAEAEA;
}

.bkd-light ~ * {
  color: #333;
}
	  	  
 .diagonal-background {
      background-color: #000000; /* Your base background color */
      background-image: linear-gradient(to right bottom, #cccccc 50%, #eaeaea 50%);
    }
	  
.responsive-diagonal {
        width: 50vw;
        height: 20vh;
        background: linear-gradient(to right bottom, #cccccc 50%, #eaeaea 50.3%);
    }
	  
 .bkd-ltgray {

	  background-color: #EAEAEA;
  }

  .bkd-light ~ * {
	  color: #333;
  }

/* Buttons */
	  
.btn {
font-family: Roboto, sans-serif;
font-weight:500;
font-size:1em;
letter-spacing: .04em;
border: none;
color: white;
padding: 10px 30px;
text-align: center;
text-decoration: none;
display: inline-block;
margin: 20px 2px;
cursor: pointer;
border-radius: 100px;
}

.btn-primary {
background-color: #0072ce!important;
}


.btn.btn-comp {
background-color: #0072ce;
}

	  
.btn.btn-contact {
	background-color: #0072ce;
}

.btn.btn-action {
background-color: rgb(202 75 43);
}

.btn.btn-ol-action {
background-color: transparent;
border: 2px solid rgb(202 75 43);
color:#505050;
}

.btn.white.bnt-ol-action {
background-color: transparent;
border: 2px solid rgb(255 255 255);
color:#fff;	
}

.btn.btn-ol-comp {
background-color: none;
border: 2px solid rgb(0 113 206);
color:#505050;  
}


/* Elements */

div.rule-below {
border-bottom: 1px solid #C3BFBF;
}	

.pattern-left, .pattern-right {
padding: 75px 100px;
}
	  
/* .background-cover {
		width: 1000px;
height: 563px;
		background-image: url('../Benefits-img-background.png');
		background-size: cover;
		background-position: center;
		background-repeat: no-repeat;
	} */
	  
.video-container {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.video {
  width: 100%;
  height: 100%;
}
.vid {
aspect-ratio: 16 / 9;
object-fit: cover;
}	 

input[type='checkbox'] {
    -webkit-appearance:none;
    width:18px;
    height:18px;
    background:white;
    border-radius:2px;
    border:1px solid #333;
	vertical-align:baseline;
	display: inline-block;
	margin-bottom:-.15em;

}
input[type='checkbox']:checked {
    background: #003a70;
}
label {
	margin:.2em;
	font-size:1em;
}




	  
/* ----------------- CARDS --------------------  */	  

.card-body p a {
	font-size: .8em;
	line-height: 1;
}

.card .img-fit {
aspect-ratio: 16 / 9;
object-fit: cover;
}	  

.card {
height: 100%;
}

.card.related-product {
border-radius: 10px;
overflow: hidden
}

div.title-card a.btn {
font-size:1em;
padding: 10px 30px;
}

.finder.card-subtitle {
	line-height: 1.5;
}

.card-body {
display: flex;
height:100%;
flex-direction: column;
}

.card-text {
flex-grow: 1;
}

h5.modal-subtitle {
	font-size: 1.2rem;
}

/*  ----------- MEDIA QUERIES ---------------  */	


/* ////////////// 768 and up ////////////// */
	  
@media (min-width:768px) {
	
#main-nav {
display:flex;
}	
		  
.btn {
font-size:1.2em!important;
}

		  
#burger {
  display: none;
}
	
h1 {
font-size: 2.5rem;
line-height: 1.1;
	}
	
h2, h2 a {
	font-size: 2.2rem;
line-height: 1.25;
margin-bottom: 1.25rem;
}

h3 {
	font-size: 1.9rem;

}

h4 {
	font-size: 1.5rem;
}

h5 {
	font-size: 1.3rem;
}

p, a, li, td, label {
	font-size: 1.1rem;
	line-height: 1.8;
}

p.subtitle {
	font-size: 1.75rem!important;
	line-height: 1.3;
}	
}

/* ////////////// 992 and up ////////////// */		
	  
@media (min-width: 992px) {
	
#mainContent {
margin-right: 0;
}

.border-right {
 border-right: .5px solid #d5d4da;
border-image-width: 30%;
}
	
div.rule-below {
border-bottom: none!important;
}	
	
p, a, li, td, label {
font-size: 1.2rem;
	line-height: 1.6;
}
	
h1, h1 a {
font-size: 2.8rem;
line-height: 1.05!important;
}
	
h1:has(+ p):has(+ .subtitle) {
margin-bottom:.5rem;}
	
h2, h2 a {
font-size: 2.5rem;
line-height: 1.2;
}
	
h3 {
font-size: 2rem;
line-height:1.25;

}
	
h4 {
font-size: 1.6rem;
line-height: 1.35;
	}
	
p.subtitle {
font-size:1.8rem;
line-height: 1.32;
margin-bottom: 1em;
} 
		
}

/* ////////////1100 and higher ////////////// */		
	  
@media (min-width: 1100px) {
.pattern-left {
padding:75px 75px 75px 125px;
}

.pattern-right {
padding: 75px 125px 75px 75px;
}
}
	  
/* //////////////// 767 and lower /////////////// */	
	  
@media (max-width: 767.98px) {

.card .img-fit {
  aspect-ratio: 1.45 / 1;
}	
	
ul#utility.navbar-nav {
background-color: #fff;
width:100%;
text-align:right;
text-wrap: wrap;

}
	
a.nav-link.px-3 {
color:#333!important;
display:inline-block;
font-size: .8em!important;			  
}

}	 
	  

	  
/* ////////////// 768 and to 934 ////////////// */	  
	 
@media (min-width:768px) and (max-width: 934px) {

.pattern-left {
padding:50px 100px 50px 100px;
}

.pattern-right {
padding: 75px 100px 75px 100px;
} 
	
.pattern-right.bkd-ltgray {
padding: 75px 100px 100px 50px;
}
	
a.nav-link.px-3 {

display:inline-block;
font-size: .8em!important;	  
}	
	
ul#utility {
justify-content:center!important;
}

		  
#main-nav {
  display:flex;
}

}
 
	  

	

	  
	  
