/* cmsms stylesheet: Rivard modified: Monday, September 21, 2026 8:55:57 PM */
body {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 400;
    background-color: #fff;
}

@font-face {
    font-family: 'Highway Gothic Expanded';
    font-style: normal;
    font-weight: normal;
    src: local('Highway Gothic Expanded'), url(fonts/HWYGEXPD.woff2) format('woff');
}

/* Small only */
@media screen and (max-width: 39.9375em) {}

/* Medium and up */
@media screen and (min-width: 40em) {}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

/* Large and up */
@media screen and (min-width: 64em) {}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

.MainHeader {
}

.LogoShell {
    text-align: left;
}

.TheLogo {
    margin: 45px 0px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .TheLogo {
    margin: 20px auto;
    text-align: center;
}
}

.HeaderRight {
    text-align: right;
    font-family: "Highway Gothic Expanded" !important;
    font-size: 24px;
    color: rgb(40,70,121);
    padding-top: 70px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
    .HeaderRight {
    text-align: center;
    padding-top: 0px;
}
}

.HeaderPhone {
    color: rgb(34,180,17);
}

.OverSlider {
    background-color: rgb(40,71,122);
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 70px;
}

.Slider {
    background-color: rgb(35,31,32);
    text-align: center;
    border-bottom: 1px solid #fff;
}

.UnderSlider {
    font-family: "Highway Gothic Expanded" !important;
    background-color: rgb(40,71,122);
    text-align: center;
    font-style: italic;
    border-bottom: 1px solid #fff;
    min-height: 70px;
    color: rgb(40,221,187);
    font-size: 20px;
    padding: 20px;
}

.HomeMainBack {
    
}

.HomeLeft {
    background-color: rgb(40,71,122);
    padding: 35px;
}

.HomeLeft h2 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 30px;
    color: rgb(186,245,22);
    padding: 20px;
    margin: 0;
    
}

.HomeRight {
    padding: 35px 20px 35px 35px;
}

.Footer {
    background-color: rgb(40,71,122);
    font-size: 14px;
    color: #fff;
    padding: 50px 0;
}

.Footer h1 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 24px;
    color: rgb(186,245,22);
    padding: 0;
    margin: 0;
    
}

.FootNotice {
    padding: 15px;
}

.Copyr {
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 14px;
    color: #999;
}

/* GENERAL */

A:link {text-decoration: none; color: rgb(184,35,47);}
A:visited {text-decoration: none; color: rgb(184,35,47);}
A:active {text-decoration: none; color: rgb(184,35,47);}
A:hover {text-decoration: underline; color: rgb(184,35,47);}

A.button:link {text-decoration: none; color: #fff; background-color: rgb(184,35,47)}
A.button:visited {text-decoration: none; color: #fff; background-color: rgb(184,35,47)}
A.button:active {text-decoration: none; color: #fff; background-color: rgb(184,35,47)}
A.button:hover {text-decoration: none; color: #fff; background-color: rgb(184,35,47)}

.button {
    background-color: rgb(184,35,47);
}

.button:hover {
    background-color: rgb(184,35,47);
}

.transparent {
    filter: alpha(opacity=100); /* internet explorer */
    opacity: 1;           /* fx, safari, opera, chrome */
}

.transparent:hover {
    filter: alpha(opacity=90); /* internet explorer */
    opacity: 0.9;           /* fx, safari, opera, chrome */
}

h1 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 35px;
    color: rgb(34,180,17);
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 30px;
    color: rgb(34,180,17);
    padding: 10px 0;
    margin: 10px 0;
}

h3 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 20px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h4 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 24px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h5 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 22px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}

h6 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 20px;
    color: rgb(184,35,47);
    padding: 10px 0;
    margin: 10px 0;
}
/* cmsms stylesheet: FormBuilder Default Style modified: Monday, September 21, 2026 8:28:28 PM */
/* Sample FormBuilder CSS base */
form {
	margin-top: 0
}
form, td, th, li {
	font-size: 100%
}
form div {
	margin-bottom: 0
}
fieldset div {

}
fieldset div div {

}
fieldset {

}
fieldset label {
	width: auto;
}

textarea {
	width: 100%;
	height: 6em
}
/* Apply this class to text/select input fields with shorter labelsto help alignment */
.short-label label {
	float: left;
	width: 10em
}
.short-label fieldset div input, .short-label fieldset div select {
	width: 16em
}

.submit {
	color: #000;
}

.contactform input {
height: 30px;
padding: 10px;
margin: 10px 0;
}

.contactform input.fbsubmit {
height: 30px;
padding: 10px;
margin: 0;
background-color: rgb(186,245,22);
color: #000;
line-height: 10px;
}



.contactform textarea {
	background-color: #fff;
padding: 10px;
margin: 10px 0 0 0;
}

.formbuilderform .message {
	line-height: 16px;

}

input::placeholder, textarea::placeholder {
  color: #666;
  opacity: 1; /* Ensures Firefox doesn't apply a default transparency */
}
