.BebasNeuePro-Regular { 
	font-family: BebasNeuePro-Regular;
	font-weight: normal;
	font-style: normal;
}
* {
    box-sizing: border-box;
}
@font-face {
    font-family: Bebas Neue;
    src: url("/fonts/BebasNeue-Regular.ttf");
}
.slicknav_menu {
	display: none;
}
@media screen and (max-width: 40em) {
	.js #menu {
		display:none;
	}
	
	.js .slicknav_menu {
		display:block;
	}
}
@media (max-width:40em) {
  img#menuimage {
    display: none;
  }
}
body {
    display: block;
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular", "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-size: 100%;
    font-style: normal;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    width: 95%;
    padding: 1em;
    margin: auto;
    color: rgb(4, 128, 164);
}
html {
    overflow-y: scroll;
}
footer {
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-size: 80%;
    color: rgb(4, 197, 76);
    text-align: center;
    position: static;
    bottom: 0;
    padding-bottom: 1em;
    padding-top: 1em;
}
p {
    color: rgb(4, 128, 164);
}
a {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;
    font-weight: normal;
    color: rgb(4, 128, 164);
}
a.link {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;  
    font-weight: normal;
}
a.visited {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;
    font-weight: normal;
}
a.active {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;
    font-weight: normal;
}
a.hover {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;
    font-weight: normal;
}
a.focus {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-style: normal;
    font-weight: normal;
}
#nav_menu {
    margin: 0;
}
#nav_menu ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
    float: right;
}
#nav_menu ul li {
    float:left;
    padding: .25em .5em .25em 1.5em;
    color: rgb(4, 128, 164);
}
#nav_menu ul ul {
    display: none;
    position:absolute;
    top: 75%;
    left: 16%;
    padding-top: .25em;
}
#nav_menu ul ul li {
    float: none;
}
#nav_menu ul li:hover > ul {
    display: block;
}
#nav_menu > ul::after {
    content: "";
    display: block;
    clear:both;
}
#nav_menu ul li a {
    text-align: left;
    display: block;
    text-decoration: none;
    background-color: rgb(240, 242, 245);
    color: rgb(4, 128, 164);
    font-weight: normal;
}
#nav_menu ul li.lastitem a {
    width: 178px;
}
#nav_menu ul li a.current {
    color: yellow;
}
#nav_menu ul li a:hover, #nav_menu ul li a:focus, #nav_menu ul li:hover, #nav_menu ul li:focus {
    background-color: transparent;
}
table, th, td {
    text-align: center;
    border: 1px solid black;
}
table {
    border-collapse: collapse;
    width: 100%;
    vertical-align: middle;
}
th {
    text-align: center;
    padding: 10px;
    background-color: rgb(240, 242, 245);
    color: rgb(4, 128, 164);
}
tr {
    text-align: center;
    padding: 10px;
}
td {
    text-align: center;
    padding: 10px;
}
tr:hover {color: rgb(4, 197, 76);
}
h1 {
    color: rgb(4, 128, 164);
    font-size: 350%;
}
h1 {
    color: rgb(4, 128, 164);
    font-size: 350%;
    margin-bottom: 5px;
}
h2 {
    color: rgb(4, 128, 164);
    font-size: 300%
}
h2.index {
    margin-bottom: 15px;
}
h3 {
    color: rgb(4, 128, 164);
    font-size: 250%;
}
h3.index {
    margin-bottom: 15px;
}
h4 {
    color: rgb(4, 128, 164);
    font-size: 200%;
}
h5 {
    color: rgb(4, 128, 164);
    font-size: 150%;
}
h6 {
    color: rgb(4, 128, 164);
    font-size: 125%;
}
p {
    color: rgb(4, 128, 164);
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 10px;
  border: none;
  outline: none;
  background-color: none;
  color: rgb(4, 197, 76);
  cursor: pointer;
  padding: 2px;
  border-radius: 0px;
}
#myBtn:hover {
  background-color: rgb(240, 242, 245);
}
h6.green {
    color: rgb(4, 197, 76);
    font-size: 125%;
}
h3.title {
    color: rgb(4, 128, 164);
    font-size: 150%;
    font-style: italic;
}
h5 img {
    float: left;
    padding-right: 1em;
    padding-bottom: 1em;
}
.antidiscrimination {
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-size: 125%;
    color: red;
    text-align: center;
    font-weight: bold;
}
.nspl {
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    text-align: center;
    color: rgb(4, 197, 76);
    font-size: 150%;   
}
.copyright {
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-size: 65%;
    color: rgb(0, 0, 0);
    text-align: center;    
}
.verified {
    border-radius: 10px;
    text-align: center;
}
h5.verified {
    border-radius: 10px;
    text-align: center;
}
.indexlogo {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
}
.ins {
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    color: rgb (255, 0, 0);
    text-align: center;
}
.telehealth {
    background-color: rgb(240, 242, 245);
    font-family: "BebasNeuePro-Regular"; "Bebas Neue", "Arial", "Tahoma", "sans-serif";
    font-size: 100%;
    color: rgb(4, 197, 76);
    text-align: center;
}
.name {
    color: rgb(4, 128, 164);
    font-size: 350%;
}
.greeting {
    color: rgb(4, 128, 164);
    font-size: 300%
}
.slogan {
    color: rgb(4, 128, 164);
    font-size: 250%;
}
.slogan {
    color: rgb(4, 128, 164);
    font-size: 200%;
}
.banner {
    color: rgb(4, 128, 164);
    font-size: 150%;
}
.nsplbanner {
    color: rgb(4, 128, 164);
    font-size: 125%;
}
.ota {
    float:left;
    clear: none;
}
.mgr {
    float: right;
    clear: none;
}