/* PNID: 0 */

#header{
    display: none;
}
#header{
    background: #FFFFFF;
    padding: 15px !important;
}
h1, h2, h3, h4, h5{
    color: #1997C6;
}
.list-group h5, .modal h5{
  color: #000;
}
p{
    color: #636363;
}
.sectionheader{
    background-color: #1997C6;
}
ul.sectionheader.nav-pills a.nav-link{
  color: #fff;
}
ul.sectionheader.nav-pills a.nav-link.active{
  background-color: #fff;
  color: #1997C6;
}
a{
    color: #1997C6;
}
a:hover{
    color: #1997C6;
}
.btn-primary{
    background-color:  #1BC98E !important;
    border-color:  #1BC98E !important;
}
.btn-primary:hover{
    background-color:  #159C6E !important;
    border-color:  #159C6E !important;
}
.form-control:focus, .custom-select:focus {
  border-color: #1997C6 !important;
}
