@font-face
    {
    font-family: ars;
    src: url(/misc/proximanova-regular.otf);
    }

html, body, div, p, h1, h2, h3, span, a, pre, img, ol, ul, li, form, label, table, tr, th, td
    {
    padding: 0px;
    margin: 0px;
    border: 0px;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
    color: inherit;
    }

body
    {
    background: #ffffff;
    font-family: ars, calibri, arial, helvetica, sans-serif;
    font-size: 20px;
    color: black;
    line-height: 1.0em;
    }

div, p   { border: dashed red 3px; }
div.nobo { border: 0px; }

.txblack  { color: #000000; }
.txblue   { color: #23408b; }
.txgray   { color: #6b6b6b; }
.txwhite  { color: #ffffff; }

.bgblack  { background: #000000; }
.bgblue   { background: #23408b; }
.bgltgray { background: #f6f6f6; }
.bgltblue { background: #2253b4; }
.bgwhite  { background: #ffffff; }

.txleft   { text-align: left;   }
.txcenter { text-align: center; }
.txright  { text-align: right;  }

.txnormal  { font-weight: normal;  }
.txbold    { font-weight: bold;  }
.txunder   { text-decoration: underline; }
.txitalics { font-style: italic; }

.tx14     { font-size: 14px; }
.tx16     { font-size: 16px; }
.tx18     { font-size: 18px; }
.tx20     { font-size: 20px; }

span.b { font-weight: bold; }

h1
    {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.7em;
    }

h2
    {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3em;
    }

h3
    {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3em;
    }

p
    {
    line-height: 1.3em;
    margin: 10px 0px 10px;
    font-size: 18px;
    border: 0px;
    }

p a
    {
    text-decoration: none;
    font-weight: bold;
    }

p a:hover
    {
    text-decoration: underline;
    }

div.wrapper
    {
    max-width: 1150px;
    margin: 0px auto;
    border: 0px;
    }

div.covid
    {
    background: #000000;
    color: white;
    border: 0px;
    }

div.covid div.wrapper, div.navbar div.wrapper, div.about div.wrapper,
div.footer div.wrapper, div.featured, div.flex-spread div.wrapper
    {
    display: flex;
    justify-content: space-between;
    }

div.flex-wrap div.wrapper
    {
    display: flex;
    flex-wrap: wrap;
    align-items: left;
    }

div.content-covid
    {
    max-width: 1100px;
    line-height: 1.7em;
    font-size: 15px;
    font-family: ars, arial, helvetica, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 10px 0px;
    border: 0px;
    }

div.content-covid a
    {
    text-decoration: underline;
    font: inherit;
    }

div.content-social
    {
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    border: 0px;
    padding: 10px 0px;
    }

div.content-social img
    {
    width: 40px;
    height: 40px;
    padding: 3px;
    }

div.navbar
    {
    border: 0px;
    border-bottom: solid black 1px;
    box-shadow: 0px 5px 24px #000000;
    z-index: 2;
    position: relative;
    }

div.content-navbar-logo, div.content-navbar
    {
    border: 0px;
    padding: 5px 0px 3px;
    }

div.content-navbar
    {
    padding-top: 13px;
    line-height: 1.0em;
    }

div.content-navbar li
    {
    list-style-type: none;
    white-space: nowrap;
    float: left;
    padding: 5px 12px 10px;
    }

div.content-navbar li a.selected
    {
    border-top: solid #23408b 3px;
    }

div.content-navbar li a:hover
    {
    border-top: solid #23408b 3px;
    }

div.content-navbar li a
    {
    font-weight: bold;
    font-size: 14px;
    font-family: ars, calibri, arial, helvetica, sans-serif;
    color: #2e2e2e;
    text-decoration: none;
    padding: 10px 0px;
    }

#catalog
    {
    border: solid #23408b 2px;
    border-radius: 10px;
    padding: 7px 27px;
    }

#catalog:hover
    {
    color: #ffffff;
    background: #23408b;
    }

#menutoggle
    {
    display: none;
    }

div.carousel
    {
    border: 0px;
    background: transparent;
    z-index: 1;
    position: relative;
    margin: 0px;
    display: block;
    }

div.slide-holder
    {
    position: relative;
    max-width: 1200px;
    border: 0px;
    }

div.slider
    {
    display: none;
    border: 0px;
    }

.fader
    {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
    border: 0px;
    }

@-webkit-keyframes fade
    {
    from {opacity: .2}
    to   {opacity:  1}
    }

@keyframes fade
    {
    from {opacity: .2}
    to   {opacity:  1}
    }

div.about
    {
    background: #e7e7e7;
    border: 0px;
    margin: 0px;
    text-align: left;
    }

div.about p
    {
    font-size: 16px;
    }

div.about-lr, div.about-mid
    {
    padding: 25px;
    vertical-align: top;
    background: transparent;
    border: 0px;
    width: 43%;
    padding: 25px 40px;
    }

div.about-mid
    {
    background: #dddddd;
    }

div.mission
    {
    padding: 20px 20px;
    border: 0px;
    }

div.mission p
    {
    font-size: 18px;
    }

div.p01, div.careers
    {
    padding: 50px 0px 0px 0px;
    border: 0px;
    clear: both;
    }

div.p01 p, div.careers p
    {
    font-family: ars, calibri, arial, helvetica, sans-serif;
    }

div.p01 img
    {
    float: right;
    border: solid #23408b 5px;
    margin: 0px 0px 0px 25px;
    }

div.p01 h1.p01, div.careers h1.p01
    {
    padding-top: 25px;
    }

a.pink
    {
    padding: 8px 20px;
    background: #da1f27;
    border: solid #da1f27 3px;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    }
    
a.blue-button
    {
    font-size: 18px;
    padding: 8px 20px;
    background: #23408b;
    border: solid #23408b 3px;
    color: white;
    font-weight: bold;
    border-radius: 0px;
    text-decoration: none;
    }
    
a.blue-button:hover
    {
    background: #da1f27;
    border: solid #da1f27 3px;
    }
    
div.catalog-header, div.map-header
    {
    clear: both;
    margin-top: 90px;
    padding: 20px 0px; 
    border: 0px;
    }

div.catalog-header h3
    {
    padding-top: 20px;
    }

div.catalog-browse div.wrapper, div.services div.wrapper
    {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    }

div.catalog-browse
    {
    padding: 25px 0px 25px 0px;
    margin: 0px;
    border: 0px;
    }

div.catalog-browse img, div.services img
    {
    border: solid #c3cde2 6px;
    margin: 5px;
    }

div.catalog-browse a
    {
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    }

div.catalog-browse a:hover
    {
    text-decoration: underline;
    }

div.catalog-browse-link
    {
    padding: 0px 0px 25px 0px;
    margin: -15px 0px 0px 0px;
    border: 0px;
    }

div.careers img
    {
    float: left;
    border: solid #23408b 5px;
    margin: 0px 35px 50px 0px;
    }

div.map-header a:hover
    {
    text-decoration: none;
    }

div.map
    {
    width: 100%;
    height: 420px;
    border : 0;
    }

div.map *
    {
    border: 0;
    }

div.infowindow, div.infodesktop, div.infomobile
    {
    color: #000000;
    border: 0px;
    font-weight: bold;
    font-size: 18px;
    }

div.infodesktop
    {
    display: block;
    }

div.infomobile
    {
    display: none;
    }

div.infomobile a
    {
    color: blue;
    text-decoration: none;
    }

div.logo-footer
    {
    display: inline-block;
    border: 0px;
    padding: 15px 0px;
    }

div.footer
    {
    padding-top: 50px;
    padding-bottom: 50px;
    font-family: ars, calibri, arial, helvetica, sans-serif;
    font-size: 15px;
    line-height: 1.3em;
    border: 0px;
    clear: both;
    }

div.footer a
    {
    text-decoration: none;
    }

div.footer a:hover
    {
    text-decoration: none;
    color: #fe2e64;
    }

div.content
    {
    line-height: 1.7em;
    font-size: 12px;
    font-family: ars, calibri, arial, helvetica, sans-serif;
    border: 0px;
    margin-top: 25px;
    }

div.content h1, div.content h3, div.content p, div.content h2
    {
    border: 0px;
    margin-top: 20px;
    }

div.content h1
    {
    font-size: 42px;
    }

div.content h3
    {
    font-size: 22px;
    font-weight: bold;
    }

div.content ul, div.support ul
    {
    line-height: 1.3em;
    font-size: 16px;
    margin: 10px 0px;
    border: 0px;
    padding-left: 40px;
    }

div.content p a
    {
    color: blue;
    text-decoration: none;
    font-weight: normal;
    }

div.content p a:hover
    {
    text-decoration: underline;
    }

div.content p video.about-video, div.content p video.expo-video
    {
    width: 720px;
    height: 405px;
    }

div.content p video.hot-commodity
    {
    width: 960px;
    height: 406px;
    }

p video.home-video
    {
    width: 960px;
    height: 540px;
    }

div.about-vendors
    {
    padding: 20px 0px;
    }

div.featured, div.services
    {
    flex-wrap: wrap;
    margin-bottom: 25px;
    justify-content: center;
    }

div.featured-item
    {
    width: 400px;
    border: solid #cccccc 2px;
    border-radius: 3px;
    padding: 0px 10px 25px;
    margin: 25px 50px;
    }

div.services-item
    {
    width: 272px;
    border: solid #cccccc 2px;
    border-radius: 3px;
    padding-bottom: 25px;
    margin: 0px 5px;
    margin-bottom: 25px;
    }

div.services-desc
    {
    text-align: left;
    padding: 10px 15px 0px;
    border: 0px;
    font-size: 18px;
    line-height: 1.2em;
    }

div.services-item a
    {
    color: blue;
    font-weight: normal;
    text-decoration: none;
    }

div.services-item a:hover
    {
    text-decoration: underline;
    }

span.asterisk
    {
    font-size: 12px;
    }

hr.support-hr
    {
    border: solid #cccccc 2px;
    margin: 30px auto;
    padding: 0px;
    max-width: 1150px;
    clear: both;
    }

div.support
    {
    padding: 0px 0px 0px 0px;
    border: 0px;
    clear: both;
    }

div.support p
    {
    font-family: ars, calibri, arial, helvetica, sans-serif;
    }

div.support img
    {
    float: left;
    border: solid #c3cde2 5px;
    margin: 0px 35px 50px 0px;
    }

p.support-desktop
    {
    display: block;
    }

p.support-mobile
    {
    display: none;
    }

ul.locations-list
    {
    font-size: 24px;
    padding-left: 150px;
    padding-top: 35px;
    line-height: 1.5em;
    }

ul.locations-list a
    {
    color: blue;
    font-weight: bold;
    text-decoration: none;
    }

ul.locations-list a:hover
    {
    text-decoration: underline;
    }

div.locations-item
    {
    width: 327px;
    border: solid #23408b 1px;
    margin: 0px 25px 35px;
    }

div.locations-holder
    {
    width: 327px;
    border: 0px;
    margin: 0px 20px 35px;
    }

div.locations-bar
    {
    border: 0px;
    padding: 7px 0px;
    }

span.locations-heading
    {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3em;
    }

span.locations-city
    {
    font-size: 18px;
    font-weight: normal;
    line-height: 1.3em;
    }

table.branch-info
    {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    width: 100%;
    }

table.branch-info td
    {
    border: 0px;
    padding: 3px 6px;
    }

table.branch-info a
    {
    color: blue;
    text-decoration: none;
    }

table.branch-info a:hover
    {
    text-decoration: underline;
    }

div.locations-anchor
    {
    padding: 25px;
    border: 0px;
    }

.desktop-only
    {
    display: initial;
    }

.mobile-only
    {
    display: none;
    }

img.career-header
    {
    float: right;
    margin: 65px 25px 15px;
    }

ul.job-applications a, div.openings-job-description a
    {
    color: blue;
    text-decoration: none;
    }

ul.job-applications a:hover, div.openings-job-description a:hover
    {
    text-decoration: underline;
    }

div.job-openings
    {
    padding-top: 10px;
    border: 0px;
    margin-bottom: 50px;
    }

span.openings-plus
    {
    font-family: courier;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    background: #888888;
    cursor: pointer;
    font-size: 18px;
    padding: 5px 15px 5px 15px;
    margin: -5px 20px -5px 0px;
    border: none;
    }

div.openings-state
    {
    background: #f2f2f2;
    color: #000000;
    cursor: pointer;
    padding: 5px 0px 5px 0px;
    border: none;
    text-align: left;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    margin: 8px;
    }

div.openings-state:hover
    {
    background: #888888;
    }

div.openings-group
    {
    display: none;
    border: 0px;
    }

div.openings-job-title
    {
    font-size: 18px;
    color: #23408b;
    padding: 5px 25px;
    font-weight: bold;
    border: 0px;
    }

div.openings-job-title:hover
    {
    color: #000000;
    text-decoration: underline;
    cursor: pointer;
    }

div.openings-job-description
    {
    display: none;
    font-size: 18px;
    margin: 0px 0px 25px 45px;
    border: solid #cccccc 1px;
    padding: 15px;
    }

div.blog-title
    {
    font-size: 36px;
    line-height: 1.3em;
    color: #23408b;
    border: 0px;
    }

div.blog-byline
    {
    font-size: 16px;
    border: 0px;
    margin: 10px 0px;
    }

div.blog-byline img
    {
    margin: 0px 5px 0px 20px;
    border: 0px;
    }

div.blog-post
    {
    max-width: 800px;
    margin-bottom: 50px;
    }

div.blog-post p
    {
    font-size: 18px;
    }

div.blog-post p { margin: 10px;}
div.blog-post p.i40  { padding-left: 40px; }
div.blog-post p.i80  { padding-left: 80px; }
div.blog-post p.i120 { padding-left: 120px; }

div.contact-left, div.contact-right
    {
    display: inline-block;
    width: 45%;
    vertical-align: top;
    border: 0px;
    padding-right: 20px;
    margin-bottom: 50px;
    }

div.contact-left
    {
    border-right: solid #cccccc 1px;
    }

div.contact-right
    {
    padding-left: 25px;
    }

div.contact-left p
    {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: solid #cccccc 1px;
    }

div.contact-form-fields form
    {
    border: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    }

div.contact-right form div
    {
    font-size: 18px;
    font-weight: bold;
    width: 45%;
    border: 0px;
    }
    
div.contact-right form input, div.contact-right form select, div.contact-right form textarea
    {
    font-size: 20px;
    width: 90%;
    margin: 5px 0px 20px;
    border: solid #cccccc 1px;
    height: 35px;
    border-radius: 4px;
    }
    
div.contact-right form textarea
    {
    width: 450px;
    height: 250px;
    }
    
div#formfax, div#formfax1, div#formfax2
    {
    position: absolute;
    top: -3000px;
    left: 10px;
    }

/* mobile */
@media screen and (max-width: 700px)
    {
    div.covid div.wrapper
        {
        display: block;
        }

    div.content-social, div.content-covid
        {
        line-height: 1.5em;
        max-width: 700px;
        display: block;
        padding: 10px;
        }

    div.content-social
        {
        text-align: center;
        }

    div.content-social img
        {
        width: 40px;
        height: 40px;
        }

    div.navbar div.wrapper
        {
        display: block;
        padding: 0px 0px 0px 0px;
        }

    div.content-navbar-logo
        {
        padding-left: 25px;
        }

    #navmenu
        {
        display: none;
        background: #23408b;
        }

    #menutoggle, div.content-navbar-logo
        {
        display: inline-block;
        border: 0px;
        vertical-align: middle;
        }

    #menutoggle
        {
        float: right;
        margin: 10px 25px 0px 0px;
        text-align: right;
        padding: 0px 0px 0px 0px;
        }

    div.content-navbar li
        {
        list-style-type: none;
        float: none;
        background: #23408b;
        width: 90%;
        border: 0px;
        border-top: solid #ffffff 1px;
        margin: 0px auto;
        padding: 10px 10px 10px 10px;
        }

    div.content-navbar li a:hover
        {
        color: #ffffff;
        background: #23408b;
        border: 0px;
        }

    div.content-navbar li a, a#catalog
        {
        border: 0px;
        color: #ffffff;
        padding: 7px 60% 7px 20px;
        border: 0px;
        font-size: 18px;
        line-height: 1.0em;
        }

    #catalog
        {
        border: 0px;
        padding: 0px;
        }
        
    div.slider img
        {
        width: 100%;
        height: auto;
        }

    div.about
        {
        text-align: center;
        }

    div.about div.wrapper
        {
        display: block;
        }

    div.about-lr, div.about-mid
        {
        width: auto;
        }

    p
        {
        line-height: 1.5em;
        }

    div.mission p
        {
        font-size: 16px;
        }

    div.p01, div.careers
        {
        padding: 35px 15px 0px 15px;
        text-align: center;
        }

    div.p01 h1, div.careers h1, div.map-header h1, div.content div.wrapper h1
        {
        font-size: 24px;
        border: 0px;
        }

    div.content div.wrapper h2
        {
        font-size: 20px;
        border: 0px;
        }

    div.p01 img, div.careers img
        {
        float: none;
        width: 80%;
        height: auto;
        margin: 0px;
        }

    div.catalog-header
        {
        clear: both;
        margin-top: 40px;
        padding: 10px 0px; 
        }

    div.catalog-header h3, div.map-header h3
        {
        padding-top: 10px;
        }

    div.catalog-browse
        {
        padding: 0px 0px 50px 0px;
        }

    div.catalog-browse div a
        {
        font-size: 16px;
        }

    div.catalog-browse img
        {
        width: 80%;
        height: auto;
        margin: 50px 0px 0px 0px;
        }

    div.catalog-browse-link
        {
        padding: 0px 0px 0px 0px;
        margin: -15px 0px 0px 0px;
        border: 0px;
        }

    div.infodesktop
        {
        display: none;
        }

    div.infomobile
        {
        display: block;
        }

    div.logo-footer
        {
        display: block;
        padding: 0px;
        }

    div.logo-footer img
        {
        width: 100%;
        height: auto;
        margin-top: 15px;
        margin-bottom: 15px;
        }

    div.footer, div.footer div.nobo
        {
        text-align: center;
        padding-top: 35px;
        }

    div.footer div.wrapper
        {
        display: block;
        }

    div.content div.wrapper
        {
        padding-left: 15px;
        padding-right: 15px;
        }

    div.content p video.about-video, div.content p video.hot-commodity, div.content p video.expo-video, p video.home-video
        {
        width: 90%;
        height: auto;
        }

    div.about-vendors
        {
        padding: 5px 0px;
        }

    div.about-vendors img
        {
        width: 100%;
        height: auto;
        }

    div.featured
        {
        display: block;
        margin-bottom: 25px;
        }

    div.featured-item
        {
        width: 94%;
        border: solid #cccccc 2px;
        border-radius: 3px;
        padding: 0px 10px 25px;
        margin: 0px 0px 20px;
        }

    div.featured-item ul
        {
        margin-left: -10px;
        }

    div.services-item
        {
        width: 95%;
        }

    div.services-desc
        {
        line-height: 1.5em;
        }

    div.support img
        {
        float: none;
        width: 80%;
        height: auto;
        margin: 0px;
        }

    div.support div.wrapper
        {
        text-align: center;
        }

    div.support div.wrapper p
        {
        padding: 5px 15px;
        }

    p.support-desktop
        {
        display: none;
        }

    p.support-mobile
        {
        display: block;
        }

    p.support-mobile a
        {
        color: blue;
        }

    ul.locations-list
        {
        font-size: 24px;
        padding-left: 50px;
        padding-top: 15px;
        line-height: 1.5em;
        border: 0px;
        }

    ul.locations-list a
        {
        color: blue;
        font-weight: bold;
        text-decoration: none;
        }

    .desktop-only
        {
        display: none;
        }

    .mobile-only
        {
        display: initial;
        }

    img.career-header
        {
        display: block;
        margin: 10px auto 35px;
        float: none;
        width: 90%;
        height: auto;
        }

    div.openings-job-description
        {
        display: none;
        font-size: 18px;
        margin: 0px auto;
        border: solid #cccccc 1px;
        padding: 15px;
        }

    div.blog-title
        {
        font-size: 30px;
        }

    div.contact-form-fields form
        {
        display: block;
        }

    div.contact-right form div
        {
        width: 90%;
        margin: 0px auto;
        }
        
    div.contact-left, div.contact-right
        {
        width: 95%;
        margin: 0px;
        padding: 0px;
        border: 0px;
        }

    div.contact-right
        {
        margin-bottom: 50px;
        }

    div.contact-right form input, div.contact-right form select
        {
        width: 90%;
        background: white;
        }

    div.contact-right form textarea
        {
        width: 95%;
        height: 200px;
        }
        
    }