* {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    box-sizing: border-box;
}
*:focus {
    outline: none;
}
html {
    color: rgb(0, 0, 30);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 16px;
}
@media screen and (min-width: 1px) {
    html {
        font-size: 8px;
    }
}
@media screen and (min-width: 300px) {
    html {
        font-size: 9px;
    }
}
@media screen and (min-width: 350px) {
    html {
        font-size: 10px;
    }
}
@media screen and (min-width: 400px) {
    html {
        font-size: 11px;
    }
}
@media screen and (min-width: 450px) {
    html {
        font-size: 12px;
    }
}
@media screen and (min-width: 650px) {
    html {
        font-size: 13px;
    }
}
@media screen and (min-width: 800px) {
    html {
        font-size: 14px;
    }
}
@media screen and (min-width: 1000px) {
    html {
        font-size: 15px;
    }
}
@media screen and (min-width: 1200px) {
    html {
        font-size: 16px;
    }
}
@media screen and (min-width: 1400px) {
    html {
        font-size: 17px;
    }
}
body {
    background-color: rgb(255, 255, 255);
    height: 100vh;
}
.flex_section {
    padding: 1rem;
    margin: 1rem;
    border: 1px solid rgb(200,200,200);
    box-shadow: 0px 2px 3px rgba(100, 100, 100, 0.5), inset 0 1px 0 0 rgb(255,255,255);
    border-radius: 0.33rem;
    background-image: linear-gradient(to bottom, rgb(240,240,240) 0%, rgb(255,255,255) 100%);
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 26rem;
    min-width: 20rem;
}
.flex_frame {
    display: flex;
    flex-shrink: 0;
    flex-grow: 4;
    flex-flow: column;
    min-width: 28rem;
}
.flex_frame iframe {
    border: 1px solid rgb(46, 88, 76);
    margin: 0.5rem 0;
    max-width: 100%;
    max-height: 24rem;
}
.flex_full {
    flex-shrink: 0;
    flex-grow: 100;
    flex-basis: 90%;
}
.f_center {
    align-items: center;
    align-content: center;
    background-position: center center;
    justify-content: center;
}
.f_row {
    display: flex;
    flex-flow: row wrap;
}
.f_column {
    display: flex;
    flex-flow: column wrap;
}
.f_nowrap {
    flex-wrap: nowrap;
}
.f_jcsa {
    justify-content: space-around;
}
.body_container {
    background: rgb(255, 255, 255);
    background-image: linear-gradient(to bottom, rgba(246, 244, 235, 0.9) 0%, rgba(196, 194, 185, 0.9) 100%), url("../images/texture.jpg");
    background-position: left top;
    background-repeat: repeat;
    background-size: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.section {
    padding: 1rem;
}
table.section td {
    padding: 0.5rem;
}
#header_container {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    background-color: rgb(255,255,255);
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(230, 230, 230) 5%, rgb(255, 255, 255) 95%, rgb(180, 180, 180) 100%);
    border-top: 1px solid rgb(80, 100, 100);
    border-bottom: 1px solid rgb(80, 100, 100);
    align-content: center;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    vertical-align: middle;
    min-width: 280px;
    flex-shrink: 0;
}
.header_left {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.header_middle {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-grow: 8;
}
.header_right {
    align-content: center;
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin-left: auto;
}
.footer_container {
    background-color: rgb(255,255,255);
    background-image: linear-gradient(rgb(255, 255, 255) 0%, rgb(230, 230, 230) 5%, rgb(255, 255, 255) 95%, rgb(180, 180, 180) 100%);
    border-top: 1px solid rgb(80, 100, 100);
    color: rgb(0,40,40);
    flex-grow: 0;
    flex-wrap: wrap-reverse;
    font-size: 0.75rem;
    padding: 0.2rem;
}
h1 {
    color: rgb(0, 80, 135);
    font-size: 2.5rem;
    font-variant-caps: small-caps;
    font-weight: bold;
    line-height: 2.5rem;
    text-align: center;
    text-shadow: 0px 1px 1px rgb(50, 50, 50);
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    transition: font-size 250ms, line-height 250ms;
}
h3 {
    color: rgb(0, 40, 95);
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.2rem;
    text-align: center;
}
#hipaa {
    width: 6.25rem;
    height: 3.5rem;
    transition: width 250ms, height 250ms;
}
#hipaa > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.logo {
    flex-grow: 1;
    height: 4.2rem;
    width: 4.2rem;
    transition: width 250ms, height 250ms;
}
.logo > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.lang_wrapper {
    display: inline-block;
    position: relative;
    flex-grow: 1;
    width: 6.5rem;
}
.lang_container {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    position: absolute;
    right: 0;
    top: 0;
    width: 6.5rem;
    z-index: 99;
}
#lang_button {
    display: flex;
    flex-flow: row;
    align-content: center;
    background-position: center center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border: 1px solid rgb(80, 100, 100);
}
#lang_select {
    display: none;
    flex-flow: column;
    flex-wrap: nowrap;
    align-content: center;
    background-position: center center;
    justify-content: center;
    align-items: stretch;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(80, 100, 100);
    box-shadow: 4px 4px 3px rgba(100, 100, 100, 0.7);
}
.lang_drop {
    width: 0.9em;
    font-size: 0.9em;
    line-height: 0.9em;
    display: flex;
    align-content: center;
    background-position: center center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding-right: 0.3em;
    transition: font-size 250ms, line-height 250ms, width 250ms;
}
.lang_option {
    display: flex;
    flex-flow: row;
    align-content: center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgb(200,200,200);
    background-color: rgb(255, 255, 255);
}
#lang_button:hover, .lang_option:hover {
    cursor: pointer;
    background-color: rgb(225, 255, 225);
}
.lang_flag {
    display: flex;
    height: 1.4em;
    flex-grow: 0;
    padding: 0.2em;
}
.lang_text {
    padding: 0.2em 0.4em 0.2em 0;
    display: flex;
    font-size: 0.9em;
    line-height: 0.9em;
    display: flex;
    flex-grow: 1;
    align-content: center;
    background-position: center center;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    transition: font-size 250ms, line-height 250ms;
}
.lang_flag > img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    transition: width 250ms, height 250ms;
}
#header_container.small #hipaa {
    width: 3.125rem;
    height: 1.75rem;
    transition: width 250ms, height 250ms;
}
#header_container.small .logo {
    flex-grow: 1;
    height: 2.1rem;
    width: 2.1rem;
    transition: width 250ms, height 250ms;
}
#header_container.small h1 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    transition: font-size 250ms, line-height 250ms;
}
#header_container.small .lang_wrapper {
    font-size: 0.6em;
    line-height: 0.6em;
    width: 4rem;
    transition: font-size 250ms, line-height 250ms, width 250ms;
}
::-webkit-scrollbar {
    width: 1rem;
    height: 1rem;
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 2px rgb(0, 0, 0);
}
::-webkit-scrollbar-thumb {
    background-image: linear-gradient(
        rgba(255, 255, 255, 0.7) 0%, 
        rgba(230, 230, 230, 0.7) 1%, 
        rgba(255, 255, 255, 0.7) 45%, 
        rgba(220, 220, 220, 0.7) 46%, 
        rgba(255, 255, 255, 0.7) 47%, 
        rgba(200, 200, 200, 0.7) 48%, 
        rgba(255, 255, 255, 0.7) 49%, 
        rgba(180, 180, 180, 0.7) 50%, 
        rgba(255, 255, 255, 0.7) 51%, 
        rgba(200, 200, 200, 0.7) 52%, 
        rgba(255, 255, 255, 0.7) 53%, 
        rgba(220, 220, 220, 0.7) 54%, 
        rgba(255, 255, 255, 0.7) 55%, 
        rgba(230, 230, 230, 0.7) 99%, 
        rgba(180, 180, 180, 0.7) 100%);
    border-radius: 2px;
    border: 1px solid rgb(80, 100, 100);
}
::-webkit-scrollbar-thumb:hover {
    background-image: linear-gradient(
        rgb(255, 255, 255) 0%, 
        rgb(230, 230, 230) 1%, 
        rgb(255, 255, 255) 45%, 
        rgb(220, 220, 220) 46%, 
        rgb(255, 255, 255) 47%, 
        rgb(200, 200, 200) 48%, 
        rgb(255, 255, 255) 49%, 
        rgb(180, 180, 180) 50%, 
        rgb(255, 255, 255) 51%, 
        rgb(200, 200, 200) 52%, 
        rgb(255, 255, 255) 53%, 
        rgb(220, 220, 220) 54%, 
        rgb(255, 255, 255) 55%, 
        rgb(230, 230, 230) 99%, 
        rgb(180, 180, 180) 100%);
}
::-webkit-input-placeholder {
    font-style: italic !important;
    opacity: 0.5 !important;
}
::-moz-placeholder {
    font-style: italic !important;
    opacity: 0.5 !important;
}
::-ms-placeholder {
    font-style: italic !important;
    opacity: 0.5 !important;
}
::placeholder {
    font-style: italic !important;
    opacity: 0.5 !important;
}
a {
    color: rgb(0, 100, 120);
    font-weight: bold;
    text-decoration: underline;
}
a:hover {
    color: rgb(0, 150, 60);
}
ul {
    padding-left: 2rem;
    padding-top: 0.5rem;
}
li {
    padding-left: 0.5rem;
    padding-bottom: 0.5rem;
}
li::marker {
    color: rgb(0, 120, 0);
}
p {
    text-indent: 1rem;
    padding-bottom: 0.25rem;
}
.padded {
    padding: 0.25rem;
}
.margined {
    margin: 0.25rem;
}
#navbar_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    border-top: 1px solid rgb(80, 100, 100);
    border-bottom: 1px solid rgb(80, 100, 100);
    background-color: rgb(4, 77, 128);
    background-image: linear-gradient(to bottom, rgb(197,222,234) 0%, rgb(6,109,171) 2px, rgb(4,77,128) 99%, rgb(2,38,64) 100%);
    align-content: center;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    vertical-align: middle;
    font-size: 1.8rem;
    line-height: 1.8rem;
    transition: font-size 250ms, line-height 250ms;
}
#navbar_container.small {
    background-image: linear-gradient(to bottom, rgb(197,222,234) 0%, rgb(6,109,171) 1px, rgb(4,77,128) 99%, rgb(2,38,64) 100%);
    font-size: 0.9rem;
    line-height: 0.9rem;
    transition: font-size 250ms, line-height 250ms;
}
#navbar_container.error {
    border-top: 1px solid rgb(100, 80, 80);
    border-bottom: 1px solid rgb(100, 80, 80);
    background-color: rgb(160, 20, 20);
    background-image: linear-gradient(to bottom, rgb(230, 80, 80) 0%, rgb(160, 20, 20) 1px, rgb(150, 10, 10) 99%, rgb(100, 0, 0) 100%);
}
#nav_menu {
    display: flex;
    flex: 0 0 3em;
    transform: scaleX(1.5);
    text-align: center;
    vertical-align: middle;
    padding: 0.2em;
    min-height: 0;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    justify-content: space-around;
    align-self: center;
    text-shadow: 0px 2px 2px rgb(0, 0 ,0);
}
#nav_menu:hover {
    cursor: pointer;
    text-decoration: none;
    color: rgb(0, 255 ,0);
}
.navbar_column {
    display: flex;
    flex: 1 1;
    min-height: 0;
    flex-direction: column;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    transition: font-size 250ms, line-height 250ms;
}
.navbar_title_container {
    display: flex;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    font-variant-caps: small-caps;
    min-height: 0;
    padding: 0.2em;
    padding-right: 3em;
    text-decoration: none;
    color: rgb(255, 255, 255);
    font-size: 0.9em;
    justify-content: space-around;
    text-shadow: 0px 2px 2px rgb(0, 0 ,0);
}
.navbar_title_container > h2 {
    font-variant-caps: small-caps;
    font-size: inherit;
}
#navbar_inner_container {
    display: none;
    flex: 1 1;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1em;
    transition: font-size 250ms, line-height 250ms;
}
.nav_link, .nav_link:link, .nav_link:visited {
    display: flex;
    white-space: nowrap;
    flex: 1 1 7em;
    text-align: center;
    vertical-align: middle;
    font-variant-caps: small-caps;
    min-height: 0;
    padding: 0.2em 0.4em;
    text-decoration: none;
    color: rgb(205, 225, 255);
    font-size: 0.9em;
    justify-content: space-around;
    text-shadow: 0px 2px 2px rgb(0, 0 ,0);
}
.nav_link:hover {
    cursor: pointer;
    background-color: rgba(2, 38, 64, 0.5);
    text-decoration: none;
    color: rgb(0,255,0);
}
#content_container {
    flex-grow: 1;
    height: 100%;
    overflow: auto;
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 1rem;
    padding-left: 0.5rem;
    scrollbar-gutter: stable both-edges;
}
#content_container.vcondensed {
    padding-bottom: 4rem;
}
.link_title {
    font-size: 1.25rem;
    text-decoration: none;
    color: rgb(0, 80, 80);
}
.footer_link, .footer_link:link, .footer_link:visited {
    vertical-align: middle;
    display : flex;
    align-items : center;
    min-height: 0;
    margin-left: 6px;
    margin-right: 6px;
    white-space: nowrap;
    flex-shrink: 0;
    text-decoration: none;
    color: rgb(0,40,40);
}
.footer_link:hover {
    text-decoration: underline;
    color: rgb(0,80,80);
}
.flex_filler {
    flex-grow: 1;
    flex-shrink: 0;
}
.flex_spacer {
    flex-grow: 0;
    flex-shrink: 0;
    width: 1rem;
    height: 1rem;
}
.tile_container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr));
    gap: 1rem;
}
.nowrap {
    white-space: nowrap;
}
.wrap {
    white-space: normal;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.underline {
    text-decoration: underline;
}
.strikethrough {
    text-decoration: line-through;
}
.sup {
    display: inline-block;
    font-size: 0.6em;
    line-height: 0.6em;
    vertical-align: top;
    position: relative;
    top: -1px;
}
.sub {
    display: inline-block;
    font-size: 0.6em;
    line-height: 0.6em;
    vertical-align: bottom;
    position: relative;
    bottom: -1px;
}
.red {
    color: rgb(180, 30, 30) !important;
}
.hidden {
    visibility: hidden !important;
}