#menu_bar_height {
  margin-bottom: 4.6rem;
}

#page-container {
  position: relative;
  min-height: 100vh;
}

#content-wrap {
  padding-bottom: 16.5rem;
  /* Footer height */
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 16.5rem;
  /* Footer height */
}

#footer_grad {
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#006098), to(#006098));
  background-image: linear-gradient(#006098, #006098);
}

#menu_footer {
  padding-left: 3rem;
}

#menu_footer #meun_list_footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu_footer #meun_list_footer li {
  float: left;
  text-transform: uppercase;
}

#menu_footer #meun_list_footer li a {
  display: block;
  text-align: center;
  padding: 10px 15px;
  color: white;
}

#menu_footer #meun_list_footer li a:hover {
  opacity: 1;
}

#menu_footer_small #menu_list_footer_small {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#menu_footer_small #menu_list_footer_small li {
  float: left;
  text-transform: uppercase;
}

#menu_footer_small #menu_list_footer_small li a {
  display: block;
  text-align: center;
  padding: 5px 10px;
  color: white;
}

#menu_footer_small #menu_list_footer_small li a:hover {
  opacity: 1;
}

#follow_social_text {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

#social_footer {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#social_footer li {
  float: left;
}

#social_footer li a {
  color: white;
  text-decoration: none;
  opacity: 1;
}

#social_footer li a:hover {
  opacity: 0.5;
}

.hr_white {
  border-top: 0.5px solid rgba(255, 255, 255, 0.3);
  width: 80%;
  margin-bottom: 0;
}

#app_badges {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#app_badges li {
  float: left;
}

#app_badges li a {
  color: white;
  text-decoration: none;
}

#terms_footer {
  background-color: #024a7a;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

#terms_footer #terms_list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.6);
}

#terms_footer #terms_list li {
  float: right;
}

#terms_footer #terms_list li a {
  color: rgba(255, 255, 255, 0.6);
  padding: 16px;
}

.home_Header {
  background-color: #006098;
  color: white;
  display: block;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bolder;
  padding: 5px 0px 5px 0px;
}

.home_vertical_line {
  border-left: 1px solid rgba(0, 0, 0, 0.3);
}

.navbar-nav .nav-item {
  font-size: 20px;
  font-weight: 500;
}

#k53sa_info1 {
  color: white;
  padding-top: 1rem;
}

#k53test_info1 {
  color: white;
  padding-top: 1rem;
}

#k53signs_info1 {
  color: white;
  padding-top: 1rem;
}

#efl_info1 {
  color: white;
  padding-top: 1rem;
}

#contact_email a {
  color: black;
  text-decoration: none;
}

