h1, h2, h3, h4 {
    font-family: Helvetica, Arial, sans-serif;
}
h1 {font-size: 1.8rem;}
h2 {
    font-size: 1.3rem;
    margin-top: 1.3em;
}
h2.home {
   margin-top: 0;
}
div.licence {
   text-align: right;
}
p {
    margin: 0 0 1rem 0;
    font-size: 16px;
    line-height: 1.2em;
}
#headercontainer {
    background: #0c3559;
}
.banner {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
  min-height: 0;
}
body.custom-background {
     background: #0c3559;
     background-image: none;
}
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a, .main-navigation .current_page_item > a, .main-navigation .current_page_ancestor > a {
    color: #2997AC;
}
#maincontentcontainer {
    background-color: white;
}
.front-blurb {margin-top: 1.4em;}
.front-blurb p {
   font-size: 1em;
   margin-bottom: 12px;
}
#footercontainer {
    height: 13rem;
}
/* rem designer name */
.row.smallprint {
    display: none;
}

a {
    color: #0c3559;
    border-bottom: 1px dotted #0c3559;
    text-decoration: none;
    outline: 0;
}
a:hover {
    color: #0c3559;
    border-bottom: 1px solid #0c3559;
   text-decoration: none;
   outline: 0;
}
.nav-menu {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 1.5;
    text-transform: uppercase;
}
.nav-menu a {
    border-bottom: 0;
}
/* .menu-toggle,  */
.btn, input[type="submit"] {
    background-color: #0c3559;
}
div.wpforms-container-full .wpforms-form input[type="submit"], div.wpforms-container-full .wpforms-form button[type="submit"], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #0c3559;
    border: 1px solid #ddd;
    color: white;
    font-size: 1em;
    font-weight: bold;
    padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form input[type="submit"]:hover, div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: red;
    color: white;

}