/* cmsms stylesheet: Rivard modified: Thursday, September 17, 2026 7:41:12 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;
}

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

.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 {
    background-color: rgb(40,71,122);
    text-align: center;
    border-bottom: 1px solid #fff;
    height: 70px;
    color: rgb(40,221,187);
    font-size: 20px;
}

.HomeMainBack {
    
}

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

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

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

.Copyr {
    background-color: rgb(184,35,47);
    background-image: url("/images/red-corrugated.png");
    background-repeat: repeat;
    text-align: center;
    padding: 10px 0 40px 0;
    font-size: 14px;
    color: #fff;
}

/* 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: 24px;
    color: #4a4a4a;
    padding: 10px 0;
    margin: 10px 0;
}

h2 {
    font-family: "Highway Gothic Expanded" !important;
    font-size: 22px;
    color: #4a4a4a;
    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;
}
