/*
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: 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;
	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 { 
	position: absolute;
	top: 0; 
	width: 100%;
	z-index: 900;
	margin: 20px 0 0;
}
#main { 
	padding: 50px 0 30px 0; 
}
article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
	overflow: hidden; 
}
.homebanner img {
	width: 100%;
	height: clamp(700px, 65vw, 960px);
	object-fit: cover;
	object-position: center top;
	display: block;
}
.hometext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 750px;
	width: 100%;
	padding: 0 15px;
	color: #fff;
	z-index: 400;
	text-align: center;
	line-height: 1.1;
}
.hometext > * {
	margin: 0 0 10px 0;
}
.hometext > *:last-child {
	margin-bottom: 0;
}
.hometext h1, .hometext {
	font-size: clamp(28px, 6vw, 50px);
	color: #181716;
	font-weight: 700;
	line-height: 1.05;
	text-align: center;
	margin: 0 0 10px 0;
}
.hometext .home-title2, .hometext .home-text2 {
	font-size: clamp(34px, 8vw, 75px);
	color: #fff;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 10px 0;
	line-height: 1.2;
}
.hometext .home-title3 {
	font-size: clamp(34px, 8vw, 75px);
	color: #181716;
	font-weight: 700;
	line-height: 1.0;
	margin: 0 0 30px 0;
}
.hometext .home-description {
	font-size: clamp(16px, 2.5vw, 24px);
	font-weight: 500;
	line-height: 1.35;
	color: #181716;
}
.header-topbar {
	display: none;
}


.innerbanner {
	width: 100%;
	position: relative;
}
.innerbanner img {
	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;
}

/*    Primary Menu (Dropdown) Styles       */
/*----------------------------------------*/


/* ===============================
   PRIMARY MENU DROPDOWN STYLES (DISABLED)
   Remove commented out to use again
   ===============================


nav[role="navigation"] { position: relative; }

nav[role="navigation"] ul { margin: 0 0 0 0;
                            padding: 0 0 0 0; 
						    display: block; }

nav[role="navigation"] ul li { clear: both; display: inline-block; }
nav[role="navigation"] ul li a {  }

nav[role="navigation"] ul li ul  { display: none; } 
nav[role="navigation"] ul li:hover ul  { display: block; } 
nav[role="navigation"] ul li ul  { position: absolute;
                                   padding: 10px 0 0 0; }

nav[role="navigation"] ul li ul li { display: block;
                                     position: relative; }

nav[role="navigation"] ul li ul li ul  { display: none !important; }
nav[role="navigation"] ul li ul li:hover ul  { display: inline !important; 
                                               position: relative !important; }
nav[role="navigation"] ul li ul li ul { padding: 0 0 0 0 !important;}

nav[role="navigation"] ul li ul li ul li { display: inline-block !important;
                                           position: relative; } 
                                           
*/	


/*    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: #222;
	font-weight: 700;
}
h3 { 
	font-size: 20px; 
	color: #222;
	font-weight: 600;
}
h4 { 
	font-size: 16px; 
	color: #222;
	font-weight: 600;
}

 
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: #fff; 
}
#access ul li:hover ul  {
	padding: 5px;
}





.featured-thumb { margin-bottom: 10px; }
 

		  

/* Sidebar Section */

#sidebar { 
	color: #545350; 
}



/* Footer Section */

#footer-bottom { 
	background: #000; 
	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;
}



/*    Responsive Styles        */
/*---------------------------*/

@media only screen and (min-width: 0px) and (max-width: 1400px) {
.logo {
	display: block;
}
.logo img {
	max-width: 350px;
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}
.header-topbar {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 15px;
	box-sizing: border-box;
}
.header-cta-btn {
	background: #F08834;
	color: #fff;
	padding: 16px 40px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.25s ease;
	white-space: nowrap;
}
.header-cta-btn:hover {
	background-color: #FF6400;
	color: #fff;
}
}

@media only screen and (min-width:0px) and (max-width: 1050px) {

}
@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;
}
}

@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%;
}
}

@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 (max-width: 480px) {
.homebanner img {
	height: 650px;
}
.hometext {
	max-width: 92%;
	padding: 0 12px;
	top: 56%;
}
.hometext > * {
		margin-bottom: 8px;
}
}

@media only screen and (min-width: 0px) and (max-width: 347px) {

}


