html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
}

img{
    width: 100%;
}

a{
    text-decoration:none;
}

.my-fp-cols a {
    text-decoration: none;
    display: block;
}

.my-fp-col:hover {
    background-color: #eeeeee;
}

ul.my-list{
    padding-left:0;
}

    ul.my-list li {
        list-style-type: none;
        margin-bottom: 1rem;
    }

.text-npd-blue {
    color: #2168A6;
}

.bg-npd-blue {
    background-color: #2168A6;
}

.bg-npd-gray{
    background-color: #EEEEEE;
}