/* Body */
a {
 color: #2782dd;
}

a:hover, a:active {
  color: #18599a;
}

/* Header */
#fr-logo-group img {
    max-height: 75px;
}

body #fr-logo-group, body #fr-text-group {
    padding: 20px 0 20px 0;
}

ul.navmenu > li > a, .navmenu ul > li > a {
  line-height: 117px;
}

/* Mobile Menu */
@media screen and (max-width: 1024px) {

  .toggle_button_flat_responsive_menu {
    display: block;
    color: #2782dd;
  }

  .toggle_button_flat_responsive_menu:focus,
  .toggle_button_flat_responsive_menu:active,
  .toggle_button_flat_responsive_menu:hover {
    color: #fff;
    background-color: #2782dd;
  }

  .mobilemenu .current_page_item > a,
  .mobilemenu .current_page_ancestor > a,
  .mobilemenu .current-menu-item > a,
  .mobilemenu .current-menu-ancestor > a {
    background-color: #2782dd;
  }

  ul.mobilemenu > li > a:hover,
  ul.mobilemenu > li > a:focus,
  ul.mobilemenu > li > a:active {
    background-color: #2782dd;
  }

  ul.mobilemenu li:focus-within > a {
    background-color: #2782dd;
  }
}

/*
 * Hero
 */
#fr-banner {
  text-align: center;
}

#fr-banner:after {
  background-color: rgba(0, 0, 0, 0.3);
  content: "Clear. Accurate. Reliable. Peace of Mind.";
  padding: 50px;
  font-family: lato, 'sans-serif';
  font-size: 36px;
  line-height: 42px;
  font-weight: bold;

/* Positioning */
  /*border: 1px solid red;*/
  height: 100%;
  display:flex;
  flex-direction:row;
  align-items: center;
  justify-content: center;
  
}

/*
 * Footer
 */
.copyright a {
  color: #fff;
}

.copyright a:hover {
  color: rgb(170, 170, 170);
}


/*
 * Forms
 */

input[type="submit"], button {

  background-color: #2782dd;
  color: #fff;
}

input[type="submit"]:hover, button:hover {

  background-color: #18599a;
}

input[type="submit"]:disabled, button:disabled {

  color: #ddd;
  background-color: rgb(92, 184, 231);
  border-color: rgb(204, 204, 204);
}

/* Single Post */
.post footer.entry-meta {
  display: none;
}

.post .byline {
  display: none;
}

.disclaimer {
  color: #888;
  font-size: 12px;
}