@import url("//hello.myfonts.net/count/2d8db3");
@font-face {
    font-family: 'HandOfSeanPro-Regular';
    src: url('/service/file/contegritygroup/fonts/2D8DB3_0_0.ttf') format('truetype'), /* Safari, Android, iOS */
    url('/service/file/contegritygroup/fonts/2D8DB3_eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/service/file/contegritygroup/fonts/2D8DB3_0_0.woff2') format('woff2'), /* Super Modern Browsers */
    url('/service/file/contegritygroup/fonts/2D8DB3_0_0.woff') format('woff'); /* Pretty Modern Browsers */
}
body {
    background-color: #ffffff;
    color: #808080;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    margin: 0px;
    padding: 0px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
p {
    color: #808080;
    font-family: 'Titillium Web', Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 21px;
    padding: 0px;
    margin: 0px;
}
a {
    color: #d15359;
    text-decoration: none;
}
a:hover {
    color: #007044; 
    text-decoration: underline;
}
a:visited {
    color: #d15359;
    text-decoration: none;
}
h1 {
    color: #007044;
    font-family: 'Architects Daughter', cursive;
    font-size: 3em;
    font-weight: 400;
    line-height: 1em;
    margin: 0px;
    padding: 0px;
}
h2 {
    color: #007044;
    font-family: 'Architects Daughter', cursive;
    font-size: 27px;
    font-weight: 400;
    line-height: 31px;
    margin: 0px;
    padding: 0px;
}
h3 {
    color: #c34d4a;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: 22px;
    margin: 0px;
    padding: 0px;
}
h4 {
    color: #808080;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 19px;
    margin: 0px;
    padding: 0px;
}
h5 {
    color: #007044;
    font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    font-size: 17px;
    line-height: 19px;
    margin: 0px;
    padding: 0px;
}
.wrapper {
    margin: 0px;
    padding: 0px;
}
/* HEADER
----------------------------------------------------------------------------------------------------*/
#clear-value-bar {
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(left, #fcfcfc 22%, #66a98f 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(22%,#fcfcfc), color-stop(100%,#66a98f)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #fcfcfc 22%,#66a98f 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #fcfcfc 22%,#66a98f 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #fcfcfc 22%,#66a98f 100%); /* IE10+ */
    background: linear-gradient(to right, #fcfcfc 22%,#66a98f 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#66a98f',GradientType=1 ); /* IE6-9 */
    color: #ffffff;
    height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
}
#clear-value-bar p {
    color: #ffffff;
    font-size: 14px;
    padding: 3px 7px 0px 0px;
}
.header {
    background-color: #ffffff;
}
.se_siteBranding img {
    max-width: 100%;
}
/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
}
.navicon {
    position: relative;
    line-height: 45px;
    color: #342d34;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0;
    font-size: 30px;
}
.navicon:hover {
    cursor: pointer;
}
.menu-wrap {
    padding-left:0;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    background-color: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 5px 0;
    text-align: left;
}
.MainMenu li {
    list-style-type: none;
    text-decoration: none;
}
.MainMenu .le_menu_level_container {
    position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
    /*border-left: 1px solid #a9a9a9;*/
    background-color: #ffffff;
    color: #6b6b6b;
    display: block;
    font-family: 'Titillium Web', Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 7px;
    text-decoration: none;
    text-transform: capitalize;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    width: auto;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: #006f44;
}
/*---------------Level 1 Menu------------*/
.MainMenu ul.le_menu_level_1 {
    display: none;
    margin: 5px 0px 0px 0px;
    padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
    border-left: none;
    display: block;
    padding: 5px 5px 5px 0;
    color: #666666; 
    font-family: 'Titillium Web', Trebuchet MS, Helvetica, Arial, sans-serif;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 15px;
    text-align: left;
    text-decoration: none;
    text-transform: capitalize;
}
.MainMenu li.le_menuitem_level_1 a:hover {
    color: #006f44;
}
.MainMenu ul.le_menu_level_2 {
    margin: 0;
    padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 5px 0 5px 30px;
}
.dropdown ul {
    display: none;
}
/* FEATURE
----------------------------------------------------------------------------------------------------*/

/* CTAs
----------------------------------------------------------------------------------------------------*/

/* CONTENT
----------------------------------------------------------------------------------------------------*/
.content {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/initial-design-files/bkgrd-footer-bubbles-watermark.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    background-size: 100% auto;
    padding: 20px 0px 160px 0px;
}
.home-content {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/initial-design-files/home-bkgrd-footer-bubbles-watermark.png');
    background-repeat: no-repeat;
    background-position: 100% 100%;
    min-height: 560px;
    padding: 40px 0px 100px 0px;
}
#home-content-container {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/home-bkgrd-images/home-bkgrd-img-1.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
/* BLOG
----------------------------------------------------------------------------------------------------*/
.blog_post {
    width: 80%;
}
.blog_post_content {
    padding: 20px 0;
}
.blog_post_content img {
    float: left;
    margin: 0 40px 40px 0;
}
.blog_post_listing_footer_hr {
    display: none;
}
.blog_post_listing_title a {
    font-size: 1.6em;
    line-height: 1.2em;
    color: #007044;
}
.blog_post_listing_title a:hover {
    color: #d15359;
}
.blog-h1 {
    margin-bottom: 20px;
}
.blog_post_title {
    margin-top: 20px;
}
.hr {
    margin-bottom: 40px;
}
/* FOOTER
----------------------------------------------------------------------------------------------------*/
.footer {
    background-color: #006f44;
    color: #7fb7a1;
    padding: 30px 0px 10px 0px;
}
.footer p, .footer a {
    color: #7fb7a1;
}
.footer-base-line {
    background-color: #65a98e;
    border-top: 2px solid #ffffff;
    height: 20px;
    width: 100%;
}
#footer-logo {
    float: right;
    width: 150px;
    margin: -70px 2% 0px 0px;
}
p#footer-number {
    font-size: 3.5em;
    padding: 10px 0px;
}
p#footer-address {
    font-size: 20px;
    padding: 0px 0px 0px 20px;
}
p#footer-copyright {
    font-size: 11px;
    padding-top: 30px;
    text-align: right;
}
p#footer-copyright a {
    font-size: 12px;
}
/*-----------------Special Add-ons START--------------------*/
.le_region.le_area3 {
    margin: auto;
    width: 90%;
}
.opening-para, .opening-para p {
    font-size: 16px;
}
.div-line {
    border-right: 1px solid #808080;
    padding-right: 15px;
    margin-right: 10px;
}
.div-line-left {
    border-left: 1px solid #808080;
    padding-left: 15px;
    margin-left: 10px;
}
p.div-line-light {
    border-left: 1px solid #7fb7a1;
    padding: 5px 0px 5px 15px;
    margin-left: 0px;
}
.pad10 {
    margin: 10px 0px 10px 0px;
}
.associations {
    display: block;
    margin: 10px 0px 10px 0px;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}
.testimonial {
    border-bottom: 1px solid #d15359;
    margin: 15px 0px;
    padding: 25px;
}
.pr-button {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/initial-design-files/icon-house-drawing.png');
    background-repeat: no-repeat;
    background-position: 0% 50%;
    border-bottom: 1px dotted #c4c4c4;
    display: block;
    padding: 15px 0px 25px 70px;
    margin: 10px 0px 15px 0px;
}
/*--Home Page Box Styles--*/
.green-box {
    background-color: #006f44;
    color: #ffffff;
    margin-top: 50px;
    padding: 20px 3% 30px 2%;
}
.green-box h1 {
    font-size: 4vw;
    line-height: 1.2em;
}
.red-box {
    background-color: #c34d49;
    color: #ffffff;
    margin-top: 40px;
    padding: 2%;
}
.purple-box {
    background-color: #6d314f;
    color: #ffffff;
    margin-top: 20px;
    padding: 2%;
}
.gray-box {
    background-color: #a1a09f;
    border: 2px solid #ffffff;
    color: #ffffff;
    margin: 90px 0px 0px -25px;
    padding: 10px;
    text-align: center;
}
.green-box p, .green-box h1, .green-box h2, .red-box p, .red-box h1, .red-box h2, .gray-box p, .gray-box h1, .gray-box h2, .purple-box p, .purple-box h1, .purple-box h2 {
    color: #ffffff;
}
.gray-box a {
    color: #ffffff;
    font-size: 18px;
    text-decoration: none;
}
.benefits-box {
    background-color: #d9d7d7;
    padding: 3%;
    margin: 40px 0px 10px 0px;
}
.red-button a {
    background-color: #d15359;
    color: #ffffff;
    display: block;
    font-size: 17px;
    padding: 3%;
    margin: 7px 0px 7px 0px;
    text-align: center;
    text-decoration: none;
    width: auto;
}
.red-button a:hover {
    background-color: #007044;
}
/*--Portfolio Page Styles--*/
#industry-green {
    background-color: #006f44;
    color: #ffffff;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-purple {
    background-color: #6d314f;
    color: #ffffff;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-red {
    background-color: #d15359;
    color: #ffffff;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-blue {
    background-color: #5d91cd;
    color: #ffffff;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-orange {
    background-color: #cc6600;
    color: #d1d2d4;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-white {
    background-color: #ffffff;
    color: #4f4f4f;
    height: 198px;
    margin: 10px;
    padding: 20px 10px;
    width: 220px;
}
#industry-white h3 {
    color: #4f4f4f;
    font-size: 37px;
    line-height: 47px;
}
#industry-green h3, #industry-red h3, #industry-purple h3, #industry-blue h3, #industry-orange h3 {
    padding-top: 10px;
}
#industry-green p, #industry-green h3 a, #industry-red p, #industry-red h3 a, #industry-purple p, #industry-purple h3 a, #industry-blue p, #industry-blue h3 a, #industry-orange p, #industry-orange h3 a {
    color: #ffffff;
}
.portfolio-listings {
    margin: auto;
    text-align: center;
}
.le_content.gov-styled-li ul, .le_content.edu-styled-li ul, .le_content.comm-styled-li ul, .le_content.hist-styled-li ul, .le_content.health-styled-li ul {
    padding: 0px;
    margin: 0px;
}
.le_content.gov-styled-li .le_menuitem_level_0, .le_content.edu-styled-li .le_menuitem_level_0, .le_content.comm-styled-li .le_menuitem_level_0, .le_content.hist-styled-li .le_menuitem_level_0, .le_content.health-styled-li .le_menuitem_level_0 {
    display: block;
}
.le_content.gov-styled-li .le_menuitem_level_0 > a {
    background-color: #006f44;
    border: 7px solid #006f44;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 17px;
    height: 201px;
    margin: 10px;
    padding: 154px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 2px 2px 8px #000000;*/
    width: 220px;
}
.le_content.edu-styled-li .le_menuitem_level_0 > a {
    background-color: #d15359;
    border: 7px solid #d15359;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 17px;
    height: 201px;
    margin: 10px;
    padding: 154px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 2px 2px 8px #000000;*/
    width: 220px;
}
.le_content.comm-styled-li .le_menuitem_level_0 > a {
    background-color: #6d314f;
    border: 7px solid #6d314f;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 17px;
    height: 201px;
    margin: 10px;
    padding: 154px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 2px 2px 8px #000000;*/
    width: 220px;
}
.le_content.hist-styled-li .le_menuitem_level_0 > a {
    background-color: #cc6600;
    border: 7px solid #cc6600;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 17px;
    height: 201px;
    margin: 10px;
    padding: 154px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 2px 2px 8px #000000;*/
    width: 220px;
}
.le_content.health-styled-li .le_menuitem_level_0 > a {
    background-color: #5d91cd;
    border: 7px solid #5d91cd;
    color: #ffffff;
    display: inline;
    float: left;
    font-size: 14px;
    line-height: 17px;
    height: 201px;
    margin: 10px;
    padding: 154px 5px 5px 5px;
    text-align: center;
    text-decoration: none;
    /*text-shadow: 2px 2px 8px #000000;*/
    width: 220px;
}
.le_content.gov-styled-li .le_menuitem_level_0 > a:hover, .le_content.edu-styled-li .le_menuitem_level_0 > a:hover, .le_content.comm-styled-li .le_menuitem_level_0 > a:hover, .le_content.hist-styled-li .le_menuitem_level_0 > a:hover, .le_content.health-styled-li .le_menuitem_level_0 > a:hover {
    border: 7px solid #000000;
}
/*----SEE ROW 826 for Individual Project Buttons------*/

/*--Team Page Styles--*/
.team-sticker {
    display: block;
}
.team-sticker img:hover {
    -moz-transform: scale(1.03);
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    z-index: 99;
    -moz-transition: all 0.2s ease-in-out 0s;
}
.bio {
   
}
.bio:after {
    content: " ";
    background-color: #006f44;
    display: block;
    height: 80px;
    margin-top: -30px;
    width: 100%;
}
.bio img {
    border: 2px solid #d15359;
    height: auto;
    max-width: 100%;
}
.bio p {
    padding: 0px 0px 5px 15px;
}
/*--Custom Blog Post Styles--*/
.feature_blog_image img {
    float: left;
    margin-top: 10px;
    margin-right: 15px;
    width: 45%;
}
h1.blog_post_listing_title {
    font-size: 17px;
    line-height: 22px;
    margin-top: 11px;
}
.le_region.le_area3 .blog_post_listing_title_link {
    color: #fcd4d4 !important;
    font-family: 'Titillium Web', Trebuchet MS, Helvetica, Arial, sans-serif;
    font-size: 17px !important;
    line-height: 22px !important;
    margin: 10px 10px 10px 0px;
    padding: 0px;
}
.le_region.le_area3 .blog_post_listing_title_link:hover {
    color: #ffffff;
}
/*--Custom Form Styles--*/
label.form-custom {
    color: #007044;
    font-family: 'Architects Daughter', cursive;
    font-size: 20px;
    font-weight: normal;
    line-height: 24px;
}
.form-custom-lift15 {
    margin-top: -25px;
}
.custom-form-button > .seFormButton {
    background-color: #c34d4a;
    border: none;
    color: #ffffff;
    padding: 5px 15px;
}
.custom-form-button > .seFormButton:hover {
    background-color: #007044;
}
.digit.short.short-1, .digit.short.short-2 {
    width: 50px;
}
.digit.short.short-3 {
    width: 100px;
}
/*-----------------Special Add-ons END----------------------*/
/* Media Queries
----------------------------------------------------------------------------------------------------*/
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

@media (max-width: 767px) {
    .div-line {
        display: none;
    }
    p.div-line-ind {
        border-left: none;
    }
    p.div-line-light {
        border-left: 1px solid #7fb7a1;
        padding: 10px 0px 10px 15px;
        margin-left: 0px;
    }
    .green-box {
        background-color: #006f44;
        color: #ffffff;
        margin: 10px auto;
        padding: 15px 1% 20px 1%;
        text-align: center;
        width: 100%;
    }
    .green-box h1 {
        font-size: 7vw;
        line-height: 1.2em;
    }
    .red-box {
        background-color: #c34d49;
        color: #ffffff;
        margin: 10px auto;
        padding: 2%;
        width: 100%;
    }
    .purple-box {
        background-color: #6d314f;
        color: #ffffff;
        margin: 10px auto;
        padding: 2%;
        width: 100%;
    }
    .gray-box {
        background-color: #a1a09f;
        color: #ffffff;
        margin: -15px 7% 0px 7% !important;
        padding: 2%;
        text-align: center;
        /*width: 120px;*/
    }
    p#footer-number {
        font-size: 2.5em;
        padding: 10px 0px;
    }
    p#footer-copyright, p#footer-address, p#footer-number {
        text-align: center !important;
    }
    .div-line-light {
        border-left: none !important;
    }
    #footer-logo {
        float: none !important;
        margin: -45px auto 0 !important;
        width: 150px;
    }
}
@media (max-width: 450px) {
   
}
@media (max-width: 991px) { 
    p#footer-copyright, p#footer-address, p#footer-number {
        text-align: center !important;
    }
    .div-line-light {
        border-left: none !important;
    }
    #footer-logo {
        float: none !important;
        margin: -45px auto 0 !important;
        width: 150px;
    }
    .blog_sidebar {
        display: none;
    }
    .blog_post_listing_sidebar {
        float: none !important;
        width: 100% !important;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .se_siteBranding img {
        max-width: 100%;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        padding-top: 0;
        text-align: right;
    }
    .MainMenu ul {
        margin: 0;
        padding: 0;
    }
    .MainMenu li {
        list-style: none;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 48px 0px 0px 0px;
        padding: 0;
        text-align: right;
    }
    .MainMenu li.le_menuitem_level_0 {
        display: inline-block;
        padding: 1px 0;
    }
    .MainMenu li.le_menuitem_level_0 a {
        border-left: 1px solid #a9a9a9;
        display: block;
        padding: 3px 10px;
        color: #6b6b6b; 
        font-family: 'Titillium Web', Trebuchet MS, Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 17px;
        line-height: 20px;
        text-align: left;
        text-decoration: none;
        text-transform: capitalize;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
        background-color: #006f44;
        color: #ffffff;
   
    }
    .MainMenu ul.le_menu_level_1 {
        position: absolute;
        z-index: 10;
        display: none;
        margin: 0;
        padding: 5px 0;
        background-color: #ffffff;
        text-align: left;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
        display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
        display: block;
        padding: 8px 10px;
        color: #666666; 
        font-family: 'Titillium Web', Trebuchet MS, Helvetica, Arial, sans-serif;
        letter-spacing: 1px;
        font-size: 15px;
        text-decoration: none;
        text-transform: capitalize;
        min-width: 170px;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
        background-color: #006f44;
        color: #ffffff;
    }
    .MainMenu .le_menu_level_2_container {
        float: right;
        margin-top: -35px;
        padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
        position: absolute;
        z-index: 10;
        display: none;
        margin: 0;
        padding: 5px 0;
        background-color: #ffffff;
        text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
        display: block;
    }
    .dropdown ul {
        dipslay: block;
    }
    p#footer-number {
        font-size: 2.5em;
        padding: 10px 0px;
    }
    .blog_sidebar {
        float: right;
        width: 200px;
    }
    .blog_post_listing_sidebar {
        float: left;
        width: 700px;
    }
}

/*----------------Individual Project Buttons--------------------*/
/*---GOVERNMENT Listings---*/
.le_content.gov-styled-li #Aitkin-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/aiktin-co/Aitkin_-_Render_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Chis-C-E-Comm-Center> a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/chisago-county-emergency-communications-center/chisago_ecc-lg-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Chis-C-Jail-Law-Enforcement-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/chisago-co-jail-lec/Chisago_Jail_Exterior_-_L/Chisago_Jail_Exterior_-_L_800x533.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Crow-Wing-C-Land-Services > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/crow-wing-services/Crow_Wing_1a.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Cottonwood-Co-Maint-Facility > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/cottonwood-county-maintenance-facility/2023-10-03_2_-_Photo.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Little-Falls-City-Hall-Police-Roof > a {
    background-image: url('');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-Courts-Holding > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-courts-holding/Douglas_County_CH3.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-Courts-Remod > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-courts-remodel/DC_Courts_Rmdl_-_10.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-Jail > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-jail/Douglas_Jail_FrntDesk.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-Pub-Works > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-public-works/Douglas_Co_PW_Interior.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-Health-Human > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-service-center/douglas-csc-2.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Doug-C-LEC > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/douglas-county-lec/cgi-douglas-lec-LG.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Fillmore-Co-Jail-Reno-Expan > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/fillmore-county/Fillmore_County_Rendering.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Hub-C-Court > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/hubbard-county-courthouse-remodel/hubbard-co-meeting-room-lg.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Hub-C-Soc-Serv > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/hubbard-county-social-services/hubbard_css_remod-4.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Itasca-C-Disp > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/itasca-county-dispatch/cgi-itasca-8.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Itasca-Co-Jail > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/itasca-co-jail/Logo-Itasca.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Jack-Co-LEC-Jail-Gov > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/jackson-county-lec/3_13.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Jack-C-Main-Faci > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/jackson-combined-maintenance-facility/cgi-jackson-LG-pic-15.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Jack-C-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/jackson-county-government-center/jackson_gov_center-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Kana-C-Jail > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/kanabec-county-jail/Kanabec_Jail_Door_Close.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #LacQuiParle-Co > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/lac-qui-parle-county/Lac_qui_Parle_-_Rendering_Photo.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Lake-FD-4 > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/lakeville-fire-station-4/cgi-lakeville-fs-LG-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Lake-Heri-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/lakeville-heritage-center/cgi-lakeville-heritage-LG-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Little-Falls-City-Hall-Police-Roof > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/city-hall-police-station---re-roofing/cgi-lf-ps-lg.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Lyon-C-Court-Add > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/lyon-county-courthouse/Lyon_Crt_5395_800/Lyon_Crt_5395_800_800x600.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Lyon-C-Jail > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/lyon-county-jail/Lyon_Stairs.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #McLeod-Co-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/mcleod-county-government-center/McLeod_Gov_Center_-ext.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #McLeod-C-Entry-Jail > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/mcleod-co-entry-jail/cgi-gov-Mcleod-County-secure-entry-jail-finished.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Meeker-Co-Probation-Remodel > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/meeker-co-prob-remodel/Rendering.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Mercer-C-Courthouse-and-Jail-Addition > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/mercer-co-jail/MercerCo-L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Mille-C-Courts > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/mille-lacs-county-courts-facility/MilleLacs_Justice_Ext.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Mille-C-Courthouse-Square > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/mille-lacs-county-courthouse-square/Mille-Lacs-C_Courthouse_Square3.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Morrison-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/morrison-co-gov-cntr/Morrison_-_Exterior_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Morrison-Co-Pub-Works > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/morrison-county-public-works/IMG_20230830_142559943_8-30-23.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Murray-Co-HighMaint-Build > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/murray-county/Murray_County_Rendering_copy.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Nicol-C-Health-Human > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/NCHS_Ext-0223-800/NCHS_Ext-0223-800_800x532.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Nicollet-C-Serv-Build > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/nicollet-county-services-building/Nicollet_Co_Logo.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Nicollet-C-Sheriff > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/nicollet-co-sheriff-office/Nicollet_-_Exterior_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Pennington-C-Justice-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/pennington-co-justice-center/Pennington_-_L/Pennington_-_L_800x533.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Pope-C-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/pope-county-government-center/pope_county_10-11-11_041.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Pope-Co-Health-Human-Services > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/pope-co-health-human-reno/Logo-Pope2.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Pope-C-HRA-Hous-Bay-Med > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/pope-county-hra-starbuck-housing---ph-1/cgi-popehra-LG-pic-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Pope-C-Int-Rdl > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/pope-co-int-rmdl/Pope_-_Exterior_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Redwood-Co-Justice-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/redwood-co-justice-center/Logo-Redwood.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Redwood-Co-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/redwood-co-justice-center/Logo-Redwood.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Renv-C-Health-Human > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/renville-county-health-human-services/Renville-Exterior-_fnt.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Renv-C-Jail-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/renville-county-jail-and-government-center/Renville-Jail-lg.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Rice-C-Pub-Safety-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/rice-county/Rice_County_Rendering.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Roseau-Co-Maint-Facility > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/roseau-county/Roseau_Rendering_copy1.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Sibley-C-Fac-Imp > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/sibley-co/Sibley_-_Exterior_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Steve-C-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/stevens-county-courthouse/Stevens-Co-Courthouse-5.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Steve-C-LEC > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/stevens-county-lec/cgi-stevens-lec-lg.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Todd-C-Health-Human-Serv > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/todd-county-health-human-service/cgi-todd-hh-lg-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Winona-C-Office > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/winona-county-office-building/Winona-C-Office-Building-2.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Wright-C-Justice > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/wright-county-justice-center/Wright_-_Exterior_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #YellowMed-C-Admin > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/yellow-medicine-county-administrative-office/YM-Co-LG-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #YellowMed-C-Just-Cent > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/yellow-medicine-county-justice-center/YM_Justice_lg/YM_Justice_lg_800x533.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.gov-styled-li #Wright-Co-Gov-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-gov/wright-county-government-center/WCGC_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

/*---EDUCACTION Listings---*/
.le_content.edu-styled-li #Browerville-Pub-Sch > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/browerville-public-schools/Browerville_Gym_Rendering_1_copy.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Cass-Lk-Bena-Elementary > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/cass-lake-bena-elementary/Cass_Lake_Rendering.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #cros-iron-Pub-Sch > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/crosby-ironton-public-schools/Crosby.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Hawley-Elementary-HS-Reno > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/hawley-elementary-high-school/Picture1.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #LacquiParleValley-Schs > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/lac-qui-parle-valley-schools/Mascot.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Little-F-ISD-482-Fac-Mana > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/little-falls-isd-481---fac-manage/cgi-lfs-lg1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Mesabi-East-Dis2711 > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/mesabi-east-school-district-2711/Mesabi_Science.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Nevis-Pub-Sch > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/nevis-public-schools-addition-remodel/cgi-nevis-LG-8.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #LF-ISD-482 > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/1331_Lincoln_Aerial.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.edu-styled-li #Sebeka-Pub-Sch > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-edu/sebeka-public-school/Sebeka_Ext_-_L.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}


/*---COMMERCIAL Listings---*/
.le_content.comm-styled-li #City-Mora-Muni > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/city-of-mora-municipal-liquor-store/Mora_Exterior.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #City-Hutch-Burich-Arena > a {
    background-image: url('');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #City-Hutch-Police-Dept > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/hutchinson-city-of/PD_ENTRY_FINAL.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #City-McGregor-Firehall > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/mcgregor-firehall/City_of_McGregor_logo.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Flens-Muni > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/flensburg-municipal-liquor/Flensburg_Sign.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Nobles-Co-op-Elec-Addition > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/nobles-coop-electric-addition/Nobles_Landscape_Rendering.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Howard-Lk-Library > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/howard-lake-library/Howard_Lake_Library_-_Rendering.png');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Pequot-Tool > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/pequot-tool-manufacturing-inc-/cgi-pequot-lg-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #The-Falls-Theatre > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/the-falls-theatre/theatre2.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Wadena-City-Library > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/wadena-city-library/IMG_20220831_063902378_copy.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Wochnick-Office > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/wochnick-office-building/Wochnick_Ext_Frnt.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Zion-Luth > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/zion-lutheran-church/Zion-Lutheran-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.comm-styled-li #Todd-Wadena-El-Co-Op > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-comm/todd-wadena-electric-cooperative/img-Todd-Wadena-Electric-Co-op-800x600.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

/*---Historical Renovation Listings---*/
.le_content.hist-styled-li #Mille-C-Hist-Courthouse > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-hist/mille-lacs-c-hist-courthouse/Mille-Lacs-Co-Courthouse-Rem-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.hist-styled-li #Pope-C-North-Entry > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-hist/pope-county-hist-north-entry/cgi-pope-entry-LG-12.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.hist-styled-li #Renv-C-Courthouse-Ext > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-hist/renville-c-hist-courthouse-ext/Renville_Exterior_Wide.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.hist-styled-li #Todd-C-Hist-Courthouse > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-hist/todd-county-hist-courthouse/cgi-todd-historic-LG-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.hist-styled-li #Trail-C-Courthouse-Elev > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-hist/trail-county-hist-courthouse-elv-stair/cgi-traill-elev-lg-1.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

/*---Healthcare Listings---*/
.le_content.health-styled-li #St-Pete-Treatment-C > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-health/st-peter-regional-treatment-facility/cgi-shantz-LG-8.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}
.le_content.health-styled-li #Heritage-Liv-Center > a {
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/contegritygroup/cgi/-health/heritage-living-center/Heritage_-_L/Heritage_-_L_800x533.jpg');
    background-size: 100% 150px;
    background-repeat: no-repeat;
}

/*-----------------Clear Floated Elements-------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
clear: both;
display: block;
overflow: hidden;
visibility: hidden;
width: 0;
height: 0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
clear: both;
content:' ';
display: block;
font-size: 0;
line-height: 0;
visibility: hidden;
width: 0;
height: 0;
}
.clearfix {
display: inline-block;
}
* html .clearfix {
height: 1%;
}
.clearfix {
display: block;
}
/*-----------------Clear Floated Elements END-------------------*/
/**************************
******** Team Page Custom *
**************************/
            #team-map {
                position: relative;
                width: 100%;
                height: 272px;
                max-height: 272px;
                max-width: 1140px;
                margin: 0 auto;
            }
            #team-map img {
                position: absolute;
                z-index: 4;
                width: 100%;
            }
            #team-svgs {
                position: absolute;
                z-index: 6;
                width: 100%;
            }
            #team-svgs svg {
                width: 100%;
                height: 100%;
            }

            .svg-text {
                background: #007044;
                border: 2px solid white;
                color: white;
                padding: 5px;
            }

            .show {
                display: block!important;
            }

/*************************
*********** Team names ***
*************************/
            #team-names {
                position: absolute;
                z-index: 5;
                width: 100%;
            }
            .team-name-button {
                border: 2px solid white;
                background: #007044;
                color: white;
                padding: 5px;
                text-decoration: none;
                border-radius: 5px;
                position: absolute;
                display: none;
            }
            .team-name-button p {
                font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
                font-weight: normal;
                font-size: 20px;
                letter-spacing: .1em;
                color: #ffffff;
                padding: 0;
                margin: 0;
            }
            #name-andys {
                top: 40%;
                left: 60%;
            }
            #name-calebj {
                top: 45%;
                left: 5%;
            }
			#name-carlc {
                top: 80%;
                left: 1%;
            }
            #name-cliffs {
                top: 45%;
                left: 20%;
            }
			#name-davep {
                top: 66%;
                left: 20%;
            }
            #name-erikh {
                top: 80%;
                left: 10%;
            }
            #name-jimo {
                top: 80%;
                left: 20%;
            }
            #name-jimt {
                top: 50%;
                left: 28%;
            }
            #name-joei {
                top: 80%;
                left: 32%;
            }
            #name-joel {
                top: 35%;
                left: 38%;
            }
            #name-jordand {
                top: 67%;
                left: 40%;
            }
            #name-karens {
                top: 39%;
                left: 47%;
            }
            #name-larryf {
                top: 80%;
                left: 80%;
            }
            #name-masond {
                top: 40%;
                left: 54%;
            }
			#name-michaelf {
                top: 40%;
                left: 1%;
            }
            #name-mikeh {
                top: 76%;
                left: 58%;
            }
            #name-petef {
                top: 35%;
                left: 10%;
            }
            #name-richs {
                top: 79%;
                left: 64%;
            }
            #name-samp {
                top: 42%;
                left: 71%;
            }
            #name-scottg {
                top: 84%;
                left: 86%;
            }
            #name-staceyr {
                top: 80%;
                left: 73%;
            }
            #name-timl {
                top: 42%;
                left: 79%;
            }
            #name-tracik {
                top: 40%;
                left: 85%;
            }
            #name-travisf {
                top: 85%;
                left: 45%;
            }
            @media (max-width: 768px) {
                .team-list {
                    display: block;
                }
                .team-list li {
                    padding: 3px 0;
                }
                .team-list a {
                    font-size: 1.2em;
                }
            }

            @media (min-width: 768px) {
                .team-list {
                    display: none;
                }
            }
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
