body {
    font-family: "Roboto Slab", sans-serif;
}
.header-left logo img {
    height: 59px;
}
header {
    background: white;
}
#content {
    padding-top: 0px;
}
.mli_link {
     margin-top: 40px;
     font-size: 1.5em;
     font-weight: bold;
     color: #4b8ee2;
     display: block;
}
 .mli_link:hover {
     color: black;
}
 .mli {
     font-size: 15px;
     margin-bottom: -45px;
}
 .footer-box a {
     color: rgb(226 231 240);
}
 #footer .footer-box {
     width: 30%;
     color: rgb(226 231 240);
     margin-bottom: 50px;
}
 #subheader .subheader-color {
     width: 100%;
     height: 100%;
     background: rgba(21, 52, 76, 0.26);
     padding-bottom: 350px;
}
 @media only screen and (max-width: 600px) {
     #subheader .subheader-color {
         padding-bottom: 250px;
    }
}
 #subheader .subheader-color .full-header-content h3 {
     text-align: center;
     font-size: 60px;
     margin-top: -40px;
     margin-bottom: 300px;
}
 .header-contact {
     color: #4F5150;
     font-size: 20px;
}
 .header-contact span a, .header-contact {
     font-size: 20px;
}
 nav li a {
     font-size: 18px;
     color: #4F5150;
     text-decoration: underline;
     border: none;
}
 nav li a:hover {
     color: black;
     border: none;
     background: rgb(240,244,248)
}
.current-menu-item a {
     color: rgb(21,114,194);
     text-decoration: none;
     border: none;
}
 .features-box-icon img {
     height: 75px;
}
.mli-data {
     border: solid lightgray;
     padding: 10px;
     box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
     font-size: 14px;
     margin-bottom: 13px;
     margin-top: -11px;
}
#footer {
     padding: 10px 0;
}
#cookie-consent {
     width: 100%;
     position: fixed;
     bottom: 0;
     background: #ddd;
     border-top: 1px solid #c3c3c3;
     padding: 10px;
     color: #394753;
     font-size: 13px;
     z-index: 999;
     display: none;
}
#cookie-consent #accept {
     float: right;
     margin-left: 10px;
     margin-right:15px;
     background: #4F5150;
     padding: 5px 10px;
     border: none;
     color: #fff;
     cursor: pointer;
}
h1 {
    color: #394753;
    font-size: 1.5em;
    padding: 15px;
    padding-left: 30px;
    background: #eee;
    margin-bottom: 20px;
}

.header-left a.logo img {
    height: 63px;
}

.openresponsivemenu {
    border: none;
    color: white;
    margin: 0px;
}

.openresponsivemenu { position: relative; z-index: 10; pointer-events: auto; }


#ssfa-table-6424 caption {
    font-size: 1.2em;
    margin: 13px;
}


div.is-open li.menu-item {
  width: 100%;
}
div.is-open #menu-menu-1 {
    display: block;
}

.skip-link {
  display: inline-block;
  padding: 6px 10px;
  margin: 10px;
  background: #394753;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.skip-link:hover,
.skip-link:focus {
  background: black;
}
h1.mli_h1 {
  margin-top: -30px;
  margin-bottom: 30px;
  padding-top: 0px;
}