<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* grid
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.container {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.col,
.cols {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

/* for devices larger than 400px */
@media (min-width: 400px) {
    .container {
        width: 85%;
        padding: 0;
    }
}

/* for devices larger than 800px */
@media (min-width: 800px) {
    .container {
        width: 80%;
    }

    .col,
    .cols {
        margin-left: 4%;
    }

    .col:first-child,
    .cols:first-child {
        margin-left: 0;
    }

    .one.col,
    .one.cols {
        width: 4.66666666667%;
    }

    .two.cols {
        width: 13.3333333333%;
    }

    .three.cols {
        width: 22%;
    }

    .four.cols {
        width: 30.6666666667%;
    }

    .five.cols {
        width: 39.3333333333%;
    }

    .six.cols {
        width: 48%;
    }

    .seven.cols {
        width: 56.6666666667%;
    }

    .eight.cols {
        width: 65.3333333333%;
    }

    .nine.cols {
        width: 74.0%;
    }

    .ten.cols {
        width: 82.6666666667%;
    }

    .eleven.cols {
        width: 91.3333333333%;
    }

    .twelve.cols {
        width: 100%;
        margin-left: 0;
    }

    .one-third.col {
        width: 30.6666666667%;
    }

    .two-thirds.col {
        width: 65.3333333333%;
    }

    .one-half.col {
        width: 48%;
    }

    /* offsets */
    .offset-by-one.col,
    .offset-by-one.cols {
        margin-left: 8.66666666667%;
    }

    .offset-by-two.col,
    .offset-by-two.cols {
        margin-left: 17.3333333333%;
    }

    .offset-by-three.col,
    .offset-by-three.cols {
        margin-left: 26%;
    }

    .offset-by-four.col,
    .offset-by-four.cols {
        margin-left: 34.6666666667%;
    }

    .offset-by-five.col,
    .offset-by-five.cols {
        margin-left: 43.3333333333%;
    }

    .offset-by-six.col,
    .offset-by-six.cols {
        margin-left: 52%;
    }

    .offset-by-seven.col,
    .offset-by-seven.cols {
        margin-left: 60.6666666667%;
    }

    .offset-by-eight.col,
    .offset-by-eight.cols {
        margin-left: 69.3333333333%;
    }

    .offset-by-nine.col,
    .offset-by-nine.cols {
        margin-left: 78.0%;
    }

    .offset-by-ten.col,
    .offset-by-ten.cols {
        margin-left: 86.6666666667%;
    }

    .offset-by-eleven.col,
    .offset-by-eleven.cols {
        margin-left: 95.3333333333%;
    }

    .offset-by-one-third.col,
    .offset-by-one-third.cols {
        margin-left: 34.6666666667%;
    }

    .offset-by-two-thirds.col,
    .offset-by-two-thirds.cols {
        margin-left: 69.3333333333%;
    }

    .offset-by-one-half.col,
    .offset-by-one-half.cols {
        margin-left: 52%;
    }
}

/* base styles
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
/* note
html is set to 62.5% so that all the rem measurements throughout skeleton
are based on 10px sizing. so basically 1.5rem = 15px :) */
html {
    font-size: 62.5%;
}

body.mcecontentbody,
.mcecontentbody table,
.mcecontentbody td {
    font-size: 18px; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #222;
}

.mcecontentbody {
    margin: 5px;
    background-image: none;
    background: #fff
}

body {
    font-size: 1.8em; /* currently ems cause chrome bug misinterpreting rems on body element */
    line-height: 1.5;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #222;
}

.content img {
    max-width: 100%;
    height: auto;

}

var {
    font-style: normal !important;
}

/* typography
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
h1,
h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #0F75BC;
    font-family: 'norwesterregular';
}

h1.pagename {
    color: #C62638;
    margin-bottom: 40px;
    orphans: 3;
    padding-bottom: 2rem;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(14, 0, 70, 0.2);
}

h1 {
    font-size: 3.0rem;
}

h2 {
    font-size: 2.6rem;
}

h3 {
    font-size: 2.0rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
    color: #C62638;
}

h6 {
    font-size: 1.1rem;
}

/* larger than phablet */
@media (min-width: 800px) {
    h1 {
        font-size: 5.0rem;
    }

    h2 {
        font-size: 4.2rem;
    }

    h3 {
        font-size: 3.6rem;
    }

    h4 {
        font-size: 3.0rem;
    }

    h5 {
        font-size: 2.4rem;
    }
}

p {
    margin-top: 0;
}

/* links
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
a,
a:visited {
    text-decoration: none;
    outline: 0;
    color: #C62638;
}

a:hover, a:focus {
    color: #C62638;
    text-decoration: underline;
}

p a, p a:visited {
    line-height: inherit;
}

/* buttons
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.button,
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    margin: 0 auto;
    border: 0;
    padding: 1.5rem 3rem;
    text-decoration: none;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 2rem;
    border: 0px;
    font-family: 'norwesterregular';
    background: #0F75BC;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease 0.4s;
}

a.button:hover,
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    background: #00418b;
    color: #fff;


}

/* forms
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
    border: 1px solid #ccc;
    padding: 6px 10px;
    vertical-align: top;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font: 16px 'Lato', sans-serif;
    color: #777;
    margin: 0;
    width: 210px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    background: #fff;
}

/* removes awkward default styles on some inputs for ios */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

textarea {
    min-height: 65px;
    padding-top: 6px;
    padding-bottom: 6px;
}

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    border: 1px solid #777;
    outline: 0;
}

label,
legend {
    display: block;
    margin-bottom: .5rem;
    font-weight: 600;
}

fieldset {
    padding: 0;
    border-width: 0;
}

input[type="checkbox"],
input[type="radio"] {
    display: inline;
}

label &gt; .label-body {
    display: inline-block;
    margin-left: .5rem;
    font-weight: normal;
}

/* lists
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
ul {
    list-style: circle outside;
}

ol {
    list-style: decimal inside;
}

ol, ul {
    padding-left: 0;
    margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin: 1.5rem 0 1.5rem 3rem;
}

li {
    list-style: disc;
    margin-left: 20px;
}

.main img {
    background: #4A4A4A;
}

.main img[style * ="float: left"] {
    padding-right: 40px;
}

.main img[style * ="float: right"] {
    padding-left: 40px;
}

strong {
    font-weight: 700;
    color: #0F75BC;
}

/* code
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
code {
    padding: .2rem .5rem;
    margin: 0 .2rem;
    font-size: 90%;
    white-space: nowrap;
    background: #f1f1f1;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
}

pre &gt; code {
    display: block;
    padding: 1rem 1.5rem;
    white-space: pre;
}

/* tables
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
th,
td {
    padding: 5px 0;
    text-align: left;
}

/* smaller than tablet (also point when grid becomes active) */
@media (max-width: 800px) {

    table td {
        display: block;
        width: 100%;
        padding: 0px;
    }

    table td iframe {
        display: block;
        width: 100%;
    }
}

th:first-child,
td:first-child {
    padding-left: 0;
}

th:last-child,
td:last-child {
    padding-right: 0;
}

strong {
    font-weight: 600;
}

.fc-tbx table td {
    margin: 0;
    padding: 0;
    border: 0;

}

/* spacing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
button,
.button {
    margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
    margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
    margin-bottom: 2.5rem;
}

blockquote {
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    font-style: italic;
    width: 70%;

}

/* utilities
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.u-pull-right {
    float: right;
}

.u-pull-left {
    float: left;
}

/* misc
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */
hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
    border-width: 0;
    width: 100%;
    border-top: 2px solid #ccc;
}

/* clearing
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* self clearing goodness */
.container:after,
.row:after,
.u-cf {
    content: "";
    display: table;
    clear: both;
}

/* Fix for Chrome */
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

@font-face {
    font-family: 'norwesterregular';
    src: url('../fonts/norwester-webfont.woff2') format('woff2'),
    url('../fonts/norwester-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/* media queries
â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“â€“ */

/* larger than mobile */
@media (min-width: 400px) {}

/* larger than phablet */
@media (min-width: 550px) {}

/* larger than tablet (also point when grid becomes active) */
@media (min-width: 800px) {}

/* larger than desktop */
@media (min-width: 1000px) {}

/* larger than desktop hd */
@media (min-width: 1200px) {}


</pre></body></html>