/*
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: #222;
	font-size: 18px;
	font-weight: 400;
	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;
	overflow: hidden;
	padding: 0 15px;
}
#content { 
	width: 100%; 
}
#sidebar { 
	display: none;
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
	padding: 0;
}
.singlewidth #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	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;
}


.blog #primary {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
}
.blog #sidebar {
	display: none;
}
.single #primary {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 15px;
}
.single #sidebar {
	display: none;
}
.single #primary ul {
	list-style-type: disc;
}
.blog #primary ul {
	list-style-type: disc;
}
.single #primary ol {
	list-style-type: decimal;
}
.blog #primary ol {
	list-style-type: decimal;
}






/*    Framework Styles        */
/*---------------------------*/

#container-full { 
	width: 100%; 
}
#top-header { 
	position: relative;
}
#top-header-section { 
	width: 100%; 
	position: relative;
}
#top-header-section { 
	width: 100%; 
	margin: -32px auto 32px;
	margin: 0 auto;
	position: relative;
	top: 10px;
	left: 0;
	right: 0;
}
.page-id-9 #top-header-section { 
	margin: 0 auto;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
}
#main { 
	padding: 100px 0 30px; 
}
.page-id-23 #main {
	padding: 10px 0 30px;
}
article { 
 	padding: 0;
}

.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
}
.hometextbg {
  	position: absolute;
  	bottom: 20%;
  	max-width: 1200px;
  	left: 0;
	right: 0;
  	margin: 0 auto;
	padding: 0 15px;
}
.hometext {
  max-width: 450px;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  background-color: rgba(32, 31, 58, 0.8);
  padding: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 30px;
}
.hometext h1 {
  color: #fff;
  font-size: 40px;
  margin-bottom: 16px;
  letter-spacing: 0;
  text-transform: none;
}
.homebanner-button {
  background-color: transparent;
  padding: 15px;
  box-shadow: 10px 10px 10px #444263;
  border: solid 2px #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  margin: 21px 0 10px;
	color: #fff;
}



/*    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: 44px; 
	color: #201f3a;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
	margin-bottom: 35px;
}
h1 a {
	color: #5C5C8E;
}
h2 { 
	font-size: 32px; 
	color: #201f3a;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
}
.centertitle {
	text-align: center;
	font-size: 40px
}
h3 { 
	font-size: 28px; 
	color: #615E95;
	font-weight: bold;
	font-family: 'DM Serif Display', serif;
	margin-bottom: 10px;
}
h4 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
 
hr {
	margin: 50px auto;
	background: #ddd;
	color: #ddd;
	width: 80%;
	border: none;
	height: 1px;
}

/* Top Navigation */

#access { 
    z-index: 500; 
	position: relative;
}
#access a {
  font-family: "DM Serif Display", serif !important;
}



.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #000; 
	padding: 0; 
	clear: both;
    width: 100%; 
	background-image: url(/wp-content/uploads/2026/06/footerbg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}
.columns {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  gap: 20px;   
  box-sizing: border-box;
	font-weight: 700;
}
.columns a {
	color: #333160;
	display: block;
	font-weight: 600;
}
.column1, .column2, .column3 {
  box-sizing: border-box;
}
.column1 {
  	width: 48%;
	color: #333160;
}
.column1 img {
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.column2 {
  	width: 48%;
	color: #333160;
	text-align: center;	
	padding-top: 35px;
}
.column2 span {
	font-size: 26px;
}
.column3 {
  width: 100%;
	display: none;
}
.column3 ul {
	margin: 25px auto;
	padding: 20px 0 0;
	border-top: solid 1px #a1a3ac;
	text-align: center;
}
.column3 li {
	display: inline-block;
	padding: 0 18px;
}
.column4 { 
	display: none;
}




#footer-content { 
	padding-top: 25px; 
}

#site-credits { 
	padding: 8px 0; 
	text-align: center;
	color: #fff;
	background-color: #333160;
	font-size: 12px; 
}
#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;
}
.home1 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	padding-bottom: 150px;
	overflow: hidden;
	display: flex;
	align-items: flex-start;
}
.home1left {
	width: 70%;
}
.home1left img {
	max-width: 900px;
	width: 100%;
	height: auto;
}
.home1right {
	position: absolute;
	width: 48%;
	right: 0;
}
.home1right h2 {
	text-align: right;
	font-size: 50px;
	margin-bottom: 10px;
}
.home1box {
	background-color: #6c6997;
	padding: 20px;
	margin-right: 50px;
	color: #fff;
	font-size: 16px;
}
.home1 a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.home2 {
	margin: 50px 0;
	padding: 50px 0 20px;
	background: rgb(208,205,216);
	background: linear-gradient(180deg, rgba(208,205,216,1) 0%, rgba(159,161,171,1) 100%); 
}
.home2 h2 {
	text-align: center;
	font-size: 40px;
}
.home2 h3 {
	color: #fff;
	font-size: 36px;
	text-align: right;
	margin-bottom: 10px;
	letter-spacing: 0;
	text-transform: none;
	font-weight: 700;
}
.formbg {
	max-width: 830px;
	width: 100%;
	margin: 0 auto 50px;
	padding: 0 15px;
}
.formbg h2 {
	text-align: center;
	font-size: 40px;
}
.formbg .gform_wrapper.gravity-theme .gfield input.large, .formbg .gform_wrapper.gravity-theme .gfield select.large {  	
	width: 100%;
	background-color: #e9ebf1;
	border: solid 1px #dbdbdb;
	font-family: 'Roboto', sans-serif;
}
#input_1_6 {
	height: 70px;
	background-color: #e9ebf1;
	border: solid 1px #dbdbdb;
	font-family: 'Roboto', sans-serif;
}
#gform_submit_button_1 {
	background-color: #333160;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
.gform_required_legend {
	display: none;
}
.about {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.about h1 {
	text-align: center;
}

.about1 {
	margin: 70px 0 50px;
	display: flex;
	gap: 4%;
	align-items: center;
}
.aboutleft,
.aboutright {
	width: 48%;
}
.about ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 0 50px 0;
	padding: 0;
}
.about li {
	width: 100%;
	display: block;
	padding: 20px;
	background-color: #DBDAE7;
	border-radius: 8px;
	margin: 10px;
}
.aboutleft h3 {
  font-size: 44px;
  margin-bottom: 26px;
}

.aboutright img {
	max-width: 600px;
	width: 100%;
	height: auto;
}

.services {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.services h1 {
	text-align: center;
}
.services h2 {
	text-align: center;
}
.services {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	margin: 0 0 50px;
	padding: 0;
}

.services-item {
	flex: 1 1 500px;
	padding: 20px;
	background-color: #DBDAE7;
	border-radius: 8px;
	box-sizing: border-box;
}
.services2 {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
}
.services2 {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.services2-item {
	flex: 1 1 250px;
	max-width: 320px;
	background-color: #587EA8;
	padding: 15px;
	border-radius: 5px;
	box-sizing: border-box;
}

.services2-item h2 {
	font-size: 28px;
	margin-bottom: 12px;
	text-align: center;
	color: #E9EBF1;
}

.services2-list {
	text-align: center;
	margin: 0;
	padding: 0;
}

.services2-list-item {
	padding: 0 0 6px;
	margin: 0;
	font-size: 20px;
	font-weight: 600;
	color: #201f3a;
}
.testimonials span {
	font-style: italic;
	font-weight: 600;
}



.services-page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 80px 20px;
}

.services-page .centertitle {
	text-align: center;
	margin-bottom: 20px;
}

.services-page-intro-title {
	text-align: center;
	margin-bottom: 50px;
}

.services-page-roles {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin-bottom: 80px;
}

.service-card {
	background: #DBDAE7;
	padding: 30px;
	border-radius: 12px;
	height: 100%;
}

.service-card h4 {
	margin: 0 0 15px;
}

.service-card p {
	margin: 0;
}

.services-page-categories {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 24px;
	padding-top: 60px;
	border-top: 1px solid #e5e5e5;
}

.service-category {
	background: #595690;
	color: #fff;
	padding: 30px;
	border-radius: 12px;
}

.service-category h3 {
	color: #fff;
	margin: 0 0 20px;
	font-size: 24px;
}

.service-category ul {
	margin: 0;
	padding-left: 20px;
}

.service-category li {
	margin-bottom: 8px;
}








button {
	background-color: #333160;
	border: none;
	padding: 20px 50px;
	display: block;
	margin: 0 auto;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	font-size: 16px;
	letter-spacing: 1px;
}
button a {
	color: #fff;
}
button a:hover {
	color: #B3B6BF;
}
.single h1 {
	font-size: 28px;
	line-height: 34px;
}




/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {
.services-page-roles,
	.services-page-categories {
		grid-template-columns: repeat(2, 1fr);
	}
}
@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%;
}
.services2-item {
		flex-basis: 100%;
		max-width: 100%;
	}
.services-page {
		padding: 60px 20px;
	}

	.services-page-roles,
	.services-page-categories {
		grid-template-columns: 1fr;
	}

}

@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) {

}


