/*html {
  font-size: 14px;
}*/

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

p{
    font-size:1.1em;
}



/*h1 {
    border-bottom: 1px dotted #C4003F;
    color: #414C84;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-style: normal;
    margin-bottom: 15px;
    padding-bottom: 5px;
    padding-top: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

h2 {
    color: #414C84;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 0px;
    padding-top: 3px;
}

p {
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
    margin-bottom: -5px;
}

ul {
    margin-top: 10px;
}

.liArrow {
    line-height: 22px;
    color: #666666;
    list-style-image: url('Images/arrow.jpg');
}

.liNoIcon {
    list-style-type: none;
    margin-bottom: 5px;
    color: #666666;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 140%;
}

.liBullet {
    color: #414C84;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 5px;
    font-weight: bold;
}*/