/*
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", serif;
  background: #fff;
  color: #003049;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}

:focus {
  outline: none;
  outline-offset: 0;
}

a {
  color: #003049;
  text-decoration: none;
}
a:hover {
  color: #222;
}

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;
	margin-left: 35px;
}
#primary ul {
	list-style-type: disc;
}
#primary ul ul {
	list-style-type: circle;
}
#primary li {
	padding-bottom: 8px;
}

/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	position: relative;
}
#top-header-section { 
	width: 100%; 
	position: relative;
}
#main { 
	padding: 80px 0 30px 0; 
}
.homebanner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255,87,51,0.5), transparent);
  z-index: 500;
}

article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.homebanner video {
	width: 100%;
}
.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	width: 100%;
}
.hometext {
  	position: absolute;
  	bottom: 5%;
  	left: 0;
  	right: 0;
  	max-width: 750px;
  	margin: 0 auto;
  	width: 100%;
  	font-size: 16px;
  	color: #fff;
  	padding: 0 15px;
  	font-weight: 500;
	z-index: 400;
}
.hometext h1 {
  	font-size: 40px;
  	color: #fff;
  	text-align: left;
  	font-weight: 900;
  	text-shadow: 2px 2px #000;
	text-transform: uppercase;
	line-height: 62px;	
}
.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;
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


/* ===============================
   PRIMARY MENU DROPDOWN STYLES (DISABLED)
   Remove commented out to use again
   ===============================


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: 700;
}
h2 { 
	font-size: 30px; 
	color: #052f57;
	font-weight: 700;
}
h3 { 
	font-size: 20px; 
	color: #052f57;
	font-weight: 600;
	line-height: 1.4;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: 600;
}
.title-line {
  width: 250px;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255,87,51,0.8), transparent);
  margin: 20px auto;
	display: block;
}
.orange {
	color: #e27a39;
}
 
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; 
}
#access ul {
	text-align: right;
}		  
#access a { 
	color: #0D273E; 
}
#access ul li:hover ul  {
	padding: 5px;
}





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #0d273f; 
	padding: 0 0 10px 0; 
	clear: both;
    width: 100%; 
}
.columns {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;

  display: flex;
  gap: 20px;   
  box-sizing: border-box;
}

.column1, .column2, .column3 {
  box-sizing: border-box;
}
.column1 {
  width: 33.33%;
}

.column2 {
  width: 33.33%;
}

.column3 {
  width: 33.33%;
}
.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	padding: 15px 0 0 0; 
}
#theme-credit { 
	padding: 0 0 5px 0;
	font-size: 12px; 
}


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}




.homebanner {
  position: relative;
  min-height: 700px;
  overflow: hidden;
}

.homebanner-video {
  position: absolute;
  width: 100%;
  z-index: 1;
}
.homebanner video {
	width: 100%;
	height: auto;
}


.homebanner-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: linear-gradient( 90deg, rgba(13, 39, 62, 0.9) 0%, rgba(13, 39, 62, 0.7) 40%, rgba(13, 39, 62, 0) 100% )
}


.homebanner-content {
  position: absolute;
  z-index: 3;
  bottom: 20%;
  left: 10%;
  max-width: 575px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 500;
  color: #fff;
	text-shadow: 2px 2px 2px #0D273E;
}
.homebanner-content h1 {
  margin: 0;
  font-size: 46px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
	text-shadow: 3px 3px 2px #0D273E;
}

.homebanner-content h1 span {
  display: block;
}

.homebanner-divider {
  width: 230px;
  height: 4px;
  background: linear-gradient(90deg, transparent, rgba(255,87,51,0.8), transparent);
  margin: 28px 0;
}
.top-title {
	max-width: 600px;
	width: 100%;
	margin: 0 auto;
}
.home1 {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 80px;
	text-align: center;
}	
.home2bg {
	background-image: url(/wp-content/uploads/2026/05/whybg.jpg);
  	background-size: cover;
  	background-position: bottom right;
  	background-repeat: no-repeat;
  	padding: 80px 20px;
}
.home2bg h2 {
	color: #fff;
	text-align: center;
	padding: 0 15px;
	margin-bottom: 50px;
  	font-size: 38px;
}
.home2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(320px, 400px));
  justify-content: center;
  gap: 40px 200px;
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
	padding: 0 15px;
}

.home2-item {
  position: relative;
  text-align: center;
  color: #fff;
}
.home2-item:hover {
  transform: translateY(-5px);
}
.home2-icon {
  width: 90px;
  height: 90px;
  margin: 0 auto 15px;
  background: #e27a39;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home2-icon img {
  width: 65px !important;
  height: 65px !important;
  object-fit: contain;
  display: block;
  margin: 0;
}
.home2-card-link {
  position: absolute;
  inset: 0;
  z-index: 5;
}
.home2-item h2 {
  color: #e27a39;
  font-size: 22px;
  line-height: 1.2;
  margin: 0;
  padding: 28px 20px 14px;
}


.home3 {
  display: flex;
  gap: 60px;
  align-items: flex-start;
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 15px;
}

.home3-left {
  flex: 0 0 40%;
}

.home3-right {
  flex: 0 0 60%;
}

.home3-left h2 {
  font-size: 42px;
  line-height: 1.1;
  margin: 0;
}
.home3-left .title-line { 
	margin: 20px 0;
}

ul.home3-list {
  list-style: none !important;
  margin: 35px 0 0;
  padding: 0;
}
.home3-list li {
  	position: relative;
  	padding-left: 55px;
	margin-bottom: 18px;
  	font-weight: 600;
}

.home3-list li::before {
  content: "\f00c";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  background: #1595d3;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 14px;
}






/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {
.homebanner {
    min-height: 600px;
    padding: 70px 5%;
  }

  /* applies to ALL banners since text is the same */
  .homebanner-content h1 {
    font-size: 48px;
  }

  .homebanner-content p {
    font-size: 24px;
  }
}
@media only screen and (min-width:0px) and (max-width: 900px) {

}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {
.logo {
	display: block;
}
.logo img {
	max-width: 250px;
	width: 100%;
	height: auto;
}
}

@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;
  }

.column1, .column2, .column3 {
    width: 100%;
}
.homebanner {
    min-height: 520px;
    padding: 60px 24px;
  }

  .homebanner--design-1 .homebanner-overlay {
    background: linear-gradient(
      90deg,
      rgba(13, 39, 62, 0.75) 0%,
      rgba(13, 39, 62, 0.65) 55%,
      rgba(13, 39, 62, 0.2) 100%
    );
  }

  .homebanner--design-1 .homebanner-content h1 {
    font-size: 36px;
  }

  .homebanner--design-1 .homebanner-divider {
    margin: 22px 0;
  }

  .homebanner--design-1 .homebanner-content p {
    font-size: 20px;
}
.home2 {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 0 20px;
}
.home2-item {
    max-width: 100%;
}
.home2-item h2 {
    font-size: 20px;
    padding: 20px 15px 12px;
}
.home2-icon {
    width: 75px;
    height: 75px;
    margin-bottom: 12px;
}
.home2-icon img {
    width: 50px !important;
    height: 50px !important;
 }
.home3 {
    flex-direction: column;
    gap: 30px;
    padding: 60px 20px;
}
.home3-left, .home3-right {
    flex: 0 0 100%;
    width: 100%;
}
.home3-left h2 {
    font-size: 38px;
}
}

@media only screen and (min-width: 0px) and (max-width: 700px) {

}

@media only screen and (min-width: 0px) and (max-width: 600px) {

}

@media only screen and (min-width: 0px) and (max-width: 537px) {
	  
}

@media only screen and (min-width: 0px) and (max-width: 500px) {

}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


