<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: 'Conv_PT_Sans-Web-Regular';
    src: url('fonts/PT_Sans-Web-Regular.eot');
    src: local('pm'), url('fonts/PT_Sans-Web-Regular.woff') format('woff'), url('fonts/PT_Sans-Web-Regular.ttf') format('truetype'), url('fonts/PT_Sans-Web-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
h1 a,
h2 a,
h3 a,
h4 a {
    color: #39C;
}
p a {
    color: #39C;
}
li a {
    color: #39C;
}
a {
    color: #39C;
    text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
table,
li {
    font-family: Conv_PT_Sans-Web-Regular, Sans-Serif;
    text-decoration: none;
    color: #333;
}
body {
    background-color: rgb(243, 243, 243);
    margin: 8px 0px;
    font-family: Conv_PT_Sans-Web-Regular, Sans-Serif;
    text-decoration: none;
}
.button {
    margin-bottom: 10px;
}
.verticle_li {
    display: inline;
    float: left;
    padding: 10px;
}
.verticle_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.horizontal_li {}.horizontal_ul {
                     list-style-type: none;
                     margin: 0;
                     padding: 0;
                 }
a.black_text {
    color: #333;
    font-size: 125%;
}
a.black_text_link {
    font-size: 125%;
    color: #333;
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
a:hover.black_text_link {
    background-color: #e6e6e6;
}
a.current {
    background-color: #e6e6e6;
}
a.white_text,
h3.white_text,
p.white_text {
    color: white;
}
p.small_white_text {
    color: white;
    font-size: 80%;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
.fb-icon {
    position: absolute;
    bottom: -5%;
    right: 3%;
    min-width: 32px;
    width: 4%;
    margin: 5px 15px -5px 5px;
}
.twitter-icon {
    position: absolute;
    bottom: -5%;
    right: 10%;
    min-width: 32px;
    width: 4%;
    margin: 5px 5px -5px 5px;
}
.header_logo_image {
    position: absolute;
    top: 14%;
    left: 5%;
    min-width: 128px;
    width: 26%;
    margin: 5px 5px 5px 5px;
}
@media(max-width: 700px) {
    .fb-icon {
        bottom: -6%;
    }
    .twitter-icon {
        right: 12%;
        bottom: -6%;
    }
}
@media(max-width: 600px) {
    .twitter-icon {
        right: 14%;
    }
}
@media(max-width: 540px) {
    .twitter-icon {
        right: 16%;
        bottom: -10%;
    }
    .fb-icon {
        bottom: -10%;
    }
}
/* blue ribbon fix */

.top_blue_ribbon {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    background-color: #0088cc;
    width: 100%;
    z-index: 999;
}
.top_blue_ribbon_image {
    position: relative;
    float: right;
}
.master_div {
    min-width: 375px;
}
.header {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}
.header_image {
    position: relative;
    top: 12px;
    max-width: 100%;
    height: auto
}
.promo_box_header_text {
    position: absolute;
    top: 9vw;
    left: 50%;
    font-size: 18px;
    font-size: 2.4vw;
    color: white;
    width: 45vw;
    max-width: 800px;
    text-shadow: 2px 2px 10px #000000;
    z-index: 999;
}
.main_content {
    max-width: 1300px;
    margin: 0 auto;
}
.top_navigation {
    float: right;
    margin: 60px 0px 0px 20px;
}
.article_area {
    background-color: #ffffff;
    margin: 10px 0px 0px 0px;
    float: left;
    width: 100%;
}
.article {
    margin: 20px 20px 20px 20px;
}
.footer_area {
    background-color: #333333;
    min-height: 450px;
    position: relative;
    top: 30px;
    float: left;
    width: 100%;
}
.footer {
    margin: 10px 20px 20px 20px;
}
.footer_column {
    background-color: #333333;
    float: left;
    margin: 0px 75px 0px 0px;
}
.footer_column_image {
    background-color: #333333;
    float: left;
    margin: 20px 10px 0px 0px;
}
.footer_column_wide {
    background-color: #333333;
    float: left;
    margin: 0px 0px 0px 0px;
}
.promo_box {
    color: white;
    background-color: #FFA600;
    padding: 5px 5px 5px 10px;
    margin: 10px 0px 10px 0px;
}
/* features div */

.main-wrapper {
    float: left;
    width: 100%;
}
.main-wrapper .content-wrap {
    float: left;
    width: 100%;
}
.main-wrapper .content-wrap .featured-img {
    float: right;
    margin-left: 15px;
    max-width: 600px;
    width: 40%;
}
.main-wrapper .content-wrap .entry-content {
    width: 55%;
    float: left;
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}
.clearfix:after {
    clear: both;
}
@media(max-width: 800px) {
    .main-wrapper .content-wrap .featured-img {
        float: none;
        margin: 0 auto;
        max-width: 600px;
        width: auto;
    }
    .main-wrapper .content-wrap .entry-content {
        float: left;
        width: 100%;
    }
    .promo_box_header_text {
        position: absolute;
        top: 7vw;
        left: 40%;
        font-size: 18px;
        color: white;
        margin-top: 0px;
        width: 55vw;
        max-width: 800px;
        text-shadow: 2px 2px 10px #000000;
        z-index: 999;
    }
}
@media(min-width: 1900px) {
    .promo_box_header_text {
        position: absolute;
        top: 7vw;
        left: 50%;
        font-size: 40px;
        color: white;
        width: 45vw;
        max-width: 800px;
        text-shadow: 2px 2px 10px #000000;
        z-index: 999;
    }
}
@media(max-width: 480px) {
    .promo_box_header_text {
        font-size: 16px;
    }
}
@media(max-width: 400px) {
    .promo_box_header_text {
        font-size: 15px;
        margin-top: -5px;
        margin-left: 10px;
    }
}</pre></body></html>