/*
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: #06132a;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
}


:focus {
  outline: none;
  outline-offset: 0;
}

a { 
	text-decoration: none; 
	color: #3c94c8;
}

a:hover {
  color: #222;
}


img {
  clear: both;
  display: block;
}

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%;
	float: none;
	overflow: hidden;
}
#content { 
	width: 100%; 
}

#sidebar { 
	overflow: hidden;
    float: right;
    width: 30%; 
}
.wide #primary {
	max-width: 100%;
	width: 100%;
	float: none;
	overflow: hidden;
}
.wide #sidebar {
	display: none;
}
.singlewidth #primary {
	max-width: 1030px;
	width: 100%;
	margin: 0 auto;
	float: none;
	overflow: hidden;
	padding: 0 15px;
}
.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 { 
	background: #051229; 
	padding: 15px 15px 5px;
}
#top-header-section { 
	width: 100%; 
	margin: 0 auto;
}
#main { 
	padding: 80px 0 30px; 
}
.page-id-7 #main {
	padding: 80px 0 0;
}
article { 
 	padding: 0;
}
.homebanner {
	width: 100%;
	position: relative;
}
.homebanner img {
	width: 100%;
	display: block;
}
.hometextbg {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	bottom: 80px;
	margin: 0 10%;
	padding: 0 15px;
}
.hometext {
	max-width: 650px;
	width: 100%;
	text-align: center;
}
.hometext h1 {
  font-size: 58px;
  font-weight: 500;
  text-shadow: 2px 2px #000;
	color: #fff;
	margin-bottom: 12px;
}
.hometext .blue {
  text-transform: uppercase;
  font-weight: 800;
  color: #BAD8FA;
}
.hometext h2 {
  font-size: 50px;
  font-weight: 500;
  text-shadow: 2px 2px #000;
  color: #fff;
}
.faded-underline {
  position: relative;
  display: inline-block;
  width: 250px;
  height: 5px;
  margin: 15px auto;
}
/* Underline that fades at both ends */
.faded-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, transparent, #88B6E9, transparent);
}

.hometextline {
  width: 175px;
  height: 6px;
  background-color: #0477BD;
  margin: 16px 0 0;
}
.innerbanner {
	width: 100%;
	position: relative;
	z-index: 300;
	display: block;
	background-color: #051229;
	overflow: hidden;
	height: 150px;
}
.innerright {
	width: 58%;
	float: right;
	position: relative;
}
.innerbanner img {
  width: 100%;
  height: auto;
  display: block;
  height: 150px;
  object-fit: cover;
}
.gradient {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 150px;
	z-index: 400;
    background: rgb(255,255,255);
	background: linear-gradient(270deg, rgba(255,255,255,0) 31%, rgba(5,18,41,0.87156869583771) 78%, rgba(5,18,41,1) 100%); 
}
.innerbanner h1 {
  position: absolute;
  max-width: 1030px;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 80px;
  color: #fff;
  font-size: 38px;
  font-weight: 500;
  text-transform: ;
  letter-spacing: 1px;
	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: 44px; 
	color: #051229;
	font-weight: bold;
	font-family: "Fira Sans Condensed", sans-serif;
}

h2 { 
	font-size: 30px; 
	color: #051229;
	font-weight: bold;
	font-family: "Fira Sans Condensed", sans-serif;
}
h2 span {
	font-weight: 600;
	color: #0477BD;
}
h3 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h4 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h5 { 
	font-family: "Fira Sans Condensed", sans-serif;
}
h6 { 
	font-family: "Fira Sans Condensed", sans-serif;
}

 
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: #051523; 
	padding: 0 0 10px 0; 
	clear: both;
    width: 100%; 
}
.footertop {
	background: rgb(182,182,184);
	background: linear-gradient(90deg, rgba(182,182,184,1) 0%, rgba(13,41,67,1) 100%); 
	width: 100%;
	height: 15px;
}
.columns {
  	max-width: 1050px;
  	width: 100%;
  	margin: 0 auto;
	color: #fff;
	font-weight: 600;
	padding: 0 20px;
	font-size: 14px;
  	display: flex;
  	gap: 20px;   
  	box-sizing: border-box;
}
.columns h2 {
  color: #0477BD;
  margin-bottom: 10px;
  font-size: 18px;
  padding-left: 0;
  text-transform: uppercase;
}
.column1, .column2, .column3 {
  box-sizing: border-box;
}
.column1 {
  width: 33.33%;
}
.column1 img {
	max-width: 230px;
	width: 100%;
	height: auto;
}
.column2 {
  width: 33.33%;
}
.column3 {
  width: 33.33%;
}
.column3 a {
	color: #fff;
}
.column4 { 
	display: none;
}

#footer-content { 
	padding-top: 25px; 
}


#site-credits { 
	padding: 5px 0; 
	text-align: center;
	font-size: 11px;
	color: #fff;
	margin-top: 15px;
}
#site-credits ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	padding: 0;
	text-align: center;
}
#site-credits li {
	width: 350px;
	display: inline-block;
	padding: 0 10px;
	text-align: center;
}
#site-credits li:nth-child(1) {
	width: 250px;
}
#site-credits li:nth-child(3) {
	width: 400px;
}
#site-credits a {
	color: #fff;
}
#theme-credit {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#theme-credit hr {
	background-color: #0f3c63;
	margin: 10px 0 15px;
}


*, *:before, *:after {   
	-webkit-box-sizing: border-box;    
	-moz-box-sizing: border-box;    
	box-sizing: border-box; 
}
.clear {
	clear: both;
}
.logo {
	display: none;
}
.home1 {
	text-align: center;
	font-size: 35px;
	font-weight: 500;
	margin: 50px 15px 150px; 
}
.home5bg {
	width: 100%;
	margin: 0 auto;
	background-color: #efefef;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.home5bg img {
  	width: 100% !important;
  	position: absolute;
  	max-width: 800px !important;
  	top: 0;
  	left: 0;
  	z-index: 600;
  	bottom: 0;
}

.home5right {
  width: 40%;
  float: right;
  position: relative;
  z-index: 700;
  padding: 60px 5% 60px;
}
.home5right h2 {
	color: #098FCC;
	font-size: 30px;
	text-align: center;
	margin-bottom: 4px;
}
.home5right h2 span {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #041623;
	font-weight: 400;
	font-size: 16px;
}
.home5border {
	width: 200px;
	background-color: #d1cfcf;
	height: 1px;
	margin: 5px auto 15px;
}
.home5right h3 {
  text-transform: uppercase;
  font-size: 18px;
  color: #041623;
  font-weight: 700;
  text-align: center;
  letter-spacing: 6px;
}
.home5bg p {
	margin-bottom: 0;
}
.home5right p {
	margin: 0 0 1.5em;
}
button {
	background-color: #098FCC;
	border: none;
	padding: 15px 25px;
	border-radius: 4px;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 3px;
}
button a {
	color: #fff;
	font-weight: 700;
	display: block;
}
.gform-theme--foundation .gfield textarea.large {
  min-block-size: 50px !important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
  	height: 50px !important;
	border: none !important;
	font-family: "Montserrat", sans-serif;
}
.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large {
 	border: none !important;
	height: 40px !important;
}
#gform_submit_button_1 {
	background: #0E2A44;
	border: none;
	padding: 15px 50px;
	margin: 0 auto;
	display block;
	color: #fff;
	letter-spacing: 1px;
	font-weight: 600;
	font-family: "Montserrat", sans-serif;
	text-transform: upperacase;
}
hr {
	width: 80%;
	margin: 30px auto;
	display: block;
}





/*    Responsive Styles        */
/*---------------------------*/


@media only screen and (min-width:0px) and (max-width: 1050px) {

}
@media only screen and (min-width:0px) and (max-width: 900px) {
.home5bg img {
	position: relative;
	width: 100%;
}
.home5right {
	float: none;
	width: 100%;
}
.hometext {
  top: 150px;
}
.hometext h1 {
  	font-size: 26px;
  	margin-bottom: 25px;
	letter-spacing: 0;
}
.hometext h2 {
  	font-size: 26px;
  	margin-bottom: 25px;
	letter-spacing: 0;
}
}

@media only screen and (min-width:0px) and (max-width: 850px) {

}

@media only screen and (min-width: 0px) and (max-width: 800px) {

.homebanner {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}
.homebanner img {
  height: 100%;
  Width: auto;
  max-width: unset !important;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-64%);
}
.innerbanner {
	height: auto;
}
.innerright {
  	width: 100%;
  	height: 300px;
  	overflow: hidden;
  	position: relative;
	margin-bottom: 0;
}
.innerright img {
  height: 100%;
  Width: auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.innerbanner h1 {
  position: absolute;
  top: 145px;
  font-size: 24px;
  letter-spacing: 0;
  text-shadow: 2px 2px 2px #000;
}
.gradient {
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 41%, rgba(5,18,41,1) 100%); 
	height: 300px;
} 
}

@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) {
.homebanner1 img {
  transform: translateX(-70%);
}
}

@media only screen and (min-width: 0px) and (max-width: 600px) {
.home1 {
	padding: 0px 15px 50px;
}

@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) {

}


