@font-face {
    font-family: 'open_sansregular';
    src: url("/fonts/opensans-regular-webfont-webfont.eot");
    src: url("/fonts/opensans-regular-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-regular-webfont-webfont.woff2") format("woff2"), url("/fonts/opensans-regular-webfont-webfont.woff") format("woff"), url("/fonts/opensans-regular-webfont-webfont.ttf") format("truetype"), url("/fonts/opensans-regular-webfont-webfont.svg#open_sansregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url("/fonts/opensans-semibold-webfont.eot");
    src: url("/fonts/opensans-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-semibold-webfont.woff") format("woff"), url("/fonts/opensans-semibold-webfont.ttf") format("truetype"), url("/fonts/opensans-semibold-webfont.svg#open_sanssemibold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url("/fonts/opensans-bold-webfont-webfont.eot");
    src: url("/fonts/opensans-bold-webfont-webfont.eot?#iefix") format("embedded-opentype"), url("/fonts/opensans-bold-webfont-webfont.woff2") format("woff2"), url("/fonts/opensans-bold-webfont-webfont.woff") format("woff"), url("/fonts/opensans-bold-webfont-webfont.ttf") format("truetype"), url("/fonts/opensans-bold-webfont-webfont.svg#open_sansbold") format("svg");
    font-weight: normal;
    font-style: normal;
}

:root {
    --off-white: rgb(237, 235, 235);
    --granite-gray: rgb(84, 86, 90);
}

body {
    background-color: var(--off-white);
    font-family: 'open_sansregular', sans-serif;
}

/*! CSS Used from: https://www.fmiweb.com/css/site-global.css */
div,
h1,
p,
a,
img,
ul,
li,
fieldset,
form,
label {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

ul {
    list-style: none;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="submit"],
a {
    cursor: pointer;
}

input[type="text"],
input[type="password"],
input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    border-radius: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.semibold {
    font-family: 'open_sanssemibold', sans-serif;
}

fieldset {
    min-width: 0;
}

.text-right {
    text-align: right;
}

.hcontent {
    color: #666;
}

.hcontent.gray-strip::before {
    position: absolute;
    top: 0;
    width: 100%;
    display: block;
    content: "";
    height: 13px;
    background: var(--granite-gray);
}

.hcontent h1 {
    line-height: 1.5;
}

.hcontent p,
.hcontent ul {
    margin-bottom: 15px;
}

.hcontent p,
.hcontent ul li {
    font-size: 16px;
    line-height: 1.2;
}

.hcontent ul {
    padding-left: 35px;
}

.hcontent ul li {
    list-style: disc outside;
}

.hcontent h1 {
    font-size: 30px;
}

.hcontent a,
.hcontent a:visited {
    color: #d0112b;
}

.hcontent a:hover {
    color: #d0112b;
    text-decoration: underline;
}

/*! CSS Used from: https://www.fmiweb.com/css/common.css?v=2889 */
@media (max-width: 480px) {
    div[class*='grid'] {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

a,
a:visited,
a:active,
a:hover {
    color: #333;
    text-decoration: none;
}

h1 {
    font-weight: normal;
    cursor: default;
    font-size: 36px;
}

hr {
    border-color: var(--granite-gray);
}
