/* * * * *  Main Styles  * * * * */
body {
  width: 100%;
  height: 100%;
  color: #FFF;
  background-color: #2d2d2d;
  min-width: 370px !important;
  width: auto !important;
  font-family: 'Verdana', 'Arial', 'Sans-Serif' !important;
  -ms-overflow-style: none;
  
}

a {
  color: #2D2D2D;
}

a:hover {
  color: #FFF;
}
/* 
a:visited {
  text-decoration: none;
}

a:visited:hover {
  color: #FFF;
} */

.h-100 {
  height: 100%;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.container {
  min-width: 370px !important;
}

.hfdoc::-webkit-scrollbar { 
  display: none; 
}

.hfdoc {
  overflow: -moz-scrollbars-none; 
}

#Button1.btn-lg {
  margin-top:20px;
  padding: 15px 50px;
  font-size: 1.3em;
}




.form-control {
  background-color: #FFF;
  color: #cbc5c5;
}

.container {
  max-width: 90%;
}

.container-fluid {
  max-width: 100%;
}

.text-grey {
  color: #cbc5c5;
}

.borderbottomwhite {
  border-bottom: 1px solid #c4c6c8;
}

.pb5 {
  padding-bottom: 5%;
}

.leftcontent {
  overflow: hidden;
}

.leftcontent>div {
  position: relative;
  display: inline-block;
  right: 110%;
}

.rightcontent {
  width: 100%;
  overflow: hidden;
}

.rightcontent>div {
  position: relative;
  display: inline-block;
  left: 110%;
}

.bottomcontent {
  width: 100%;
  overflow: hidden;
}

/* .bottomcontent>div {
  position: relative;
  display: inline-block;
  right: 110%;
} */

.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 0px;
  right: 20px;
  display: none;
  z-index: 9989;
}

#back-to-top {
  color: #FFF;
  border-radius: 0px;
}

.pageTop {
  margin-top: 60px;
}

.marginbottom {
  margin-bottom: 30px;
}

.marginbottomless {
  margin-bottom: 15px;
}

.marginTop {
  margin-top: 30px;
}

.marginTopmore {
  margin-top: 120px;
}

.marginTopLess {
  margin-top: 15px;
}

.minusmargin {
  margin-top: -10px;
}

.marginTopadjust {
  margin-top: 175px;
}

.containervcenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.smallIcons {
  max-height: 50px;
  float: left;
  margin: 5px 5px 0px 5px;
}

.panel-heading h1 {
  display: table-cell;
  font-size: 2.6em !important;
}

.panel-body h5 {
  font-size: .9em;
}

.table-responsive {
  border: none !important;
}

.text-vcenter {
  display: table-cell;
  text-align: center;
  display: block;
  margin-top: 100px;
}

.text-vcenter h1 {
  font-size: 2.6em;
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
}

#headerdiv {
  padding-top: 10px;
  padding-bottom: 15px;
}

.report ul {
  list-style: none;
}

.download_ppt {
  font-size: 15px;
  padding: 10px;
}

#page-top .btn-default {
  background-color: #2d2d2d;
  color: #FFF;
  border-radius: 0px;
  border: none;
}

#page-top .btn-default:hover {
  background-color: #FFF;
  color: #2d2d2d;
}

#popHealth .btn-default:hover,
#mapsection .btn-default:hover {
  background-color: #FFF;
  color: #2d2d2d;
}

#popHealth .btn-default,
#mapsection .btn-default {
  background-color: #2d2d2d;
  color: #FFF;
  border-radius: 0px;
  border: .5px solid #fff;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background-color: #2d2d2d !important;
  color: #FFF !important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background-color: #2d2d2d !important;
  color: #FFF !important;
}

.dropdown-menu {
  background-color: #FFF;
  color: #2d2d2d;
}

.dropdown-menu>li>a {
  border-radius: 0px !important;
  color: #2d2d2d !important;
}


/* * * * * Nav Styles * * * * */
#topnav .navbar-brand {
  padding: 15px 0px 0px 0px;
  height: auto;
}

.navlogo {
  display: inline-block;
  max-width: 300px;
}

.navlogos {
  display: inline-block;
  max-width: 90px;
}

.navbar-header {
  text-align: center;
}

.navbar-toggle {
  border: thin solid #8E8E8E;
  color: hsla(0, 0%, 32%, 1.00);
  float: left;
  font-size: .8em;
  margin-right: 0;
  margin-left: 10px;
  padding-top: 10px;
  margin-top: -45px;
  position: relative;
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 500px;
}

.topNavBaseScroll {
  transition: all .3s;
  height: auto;
  background-color: #FFFFFF;
  border: none;
}

.topNavScrolling {
  padding: 10px;
  height: 5px;
  background-color: #FFFFFF;
  border: none;
  margin-top: -30px;
  transition: all .3s;
}

.topNavScrolling img {
  transition: all .3s;
  margin-top: -46px;
}

.topNavBaseScroll img {
  transition: all .3s;
}

#bottomnavbar {
  top: 45px;
  height: 98px;
  margin: 0 auto;
  border-bottom: none;
}

#navcollapse {
  font-size: 16px;
  width: 1100px;
  margin: 0 !important;
}

.navbar ul {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

#navcollapse {
  transform: translateX(-35%);
  left: 50%;
}

.dropdown-menu {
  padding: 0px 0;
  top: 95%;
  border-radius: 5px;
}

.dropdown-menu>li>a {
  padding: 8px 20px 5px 20px;
  border-radius: 5px;
}

#hfnav {
  transform: translateX(-50%);
  left: 49%;
  position: absolute;
}

#asthmanav {
  transform: translateX(-50%);
  left: 49%;
  position: absolute;
}

.brand {
  display: inline-block;
  transform: translateX(-50%);
  left: 50%;
  position: relative;
  margin-top: -10px;
  margin-bottom: 8px;
}

.list {
  height: auto;
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/*  --------Overlay Nav----------- */
.navheader {
  border-bottom: 1px solid #c4c6c8;
  padding-bottom: 10px;
  color: #69CBDF;
  width: 80%;
  font-size: 2.4em;
  margin: 20px auto;
}

nav {
  text-align: center;
  width: 100%;
  position: relative;
  height: auto;
  overflow: visible;
  background: none;
  transition: all .2s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
}

.bottomNavBaseScroll {
  margin-top: 42px;
}

@media all and (max-width: 768px) {
  .bottomNavBaseScroll {
    margin-top: 42px;
  }
}

@media all and (max-width: 480px) {
  .bottomNavBaseScroll {
    margin-top: 20px;
  }


  .navlogos {
    max-width: 60px;
  }

  .topNavBaseScroll {
    margin-bottom: 0px;
  }

  .topNavBaseScroll img {
    max-width: 50px;
  }
}

.bottomNavBaseScroll {
  background-color: #2d2d2d;
  border-top: none;
  z-index: 1016;
}

.bottomNavBaseScroll img {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  margin-top: 8px;
  max-width: 350px;
  z-index: 999;
}

.bottomNavScrolling img {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  margin-top: 5px;
  max-width: 200px;
}

.bottomNavScrolling {
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  background-color: #2d2d2d;
  margin-top: 0px;
  border-top: none;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(44, 45, 46, 0.92);
  -moz-box-shadow: 0px 1px 3px 0px rgba(44, 45, 46, 0.92);
  box-shadow: 0px 1px 3px 0px rgba(44, 45, 46, 0.92);
}

.bottomNavBaseScroll ul {
  list-style: none;
}

.bottomNavScrolling ul {
  list-style: none;
}

#overlaynav .navItem {
  vertical-align: middle;
  display: inline-block;
  color: #FFF;
  padding: 0px 20px;
  background-color: transparent;
  transition: all .2s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  border-radius: 4px;
  margin-bottom: 10px;
}

#overlaynav h5 {
  font-size: 1.2em;
}

#overlaynav a {
  color: #FFF;
}

#overlaynav .navItem:hover {
  color: #FFF;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
}

#overlaynav .greycolor:hover {
  background-color: #7d7d88;
}

#overlaynav .dbcolor:hover {
  background-color: #4069AE;
}

#overlaynav .ldcolor:hover {
  background-color: #EC6655;
}

#overlaynav .racolor:hover {
  background-color: #FEC744;
}

#overlaynav .hpdcolor:hover {
  background-color: #425A6F;
}

/*styling open close button*/
.bottomNavBaseScroll .button {
  display: inline;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 999;
  font-size: 40px;
}

.bottomNavScrolling .button {
  display: inline;
  position: absolute;
  right: 50px;
  top: 0px;
  z-index: 999;
  font-size: 30px;
}

.button a {
  text-decoration: none;
}

@media all and (max-width: 768px) {
  .bottomNavBaseScroll img {
    max-width: 300px;
  }


}

@media all and (max-width: 480px) {
  .button {
    display: inline;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    font-size: 30px;
  }
  .bottomNavScrolling img {
    margin-top: 10px;
  }
  .bottomNavBaseScroll img {
    max-width: 250px;
  }
  .bottomNavBaseScroll .button {
    display: inline;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    font-size: 35px;
  }
  
  .bottomNavScrolling .button {
    display: inline;
    position: absolute;
    right: 20px;
    top: 0px;
    z-index: 999;
    font-size: 30px;
  }

}

.btn-open {
  
  padding: 5px;
}

.btn-open:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0c9";
  font-size: .8em;
  transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.btn-open:hover:after {
  color: #7d7d88;
}

.btn-close {
  background-color: #2d2d2d;
  padding: 5px;
}

.btn-close:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: .8em;
  content: "\f00d";
  transition: all .2s linear 0s;
  transition-property: all .2s linear 0s;
  -moz-transition: all .2s linear 0s;
  -webkit-transition: all .2s linear 0s;
  -o-transition: all .2s linear 0s;
}

.btn-close:hover:after {
  color: #7d7d88;
}

/*overlay*/
.overlay {
  display: none;
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2d2d2d;
  overflow: auto;
  z-index: 999;
}

#overlaynav ul {
  list-style: none;
  text-align: center;
  padding-inline-start: 0px;
  -webkit-margin-before: 0em;
  -webkit-margin-after: 0em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  -webkit-padding-start: 0px;


}

.wrap {
  color: #cbc5c5;
  text-align: center;
  /* max-width: 90%; */
  margin: 0 auto;
}



.wrap {
  border-bottom: 1px solid #575757;
  padding: 150px 0px 100px;
}

@media all and (max-width: 480px) {
  .wrap {
    padding: 90px 0px 100px;
  }
}

.wrap ul.wrap-nav li {
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  width: 24%;
  position: relative;
}

.wrap ul.wrap-nav li a {
  color: #6666ff;
  display: block;
  padding: 8px 0;
  text-decoration: none;
  transition: all .3s linear 0s;
  transition-property: all .3s linear 0s;
  -moz-transition: all .3s linear 0s;
  -webkit-transition: all .3s linear 0s;
  -o-transition: all .3s linear 0s;
}

@media(min-width:767px) {
  .navbar {
    padding: 20px 0;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
  }

  .top-nav-collapse {
    padding: 0;
  }
}



/* * * * * Login page styles * * * * */
.login {
  z-index: 999999999;
  padding-bottom: 50px;
  min-height: 100vh;
  height: 100vh;
  display: block;
  width: 100%;
  text-align: center;
  background: url(../images/Backgrounds/Header_dark.png) no-repeat fixed;
  background-color: #2d2d2d;
  display: table;
  overflow: auto;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.sanofilogo {
  max-width: 100px;
  margin: 5px 5px;
}

.sanofi {
  background-color: #FFFFFF;
  width: 100%;
  display: inline-block;
  border-bottom: thin solid #868686;
}

.loginlogo {
  margin: 0 auto;
  padding: 10px 0px;
  max-width: 400px;
}

.slides {
  line-height: 30px;
}

.bottomLine {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #6E6E6E;
}

btn-block :hover {
  color: #fff;
  text-decoration: none;
}

a[href^="tel:"] {
  color: #69CBDF;
  display: inline-block;
}

.logInButton {
  color: #FFFFFF !important;
  text-decoration: none;
  background-color: #DE6226;
}

a:hover {
  text-decoration: none;
}

#logInPanel {
  background-color: rgba(45, 45, 45, 1);
  border: 2px solid #FFF;
  border-radius: 10px;
}

.center-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}




.form-control {
  background-color: #2d2d2d;
  color: #FFF;
}

@media all and (max-width: 991px) {}

@media all and (max-width: 768px) {}

@media all and (max-width: 480px) {
  .login h1 {
    font-size: 25px;
  }

  .login p {
    font-size: 9px;
  }

  .login h3 {
    font-size: 15px;
  }
}



/* * * * * Footer * * * * */
#overlaynav .page-footer {
  background-color: #2d2d2d;
  color: #c4c6c8;
}

#overlaynav .page-footer p {
  color: #c4c6c8;
}

#overlaynav .page-footer a {
  color: #c4c6c8;
}

#overlaynav .page-footer a:hover {
  color: #7d7d88;
}

.page-footer p {
  color: #2d2d2d;
  font-size: .8em;
}

.page-footer h6 {
  font-size: 1em;
  color: #2D2D2D;
}

.overlay .page-footer h6 {
  font-size: 1em;
  color: #c4c6c8;
}

.btn-responsive {
  font-size: 1.1em;
}

.mapsectionimage {
  margin: 0 auto;
  width: 70%;
}

.page-footer a:link {
  color: #2d2d2d;
}
.page-footer a:visited {
  color: #2d2d2d;
}

.page-footer a:hover {
  text-decoration: none;
  color: #FFF;
}

.page-footer {
  background-color: #7d7d88;
  padding-top: 20px;
  padding-bottom: 20px;
  border-color: #2d2d2d;
}



/* * * * * Home Page Sections * * * * */
.home {
  background: url(../images/Backgrounds/Header_Sides.png)no-repeat fixed;
  display: table;
  height: 100%;
  min-height: 80vh;
  height: 80vh;
  overflow: auto;
  position: relative;
  width: 100%;
  background-color: #2d2d2d;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.mainHead {
  font-size: 2.4em;
}
.headerHover .fas {
  margin-bottom: 10px;
}
#rightblock {
  background-color: rgba(45, 45, 45, 0.8);
  border-radius: 5px 0px 0px 5px;
  padding: 10px;
  border-right: 0px;
  webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
}

.rightcontent .diyHeader {
  color: #FFF;
  border-color: #FFF;
}

#rightblock .btn-sm {
  font-size: 8px;
}

#rightblock .btn-md {
  font-size: .7em;
}

#rightblock .card-title {
  line-height: 20px;
  margin: 0px;
  color: #FFF;
}

#rightblock .card-body {
  margin-bottom: 10px;
  overflow: auto;
  min-height: 100px;
  background-color: #2d2d2d;
}

#rightblock .card {
  border: none;
  margin-bottom: 10px;
}

#rightblock .card-title {
  margin: 0px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cbc5c5;
}



@media screen and (max-width:995px) {
  #rightblock {
    border-radius: 0px 0px 0px 0px;
    border-left: 0px;
  }
}


.toptext {
  background-color: rgba(45, 45, 45, 0.4);
    webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
  border-radius: 5px;
  padding: 20px 0px; 
}

.text-white {
  color: #FFF;
}

.home sup {
  font-size: 18px;
  margin-left: 5px;
}

.introText {
  font-size: 1em;
  line-height: 30px;
}

.newIcons {
  height: 28px;
}

.headerHover .introText {
  line-height: 20px;
}

.text-grey a {
  color: #cbc5c5;
}

.headerHover {
  padding-top: 10px;
  margin-top: -10px;
  transition: all .3s;
  border-radius: 5px;
  margin-bottom: 20px;
  color: #FFF;
}

.headerHover p {
  border-radius: 0px 0px 5px 5px;
  transition: all .3s;
  margin: 0 auto;
}

.headerHover:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  background-color: #69CBDF;
  color: #FFF;
  border-radius: 5px;
}

#rightblock .col-xs-6 {
  padding-left: 25px;
  padding-right: 25px;
}

.headerHover:hover p {
  background-color: #7d7d88;
  color: #FFF;
  border-radius: 0px 0px 5px 5px;
}

.headerHover .showhide {
  padding-top: 5px;
}

#home a:focus {
  text-decoration: none;
}

#hpdHover .headerHover:hover{
  background-color: #425A6F;
}

#OncologyHover .headerHover:hover {
  background-color: #009d4f;
}
#RAhover .headerHover:hover{
  background-color: #FEC744;
}

#commHover .headerHover:hover{
  background-color: #79dea8;
}


#CVhover .headerHover:hover{
  background-color: #EC6655;
}


#db2hover .headerHover:hover{
  background-color: #4069AE;
}

#pdigest .headerHover:hover{
  background-color: #00a7d5;
}



#designHover .headerHover:hover{  
  background-color: #EC6655;
}
 .headerHover:hover .hovershow{
  transition: opacity .5s ease-out;
  opacity: 1;
  height: auto;
}
 .headerHover .hovershow{
  transition: opacity .5s ease-out;
  opacity: 0; 
  height: 0;
  overflow: hidden;
}

 .headerHover:hover .hoverhide{
  transition: opacity .5s ease-out;
  opacity: 0; 
  height: 0;
  overflow: hidden;
}

.newIcons {
  max-height: 26px;
  margin-top: -8px;
  margin-bottom: 5px;
}

#buttonTM {
  bottom: 3px;
  right:4px;
  font-size:12px;
}


.report-section {
  background: url(../images/Backgrounds/Header_dark_mid.png)no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 0px;
  display: table;
  height: 100%;
  min-height: 50vh;
  overflow: auto;
  width: 100%;
  padding-top: 70px;
  text-align: center;
  background-color: #3d4044;
  position: relative;
}

.supportMat-section {
  background: url(../images/Backgrounds/Header_dark_low.png)no-repeat fixed;
  padding-bottom: 50px;
  display: table;
  min-height: 60vh;
  height: 60vh;
  overflow: auto;
  width: 100%;
  padding-top: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-color: #2d2d2d;
}

/* * * * * DIY Data Section * * * * */


.dataPanel {
  background-color: #7d7d88;
  position: relative;
  border: none;
  color: #cbc5c5;
  border-radius: 4px;
  padding: 10px;
}

#home .dataPanel {
  max-height: 380px;
  min-height: 380px;
}

@media all and (max-width: 800px) { 
  #home .dataPanel {
    max-height: 400px;
    min-height: 0px;
   
  }
}

@media all and (max-width: 480px) { 
  #home .dataPanel {
    max-height: 1200px;
    height: auto;
   
  }
}

.wpPanel {
  background-color: rgba(45, 45, 45, 0.8)!important;
  position: relative;
  border: none;
  color: #cbc5c5;
  border-radius: 4px;
  padding: 10px;
}

.wpHeader {
  background-color: #FFF;
  text-align: left;
  color: #cbc5c5;
  padding: 10px;
  border-bottom: 1px solid #FFF;
}

#wpcontain h5 {
  padding-left: 35px;
  text-indent: -2.1em;
  line-height: 25px;
  color: #FFF;
  transition: all .3s;
}

#wpcontain .panel-title {
  font-size: 12px;
}

#wpcontain .panel-title a:before {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
  content: "\f1c1";
}

#wpcontain .panel-title.ppt a:before {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  margin-right: 5px;
  margin-left: 5px;
  vertical-align: middle;
  content: "\f1c4";
}

#wpcontain h5:hover a:before {
  color: #FFF;
}

#wpcontain .container-fluid {
  padding: 0px;
}

#wpcontain .panel {
  border-color: #EEEEEE;
}

#wpcontain h5:hover {
  background-color: #7d7d88;
  color: #FFF;
}

#wpcontain .panel-default {
  border-radius: 0px;
}

#wpcontain .col-sm-6,
#wpcontain .col-xs-12 {
  padding: 15px !important;
}

.diyHeader {
  font-size: 1.8em;
  text-align: left;
  color: #2d2d2d;
  padding: 0px 15px;
  border-bottom: 1px solid #2d2d2d;
}

.diyHeader h1 {
  margin: 0px;
}

.diyp {
  text-align: center;
  padding: 5px 0px 0px 0px;
  font-size: .7em;
  margin-bottom: 0px;
}

@media all and (max-width:786px) {
  .diyp {
    text-align: center;
    padding: 5px 0px 0px 0px;
    
    margin-bottom: 0px;
  }
}

.diy-section {
  background: url(../images/Backgrounds/DIY_Background.png)no-repeat fixed;
  display: table;
  padding-bottom: 50px;
  min-height: 30vh;
  height: 30vh;
  overflow: auto;
  width: 100%;
  padding-top: 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  background-color: #2d2d2d;
}

#reportStart .panel-default {
  
  color: #fff;
}

#reportStart .card-title {
  margin: 0px;
  border-bottom: 1px solid #c4c6c8;
  transition: all .3s;
}

#reportStart .card-body {
  min-height: 90px;
  background-color: #2d2d2d;
  color: #FFF;
  border: none;
  border-top: none;
  transition: all .3s;
  z-index: 1;
}

#reportStart .card {
  border: none;
  margin-bottom: 10px;
  background-color: #2d2d2d;
}

#reportStart .diyHover p {
  transition: all .3s;
}



#reportStart .card-body {
  transition: all .3s;

}

#reportStart .diyHover .card-body {
  position: relative;
  top: 0px;
  transition: all .3s;
  border: none !important;
}

.diyHover {
  transition: all .3s;
  overflow: hidden;
}

.diyHover img {
  transition: all .3s;
}

.diyHover:hover .card-img-top {
  border-bottom: none;
  /* filter: blur(3px);
        -webkit-filter: blur(3px);
        -moz-filter: blur(3px);
        -o-filter: blur(3px);
        -ms-filter: blur(3px); */
  border: none;
  background-color: none;
  transform: scale(1.2);

}

#reportStart .diyHover:hover .card-body {
  position: relative;
  max-height: 80px;
  top: -60px;
  z-index: 9;
  background-color: #2d2d2d;
  border: none;
}

#reportStart .diyHover:hover .card-title {
  font-size: 1.3em;
}

#reportStart .diyHover:hover p {
  font-size: .8em;
}



@media screen and (max-width: 1000px) {
  #reportStart .diyHover:hover p {
    font-size: .7em;
  }

}

.icons {
  margin-right: 10px;
  margin-top: 5px;
  max-width: 25px
}

.icons2 {
  margin-top: -6px;
  margin-right: 8px;
  max-height: 30px
}

.icons3 {
  margin-bottom: 10px;
  max-height: 50px
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border: none;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: #2d2d2d;
  border-color: #EEEEEE;
}

.panel-title {
  font-size: 14px;
}

.panel-title>a {
  display: block;
  padding: 15px 0px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.report-caption {
  min-height: 140px;
}

.text-muted {
  font-size: 1em !important;
}

.report-caption h4 {
  padding-bottom: 10px;
  font-size: 1.9em;
}



/* * * * * Map Section * * * * */
.ddrHeader {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#00ffffff', GradientType=1);
  /* IE6-9 */
  display: inline-block;
  width: 100%;
  padding: 20px;
  text-align: left;
  color: #FFF;
  padding: 15px;
}

.ddrHeader h4 {
  font-size: 1.8em;
}

#data_reports {
  padding: 0px;
}

#text {
  padding: 0px !important;
}

#collapseExample .ddrHeader {
  font-size: 1.3em;
}

#collapseExample {
  padding: 5px;
}

#mapsection #mapLinks a {
  color: #6666ff;
}

#mapsection a {
  line-height: 40px;
  color: #FFF;
  text-decoration: none;
}

@media all and (max-width: 480px) {
  #mapsection .noIcon {
    display: block;
    width: 100%;

  }
  #mapsection a {
    line-height: 30px;
  }
}



#mapsection .panel-title>a {
  padding-left: 10px;
  transition: all .3s;
}

#mapsection .panel-heading {
  padding: 0px;
}

#mapsection .panel-default>.panel-heading+.panel-collapse>.panel-body {
  background-color: #2d2d2d;
}

#mapsection .panel-title a:hover {
  background-color: #7d7d88;
  color: #FFF;
}

#mapsection .mapHover {
  transition: all .3s;
  padding: 5px;
  padding-left: 20px;
}

#mapsection .mapHover:hover {
  background-color: #7d7d88;
}

#mapsection .mapHover:hover a {
  color: #FFF;
}

#mapsection .mapHover:hover a:after {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

#mapsection .panel-title a:hover img {
  -webkit-filter: brightness(300%);
  filter: brightness(300%);
}

#mapsection a[href$='.pdf']:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  content: "\f1c1";
}

#mapsection .noIcon:after {
  content: normal !important;
}

#mapsection a[href$='.xls']:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  content: "\f1c1";
}

#mapsection a[href$='.xlsx']:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  content: "\f1c3";
}

#mapsection a[href$='.ppt']:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  content: "\f1c4";
}

#mapsection a[href$='.pptx']:after {
  color: #FFF;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  margin-left: 10px;
  vertical-align: middle;
  content: "\f1c4";
}

.close {
  max-width: 50px;
  float: right;
  margin: 10px;
  opacity: 1;
  color: #FFF;
}

.close:hover {
  color: #cbc5c5;
}

.closemobile {
  max-width: 50px;
  float: right;
  margin: 10px;
  opacity: 1;
  margin-bottom: 10px;
}

.wpclose:link {
  opacity: 1;
}

.wpclose:hover, .wpclose:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
}

.statetitles {
  border-bottom: 2px solid #00a7d5;
  font-size: 25px;
  line-height: 35px;
  margin-bottom: 10px;
  color: #000000;
}

.list-group-item {
  transition: all .5s;
  padding-left: 3.5em;
  text-indent: -1em;
}

.wp-icons {
  margin-right: 10px;
}

@media screen and (max-width:5000px) {
  #mapsection #wp_reports a[href$='.pdf'] {
    margin-top: 5px;
    padding: 11px 0px 0px 0px;
    background: transparent url(icons/pdf.png) no-repeat center left;
    background-size: 100%;
  }

  #mapsection #wp_reports a[href$='.xls'] {
    margin-top: 5px;
    padding: 11px 0px 0px 0px;
    background: transparent url(icons/xls.png) no-repeat center left;
    background-size: 100%;
  }

  #mapsection #wp_reports a[href$='.xlsx'] {
    margin-top: 5px;
    padding: 11px 0px 0px 0px;
    background: transparent url(icons/xls.pn) no-repeat center left;
    background-size: 100%;
  }

  #mapsection #wp_reports a[href$='.ppt'] {
    margin-top: 5px;
    padding: 11px 0px 0px 0px;
    background: transparent url(icons/ppt.png) no-repeat center left;
    background-size: 100%;
  }

  #mapsection #wp_reports a[href$='.pptx'] {
    margin-top: 5px;
    padding: 11px 0px 0px 0px;
    background: transparent url(icons/ppt.png) no-repeat center left;
    background-size: 100%;
  }

  #wp_reports ul li {
    margin-left: 30px;
    text-indent: -40px;
    line-height: 25px;
  }

  #whitepapercollapse {
    padding-bottom: 10px;
    background-color: white;
    border-radius: 25px;
    border: thin solid #BEBEBE;
  }

  #wpcontain .panel {
    background-color: #2d2d2d;
    border: none;
  }

  #whitepapercollapse a:link {
    color: #585858;
  }

  #whitepapercollapse a:hover {
    text-decoration: none;
    color: #4069AE;
  }

  #whitepapercollapse a:visited {
    color: #585858;
  }

  #whitepapercollapse a:visited:hover {
    text-decoration: none;
    color: #4069AE;
  }

  #whitepapercollapse ul {
    list-style: none;
  }

  #state_content h4 a {
    color: #000000 !important;
    line-height: 20px !important;
  }

  #collapserow a:link {
    color: #4069AE;
    font-size: .8em;
    line-height: 1;
  }

  #collapserow a:hover {
    color: hsla(0, 0%, 32%, 1.00);
    font-size: .8em;
  }




  /* * * * *  Support Materials Section * * * * */
  .side_block {
    margin-top: -15%;
    background-color: #7d7d88;
    position: relative;
    border: none;
    color: #cbc5c5;
    border-radius: 0px 4px 4px 0px;
    padding: 10px;
    border: none;
    z-index: 99;
    width: 80%;
  }

  @media screen and (max-width: 500px) {
    .side_block {
      width: 100%;
    }
  }

  #supportMat .container-fluid {
    margin-left: 0px;
    padding-left: 0px;
  }

  #supportMat .panel-default {
    border: none;
    background-color: #2d2d2d;
    padding: 20px;
  }

  #supportMat .panel-heading {
    border: none;
    background-color: #2d2d2d;
  }

  .supportMat-section .panel {
    border-radius: 4px;
  }

  #supportMat .panel-group .panel-heading+.panel-collapse>.panel-body, .panel-group .panel-heading+.panel-collapse>.list-group {
    border-top: 1px solid #c4c6c8;
  }

  #supportMat .list-group-item {
    background-color: #2d2d2d;
    border: none;
  }

  .supportMat-section .panel a:link {
    transition: all .5s;
    color: #FFF;
  }

  .supportMat-section .panel a:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #69CBDF;
  }

  .supportMat-section .panel .list-group a:hover {
    color: #69CBDF;
  }

  .supportMat-section .panel a:visited {
    color: #FFF;
  }

  .supportMat-section .panel a:visited:hover {
    text-decoration: none;
    color: #69CBDF;
  }

  .supportMat-section ul {
    list-style: none;
  }

  .supportMat-section img {
    margin-top: -3px;
  }

  .supportIcons {
    max-width: 40px;
    margin-right: 10px;
  }

  .supportMat-section .panel img {
    margin-top: -4px;
  }

  .supportMat-section .panel a:hover img {
    -webkit-filter: brightness(300%);
    filter: brightness(300%);
  }

  /* * * * * Digest Styles * * * * * */

  #Digests .btn-default:hover {
    background-color: #FFF;
    color: #2d2d2d;
  }
  
  #Digests .btn-default {
    background-color: #2d2d2d;
    color: #FFF;
    border-radius: 0px;
    border: .5px solid #fff;
  }

  
  #Digests {
    margin-bottom: 50px;
  }

  #Digests .smallIcons {
    max-height: 100px;
    max-width: 115px;
    float: left;
    margin: -33px 15px 0px 0px;
  }

  #Digests h1 {
    transition: all .3s;
    margin-top: 0px;
    color: white;
    text-transform: uppercase;
    height: 50px;
  }

  #Digests .popheaderHover {
    padding-top: 10px;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #FFF;
    border: .5px solid #fff;
  }

  #Digests .popheaderHover:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    color: #FFF;
    cursor: pointer;
  }
 
  #Digests .selected {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #Digests .popheaderHover:hover p {
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
  }


  #Digests .selected p {
    background-color: #FFF;
    color: #2d2d2d;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
  }

  #Digests .card-body {
    
    min-height: 500px;
    background-color: #2d2d2d;
  }

  #Digests .list-group-item {
    background-color: #2d2d2d;
  }

  #Digests .card {
    background-color: #2d2d2d;
    margin-bottom: 20px;
   
  }

  #Digests .card-title {
    border-bottom: .5px solid #fff;
    font-size: 1.3em;
  }

  #Digests .card-text {
    font-size: .9em;
  }

  .panel-Digests {
    background-color: rgba(45, 45, 45, 0.8);
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    border-right: 0px;
    webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
  }

  .DigestsHeader {
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }

  .DigestsHeaderWrap {
    padding-top: 22px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#00ffffff', GradientType=1);
  }

  @media all and (max-width: 768px) { 
    #Digests h1 {
      text-align: center;
      margin-top: 24px;
      font-size: 1.7em;
      width: 100%;
    }
    #Digests .smallIcons {
      max-height: 60px;
      max-width: 69px;
      float: none;
      margin: 0 auto;
      display: block;
    }

  }

  @media all and (max-width: 480px) {
    #Digests h1 {
      text-align: center;
      margin-top: 24px;
      font-size: 1.7em;
      width: 100%;
      margin-bottom: 20px;
    }

    #Digests .smallIcons {
      max-height: 60px;
      max-width: 69px;
      float: none;
      margin: 0 auto;
      display: block;
    }

    #Digests.container {
      padding: 0px;
      max-width: 100%;
      width: 100%;
    }

    #Digests .card-body {
      height: auto;
    }


  }





/* * * * * Data Pages Global Styles * * * * */


  #morereports .panel {
    border-radius: 0px 0px 4px 4px;
  }

  #collapseRowDataPages a:hover {
    text-decoration: underline;
  }

  #collapseDataPages {
    padding: 20px;
    background-color: #2d2d2d;
    border-radius: 4px;
    border: none;
  }

  #collapseDataPages h3 {
    color: #FFF;
  }

  #collapseDataPages a {
    color: #FFF;
    font-size: .8em;
  }

  #collapseDataPages h4 {
    line-height: 25px;
  }

  #collapseHfPage {
    background-color: #7d7d88;
    padding: 20px;
    border-radius: 4px;
    border: none;

  }

  .panel-default {
    background-color: #7d7d88;
    border: none;
    color: #FFF;
    border-radius: 0px 0px 4px 4px;
    -webkit-box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
  }

  #morereports .ddrHeader {
    color: #FFF;
  }

  #morereports .panel-heading {
    background-color: #4069AE;
    color: white;
  }

  .morereportpanel .panel-heading {
    background-color: #4069AE;
    color: white;
  }

  #morereports .panel-heading h1 {
    font-size: 2.2em;
    margin: 0;
    padding: 13px 10px 8px 10px;
  }

  #morereports {
    min-height: 100vh;
    width: 100%;
  }

  #morereports .smallIcons {
    max-height: 100px;
    max-width: 115px;
    float: left;
    margin: 10px 15px 0px 0px;
  }

  #morereports h1 {
    margin-top: 44px;
    color: white;
    text-transform: uppercase;
  }

  #morereports h1 .lowercase {
    text-transform: lowercase;
  } 
   th {
    font-weight: normal;
  }

  #bottomslide {
    position: relative;
    right: 160%;
  }

  .popHealthHeader {
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }

  #popHealth {
    margin-bottom: 50px;
  }


  .panel-popHome {
    background-color: rgba(45, 45, 45, 0.8);
    border-radius: 0px 0px 5px 5px;
    padding: 10px;
    border-right: 0px;
    webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
    box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.45);
  }

 


  #popHealth .smallIcons {
    max-height: 100px;
    max-width: 115px;
    float: left;
    margin: -33px 15px 0px 0px;
  }

  .PopTop{
    max-width: 100%;
  }

  .PopBottom{
    max-width: 100%;
    margin-top: -30px;
  }

  #popHealth h1 {
    transition: all .3s;
    margin-top: 0px;
    color: white;
    text-transform: uppercase;
    height: 50px;
  }

  .popHeaderWrap {
    padding-top: 22px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2d2d2d+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(45, 45, 45, 1) 0%, rgba(45, 45, 45, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2d2d2d', endColorstr='#00ffffff', GradientType=1);
  }

  

  #PopLinks h3 {
    text-align: center;
    font-size: 1.7em;
  }

  #PopLinks .popIcons {
    max-height: 15px;
    float: none;
    margin: 0 auto;
    margin-bottom: 3px;
    margin-right: 5px;
  }

  #PopLinks .btn {
    padding: 10px;
    text-align: left;
  }

  .overflow-none {
    overflow-x: hidden;
  }

 
  

  #popHealth .popheaderHover {
    padding-top: 10px;
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    border-radius: 5px;
    margin-bottom: 20px;
    color: #FFF;
    border: .5px solid #fff;
  }
  
  #popHealth .popheaderHover p {
    transition: all .3s;
    margin: 0 auto;
    padding: 4px 0px;
  }
  
  #popHealth .popheaderHover:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transition: all .3s; /* Safari */
    transition: all .3s;
    color: #FFF;
    cursor: pointer;
  }
 
  #popHealth .selected {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #FFF;
    border-radius: 5px;
    cursor: pointer;
  }
  
  #popHealth .popheaderHover:hover p {
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
  }


  #popHealth .selected p {
    background-color: #FFF;
    color: #2d2d2d;
    border-radius: 0px 0px 5px 5px;
    cursor: pointer;
  }

  .lightImage {
    height: 80vh;
  }
  @media all and (max-width: 480px) { 
    .lightImage {
      height: 50vh;
    }
  }



 


  #AfibHover .selected {
    background-color: #a25eb5;
  }
  

  #cvHover .selected {
    background-color: #EC6655;
  }

 
  #db2hover .selected {
    background-color: #4069AE;
  }


  #QualityHover .selected {
    background-color: #df6a2e;
  }
 
  #OncologyHover .selected {
    background-color: #009d4f;
  }
  

  #SeniorHover .selected {
    background-color: #7d7d88;
  }

  #hpdhover .selected {
    background-color: #425A6F;
  }
  
  #educationHover .selected {
    background-color: #383D3B;
  }
  #patientHover .selected {
    background-color: #A23E48;
  }

  #interactiveHover .selected {
    background-color: #49516F;
  }
  .popPadding {
    padding-left: 10px;
    padding-right: 10px;
  }

  #options .popPadding {
    padding-left: 70px;
    padding-right: 70px;
  }

  #optionsbtn {
    text-align: center;
  }
  #optionsbtn.collapsed:before
{
    text-align: center!important;
    content:'More Options';
    display:inline-block;
}
#optionsbtn:before
{
    text-align: center!important;
    content:'Fewer Options' ;
    display:inline-block;
}

.PopIconSmall {
  height: 30px;
  margin-bottom: 10px;
}

#options .PopIconSmall {
  height: 50px;
}
@media all and (max-width: 1200px) {
  .popPadding {
    padding-left: 35px;
    padding-right: 35px;
  }


}

  @media all and (max-width: 770px) {
    .popPadding {
      padding-left: 40px;
      padding-right: 40px;
    }
    #options .popPadding {
      padding-left: 40px;
      padding-right: 40px;
    }
    #options .PopIconSmall {
      height: 30px;
    }
  }

  #options {
    margin-bottom: 30px;
  }

  .panel-popHome h3 {
    margin-top: 0px;
  }

  

  @media all and (max-width: 768px) {
    #morereports h1 {
      margin-top: 34px;
    }
    #popHealth h1 {
      text-align: center;
      margin-top: 24px;
      font-size: 1.7em;
      width: 100%;
    }
    #popHealth .smallIcons {
      max-height: 60px;
      max-width: 69px;
      float: none;
      margin: 0 auto;
      display: block;
    }

    #morereports .smallIcons {
      max-height: 80px;
      max-width: 92px;
      float: left;
      margin: 5px 5px 0px 5px;
    }
  }

  @media all and (max-width: 480px) {
    .popPadding {
      padding-left: 10px;
      padding-right: 10px;
    }
    #options .popPadding {
      padding-left: 10px;
      padding-right: 10px;
    }
    #morereports h1 {
      text-align: center;
      margin-top: 24px;
      font-size: 1.7em;
      width: 100%;
    }
    #popHealth h1 {
      text-align: center;
      margin-top: 24px;
      font-size: 1.7em;
      width: 100%;
      margin-bottom: 20px;
    }

    .marginTopmore {
      margin-top: 80px;
    }

    #morereports .smallIcons {
      max-height: 60px;
      max-width: 69px;
      float: none;
      margin: 0 auto;
      display: block;
    }

    #popHealth .smallIcons {
      max-height: 60px;
      max-width: 69px;
      float: none;
      margin: 0 auto;
      display: block;
    }
    
    #results .panel-body{
      padding: 15px 0px;
    }

    #results .panel-popHome {
      padding: 0px;
    }

    #results .col-md-6 {
      padding: 0px;
    }

     

    #popHealth.container {
      padding: 0px;
      max-width: 100%;
      width: 100%;
    }
    #morereports .container {
      margin: 0px;
      padding: 0px;
      max-width: 100%;
    }
  }


  #popHealth .card-body {
    height: 230px;
    background-color: #2d2d2d;
  }

  @media (max-width:470px) {
    #popHealth .card-body {
      height: auto;
    }
  }

  #popHealth .list-group-item {
    background-color: #2d2d2d;
  }

  #popHealth .card {
    background-color: #2d2d2d;
    margin-bottom: 20px;
   
  }

  #popHealth .card-title {
    border-bottom: .5px solid #fff;
    font-size: 1.3em;
  }

  #popHealth .card-text {
    font-size: .9em;
  }

  .poprow {
    min-height: 100px;
  }

  .poprowlarge {
    min-height: 190px;
  }


  .datapages {
    padding-bottom: 50px;
    display: table;
    height: 100%;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: url(../images/Backgrounds/Header_diabetes.png)no-repeat;
    background-color: #3D4144;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: right;
  }



  /* * * * * Diabetes Page Styles * * * * */
  .diabetes {
    padding-bottom: 50px;
    display: table;
    height: 100%;
    min-height: 100vh;
    height: 100vh;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: url(../images/Backgrounds/Header_diabetes.png)no-repeat;
    background-color: #3D4144;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    background-position: right;
  }



  .db2Header {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#4169ae+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(65, 105, 174, 1) 0%, rgba(65, 105, 174, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(65, 105, 174, 1) 0%, rgba(65, 105, 174, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(65, 105, 174, 1) 0%, rgba(65, 105, 174, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4169ae', endColorstr='#00ffffff', GradientType=1);
    /* IE6-9 */
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }



  #diabetes .panel-heading {
    background-color: #4069AE;
    color: white;
  }

  .text-vcenterDiabetes {
    display: table-cell;
    text-align: center;
  }

  .text-vcenterDiabetes p {
    font-size: 1em;
  }

  #diabetes {
    min-height: 100vh;
    width: 100%;
  }

  /* * * * * Lipid Disorders Page * * * * */

  .cvHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ec6655+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(236,102,85,1) 0%, rgba(236,102,85,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(236,102,85,1) 0%,rgba(236,102,85,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(236,102,85,1) 0%,rgba(236,102,85,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec6655', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
    padding: 15px;
  }

  .text-vcenterlipidDisorders {
    display: table-cell;
    text-align: center;
  }


  #collapselipidDisorders {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.35);
  }


  #collapseRowlipidDisorders h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  #collapseRowlipidDisorders h3 {
    font-size: 1.5em;
    padding-bottom: 3px;
    color: #6E6E6E;
  }

  #lipidDisorders .collapse a {
    color: #EC6655;
    line-height: 1.2;
  }

  #lipidDisorders .collapse a:link {
    color: #EC6655;
    line-height: 1.2;
  }

  #lipidDisorders .collapse a:hover {
    text-decoration: none;
    color: #000000;
  }

  #lipidDisorders {
    min-height: 100vh;
    width: 100%;
  }

  /* * * * * Rheumatiod Arthritis Page * * * * */


  .raHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fec744+0,ffffff+100&1+0,0+100 */
  background: -moz-linear-gradient(left, rgba(254,199,68,1) 0%, rgba(254,199,68,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(254,199,68,1) 0%,rgba(254,199,68,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(254,199,68,1) 0%,rgba(254,199,68,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fec744', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }

  #ra .panel-heading {
    background-color: #FEC744;
    color: white;
  }

  .text-vcenterra {
    display: table-cell;
    text-align: center;
  }



  .text-vcenterra p {
    font-size: 1em;
  }

  #ra .collapse a:link {
    color: #FEC744;
    line-height: 1.2;
  }

  #ra .collapse a:hover {
    text-decoration: none;
    color: #000000;
  }

  td {
    text-transform: capitalize !important;
  }

  #ra {
    min-height: 100vh;
    width: 100%;
  }

  /* * * * * Hospitals Page * * * * */
  .hpdHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#425a6f+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(66,90,111,1) 0%, rgba(66,90,111,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(66,90,111,1) 0%,rgba(66,90,111,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(66,90,111,1) 0%,rgba(66,90,111,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#425a6f', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }

  #hospitals .panel-heading {
    background-color: #425A6F;
    color: white;
  }

  .text-vcenterhospitals {
    display: table-cell;
    text-align: center;
  }

  .text-vcenterhospitals p {
    font-size: 1em;
  }

  #collapsehospitals {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.35);
  }

  #report_page .panel {
    border-color: #ddd !important;
  }

  #reportpage h3, #reportpage h1, #reportpage h4
  {
    font-weight: bold;
  }

  #Digests h3.text-white {
    font-size: 21px;
  }

  #collapseRowhospitals h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  #collapseRowhospitals h3 {
    font-size: 1.5em;
    padding-bottom: 3px;
    color: #6E6E6E;
  }

  #hospitals .collapse a:link {
    color: #425A6F;
    line-height: 1.2;
  }

  #hospitals .collapse a:hover {
    text-decoration: none;
    color: #000000;
  }

  #hospitals {
    min-height: 100vh;
    width: 100%;
  }

  /* * * * * Pharmacy Page * * * * */
  .pharmacy_page {
    padding-bottom: 50px;
    display: table;
    height: 100%;
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: url(../img/diabetesBkgrd-01.png) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
    border-bottom: thin solid #BEBEBE;
  }

  #pharmacy .panel-heading {
    background-color: #219b43;
    color: white;
  }

  .text-vcenterpharmacy {
    display: table-cell;
    text-align: center;
  }

  .text-vcenterpharmacy h1 {
    font-size: 2.0em;
    margin: 0;
    padding: 13px 10px 8px 10px;
  }

  .text-vcenterpharmacy p {
    font-size: 1em;
  }

  #collapsepharmacy {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 0px 21px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 0px 12px -4px rgba(0, 0, 0, 0.35);
  }

  #collapseRowpharmacy h4 {
    font-size: 1.5em;
    margin-bottom: 15px;
  }

  #collapseRowpharmacy h3 {
    font-size: 1.5em;
    padding-bottom: 3px;
    color: #6E6E6E;
  }

  #pharmacy .collapse a:link {
    color: #219b43;
    line-height: 1.2;
  }

  #pharmacy .collapse a:hover {
    text-decoration: none;
    color: #000000;
  }

  #pharmacy {
    min-height: 100vh;
    width: 100%;
  }

  /* * * * *  Report Sample Page * * * * */
  #area {
    color: #FFF;
    border-top-color: transparent;
    cursor: default;
    margin-top: -1px;
  }

  .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #555b60 !important;
  }

  .table-striped>tbody>tr:nth-of-type(even) {
    background-color: #3D4144 !important;
  }

  .table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #2d2d2d;
  }

  #multi {
    color: #FFF;
    border-top-color: transparent;
    cursor: default;
    margin-top: -1px;
  }

  .report {
    display: block;
    /*height: 100%;*/
    width: 100%;
    padding-top: 100px;
    text-align: center;
    background: url(../images/Backgrounds/Header_diabetes_color.png)no-repeat;
    background-color: #3D4144;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: right;
  }

  .report .panel-default {
    background-color: #2d2d2d;
    border: none;
  }

   .panel-grey {
    background-color: #7d7d88;
  }

  .tab-content {
    -webkit-box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 4px 21px -4px rgba(0, 0, 0, 0.35);
  }

  .table th {
    text-align: center !important;
  }

  .sectionspace {
    padding-bottom: 30px;
  }

  .nav-link,
  .nav:hover,
  .nav:active {
    color: #555 !important;
  }

  .report .reportTitle {
    padding-top: 20px;
    text-align: center;
    margin-top: -1px;
  }

  .reportTitle {
    text-align: center;
  }

  .nav-item {
    width: 50%;
  }

  .nav-tabs>li>a {
    padding: 0px 1px;
    margin: 0px 0px !important;
  }

  /* * * * * Saved Reports * * * * */
  .leftpadding {
    padding: 0px 20px 0px 0px;
    min-height: 300px;
  }

  #savedpanel a {
    list-style: none;
    margin-bottom: 10px;
    font-size: 1.3em;
    line-height: 28px;
    padding: 10px;
    color: #2D2D2D;
    transition: all .3s;
    min-width: 100%;
  }

  #savedpanel a:before {
    text-indent: -5px;
  }

  #savedpanel td {
    padding-bottom: 20px !important;
  }

  #savedpanel a:hover {
    text-decoration: none;
    color: #FFF;
  }

  #savedpanel a:visited {
    color: #2D2D2D;
  }

  #savedpanel a:visited:hover {
    text-decoration: none;
    color: #FFF;
  }

  .indent {
    text-indent: -40px;
    line-height: 24px;
  }

  .indent2 {
    text-indent: -9px;
  }

  #reportpage .main-buttons {
    max-height: 50px;
  }

  .main-buttons {
    margin-bottom: 10px;
  }

  .GridCaption_Brick {
    text-align: center;
    color: #FFF;
    font-size: 1.5em;
  }

  /* * * * * Contact Page * * * * */

  .contact_page .row {
    margin: 0px 5px;
  }

  .contact_page {
      padding-bottom: 50px;
      display: table;
      height: 100%;
      min-height: 100vh;
      height: 100vh;
      width: 100%;
      padding-top: 100px;
      text-align: center;
      background: url(../images/Backgrounds/Header_diabetes.png)no-repeat;
      background-color: #3D4144;
      -webkit-background-size: contain;
      -moz-background-size: contain;
      -o-background-size: contain;
      background-size: contain;
      background-position: right;
  }

  #contact .smallIcons {
    max-height: 100px;
    max-width: 115px;
    float: left;
    margin: 10px 15px 0px 0px;
  }

  #contact h1 {
    margin-top: 44px;
    color: white;
    text-transform: uppercase;
  }

  .contact_page h2 {
    line-height: 1.5em;
  }

  #contact h2 {
    line-height: 1.5em;
  }

  #contact .panel-heading {
    background-color: #DE6226;
    ;
    color: white;
    margin: 0px !important;
  }


  .padding {
    padding: 0px 30px;
  }

  .scroll_div {
    display: inline-block;
    min-height: 90px !important;
  }

  .marginTopadjust {
    margin-top: 2% !important;
  }

  #messagesuccess {
    text-align: center;
    display: inline-block;
    min-height: 85px;
    height: 100%;
    width: 100%;
    margin-top: -80px;
    z-index: 9999;
    background-color: white;
    font-size: 1.5em;
    background-image: url(http://ltsdev.forteinformation.com/DB2/img/checkmark.png);
    color: #469AA5;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: left;
  }

  /* * * * * HF Resources* * * * */
  .hfHeader {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#469aa5+0,ffffff+100&1+0,0+100 */
    background: -moz-linear-gradient(left, rgba(70,154,165,1) 0%, rgba(70,154,165,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(70,154,165,1) 0%,rgba(70,154,165,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(70,154,165,1) 0%,rgba(70,154,165,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#469aa5', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
    display: inline-block;
    width: 100%;
    padding: 20px;
    text-align: left;
    color: #FFF;
  }


  

  #Hfresources .btn-send {
    color: #FFFFFF;
    margin-bottom: 20px;
    background-color: #469AA5;
    border-color: #469AA5;
  }

  #Hfresources .btn-send:hover,
  #Hfresources .btn-send:active {
    background-color: #469AA5;
    border-color: #469AA5;
  }


  .img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #2d2d2d;
    border: none;
    border-radius: 4px;
    display: inline-block;
    position: relative;
    width: 190px;
    height: 190px;
    object-fit: scale-down;
  }

  #hfdocsection .hftitles {
    display: inline-block;
    color: #469AA5;
    font-size: 1.2em;
    margin-top: 15px;
    padding-bottom: 2px;
    width: 100%;
    border-bottom: #FFF 2px solid;
  }

  #hfdocsection ul {
    font-size: .8em;
    color: #ffffff;
    padding-left: 0px;
    list-style: none;
    display: inline-block;
  }

  .hfdocbuttons {
    margin-top: 5px;
  }

  #hfdocsection .hfdocbuttons a:hover {
    color: #469AA5;
  }

  #Hfresources .panel-heading {
    background-color: #469AA5;
    color: white;
  }

  .emailh3 {
    border-bottom: #FFF 2px solid;
    padding-bottom: 10px;
    color: #FFF;
  }

  @media only screen and (max-width: 1000px) {
    .hfdocbuttons .btn-group {
      display: block;
    }

     .hfdocbuttons .btn {
      display: block;
      float: none;
      width: 100%;
      border-radius: 0px;
      font-size: .9em!important;
    }
  }

  /* * * * * END HF Resources  * * * * */
  /* * * * * Asthma Page* * * * */
  #asthma .panel-heading {
    background-color: #6acce0;
    color: white;
  }

  #asthma #collapseRowDiabetes a:link {
    color: #6acce0;
  }

  #asthma #collapseRowDiabetes a:hover {
    color: black;
  }

  .btn-asthma.btn-outline:hover,
  .btn-asthma.btn-outline:active,
  .btn-asthma.btn-outline:focus {
    color: #fff !important;
    background-color: #6acce0 !important;
    border: #6acce0 thin solid;
  }

  .btn-asthma.btn-outline:hover {
    color: #fff;
    background-color: #6acce0;
    border: #6acce0 thin solid;
  }

  #home .btn-asthma,
  #asthma .btn-asthma {
    color: #6acce0;
    border-color: #6acce0;
  }

  .btn-asthma.active {
    color: #FFFFFF;
    background-color: #6acce0;
  }

  /* * * * * END Asthma Page* * * * */


  /* * * * * Admin Pages * * * * */


  #adminpanel .navItem {
    vertical-align: middle;
    display: inline-block;
    color: #FFF;
    padding: 0px 20px;
    background-color: transparent;
    transition: all .2s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    border-radius: 4px;
    margin-bottom: 10px;
  }

  #adminpanel h5 {
    font-size: 1.2em;
  }

  #adminpanel a {
    color: #FFF;
  }

  #adminpanel .navItem:hover {
    color: #FFF;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
  }

  #adminpanel .greycolor:hover {
    background-color: #7d7d88;
  }

  #adminpanel .dbcolor:hover {
    background-color: #4069AE;
  }

  #adminpanel .ldcolor:hover {
    background-color: #EC6655;
  }

  #adminpanel .racolor:hover {
    background-color: #FEC744;
  }

  #adminpanel .hpdcolor:hover {
    background-color: #425A6F;
  }

  #adminpanel ul {
    list-style: none;
    padding-inline-start: 0px;

  }

  #adminpanel td {
    font-size: 1em!important;
  }

  #adminpanel button,#adminpanel html input[type="button"],#adminpanel input[type="reset"],#adminpanel input[type="submit"] {
    background-color: #4069AE;
    color: #FFF;
    padding: 10px;
  }

  #useradminpanel button,#useradminpanel html input[type="button"],#useradminpanel input[type="reset"],#useradminpanel input[type="submit"] {
    background-color: #4069AE;
    color: #FFF;
    padding: 10px;
  }

  #useradminpanel td {
    font-size: 1em!important;
    color: #2D2D2D;
    padding: 5px 0px 5px 5px;
  }
  #useradminpanel tr {
    border-bottom: 1px solid #707070;
  }

  #useradminpanel th {
    font-size: 1.3em!important;
    color: #2D2D2D;
    padding: 5px 0px 5px 5px;
  }

  #useradminpanel .RadGrid_Default {
    width: 100%!important;
  }

  #useradminpanel .mr2 {
    margin-right: 2%;
    margin-bottom: 2%;
  }

  #adminpanel p {
    margin: 0 0 0px;
  }

  #adminpanel .updateHeader {
    font-size: 1.4em;
    margin-bottom: 10px;
    border-bottom: 1px solid #FFF;
  }



/* * * * * END Admin Pages * * * * */

/* * * * * Main Medial Queries * * * * */

/* * * * * Desktop & Laptop * * * * */

  @media all and (max-width: 1199px) {
    body {
      font-size: 1.5em;
      /* 1.5x default size */
    }

    .btn-responsive {
      font-size: 1.2em;
    }

    .home {
      display: table;
      height: 100%;
      position: relative;
      width: 100%;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
    }

    .report-section {
      padding-bottom: 50px;
      display: table;
      overflow: auto;
      height: 100%;
      width: 100%;
      padding-top: 100px;
      text-align: center;
    }

    .marginTopadjust {
      margin-top: 175px;
    }

    .home {
      display: table;
      height: 100%;
      position: relative;
      width: 100%;
      background: auto;
      background-attachment: scroll;
    }

    .login {
      background-attachment: scroll;
    }

    .report-section {
      background-attachment: scroll;
    }

    .map-section {
      height: auto;
      background-attachment: scroll;
    }

    .supportMat-section {
      background-attachment: scroll;
    }

    .diabetes {
      background-attachment: scroll;
    }

    .report {
      background-attachment: scroll;
    }

    body {
      font-size: 1.4em;
      /* 1.2x default size */
    }

    .btn-responsive {
      margin-bottom: 5px;
      font-size: .9em;
    }

    .text-vcenter p {
      font-size: 1em;
    }

    #collapseRowDiabetes h4 {
      font-size: 1.2em;
    }

    .navlogo {
      position: static;
      display: inline-block;
      vertical-align: middle;
      max-width: 290px;
    }

    #home h1 {
      font-size: 2.5em;
    }

    .navbar-nav.navbar-center {
      position: relative;
      left: 0%;
      transform: translatex(0%);
    }

    .marginTopadjust {
      margin-top: 175px;
    }

    .scroll-btn p {
      margin-left: -70px;
    }

    .scroll-btn .mouse>* {
      margin: -5px 0 0 -3.6px;
    }

    .panel-heading h1 {
      display: table-cell;
      font-size: 2.6em !important;
    }

    .icons {
      max-width: 20px;
    }

    .close {
      max-width: 30px;
    }

    .wpclose {
      max-width: 30px;
    }

    .navbar ul {
      transform: translateX(-0%);
      left: 0%;
      position: relative;
    }

    .pageTop {
      margin-top: 20px;
    }

    .panel-body h5 {
      font-size: .87em;
    }

    .list {
      height: auto;
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }

    .report-caption {
      min-height: 116px;
    }

    .text-muted {
      font-size: .75em !important;
    }

    h4 {
      padding-bottom: 10px;
      font-size: 1.3em;
    }

    .indent {
      text-indent: -35px;
    }

    h2 {
      font-size: 1.8em
    }

    .carousel-inner {
      min-height: 450px;
    }

    .scroll_div {
      display: inline-block;
      height: 90px;
    }

    .carousel {
      margin-top: 14%;
    }

    #bottomnavbar {
      top: 29.5px;
      height: auto;
      margin: 0 auto;
      padding-top: 4px;
    }
  }

  /* * * * * ipad Pro Portrait * * * * */
  @media screen and (orientation:portrait) and (max-width: 1199px) {
    #bottomnavbar {
      top: 29.5px;
      height: auto;
      margin: 0 auto;
      padding-top: 4px;
    }

    .navbar ul {
      transform: translateX(-0%);
      left: 0%;
      position: relative;
    }

    .map-section {
      height: auto;
      background-attachment: scroll;
    }

    .report-caption {
      min-height: 116px;
    }

    .text-muted {
      font-size: .75em !important;
    }

    .report-caption h4 {
      padding-bottom: 10px;
      font-size: 1.3em;
    }

    .indent {
      text-indent: -35px;
    }

    #reportpage .main-buttons {
      max-height: 45px;
    }

    .carousel-inner {
      min-height: 580px;
    }

    .carousel {
      margin-top: 2%;
    }

    .img-thumbnail {
      display: block;
      margin: auto;
      margin-bottom: 10px;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    .nav>li {
      max-width: 200px;
      margin-top: 5px;
    }
  }
  .hfdoc {
    background-color: #2D2D2D;
    border: 10px solid #7d7d88;
    border-radius: 15px;
    display: block;
    min-height: 300px;
      max-height: 300px;
      overflow-y: scroll;
  }

  @media screen and (max-width: 1000px) {
    .hfdoc {
      
      display: block;
      min-height: 600px;
      max-height: 600px;
      overflow-y: scroll;
    }

    .nav>li {
      max-width: 220px;
      margin-top: 5px;
    }
  }

  /* * * * * ipad  Landscape * * * * */
  @media screen and (orientation:landscape) and (max-width: 1024px) {
    #bottomnavbar {
      top: 30px !important;
      height: auto;
      margin: 0 auto;
      padding-top: 4px;
    }

    .map-section {
      height: auto;
      background-attachment: scroll;
    }

    .pageTop {
      margin-top: 20px;
    }

    #home h1 {
      font-size: 1.8em;
    }

    .home {
      display: table;
      height: 100%;
      position: relative;
      width: 100%;
      background: auto;
      background-attachment: scroll;
      overflow: auto;
    }

    .text-vcenter {
      display: table;
      text-align: center;
      margin-top: 12%;
    }

    .login {
      background-attachment: scroll;
    }

    .report-section {
      background-attachment: scroll;
    }

    .map-section {
      background-attachment: scroll;
    }

    .supportMat-section {
      background-attachment: scroll;
    }

    .diabetes {
      background-attachment: scroll;
    }

    .report {
      background-attachment: scroll;
    }

    .navbar ul {
      transform: translateX(-0%);
      left: 0%;
      position: relative;
    }

    #bottomnavbar {
      top: 20px;
      height: auto;
      margin: 0 auto;
    }

    .report-caption {
      min-height: 100px;
    }

    .text-muted {
      font-size: .75em !important;
    }

    .report-caption h4 {
      padding-bottom: 10px;
      font-size: 1.3em;
    }

    .indent {
      text-indent: -40px;
    }

    .carousel-inner {
      min-height: 175px;
    }

    .carousel {
      min-height: 100px;
      overflow: auto;
    }

    .marginTopadjust {
      margin-top: 30px;
    }

    .carousel-inner {
      min-height: 391px;
    }

    .marginTopadjust {
      margin-top: 10px;
    }

    .carousel {
      margin-top: 0%;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }
  }

  /* * * * * Large Phone * * * * */
  @media all and (max-width: 500px) {

    /* screen size until 500px */
    body {
      font-size: 1.4em;
    }

    #home h6 {
      font-size: .7em;
    }

    #home h1 {
      font-size: 1.9em;
    }

    #home p {
      font-size: .8em;
    }

    p {
      font-size: 10px;
    }

    .text-vcenter {
      display: table;
      text-align: center;
      margin-top: 15%;
    }

    .btn-responsive {
      margin-bottom: 5px;
    }

    .navlogo {
      position: static;
      display: inline-block;
      vertical-align: middle;
      max-width: 200px;
      margin-left: -100px;
    }
    .loginlogo {
      margin: 0 auto;
      padding: 10px 0px;
      max-width: 200px;
    }

    .slides {
      line-height: 20px;
    }

    .marginTopadjust {
      margin-top: 40px;
    }

    .scroll-btn {
      display: block;
      position: absolute;
      left: 15px;
      right: 0;
      text-align: center;
    }

    .scroll-btn p {
      margin-left: -60px;
    }

    .scroll-btn .mouse>* {
      margin: -5px 0 0 -3px;
    }

    h2 {
      font-size: .8em;
    }

    .icons2 {
      max-height: 20px;
    }

    th {
      font-size: .5em;
    }

    td {
      font-size: .5em;
    }

    .panel-heading h1 {
      display: table-cell;
      font-size: 1.8em !important;
    }

    #state_content h4 a {
      color: #000000 !important;
      line-height: 10px !important;
    }

    .pageTop {
      margin-top: 0px;
    }

    #bottomnavbar {
      padding-top: 5px;
      top: 21.4px;
      height: auto;
      margin: 0 auto;
    }

    .page-footer p {
      font-size: .8em;
    }

    #contact h2 {
      font-size: 1.5em;
    }

    #savedpanel a {
      font-size: .8em;
      line-height: 20px;
    }

    #savedpanel td {
      padding-bottom: 10px !important;
    }

    .page-footer {
      padding-top: 30px;
      padding-bottom: 35px;
    }

    .indent {
      text-indent: -35px;
    }

    h2 {
      font-size: 1em
    }

    li a span.text {
      word-wrap: break-word;
      white-space: normal;
    }

    #reportpage .main-buttons {
      max-height: 30px;
    }

    #savedpanel a {
      font-size: 1.2em;
      line-height: 15px;
    }

    .contact_page {
      padding-top: 40px;
    }

    .carousel {
      min-height: 350px;
      overflow: auto;
    }

    .carousel-inner {
      min-height: 175px;
    }

    .carousel {
      margin-top: 0%;
    }

    .hfdoc {
      background-color: #2D2D2D;
      display: block;
      height: auto;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }
  }

  /* * * * * Large Phone Landscape* * * * */
  @media screen and (orientation:landscape) and (max-width: 812px) {
    .indent {
      text-indent: -35px;
    }

    .list {
      height: auto;
      max-height: 200px;
      width: 100%;
      overflow-y: scroll;
      overflow-x: hidden;
      -webkit-overflow-scrolling: touch;
    }

    .text-vcenter {
      display: table;
      text-align: center;
      margin-top: 10%;
    }

    .carousel-inner {
      min-height: 450px;
    }

    .carousel {
      margin-top: 0px;
    }

    .img-thumbnail {
      display: block;
      margin: auto;
      margin-bottom: 10px;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }
  }

  /* * * * * Small Phone * * * * */
  @media all and (max-width: 380px) {

    /* screen size until 400px */
    #savedpanel a {
      font-size: 1.2em;
      line-height: 15px;
    }

    .navlogos {
      max-width: 60px;
    }

    .navlogo {
      max-width: 165px;
    }

    #home h1 {
      font-size: 1.5em;
    }

    .home {
      overflow: auto;
    }

    .scroll_div {
      display: inline-block;
      height: 90px;
    }

    #home p {
      font-size: .9em;
    }

    #home  .diyp {
      font-size: .6em;
    }

    .text-vcenter {
      display: table;
      text-align: center;
      margin-top: 17%;
    }

    .btn-responsive {
      margin-bottom: 5px;
      font-size: 1.2em;
    }

    #Hfresources .btn-responsive {
      margin-bottom: 5px;
      font-size: .9em;
    }

    .marginTopadjust {
      margin-top: 20px;
    }

    .scroll-btn .mouse>* {
      margin: -5px 0 0 -3.1px;
    }

    .marginTopadjust {
      margin-top: 5px;
    }

    .marginbottomadjust {
      margin-bottom: 10px;
    }

    .page-footer p {
      font-size: .7em;
    }

    .scroll-btn p {
      margin-left: -58px !important;
    }

    .icons3 {
      max-width: 30px;
    }

    .carousel-inner {
      min-height: 380px;
    }

    .carousel {
      margin-top: 0%;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }
  }

  /* * * * * Small Phone Landscape* * * * */
  @media screen and (orientation:landscape) and (max-width: 600px) {
    .text-vcenter {
      display: table;
      text-align: center;
      margin-top: 10%;
    }

    .marginbottom {
      margin-bottom: 30px;
    }

    .col-xs-6 {
      width: 50%;
    }

    .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
      float: left;
    }

    #home h1 {
      font-size: 1.7em;
    }

    .carousel {
      margin-top: 0%;
    }

    #navcollapse {
      transform: translateX(0px);
      left: 0px;
    }

    #hfnav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }

    #asthmanav {
      transform: translateX(0px);
      left: 0px;
      position: relative;
    }
  }

  /* * * * * Bootstrap Overide Styles * * * * */
  .btn-outline {
    background-color: white;
    color: inherit;
    transition: all .5s;
  }

  .btn-primary.btn-outline {
    color: #FFF;
  }
  .btn-primary {
    border-radius: 0px;
    border: none;
    background-color: #EC6655;
    color: #FFF;
  }


  .btn-info .btn-outline {
    color: #FFF;
  }

  .btn-green {
    color: #FFF;
    background-color: #69cbdf;
    border: none;
  }

  .btn-white {
    background-color: #FFF;
  }

  .btn-warning.btn-outline {
    color: #FFF;
  }

  .btn-warning {
    border-radius: 0px;
    border: none;
    background-color: #FEC744;
    color: #FFF;
  }

  .btn-danger.btn-outline {
    color: #FFF;
  }

  .btn-danger {
    border-radius: 0px;
    border: none;
    background-color: #425A6F;
    color: #FFF;
  }

  .btn-success .btn-outline {
    color: #219b43;
  }

  #btn-send {
    color: #ffffff;
  }

  #btn-send a:hover {
    background-color: #319F64;
  }

  .btn-hf.btn-outline {
    color: #FFF;
  }
  .btn-hf {
    border-radius: 0px;
    border: none;
    background-color: #469AA5;
    color: #FFF;
  }

  .btn-primary.btn-outline:active,
  .btn-success.btn-outline:active,
  .btn-info.btn-outline:active,
  .btn-warning.btn-outline:active,
  .btn-danger.btn-outline:active {
    color: #2d2d2d;
  }

  .btn-info.btn-outline:active,
  .btn-info.btn-outline:focus {
    color: #2d2d2d !important;
    background-color: #FFF !important;
    border: none;
  }

  .btn-green.btn-outline:active,
  .btn-green.btn-outline:focus {
    color: #2d2d2d !important;
    background-color: #FFF !important;
    border: none;
  }

  .btn-green.btn-outline:hover {
    color: #fff;
    background-color: #c4c6c8;
    border: none;
  }

  .btn-info.btn-outline:hover {
    color: #2d2d2d;
    background-color: #FFF;
    border: none;
  }

  .btn-info {
    border-radius: 0px;
    border: none;
    background-color: #4069AE;
    color: #FFF;
  }

  .btn-info.active {
    color: #FFFFFF;
    background-color: #4069AE;
    border: none;
  }

  .btn-hf.btn-outline:active,
  .btn-hf.btn-outline:focus {
    color: #469AA5;
    background-color: #FFF !important;
    border: none;
  }

  .btn-hf.btn-outline:hover {
    color: #469AA5;;
    background-color: #FFF;
    border: none;
  }

  .btn-hf {
    border-color: #469AA5;
  }

  .btn-hf.active {
    color: #FFFFFF;
    background-color: #469AA5;
  }

  .btn-hfvw.btn-outline:active,
  .btn-hfvw.btn-outline:focus {
    color: #fff !important;
    background-color: #7A7A7A !important;
    border: #7A7A7A thin solid;
  }

  .btn-hfvw.btn-outline:hover {
    color: #fff;
    background-color: #7A7A7A;
    border: #7A7A7A thin solid;
  }

  .btn-hfvw {
    color: #7A7A7A;
    border-color: #7A7A7A;
  }

  .btn-hfvw.active {
    color: #7A7A7A;
    background-color: #7A7A7A;
  }

  .btn-primary.btn-outline:active,
  .btn-primary.btn-outline:focus {
    color: #fff;
    background-color: #EC6655;
    border: none;
  }

  .btn-primary.btn-outline:hover {
    background-color: #FFF;
    border: none;
  }

  .btn-warning.btn-outline:active,
  .btn-warning.btn-outline:focus {
    color: #2d2d2d;
    background-color: #FFF;
    border: none;
  }

  .btn-warning.btn-outline:hover {
    background-color: #FFF;
    border: none;
  }

  .btn-warning {
    border-color: #FEC744;
  }

  .btn-danger.btn-outline:active,
  .btn-danger.btn-outline:focus {
    color: #425A6F;
    background-color: #FFF;
    border: none;
  }

  .btn-danger.btn-outline:hover {
    background-color: #FFF;
    border: none;
  }

  .btn-danger {
    border-color: #425A6F;
  }

  .btn-success.btn-outline:active,
  .btn-success.btn-outline:focus {
    color: #fff;
    background-color: #219b43;
    border: #219b43 thin solid;
  }

  .btn-success.btn-outline:hover {
    color: #fff;
    background-color: #219b43;
    border: #219b43 thin solid;
  }

  #Hfresources .btn-success {
    color: #ffffff;
  }

  .btn-success {
    color: #219b43;
    border-color: #219b43;
  }

  .btn-primary.btn-outline:hover,
  .btn-success.btn-outline:hover,
  .btn-info.btn-outline:hover,
  .btn-warning.btn-outline:hover,
  .btn-danger.btn-outline:hover {
    color: #2d2d2d;
  }

  .navbar-default .navbar-brand {
    color: #7A7A7A;
  }

  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #ffffff;
  }

  .navbar-default .navbar-text {
    color: #7A7A7A;
  }

  .navbar-default .navbar-nav>li>a {
    color: #7A7A7A;
    border-radius: 5px;
    padding: 10px;
  }

  #navcollapse .dropdown a:hover,
  #navcollapse .dropdown a:focus {
    color: #ffffff;
    background-color: #7A7A7A;
  }

  #navcollapse .dropdown li:nth-child(1) a:hover {
    color: #ffffff;
    background-color: #6acce0;
  }

  #navcollapse .dropdown li:nth-child(1) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse .dropdown li:nth-child(2) a:hover {
    color: #ffffff;
    background-color: #4069AE;
  }

  #navcollapse .dropdown li:nth-child(2) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse .dropdown li:nth-child(3) a:hover {
    color: #ffffff;
    background-color: #EC6655;
  }

  #navcollapse .dropdown li:nth-child(4) a:hover {
    color: #ffffff;
    background-color: #FEC744;
  }

  #navcollapse li:nth-child(1) a:focus {
    color: #ffffff;
    background-color: #7A7A7A;
  }

  #navcollapse li:nth-child(1) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse li:nth-child(3) a:hover {
    color: #ffffff;
    background-color: #7A7A7A;
  }

  #navcollapse li:nth-child(3) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse li:nth-child(4) a:hover {
    color: #ffffff;
    background-color: #425A6F;
  }

  #navcollapse li:nth-child(4) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse li:nth-child(5) a:hover {
    color: #ffffff;
    background-color: #219b43;
  }

  #navcollapse li:nth-child(5) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse li:nth-child(6) a:hover {
    color: #ffffff;
    background-color: #35538A;
  }

  #navcollapse li:nth-child(6) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  #navcollapse li:nth-child(7) a:hover,
  #navcollapse li:nth-child(7) a:focus {
    color: #ffffff;
    background-color: #319F64 !important;
  }

  #navcollapse li:nth-child(7) {
    border: 2px solid #ffffff;
    border-radius: 5px;
  }

  .navbar-nav li:nth-child(7) a:hover,
  .navbar-nav li:nth-child(7) a:active {
    color: #ffffff;
    background-color: #319F64;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu {
    background-color: #ffffff;
    border-radius: 5px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li>a {
    color: #7A7A7A;
    border-radius: 5px;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li>a:hover {
    color: #FFFFFF;
  }

  .navbar-default .navbar-nav>li>.dropdown-menu>li.divider {
    background-color: #4069AE;
  }

  .navbar-default .navbar-nav>.active>a,
  .navbar-default .navbar-nav>.active>a:hover,
  .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: #4069AE;
  }

  /*
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
    background-color: #469AA5;
}
*/
  .navbar-default .navbar-nav>li>a:hover {
    color: #7A7A7A;
    background-color: #FFFFFF;
  }

  .navbar-default .navbar-nav>li {
    border: 1px solid #469AA5;
    border-radius: 7px;
  }

  .navbar-default .navbar-toggle {
    border-color: #7A7A7A;
  }

  .navbar-default .navbar-toggle:hover {
    background-color: #7A7A7A;
    color: #FFFFFF;
  }

  .navbar-default .navbar-toggle .icon-bar {
    background-color: #7A7A7A;
  }

  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #BFBFBF;
  }

  .navbar-default .navbar-link {
    color: #7A7A7A;
  }

  .navbar-default .navbar-link:hover {
    color: #ffffff;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #7A7A7A;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>.active>a,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
    color: #ffffff;
    background-color: #4069AE;
  }

  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    color: #7A7A7A;
    background-color: #FFFFFF;
  }

  .navbar-default .navbar-nav>li>a:focus {
    color: #7A7A7A;
    background-color: hsla(0, 0%, 100%, 0.00);
  }

  .table {
    margin-bottom: 0px;
  }

  .popover-title {
    background: #d43f3a;
    color: #FFFFFF;
  }

  .popover {
    background: #d43f3a;
    color: #FFFFFF;
  }

  .popover.bottom .arrow {
    border-bottom-color: #ffffff;
  }

  .popover.bottom .arrow:after {
    border-bottom-color: #d43f3a;
  }

  .card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
  }

  .card>hr {
    margin-right: 0;
    margin-left: 0;
  }

  .card>.list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card>.list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
  }

  .card-title {
    margin-bottom: 0.75rem;
  }

  .card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
  }

  .card-text:last-child {
    margin-bottom: 0;
  }

  .card-link:hover {
    text-decoration: none;
  }

  .card-link+.card-link {
    margin-left: 1.25rem;
  }

  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
  }

  .card-header+.list-group .list-group-item:first-child {
    border-top: 0;
  }

  .card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
  }

  .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
  }

  .card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
  }

  .card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
  }

  .card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
  }

  .card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
  }

  .card-img-top {
    width: 100%;
    max-height: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
  }

  .card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
  }

  .card-deck {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-deck .card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) {
    .card-deck {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      margin-right: -15px;
      margin-left: -15px;
    }

    .card-deck .card {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px;
    }
  }

  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card-group>.card {
    margin-bottom: 15px;
  }

  @media (min-width: 576px) {
    .card-group {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
    }

    .card-group>.card {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%;
      margin-bottom: 0;
    }

    .card-group>.card+.card {
      margin-left: 0;
      border-left: 0;
    }

    .card-group>.card:first-child {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-top,
    .card-group>.card:first-child .card-header {
      border-top-right-radius: 0;
    }

    .card-group>.card:first-child .card-img-bottom,
    .card-group>.card:first-child .card-footer {
      border-bottom-right-radius: 0;
    }

    .card-group>.card:last-child {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-top,
    .card-group>.card:last-child .card-header {
      border-top-left-radius: 0;
    }

    .card-group>.card:last-child .card-img-bottom,
    .card-group>.card:last-child .card-footer {
      border-bottom-left-radius: 0;
    }

    .card-group>.card:only-child {
      border-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-top,
    .card-group>.card:only-child .card-header {
      border-top-left-radius: 0.25rem;
      border-top-right-radius: 0.25rem;
    }

    .card-group>.card:only-child .card-img-bottom,
    .card-group>.card:only-child .card-footer {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
      border-radius: 0;
    }

    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
      border-radius: 0;
    }
  }

  .card-columns .card {
    margin-bottom: 0.75rem;
  }

  @media (min-width: 576px) {
    .card-columns {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 1.25rem;
      -moz-column-gap: 1.25rem;
      column-gap: 1.25rem;
    }

    .card-columns .card {
      display: inline-block;
      width: 100%;
    }
  }

  .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%!important;
  }

  #morereports .form-control[disabled],   #morereports .form-control[readonly],   #morereports fieldset[disabled] .form-control {
    background-color: #7d7d88;
    opacity: .5;
  }

  #morereports .form-control {
    color: #FFF;
  }

    .panel-body input[type=submit][disabled=disabled] {
        color: #FFFFFF;
        background-color: #4069AE;
        border: none;
        opacity: 0.6;
        width: 100%; 
        height: 33px;
    }  
}