/* styles.css */

/* Global Styles */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}

/* Navigation */
.navigation {
	padding-top: 35px;
    display: flex;
	justify-content: center;
/*    border: 2px solid red;*/
    max-height: 140px;
	height: 140px;
    overflow: visible;
}

.web-logo {
	width: 200px;
	margin-right: 10px; /* Adjust the gap as needed */
/*	border: 2px solid red;*/
}

.web-logo img {
    display: flex;
	width: 200px;
	min-width: 100px;
	padding: 0px 10px 10px 10px;
}

.right-nav {
    width: 100px; /* Adjust the gap as needed */
}

.center-nav {
	width: 50%;
}

.topnav {
	display: flex;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
	justify-content: center;
	align-self: flex-start;
/*	border: 2px solid red;*/
    flex-grow: 3;
    overflow: visible;
    background-color: #FFFFFF;
}

.topnav a {
	float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 8px 0px 8px;
    text-decoration: none;
    font-size: 17px;
	background: #FFFFFF;
}

.topnav a:hover {
    background-color: #f3f3f3;
    color: #1e429a;
	text-decoration: none;
	transition: background-color 0.3s ease;
}

.topnav a.active {
	text-decoration: underline 2px;
}

.topnav .icon {
    display: none;
}


	.right-nav {
		display: flex;
		flex-direction: column;
/*		border: 2px solid green;*/
		flex-basis: 125px;
	}
	
	.language {
		position: absolute;
		top: 10px;
		right: 10px;
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		padding-bottom: 5px;
	}

	.language p {
		color: #1e429a;
		margin: 0;
		font-size: 12px;
		font-weight: 700;
	}

	.language button {
		display: flex;
		background: none;
		border: none;
		padding: 2px;
		cursor: pointer;
		outline: none;
	}

	.language button img {
		display: flex;
		border: 2px solid #ffffff;
		flex-direction: row;
		flex-wrap: nowrap;
		width: 26px;  /* Adjust the width as needed */
		height: auto;
		transition: transform 0.3s ease;  /* Smooth transition for hover effect */
		box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.3);
	}

	.language button:hover img {
		transform: scale(1.1);  /* Slightly enlarge the image on hover */
	}

	/* Optionally, you can add some spacing between the buttons */
	.language button + button {
		margin-left: 0px;  /* Adjust the spacing between buttons as needed */
	}

	.getquote {
		display: flex;
		align-self: center;
		padding-top: 10px;
		text-align: center;
	}

	.getquote:hover {
		
		
	}

	.getquote a:hover {
		color: #1e429a;
		text-decoration: none;
		background-color: #aadbd5;
	}

	.getquote a {
		font-size: 12px;
		font-weight: 700;
		background-color: #1e429a;
		color: #FFFFFF;
		flex-wrap: nowrap;
		display: flex;
		align-self: center;
		justify-content: center;
		padding: 5px 10px 5px 10px;
		
	}

/* Hero Section */

.hero {
	min-height: 350px;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0px 0;
    color: #f3f3f3;
}

.operatingarea_overlay {
  background-color: #1e429a;
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.operatingarea_overlay::before {
	content: "";
    width: 125%; /* Adjust the size of the circle */
    height: 175%;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 0;
}

.operatingarea_overlay img {
	z-index: 3;
}

.hero .container {
	max-width: 1250px;
	width: 80%;
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	z-index: 1;
}
.operatingarea_header {
	display: flex;
	width: 80%;
	flex-direction: column;
	text-align: left;
}  

.operatingarea_header .operatingarea_tag {
	display: flex;
	align-self: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	z-index: 2;
}

.hero .operatingarea_header .operatingarea_tag h1 {
	padding: 1px 5px 1px 5px;
	width: 180px;
	display: block;
	background-color: #1e429a;
	font-size: 14pt;
	margin-top: 60px;
}

.hero .operatingarea_header h1 {
	margin-top: 0px;
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 24pt;
}

.hero .operatingarea_header h2 {
	display: flex;
	align-content: flex-start;
	justify-content: flex-start;
	font-size: 12pt;
	margin-top: 0px;
}

.island {
	display: flex;
	align-items: flex-start;
	height: auto;
	min-height: 200px;
}

.island .container {
	max-width: 1250px;
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 80%;
}

.island .container p {
	border: 2px solid #1e429a;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 10pt;
	font-weight: bolder;
}

.island_container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	align-items: center;
	justify-content: space-evenly;
}


.islandtext h1 b {
	display: flex;
	flex-wrap: wrap;
	margin-left: 20px;
	padding: 10px;
	width: auto;
	margin-right: 20px;
	font-size: 15px;
	font-weight: bolder;
}

.advantage_text p1 {
	font-size: 12px;
	margin-top: -15px;
	font-weight: normal;
}


/* Search Container */

.HeadlineSearchContainer
{
  position : relative;
  padding-top: 40px;
  margin: auto;
  width : 80%;
  height : 190px;
  border-top: 2px solid #f3f3f3;

}
.SearchCharacterStyle
{
  font-size : 20px;
  font-weight: bold;
  line-height : 24.82px;
  color : #1e429a;
  text-align: center;
}
.searchrespond
{
	font-size : 18px;
	line-height : 10px;
	color : #FFFFFF;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}
#areaCovered
		{
	display: none;
		}
#areaNotCovered
		{
	display: none;
		}
#fillArea
		{
	display: none;
		}
/* HerePlaying */
		
.autocomplete {
  position: relative;
  display: inline-block;
  width: auto;
}

.autocomplete input {
  border: 1px solid transparent;
  background-color: #f1f1f1;
  padding: 10px;
  font-size: 16px;
}
.autocomplete input[type=text] {
  background-color: #f1f1f1;
  width: 100%;
}
.searchbox_box
	{
	width: 380px;
	/*border: thin solid red;*/
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	}
.searchbox_box input[type=submit] {
  background-color: #1e429a;
  color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
  font-size: 16px;
  padding: 10px;
}
.searchbox_box input:active, .search_box input:focus, .autocomplete input:active, .autocomplete input:focus
{
  outline: none;
}
.autocomplete-items
{
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  width: 300px;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

/*when hovering an item:*/
.autocomplete-items div:hover {
  background-color: #e9e9e9; 
}

/*when navigating through the items using the arrow keys:*/
.autocomplete-active {
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
 color: #ffffff; 
}

.SearchCharacterStyle h
{
  font-size : 20px;
  font-weight: bold;
  line-height : 24.82px;
  color : #1e429a;
  text-align: center;
}
.searchrespond h
{
	font-size : 18px;
	line-height : 10px;
	color : #1e429a;
	text-align: center;
	font-weight: 500;
	margin-top: 30px;
}

/* SEPARATOR */

.empty {
	margin-top: 20px;
	background-color: #FFFFFF;
	height: 250px;
}


/* Footer */
.footer {
	position: relative;
	bottom: 0px;
	background-color: #FFFFFF;
	width: 100%;
    padding: 20px 0;
    text-align: center;
	z-index: 1;
	height: 300px;
}

.left-footer {
	display: flex;
	flex-direction: column;
	flex-basis: 30%;
	text-align: left;
	justify-content: flex-start;
/*	border: 2px solid red;*/
}

.left-footer h2 {
	padding-top: 40px;
	padding-bottom: 7px;
	font-size: 12pt;
}

.left-footer p {
	font-size: 12pt;
	padding-bottom: 10px;
}

.right-footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-left: auto;
	width: 25%;
	min-width: 200px;
/*	border: 2px solid red;*/
}

.right-footer img {
	width: 50px;
	padding: 2px;
	cursor: pointer;
}

.footer_navigation {
	padding-top: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	width: 95%;
/*	border: 2px solid green;*/
	text-align: left;

}
.foot-nav-links li {
	height: 25px;
	display: flex;
	flex-direction: row;
	width: 70%;
	flex-wrap: wrap;
    text-align: left;
	align-items: flex-start;
	padding: 2px;
/*	border: 2px solid blue;*/
}

.foot_contact {
	display: flex;
	flex-direction: row;
}

.foot_contact p2 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding-left: 5px;
/*	border: 2px solid red;*/
}

#footerlogo {
    width: 60%;
}

.footer-cta-quote {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #1e429a;
    color: #ffffff;
    padding: 10px 10px 10px 10px;
    font-weight: 750;
	width: 95%;
	font-size: 10pt;
}

.footer_contact {
	display: flex;
	flex-direction: column;
}

.footer_contact img {
	width: 20px;
}


.footer .container {
	display: flex;
	height: 300px;
/*	border: 2px solid red;*/
	background-color: #FFFFFF;
	color: #FFFFFF;
	z-index: 2;
}
.social {
	width: 95%;
	display: flex;
	flex-direction: row;
	padding-left: 10px;
	padding-top: 20px;
	margin-right: auto;
}

.footer p,
.footer a {
    color: #ffffff;
    text-decoration: none;
}

.footer a:hover {
    font-weight: 800;
}

.webcopyright {
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 10pt;
}

.webcopyright li {
	display: flex;
	flex-direction: row;
}

@media screen and (max-width: 2000px) {
	.navigation {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.topnav a {
	padding: 14px;
		
	}
	.web-logo {
	flex-basis: 200px;
	margin-right: 0; /* Adjust the gap as needed */
	/*	border: 2px solid red;*/
}
	.right-nav {
	margin-left: 0;
	}
}

@media screen and (max-width: 1030px) {
	.topnav { display: inline-block;}
    .topnav a { display: none;}
    .topnav a.icon {
		color: #D3D3D3;
        float: left;
		margin-right: auto;
        display: block;
    }
	
}

@media screen and (max-width: 1030px) {
	.topnav a {max-width: 150px;}
	.web-logo { margin-right: 0px;}
	.right-nav { align-items: flex-end;}
	.navigation {
		width: 100%;
		margin: 0px 0px 0px 0px;
	}
    .topnav.responsive { position: relative; }
    .topnav.responsive .icon {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
}

@media only screen and (max-width: 800px) {
	.hero .container {
		width: 100%;
	}
	
	.operatingarea_header {
		display: flex;
		width: 100%;
		flex-direction: column;
		text-align: left;
}  

	.operatingarea_header .operatingarea_tag {
		display: flex;
		align-self: flex-start;
		justify-content: flex-start;
		flex-direction: column;
}

	.footer {
		margin-top: 30px;
	}
	
	.operatingarea_overlay img {
		min-width: 600px;
		z-index: 3;
}
	
}