body {
    margin: 0px;
    font-family: "Helvetica neue", Helvetica, Arial, sans-serif;
}

h1, h2 {
    color: #005ca6;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
    margin-bottom: 30px;
}

h4 {
    color: #005ca6;
    font-family: Quicksand, sans-serif;
    font-weight: bold;
}

p {
    font-size: 14px;
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 80px;
    min-height: 100px;
    background-color: #e5ebf8;
    display: flex;
    flex-direction: column;
    font-size: 13px;
}

footer > ul {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    margin: 0px !important;
    flex-wrap: wrap;
}

li {
    list-style-type: none;
}

#headerContainer {
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 992px) {
    #headerContainer {
        padding-bottom: 0px;
    }
}

.content {
    padding-top: 5px;
}

.custom-container {
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 30px;
}

main.container{
    width: auto !important;
    max-width: 1200px
}

header.container{
    width: auto !important;
    max-width: 1200px
}

.header-first-row {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    flex-wrap: wrap;
}

@media screen and (min-width: 439px) {
    .header-first-row {
        justify-content: space-between;
    }
}

.logo {
    max-width: 170px;
    flex: auto;
    /* Layout fix for IE, don't set specific values here */
    min-height: 60px;
    /* Layout fix for IE */
    padding-bottom: 60px;
}

.navbar-text {
    margin-top: 20.5px;
    margin-bottom: 20.5px;
  }
  @media (min-width: 0) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px;
    }
}

.navbar-text.img {
    height: 64px;
     margin: 0px;
}

.decorative-banner {
    height: 60px;
    background-color: #cfdaf1;
    margin-bottom: 20px;
}
