/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

 

/*


   --cnvs-themecolor: 	#108673;  green
  --cnvs-themecolor2: 	#5092b4; 	blue
  --cnvs-themecolor3:	#c97529; 	orange
  --cnvs-themecolor4:	#951f25; 	red
	
  --cnvs-themecolor-rgb:	16,134,115;  
  --cnvs-themecolor2-rgb:	80,146,180;  	
  --cnvs-themecolor3-rgb:	201,117,41;  		
  --cnvs-themecolor4-rgb:	149,31,37;  		


   --iehn-themecolor: 	#108673;  green
  --iehn-themecolor2: 	#5092b4; 	blue
  --iehn-themecolor3:	#c97529; 	orange
  --iehn-themecolor4:	#951f25; 	red
	
  --iehn-themecolor-rgb:	16,134,115;  
  --iehn-themecolor2-rgb:	80,146,180;  	
  --iehn-themecolor3-rgb:	201,117,41;  		
  --iehn-themecolor4-rgb:	149,31,37;  		




// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900
*/

.iehn #page-header .page-title-content h1, 
.iehn .page-title-content .h1
Specificity: (1,1,1)
 {
    padding: 0;
    margin: 0;
    line-height: 1;
    font-weight: 300;
    font-size: calc(1.375rem + 2.5vw);
    letter-spacing: 1px;
}

:root {

   --cnvs-themecolor: 	#108673;  
  --cnvs-themecolor2: 	#5092b4; 	
  --cnvs-themecolor3:	#c97529; 	
  --cnvs-themecolor4:	#951f25; 	
	
  --cnvs-themecolor-rgb:	16,134,115;  
  --cnvs-themecolor2-rgb:	80,146,180;  	
  --cnvs-themecolor3-rgb:	201,117,41;  		
  --cnvs-themecolor4-rgb:	149,31,37;  		
	
	
	 
  --bs-link-color:	var(--cnvs-themecolor);
  --bs-link-color-rgb:	var(--cnvs-themecolor-rgb);
  --bs-link-hover-color:	var(--cnvs-heading-color);
  --cnvs-white:	#fff;
  --cnvs-black:	#000;
  --cnvs-headings-font-weight:	600;

 
}

:root,
[data-bs-theme=light] {
	
	

 
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #132E3E;
  --bs-body-color-rgb: 19, 46, 62;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-heading-color: inherit;
  --bs-link-color: #d2594f;
  --bs-link-color-rgb: 210,89,79;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #00833d;
  --bs-link-hover-color-rgb: 77, 142, 165;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: rgba(253, 186, 53, 0.175);
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 0.4rem;
  --bs-border-radius-xxl: 0.5rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(162,41,46, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #d2594f;
  --bs-form-invalid-border-color: #d2594f;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-link-color: #d2594f;
  --bs-link-hover-color: #00833d;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 210,89,79;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}




.iehn #logo {}
 


.iehn #logo a  {
 padding: 0; margin: 0;
    font-size: 1em;
    width:auto;
}



.iehn #logo a img { 
 
	width: 150px;
}



 
 



.iehn #page-header .page-title-content h1, .iehn .page-title-content .h1 {
 
  font-weight:  300;
	text-align: left;
 
}




h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}




 