/*
Theme Name: Azure Basic Child  
Template: azure-basic
*/


/*        Global Syles                 */
/*------------------------------------*/

details, figcaption, figure { border: 0; font-size:100%; font: inherit; vertical-align: baseline; margin: 0; padding: 0; }
audio, canvas, video { border: 0; vertical-align: baseline; margin: 0; padding: 0; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  height: 100%;
  font-family: "Montserrat", sans-serif;
  background: #fff;
  color: #3c4047;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}



a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #8FB933;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  clear: both;
  display: block;
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}


/*--------------------------------------------------------------
>>> ACCESSIBILITY
--------------------------------------------------------------*/

[hidden] {
  display: none;
}

audio:not([controls]) {
  display: none;
}




/*      Global WordPress Styles       */
/*-----------------------------------*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}

/*      Basic Two-Column (Right) Lyouout       */
/*--------------------------------------------*/

#primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
}
.wide #sidebar, .singlewidth #sidebar {
	display: none;
}
#primary ol {
	list-style-type: decimal;
}
#primary ul {
	padding-left: 35px;
}
#primary li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 18px;
  line-height: 1.5;
  padding: 0 0 0 32px !important;
}

#primary li::before {
  content: "\f0da"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: -7px;
  color: #9ECC3B; 
  font-size: 26px;
}


/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	position: relative; 
}
#top-header-section {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 900;
}
.topnav {
	width: 100%;
	padding: 0 15px;
	position: relative;
}
.topnav ul {
	text-align: right;
	margin: 0;
	padding: 0;
}
.topnav li {
	display: inline-block;
	font-size: 14px;
}
.topnav li:nth-child(1) a {
	border-right: solid 1px #fff;
	padding: 0 15px;
	margin-right: 15px;
}
.topnav a {
	color: #fff;
}
.topnav .fa-solid {
	color: #9FCC3B;
}
.topnav a:hover {
	color: #9FCC3B;
}
#main { 
	padding: 80px 0 30px 0; 
}
article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
	top: 0;
}
.homebanner img {
	width: 100%;
}
.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	width: 100%;
}
.hometext {
  	position: absolute;
  	bottom: 10%;
  	left: 0;
  	right: 0;
  	max-width: 1230px;
  	margin: 0 auto;
  	width: 100%;
  	color: #fff;
  	padding: 0 15px;
	z-index: 400;
}
.hometext h1 {
  font-size: 40px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  text-shadow: 2px 2px #000;
  text-transform: none;
  line-height: 1.2;
  letter-spacing: 0px;
  margin-bottom: 0;
}
.hometext h2 {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  font-family: montserrat;
  letter-spacing: 5px;
}
.home-banner-line2 img {
	max-width: 332px;
	width: 100%;
}
.innertext {
  	position: absolute;
  	max-width: 1000px;
  	left: 0;
  	right: 0;
  	margin: 0 auto;
  	bottom: 100px;
  	color: #fff;
  	font-size: 26px;
  	font-weight: 700;
	padding: 0 15px;
	z-index: 500;
}
.gradientbgtop {
	width: 100%;
	background: linear-gradient(90deg, #9fcc3b 0%, #1982aa 100%);
	padding: 20px 15px;
	position: relative;
}
.gradientbgtop h1 {
	font-size: 38px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin: 0;
	position: relative;
	text-transform: uppercase;
	font-family: "Antonio", sans-serif;
}
.gradientbgtop h1:before {
	content: "-";
	padding-right: 10px;
}
.gradientbgtop h1:after {
	content: "-";
	padding-left: 10px;
}
.gradientbg {
	width: 100%;
	background: linear-gradient(90deg, #9fcc3b 0%, #1982aa 100%);
	padding: 25px 15px;
}
button {
	background-color: #9ECB3C;
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


nav[role="navigation"] {  }

nav[role="navigation"] ul { }

nav[role="navigation"] ul li {  }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { } 
nav[role="navigation"] ul li:hover ul  {  } 
nav[role="navigation"] ul li ul  { }

nav[role="navigation"] ul li ul li {  }

nav[role="navigation"] ul li ul li ul  { }
nav[role="navigation"] ul li ul li:hover ul  { }
nav[role="navigation"] ul li ul li ul { }

nav[role="navigation"] ul li ul li ul li { } 


/*    Static Sidebar Widget Styles       */
/*---------------------------------------*/											 

#sidebar-search { padding: 0 0 25px 0 ; }




/*             Azure Basic Styles             */
/*-------------------------------------------*/

h1 { 
	font-size: 40px; 
	color: #222;
	font-weight: bold;
	font-weight: 700;
}
h2 { 
	font-size: 36px; 
	color: #8fb933;
	font-family: "Antonio", sans-serif;
	font-weight: 700;
}
h3 { 
	font-size: 20px; 
	color: #263955;
	font-weight: 700;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: bold;
}

 
hr {
	margin: 30px auto;
	background: #ddd;
	background-color: #ddd;
	color: #ddd;
	width: 80%;
	float: none;
	height: 1px;
	border: none;
}

/* Top Navigation */

#access { 
    z-index: 500; 
}


.featured-thumb { margin-bottom: 10px; }
 		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #263955; 
	padding: 0 0 10px 0; 
	clear: both;
    width: 100%; 
}
.columns {
  display: flex;
  gap: 30px;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding: 0 25px;
}
.columns a {
	color: #fff;
	font-weight: 600 !important;
}
.columns h2 {
	font-size: 26px;
}
.column1 {
  flex: 0 0 40%;
	padding-top: 10px;
}
.column1 img {
	max-width: 400px;
	width: 100%;
	height: auto;
}
.column2, .column3 {
  flex: 0 0 30%;
}

.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	padding: 15px 15px 5px; 
}
#site-credits a {
	color: #fff;
}
#theme-credit {
  max-width: 1400px;
  width: 100%;
  margin: 20px auto 0;
  text-align: right;
  font-size: 10px;
  color: #fff;
  border-top: solid 1px #566477;
  padding: 15px 0 0;
}

.cky-revisit-bottom-left {
  bottom: 5px !important;
  left: 5px !important;
}
.cky-btn-revisit-wrapper {
  background: #16253A !important;
  width: 35px;
  height: 35px;
  border-radius: 50%;
}
.cky-btn-accept {
  background: #152439 !important;
  border: 2px solid #152439 !important;
	color: #fff !important;
}
.cky-btn-preferences {
	border: 2px solid #152439 !important;
}
.cky-prefrence-btn-wrapper .cky-btn {
  color: #152439 !important;
	border: 2px solid #152439 !important;
}
.cky-btn-reject {
  color: #152439 !important;
	border: 2px solid #152439 !important;
}
.footlinks ul {
  display: flex;
  justify-content: flex-end;   
  align-items: center;
  max-width: 500px;
  width: 100%;
  margin: 0 0 8px auto;       
  padding: 0;
  list-style: none;
  gap: 20px;                   
}

.footlinks li {
  border-right: 1px solid #fff;
  padding-right: 20px;
}
.footlinks li:last-child {
  border-right: none;
  padding-right: 0;
}
#google_language_translator {
  height: 16px !important;
}
#google_language_translator .goog-te-gadget .goog-te-combo {
  background: transparent !important;
  font-size: 10px !important;
	margin-top: 0 !important;
	color: #fff !important;
}
#google_language_translator select.goog-te-combo {
  width: 100px !important;
	border: none !important;
}

*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}
.home1bg {
	width: 100%;
	background-image: url(/wp-content/uploads/2026/02/Insight-Map-home-page-2.png);
	background-repeat: no-repeat;
	background-size: cover;
}
.home1 {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.home1 h2 {
	font-size: 42px;
} 
.home1-flex {
  display: flex;
}

.home1-flex-image {
  flex: 0 0 38%;
}

.home1-flex-text {
  flex: 0 0 60%;
}
.home1-flex-text h2 {
	font-size: 30px;
}
.home1-flex-image img {
  width: 100%;
  height: auto;
  display: block;
}
.home1 h2 {

}
.home1 h3 {
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 2px;
	font-family: "Montserrat", sans-serif;
	color: #3c4047;
	text-transform: uppercase;
	margin-bottom: 0;
}
.home2bg {
	background-image: url(images/home2bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin: 50px 0 80px;
}
.home2 {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 50px 15px;
	color: #fff;
	text-align: center;
}
.home2bg h2 {
	text-align: center;
}
.home2bg h3 {
	color: #fff;
	text-align: center;
	text-decoration: underline 4px #8FB933;
	text-underline-offset: 10px;
}
.home2-flex {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 35px;
  color: #fff;
  font-size: 15px;
	line-height: 1.4;
	overflow: visible;
	padding: 0 15px;
}
.home2-item {
  flex: 0 0 calc(20% - 35px);
  text-align: center;
  padding: 25px;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; /* allows z-index to work */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  will-change: transform;
}

.home2-item:hover {
  transform: scale(1.08);
  z-index: 50;
  box-shadow: 0 12px 30px rgba(0,0,0,0.25);
}
.home2-item img {
  width: 90px;
  height: auto;
  display: block;
  margin: 0 auto 14px;
  border: solid 4px #75B35B;
  border-radius: 50%;
  padding: 10px;
}

.home2-item h2 {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 700;
	color: #fff;
}

.home2-text {
  width: 100%;
  text-align: center;
	font-size: 14px;
}

.home2-link {
  margin-top: auto; /* pins link to bottom */
  display: inline-block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 6px;
	padding-top: 15px;
	color: #abd646;
}

.home2-link:hover {
  opacity: 0.9;
}
.home3 {
	padding: 0 15px;
}
.home3 h2 {
	text-align: center;
}
hr {
	width: 80%;
	margin: 30px auto;
}
.formwidth {
	max-width: 930px;
	width: 100%;
	margin: 50px auto;
	padding: 0 15px;
}	
.formwidth h2 {
	text-align: center;
	margin-bottom: 35px;
}
.gform_wrapper.gravity-theme .gfield input.large {
	background-color: #edeff1;
	border: none;
	font-family: "Montserrat", sans-serif;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
  background-color: #edeff1;
	border: none;
	font-family: "Montserrat", sans-serif;
}
#gform_submit_button_1 {
	background-color: #9fcc3b;
	padding: 15px 50px;
	display: block;
	margin: 0 auto;
	border: none;
	color: #3c4047;
	font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield select {
  	background-color: #EDEFF1;
  	border: none;
	color:#3c4047;
	font-family: "Montserrat", sans-serif;
}
/* gform placeholders*/
::-webkit-input-placeholder { color:#3c4047; }
:-moz-placeholder { opacity: 1; color:#3c4047; } /* Firefox 18- */
::-moz-placeholder { opacity: 1; color:#3c4047; } /* firefox 19+ */
:-ms-input-placeholder { color:#3c4047; } /* ie */
input:-moz-placeholder { color:#3c4047; }


.services-width {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.services-width h3 {
	position: relative;
}
.svc-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.svc-row {
  	display: flex;
  	align-items: center;
	padding: 10px 25px;
}
.svc-text {
  	flex: 1 1 60%;
  	padding: 30px;
  	box-sizing: border-box;
}
.svc-image {
  	flex: 1 1 40%;
}
.svc-image img {
  	width: 100%;
  	height: auto;
  	display: block;
}
.svc-image,
.services-plug-item {
  position: relative;
  overflow: visible;
}
.svc-image img,
.services-plug-item img {
  cursor: zoom-in;
  transition: transform .25s ease, box-shadow .25s ease;
  transform-origin: center center;
}


.svc-image img:hover,
.services-plug-item img:hover {
  position: relative;
  z-index: 999;
 transform: scale(2.5) translate(-20%, -10%);
  box-shadow: 0 10px 40px rgba(0,0,0,.35);
}


.svc-row,
.services-plug-flex {
  overflow: visible !important;
}
.svc-text-only {
	max-width: 1000px;
  	display: block;
	padding: 15px 50px 2px;
}
.svc-plug {
	padding: 25px 50px;
}

.services-plug-flex {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}
.services-plug-item {
  flex: 1 1 33.333%;
}
.services-plug-item img {
  width: 100%;
  height: auto;
  display: block;
}

.services-fa-list{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 40px;
  row-gap: 2px;
}

.services-fa-list li{
  position: relative;
  padding-left: 32px !important;
  margin: 0;              /* grid handles spacing */
  line-height: 1.5;
  break-inside: avoid;    /* extra safety */
}

.services-fa-list li::before{
  content: "\f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0.15em;            /* more stable than -7px */
  color: #9ECC3B;
  font-size: 26px;
}
.services-btm {
	max-width: 700px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.callout {
  position: relative;
  padding: 30px 40px 30px 60px;
  font-style: italic;
  line-height: 1.5;
  margin: 25px 40px;
  border-top: 2px solid #9ECC3B;
  border-bottom: 2px solid #9ECC3B;
  color: #9ECC3B;
  font-size: 20px;
}

.callout::before {
  content: "“";
  position: absolute;
  left: 20px;
  top: 10px;
  font-size: 50px;
  color: #152439;
  line-height: 1;
}
.callout::after {
  content: "”";
  position: absolute;
  right: 20px;
  bottom: 10px;
  font-size: 50px;
  color: #152439;
  line-height: 1;
}



/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1200px) {

  #access{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
  }
  .topnav{
    margin-top: 0;
    padding: 45px 0 5px;
  }

  .topnav li{
    display: inline-block;
    margin: 0 10px;
    font-size: 14px;
    line-height: 1;
  }
  .topnav li:nth-child(1) a{
    border-right: 0;
    padding: 0 10px 0 0;
    margin-right: 0;
  }
  .topnav a{
    display: inline-block;
    padding: 8px 10px;
  }
  .logo{
    display: block;
    padding: 10px 15px 0;
  }
  .logo img{
    max-width: 300px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.home1bg {
  background-size: 130%;
}
}
@media only screen and (min-width:0px) and (max-width: 900px) {
.services-width{
    padding-left: 15px;
    padding-right: 15px;
  }

  .svc-row{
    flex-direction: column;
    align-items: stretch;
    padding: 10px 0;
    gap: 18px;
  }

  .svc-text,
  .svc-image{
    flex: 0 0 100%;
    width: 100%;
  }

  .svc-text{
    padding: 16px 0;   
  }


  .svc-stack{
    gap: 18px;
  }
  .svc-text-only{
    max-width: 100%;
    padding: 12px 0 2px;
  }
  .svc-plug{
    padding: 15px 0;
  }
  .services-plug-flex{
    flex-direction: column;
    gap: 15px;
    margin-top: 18px;
  }
  .services-plug-item{
    flex: 0 0 100%;
    width: 100%;
  }
  .services-fa-list{
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 6px;
  }
  .services-fa-list li{
    padding-left: 28px !important;
    line-height: 1.45;
  }
  .services-fa-list li::before{
    font-size: 22px;
    top: 0.05em;
  }
  .svc-image img:hover,
  .services-plug-item img:hover{
    transform: none;
    box-shadow: none;
  }
  .svc-image img,
  .services-plug-item img{
    cursor: default;
    transition: none;
    transform: none;
  }
  .services-btm{
    max-width: 100%;
    width: 100%;
    padding: 10px 0 0;
  }
.home1bg {
	background-image: none;
}
.home1-flex {
    flex-direction: column;
}
.home1-flex-image, .home1-flex-text {
    flex: 0 0 100%;
}
}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {

}

@media only screen and (min-width: 0px) and (max-width: 750px) {
.alignleft, img.alignleft {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.alignright, img.alignright {
	margin: 0 auto;
	display: block;
	float: none;
	padding: 15px;
}
.columns {
    flex-direction: column;
    gap: 20px;
}
.column1, .column2, .column3 {
    flex: 0 0 100%;
}
.homebanner {
  width: 100%;
  height: 500px;
  overflow: hidden;
  position: relative;
}

.homebanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.home-banner-line2 img {
  max-width: 332px !important;
  width: 55% !important;
  position: relative !important;
  max-width: 300px;
  height: auto !important;
  transform: none !important;
  left: 0 !important;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {
.callout {
	margin: 25px 10px;
	padding: 30px 20px 30px;
	font-size: 16px;
}
.callout::before {
	left: 0;
}
.callout::after {
	bottom: 0;
}
h2 {
	font-size: 25px;
}
.footlinks ul {
  gap: 8px;
}
.footlinks li {
  padding-right: 4px;
}
#site-credits a {
	display: block;
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.home2-item {
    flex: 0 0 calc(50% - 30px); 
}
.innerbanner {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}

.innerbanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {
.home2-item {
    flex: 0 0 100%; /* 1 across */
}
}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


