html,
body {
  overflow: auto;
}

body {
  overflow-x: hidden;
}

.container {
  width: 80%;
  margin: 0 auto;
  max-width: 1440px;
}
@media (max-width: 991px) {
  .container {
    width: 90vw;
  }
}

.full-container {
  width: 100%;
  margin: 0 auto;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.v-align {
  align-items: center;
}

.row {
  flex-direction: row;
}

.flex-start {
  justify-content: flex-start;
}

.flex-center {
  justify-content: center;
}

.space-between {
  justify-content: space-between;
}

.flex-col {
  flex-direction: column;
}

.space-around {
  justify-content: space-around;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
}

@media screen and (max-width: 1440) {
  .col-md-5 {
    width: 5%;
  }
  .col-md-10 {
    width: 10%;
  }
  .col-md-15 {
    width: 15%;
  }
  .col-md-20 {
    width: 20%;
  }
  .col-md-25 {
    width: 25%;
  }
  .col-md-30 {
    width: 30%;
  }
  .col-md-35 {
    width: 35%;
  }
  .col-md-40 {
    width: 40%;
  }
  .col-md-45 {
    width: 45%;
  }
  .col-md-50 {
    width: 50%;
  }
  .col-md-55 {
    width: 55%;
  }
  .col-md-60 {
    width: 60%;
  }
  .col-md-65 {
    width: 65%;
  }
  .col-md-70 {
    width: 70%;
  }
  .col-md-75 {
    width: 75%;
  }
  .col-md-80 {
    width: 80%;
  }
  .col-md-85 {
    width: 85%;
  }
  .col-md-90 {
    width: 90%;
  }
  .col-md-95 {
    width: 95%;
  }
  .col-md-100 {
    width: 100%;
  }
}
@media screen and (min-width: 1920px) {
  .col-bg-5 {
    width: 5%;
  }
  .col-bg-10 {
    width: 10%;
  }
  .col-bg-15 {
    width: 15%;
  }
  .col-bg-20 {
    width: 20%;
  }
  .col-bg-25 {
    width: 25%;
  }
  .col-bg-30 {
    width: 30%;
  }
  .col-bg-35 {
    width: 35%;
  }
  .col-bg-40 {
    width: 40%;
  }
  .col-bg-45 {
    width: 45%;
  }
  .col-bg-50 {
    width: 50%;
  }
  .col-bg-55 {
    width: 55%;
  }
  .col-bg-60 {
    width: 60%;
  }
  .col-bg-65 {
    width: 65%;
  }
  .col-bg-70 {
    width: 70%;
  }
  .col-bg-75 {
    width: 75%;
  }
  .col-bg-80 {
    width: 80%;
  }
  .col-bg-85 {
    width: 85%;
  }
  .col-bg-90 {
    width: 90%;
  }
  .col-bg-95 {
    width: 95%;
  }
  .col-bg-100 {
    width: 100%;
  }
}
.offset-5 {
  margin-left: 5%;
}

.offset-10 {
  margin-left: 10%;
}

.offset-15 {
  margin-left: 15%;
}

.offset-20 {
  margin-left: 20%;
}

.offset-25 {
  margin-left: 25%;
}

.offset-30 {
  margin-left: 30%;
}

.offset-35 {
  margin-left: 35%;
}

.offset-40 {
  margin-left: 40%;
}

.offset-45 {
  margin-left: 45%;
}

.offset-50 {
  margin-left: 50%;
}

.offset-55 {
  margin-left: 55%;
}

.offset-60 {
  margin-left: 60%;
}

.offset-65 {
  margin-left: 65%;
}

.offset-70 {
  margin-left: 70%;
}

.offset-75 {
  margin-left: 75%;
}

.offset-80 {
  margin-left: 80%;
}

.offset-85 {
  margin-left: 85%;
}

.offset-90 {
  margin-left: 90%;
}

.offset-95 {
  margin-left: 95%;
}

.offset-100 {
  margin-left: 100%;
}

.ml-5 {
  margin-left: 5%;
}

.mr-5 {
  margin-right: 5%;
}

.ml-10 {
  margin-left: 10%;
}

.mr-10 {
  margin-right: 10%;
}

.mb-15 {
  margin-bottom: 15%;
}

@media screen and (max-width: 991px) {
  .col-sm-100 {
    width: 100%;
  }
  .col-sm-90 {
    width: 90%;
  }
  .col-sm-50 {
    width: 50%;
  }
  .clear-offset-sm {
    margin-left: 0;
  }
  .tb1 {
    margin-bottom: 0;
  }
  .tb2 {
    margin-top: 0;
  }
  .flex-col-sm {
    flex-direction: column;
  }
  .flex-col-reverse-sm {
    flex-direction: column-reverse;
  }
  .flex-wrap-sm {
    flex-wrap: wrap;
  }
  .hide-sm {
    display: none;
  }
}
a.button {
  padding: 14px 22px;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}

a.white-button {
  background-color: white;
  color: #0F235F;
}

a.blue-button {
  background-color: #0F235F;
  color: white;
}

/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.hvr-underline-from-center ul.sub-menu {
  flex-direction: column;
}

.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #0F235F;
  height: 2px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}

.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: black;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

.grecaptcha-logo {
  display: none !important;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu {
  width: 350px !important;
}

#wpadminbar {
  display: none;
}

@media (max-width: 991px) {
  a.custom-logo-link {
    display: flex;
  }
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
  background: rgba(51, 51, 51, 0);
  color: #0f235f;
  font-weight: 600;
  text-decoration: none;
  border-color: #fff;
  font-family: "Raleway";
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #0f235f;
  font-weight: 600;
  text-decoration: none;
  border-color: #fff;
  font-family: "Raleway";
  text-transform: uppercase;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  color: #0f235f;
  font-weight: 600;
  text-decoration: none;
  border-color: #fff;
  font-family: "Raleway";
  text-transform: uppercase;
}

div#mega-menu-wrap-menu-1 {
  background-color: white;
}

.mega-toggle-blocks-right {
  background-color: white;
}

span.mega-toggle-animated-inner {
  background-color: #0F235F;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
  background-color: #0F235F;
}

.page {
  margin: 0;
}
.page .body-content {
  padding-top: 5%;
  background-color: white;
  padding-bottom: 5%;
  padding-left: 2.5%;
  padding-right: 2.5%;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
  margin: 5% 0;
}

h1 {
  font-size: 60px;
}
@media (max-width: 991px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 55px;
  line-height: 1.3;
}
@media (max-width: 991px) {
  h2 {
    font-size: 30px;
  }
}

p, ul, li, a {
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
}
@media (max-width: 991px) {
  p, ul, li, a {
    font-size: 15px;
  }
}

h3 {
  margin: 5% 0;
  font-size: 25px;
}

.site-logo h1, .site-logo p {
  font-size: 28px;
}

.site-logo img {
  width: 25px;
  height: auto;
}

.menu-toggle {
  background-color: transparent;
  font-weight: 500;
  font-family: "Raleway", sans-serif;
  color: #0F235F;
}

.menu-menu-1-container {
  width: 100%;
}
@media (max-width: 991px) {
  .menu-menu-1-container {
    display: none;
  }
}
.menu-menu-1-container ul#primary-menu {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.main-navigation.toggled .menu-menu-1-container {
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  background-color: white;
}
.main-navigation.toggled .menu-menu-1-container ul {
  justify-content: flex-end;
  flex-direction: column;
  padding: 5%;
}
.main-navigation.toggled .menu-menu-1-container ul li {
  margin-bottom: 1.5%;
}
.main-navigation.toggled ul.sub-menu {
  padding: 0;
  box-shadow: unset;
  float: left;
  position: relative;
  top: 0;
  z-index: 0;
}
section.video-section {
  margin-top: 40px;
  width: 100%;
  height: 700px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.video-section {
    margin-top: 25px;
  }
}
section.video-section div.overlay {
  width: 100%;
  height: 700px;
  background: rgba(11, 32, 92, 0.7);
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  section.video-section div.overlay {
    background: rgb(11, 32, 92);
    background: linear-gradient(90deg, rgba(11, 32, 92, 0.7) 0%, rgba(11, 32, 92, 0.7) 100%);
    height: 100%;
  }
}
section.video-section video {
  width: 100%;
  height: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
  z-index: 0;
}
section.video-section .text-container {
  position: relative;
  z-index: 2;
  height: inherit;
  display: flex;
  align-items: center;
}
section.video-section .text-container .row {
  flex-direction: column;
}
section.video-section .text-container h1 {
  color: white;
  margin-bottom: 0;
}
section.video-section .text-container h2 {
  color: white;
  margin: 2.5% 0;
  font-size: 40px;
}
@media (max-width: 991px) {
  section.video-section .text-container h2 {
    font-size: 30px;
  }
}

section.internal-section {
  margin-top: 0;
  width: 100%;
  height: 500px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 991px) {
  section.internal-section {
    height: 350px;
  }
}
section.internal-section div.overlay {
  width: 100%;
  height: 100%;
  background: rgb(11, 32, 92);
  background: linear-gradient(90deg, rgb(11, 32, 92) 0%, rgba(11, 32, 92, 0.8716080182) 57%, rgba(11, 32, 92, 0) 100%);
  border: 1px solid #000;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
@media (max-width: 991px) {
  section.internal-section div.overlay {
    height: 100%;
    background: rgba(11, 32, 92, 0.7);
  }
}
section.internal-section img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  position: fixed;
}
@media (max-width: 991px) {
  section.internal-section img {
    height: 350px;
  }
}
section.internal-section .text-container {
  position: relative;
  z-index: 2;
  height: inherit;
  display: flex;
  align-items: center;
}
section.internal-section .text-container .row {
  flex-direction: column;
}
section.internal-section .text-container h2 {
  color: white;
  margin-bottom: 0;
}
section.internal-section .text-container h3 {
  color: white;
  margin: 2.5% 0;
}

.site-branding {
  width: 45%;
}
@media (max-width: 991px) {
  .site-branding {
    width: 100%;
  }
}

.site-title {
  color: #0F235F;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
}

header#masthead {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: white;
  top: 0;
  box-shadow: 0px 7px 13px 2px rgba(0, 0, 0, 0.59);
  height: 70px;
  display: flex;
  align-items: center;
}
header#masthead .container {
  height: inherit;
}

#primary-menu > li {
  margin-left: 2.5%;
}

nav#site-navigation {
  justify-content: flex-end;
  display: flex;
  align-items: center;
  width: 75%;
}
nav#site-navigation ul li a {
  color: #0F235F;
  text-transform: uppercase;
  font-size: 14px;
}
nav#site-navigation .sub-menu {
  background-color: white;
}
nav#site-navigation .sub-menu li {
  padding: 3.5%;
}
nav#site-navigation .sub-menu li a {
  font-size: 16px;
}

.hfg_header.site-header {
  box-shadow: 0px 12px 36px 2px rgba(0, 0, 0, 0.376);
}

.nav-ul li:hover > .wrap > .caret, .nav-ul li:hover > .wrap > a {
  color: #0F235F;
}

.m-style > ul > li > .wrap::after, .sm-style .sub-menu .wrap::after {
  background-color: #0F235F;
}

section#who {
  padding: 5% 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  background-color: white;
}
section#who .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#who h2 {
  margin-bottom: 0.5%;
}
@media (max-width: 991px) {
  section#who {
    background: white !important;
  }
}

section#what {
  position: relative;
  z-index: 1;
  padding: 5% 0;
  background-color: #0F235F;
}
section#what .text-container {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section#what h2 {
  color: white;
  margin: 0 0 0.5%;
}
section#what p {
  color: white;
}

section#services {
  background-color: #fff;
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
section#services h2 {
  margin: 0 0 0.5%;
}
section#services .main-text {
  text-align: center;
}
section#services .service-container {
  text-align: center;
  margin-top: 3.5%;
}
section#services .service-container img {
  width: 30%;
}
@media (max-width: 991px) {
  section#services .service-container img {
    width: 40%;
  }
}

section#research {
  background-color: #fbfaf4;
  padding: 5% 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
}
@media (max-width: 991px) {
  section#research {
    background-image: none !important;
  }
}
section#research .main-text {
  text-align: center;
}
section#research .service-container {
  text-align: center;
}
section#research h2 {
  margin: 0 0 0.5%;
}
section#research ul {
  margin: 0;
}

section#values {
  background-color: #0F235F;
  padding: 0;
  position: relative;
  height: 400px;
  display: flex;
  align-items: center;
  z-index: 1;
}
section#values video#values {
  position: absolute;
  height: 400px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
section#values .text-container {
  text-align: center;
  position: relative;
  z-index: 1;
  height: 400px;
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
section#values h2 {
  color: white;
  margin: 0 0 0.5%;
}
section#values p {
  color: white;
}
section#values a {
  margin: 0 auto;
}

#main-content {
  background-size: cover;
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  #main-content {
    padding: 10% 0;
  }
}

footer#footer {
  background-color: #0f235f;
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
footer#footer h2 {
  color: white;
}
footer#footer .contact-text {
  width: 45%;
}
footer#footer .contact-form {
  width: 45%;
}
footer#footer label {
  color: white;
  font-family: "Raleway", sans-serif;
}
footer#footer .footer-container {
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 991px) {
  footer#footer .footer-container {
    flex-direction: column;
  }
  footer#footer .contact-form {
    width: 100%;
  }
  footer#footer .contact-text {
    width: 100%;
  }
}
footer#footer select {
  padding: 1%;
  width: 100%;
  border-radius: 5px;
}
footer#footer input {
  width: 100%;
  padding: 2.5%;
}
footer#footer .wpcf7-form-control.wpcf7-submit {
  background-color: white;
  color: black;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  padding: 10px 15px;
  line-height: 1;
  border-radius: none;
  border-radius: 0;
  padding: 14px 22px;
  width: fit-content;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
footer#footer .wpcf7-response-output {
  background-color: white;
}
footer#footer .copyright {
  color: white;
  font-size: 14px;
}
@media (max-width: 991px) {
  footer#footer .copyright {
    font-size: 12px;
  }
}
footer#footer input[type=text], footer#footer input[type=email], footer#footer input[type=url], footer#footer input[type=password], footer#footer input[type=search], footer#footer input[type=number], footer#footer input[type=tel], footer#footer input[type=range], footer#footer input[type=date], footer#footer input[type=month], footer#footer input[type=week], footer#footer input[type=time], footer#footer input[type=datetime], footer#footer input[type=datetime-local], footer#footer input[type=color], footer#footer textarea {
  padding: 8px;
}

.tab {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.tab h3 {
  color: white;
}

.tablinks {
  background: #0F235F;
  padding: 10%;
  cursor: pointer;
  text-align: left;
}
@media (max-width: 991px) {
  .tablinks {
    padding: 3% 10%;
  }
  .tablinks h3 {
    font-size: 18px;
    text-align: left;
  }
}

.tablinks.active {
  background-color: #7D89A8;
}
.tablinks.active h3 {
  color: #0F235F;
}

.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none;
}
.tabcontent h2 {
  margin-top: 2.5%;
  margin-bottom: 0;
  font-size: 50px;
}
@media (max-width: 991px) {
  .tabcontent h2 {
    font-size: 32px;
  }
}

#main.internal-services {
  padding: 5% 0;
  position: relative;
  z-index: 1;
}
#main.internal-services .main-tabs-container {
  background-color: white;
  box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.5);
}

main#primary.internal-page {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  main#primary.internal-page #main-content {
    background: #fff !important;
  }
}
main#primary.internal-page section.other-services {
  text-align: center;
  background-color: #fbfaf4;
  padding-bottom: 5%;
  position: relative;
  z-index: 1;
}
main#primary.internal-page section.other-services h2 {
  text-align: center;
}
main#primary.internal-page .card {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
}
@media (max-width: 991px) {
  main#primary.internal-page .card {
    margin-bottom: 5%;
  }
}
@media (max-width: 991px) {
  main#primary.internal-page .card img {
    width: 100%;
  }
}
main#primary.internal-page .card:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}
main#primary.internal-page .card .text-container {
  background-color: white;
  border: 2px solid #1C6EA4;
  border-radius: 0px 0px 15px 15px;
  width: 100%;
  padding: 2.5% 0 5%;
}
main#primary.internal-page .card a {
  margin: auto;
  transition: all 0.3s;
}
main#primary.internal-page .card a:hover {
  box-shadow: 0px 5px 13px -1px rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}/*# sourceMappingURL=main.css.map */