@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), url(mem8YaGs126MiZpBA-UFVZ0b.woff2) format('woff2');
}

body, h1, h2, p, td, li {
    font-family: 'Open Sans', 'Segoe UI', 'sans-serif';
    font-size: 12pt;
}

h1 {
    font-size: 2rem;
    font-weight: bold;
    margin-top: 0.75em;
    width: 100%;
    border-bottom: .1em solid #e0f0ff;
}

h2 {
    font-size: 1.33rem;
    font-weight: bold;
    margin-top: 1em;
}

h3 {
    font-size: 1.0rem;
    font-weight: bold;
    margin-top: 1em;
}

a {
    color: inherit !important;
    text-decoration: none;
}

a:hover, a:active, a:focus, a:visited { text-decoration: none; }

.link { text-decoration: underline !important; }

.link:hover { color: #2040e0 !important; }

.zoom { cursor: zoom-in; }

.inndata {
    height: auto;
    width: 150px;
}

.pixup-shot {
    cursor: zoom-in;
    max-height: 317px;
    max-width: 95%;
}

#header, #header > div, #title-xs {
    -moz-transition: top 0.25s, color 0.25s;
    -o-transition: top 0.25s, color 0.25s;
    -webkit-transition: top 0.25s, color 0.25s;
    transition: top 0.25s, color 0.25s;
}

#header {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  height: 140px;
  line-height: normal;
  max-width: 1600px;
  position: fixed;
  top: 0;
  user-select: none;
  width: 100%;
  z-index: 1;
}

#headerTop {
    background: #2196F3;
    height: 70px;
    overflow-x: hidden;
    color: white;
}

#logo {
    -webkit-font-smoothing: antialiased;
    cursor: pointer;
    display: inline-block;
    font-family: Sans-serif;
    font-size: 40px;
    left: 0;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    vertical-align: bottom;

    white-space: nowrap;
    width: 220px;
    z-index: 2;
    font-family: Tahoma,Arial,Sans-serif;
}

#logo .a {
    font-style: italic;
    font-weight: bold;
    display:inline-block;
    vertical-align:top;
}
#logo .b {
    font-style: normal;
    font-weight: bold;
    display:inline-block;
    vertical-align:top;
    margin-left:0.15em;
}

#logo .p {
    font-style: normal;
    font-weight: bold;
    padding-left: 2px;
    display:inline-block;
    vertical-align:top;
    margin-left:0.05em;
}
#logo .ro {
    font-style: normal;
    font-weight: normal;
    padding-left: 2px;
    display:inline-block;
    vertical-align:top;
}

#logo img {
    height: 20%;
    left: -5px;
    position: relative;
    top: 0px;
    transition: top 0.25s;
    vertical-align: top;
    width: 20%;
}

#title-xs {
    display: none;
    float: left;
    line-height: normal;
    padding-left: 15px;
    z-index: 0;
    font-size: 10pt;
    padding-top: 0.5em;
    position: absolute;
}
#title-sm {
    z-index: 2;
    height: 100%;
    left: 215px;
  top: 0.5rem;
    overflow: hidden;
    position: absolute;
}
#title-md {
    left: 215px;
    top: 0.5rem;
    overflow: hidden;
    position: absolute;
}

.line0 { font-size: 0.75rem; }
.line1 { font-size: 1.17rem; font-weight: bold; }
.line2 { font-size: 0.83rem; }

.contact {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.5em;
    padding-right: 1em;
    text-align: right;
    font-size: 0.83rem;
}

#menu {
    background-color: #204080;
    color: #ffffff;
    height: 70px;
    left: 0;
    line-height: 35px;
    margin: 0;
    position: absolute;
  
    top: 70px;
    vertical-align: middle;
    white-space: nowrap;
    width: 100%;
}

#menu-sm {
    font-size: 28px;
    line-height: 60px;
    padding-right: 15px;
    text-align: right;
}
#menu-sm-main {
    font-size: 1.4rem;
}
.hamburger {
    font-size: 2rem;
    font-weight: bold;
}
#menu-sm-sub {
    background-color: #3060A0;
    display: none;
    font-size: 1.25rem;
    right: 0;
    line-height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
    position: absolute;
    top: 70px;
    width: auto;
}
#menu-sm-sub.expanded { display: block; }
#menu-sm-sub a {
    border-right: solid 5px black;
    display: block;
    margin-top: 5px;
    margin-bottom: 25px;
    margin-right: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

#menu-sm-sub a:hover { border-right: solid 5px #e0f0ff; }
#menu-sm-sub a.active { border-right: solid 5px white; }

#menu-md {
    display: none;
    margin-top: 10px;
    padding-left: 215px;
}
#menu-md a {
    border-bottom: solid 5px black;
    font-size: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
}
#menu-md a.active { border-bottom: solid 5px white; }
#menu-md a:hover { border-bottom: solid 5px #e0f0ff; }

#body {
    margin-top: 160px;
    max-width: 1600px;
    min-width: 320px;
    /* 15px padding required for bootstrap */
    padding-left: 15px;
    padding-right: 15px;
}

#content {
    display: block;
}
#content img {
    margin-bottom: 1em;
}

#footer {
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    background-color: #204080;
    bottom: 0;
    color: #ffffff;
    font-size: 0.7rem;
    margin: 0;
    max-width: 1600px;
    opacity: 0;
    padding-bottom: 2px;
    padding-left: 1em;
    padding-top: 2px;
    position: fixed;
    transition: opacity 0.5s;
    width: 100%;
}

@media screen and (min-width: 1200px) {
    html, body, p, td {
        line-height: 1.7;
    }
}
