@charset "UTF-8";
/* CSS Document */

/* Open Sans */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400;1,700&display=swap');
/* Lato */
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,400;1,700&display=swap');
/* Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,700&display=swap');
/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap');


@import url('../frameworks/bootstrap/5.2.3/css/bootstrap.min.css');
@import url('../frameworks/fontawesome/css/all.css');
@import url('../frameworks/animate/css/animate.min.css');

/* Core Colors

Dark Green:		#568F2F
Light Green: 	#86B632
Dark Blue:		#004767
Deep Orange:	#D44900

EUEDOO COLORS

Bright Orange	#FF8C00
Green:			#86B632
Electric Blue	#027CB1
Dark Blue		#004767
Muted Blue		#4A6A8F

*/

/* ----- General Styles ---------- */

body,
td,
th {
	color: #000;
	/* font-family: 'Open Sans', sans-serif; */
	/* font-family: Lato, sans-serif; */
	/* font-family: Raleway, sans-serif; */
	/* font-family: 'Droid Sans', sans-serif; */
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
}

html,
body {
	background-color: #FFF;
	overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	color: #86B632;
	font-size: 60px;
	font-weight: 300;
}

h2 {
	color: #86B632;
	font-size: 48px;
	font-weight: 300;
}

h3 {
	color: #487703;
	font-size: 36px;
	font-weight: 300;
}

h4 {
	color: #555;
	font-size: 24px;
}

h5 {
	color: #000;
	font-size: 18px;
	font-weight: 600;
}

h6 {
	color: #000;
	font-size: 16px;
	font-weight: bold;
}

a {
	text-decoration: none;
}


/* ----- Miscellaneous General Styles ---------- */



.CenterIt {
	margin: 0 auto;
}

.CenterItImg img {
	margin: 0 auto;
}

.ErrorHeader {
	font-size: 30px;
}

.Text18 {
	font-size: 18px;
}

.Text20 {
	font-size: 20px;
}

.Text24 {
	font-size: 24px;
}

.Text36 {
	font-size: 36px;
}


.FontLight {
	font-weight: 300;
}

.FontNormal {
	font-weight: 400;
}

.FontBold {
	font-weight: 700;
}

.FontBolder {
	font-weight: 900;
}

.oGreenBG {
	background: #86B632;
}

.oYellowBG {
	background: #ECCD41;
}

.oRedBG {
	background: #F06147;
}

.oGreen {
	color: #86B632;
}

.oYellow {
	color: #ECCD41;
}

.oRed {
	color: #F06147;
}


.Pad10 {
	padding: 10px;
}

.Pad30 {
	padding: 30px 15px;
}

.Pad50 {
	padding: 50px 15px;
}

.Pad100 {
	padding: 100px 15px;
}

.Required {
	color: #E98E35;
}

.Width500 {
	max-width: 500px;
}

.Width400 {
	max-width: 400px;
}

.Width300 {
	max-width: 300px;
}

.BG777 {
	background: #777;
}

.BGf0f0f0 {
	background: #f0f0f0;
}

.BGWhite {
	background: #FFF;
}


/* ----- Error Styles ---------- */


#ErrorPages {
	background: #f0f0f0;
}

.ErrorPagesBody {
	padding: 50px 15px;
}

.error-code-text {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
}

.error-code {
	font-size: 150px;
	font-weight: 700;
	color: #86B632;
	font-family: 'Montserrat', sans-serif;
}

p.lead {
	margin-top: -40px;
	letter-spacing: 3px;
}

.error-text {
	color: rgba(0, 0, 0, .5);
	font-size: 24px;
}

.error-text .oops {
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.error-text .hr {
	background: rgba(0, 0, 0, .2);
	display: inline-block;
	height: 5px;
	margin: 20px 0;
	width: 40px;
}

.btn-error-previous {
	border-radius: 25px 0px 0px 25px;
	border: 1px solid #86B632;
	background: #86B632;
	color: #FFF;
	text-transform: uppercase;
	width: 140px;
	text-align: right;
}

.btn-error-home {
	border-radius: 0px 25px 25px 0px;
	border: 1px solid #86B632;
	background: #86B632;
	color: #FFF;
	text-transform: uppercase;
	width: 140px;
	text-align: left;
}




/* #################### Footer Area #################### */

footer {}

/* ----- Footer 1 ---------- */

#Footer1 {
	background: #FFF;
	color: #999;
	padding: 10px 0px;
}

/* ----- Footer 2 ---------- */

#Footer2 {
	padding: 100px 0px;
	background: #FFF;
	color: #000;
}

#Footer2 a:link,
#Footer2 a:visited {
	color: #000;
}

#Footer2 a:hover,
#Footer2 a:active {
	color: #777;
	text-decoration: none;
}

.FooterLogo {
	width: 300px;
	margin: 0 auto;
}