  #main {
  padding-top: 163px;
  @media only screen and (max-width: 991.5px) {
    padding-top: 110px;
  }
}

.main-header#site-navigation {
  position: fixed;
  z-index: 999;
  width: 100vw;
  top: 0;
  left: 0;
}
.main-header div.container {
  max-width: 1170px;
  padding-left: 32px;
  padding-right: 32px;
}
.main-header div.container > .row {
  width: 100%;
}

.main-header a {
  text-decoration: none;
}

/* main header - top nav start */

.main-header .top-nav {
  background-color: #003a70;
  color: white;
  padding: 10px 40px;
  font-weight: 700;
}

.main-header .top-nav a {
  color: white;
  padding: 0px 8px;
  font-size: 1rem;
  vertical-align: middle;
}

.main-header .top-nav a:hover {
  color: #00b3e3;
}

.main-header .top-nav a:first-of-type {
  padding-left: 0;
}

.main-header .top-nav .search-container {
  display: flex;
}

.main-header .top-nav .search-container input[type="text"] {
  padding: 4.25px 8px;
  font-size: 16px;
  border: none;
  box-shadow: none;
  border-radius: 3px 0 0 3px;
  color: #003a70;
}

.search-container .input-placeholder-text {
  padding: 4px 6px 0px;
  color: grey !important;
  font-size: 16px;
  font-weight: 400;
}

.main-header .top-nav .search-container form button {
  float: right;
  padding: 4.25px 8px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
  background-color: white;
  color: #003a70;
}

.main-header .top-nav .search-container button {
  background-color: #003a70;
  color: white;
  padding: 4.25px 8px;
  font-size: 16px;
  border-radius: 3px;
}

/* main header - top nav end */

/* main header - navbar start */

.main-header .navbar {
  background-color: white;
  color: black;
  padding: 0 40px;
  display: block;
}

.main-header .navbar .toggler-column {
  padding-right: 30px;
}

.main-header .navbar .navbar-toggler {
  border: none;
  box-shadow: none;
  height: 50%;
  margin-top: auto;
  margin-bottom: auto;
}

.main-header .navbar .navbar-toggler:focus,
.main-header .navbar .navbar-toggler:hover {
  border: 2px solid lightgrey;
  background-color: lightgrey;
}

.main-header .navbar .navbar-nav {
  justify-content: space-between;
  width: 100%;
}

.main-header .navbar-brand img {
  width: auto;
  height: 108px;
  padding: 14px 0;
}

.main-header .navbar-brand-desktop {
  display: block !important;
}
.main-header .navbar-brand-mobile {
  display: none !important;
}

.main-header .navbar .dropdown .dropdown-menu {
  border-radius: 1px;
  background-color: white;
}

.main-header .navbar .nav-link {
  padding: 10px 0px;
  font-size: 1.5rem;
  font-weight: 700;
  color: #003a70;
}

.main-header .navbar .dropdown-toggle {
  display: none;
}

.main-header .navbar .dropdown-toggle::after {
  font-size: 22px;
  vertical-align: 0.08em;
  margin-left: 6px;
}

.main-header .navbar .dropdown-toggle[aria-expanded="true"] {
  color: #003a70;
}

.main-header .navbar .dropdown-toggle[aria-expanded="true"]::after {
  rotate: 180deg;
}

.main-header .navbar .dropdown-menu img {
  display: flex;
  align-self: center;
}

.main-header .navbar .dropdown-menu .dropdown-item {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  text-wrap: wrap;
}

.main-header .navbar .dropdown-menu li:last-of-type .dropdown-item {
  border-bottom: none;
}

.main-header .navbar .dropdown-menu .dropdown-item:hover,
.main-header .navbar .dropdown-menu .dropdown-item:focus {
  background-color: #f4f4f4;
}

.main-header .navbar .dropdown-menu ul {
  margin: 0;
  padding-left: 0;
  padding-right: 30px;
  list-style: none;
}

.main-header .navbar-collapse {
  height: 100%;
  background-color: white;
}

.main-header .mobile-buttons {
  display: none;
}

/* main header - navbar end */

/* skip links */
.jump-links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 250px;
}
.skip {
  color: black !important;
  position: absolute;
  top: -1000px;
  left: 15px;
  width: auto;
  height: auto;
  text-align: left;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
}
.skip:active,
.skip:focus,
.skip:hover {
  outline: 3px solid #fff;
  outline-offset: 1px;
  left: 15px;
  top: 15px;
  width: auto;
  height: auto;
  overflow: visible;
  background: #f4bb33;
  padding: 15px;
  color: #000;
  font-weight: bold;
  box-shadow: 0 0 10px 0 #000;
  z-index: 50001;
  text-decoration: none !important;
}
/* skip links end */

header .mobile-footer-nav {
  position: absolute;
  z-index: 1000;
  bottom: 0px;
  background-color: lightgrey;
  display: flex;
  width: 100%;
  transform: translateX(-12px);
}

header .top-nav-mobile .mobile-footer-nav > a {
  width: 25%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: center;
  color: #003a70 !important;
  font-weight: 700;
  line-height: 1.25;
  padding: 8px 0.5px;
}
header .top-nav-mobile .mobile-footer-nav > a:hover {
  color: white !important;
  background-color: #00b3e3;
  font-weight: 700;
  line-height: 1.25;
}
header .top-nav-mobile .mobile-footer-nav a span {
  display: block;
  text-align: center;
}
header .top-nav-mobile .mobile-footer-nav a span.fa {
  font-size: 26px;
}
header .top-nav-mobile .mobile-footer-nav a span.fa::before {
  height: 24px;
  width: 24px;
  font-size: 24px;
}

@media only screen and (min-width: 992px) {
  .main-header .navbar .navbar-nav {
    display: flex;
    align-items: center;
  }

  .main-header .navbar .navbar-nav {
    height: 100%;
  }
	
<!--
  .main-header .navbar .nav-dropdown-div {
    width: 100%;
  }
-->

  .main-header .navbar .nav-link {
    text-wrap: nowrap;
  }

  .main-header .navbar .dropdown-toggle {
    display: none;
  }

  .main-header .navbar .dropdown-toggle::after {
    display: none;
  }

  .L5-header .navbar .dropdown-toggle[aria-expanded="true"] {
    background-color: #003a70;
    color: white !important;
  }

  .main-header .navbar .dropdown .dropdown-menu {
    margin-top: 0;
    min-width: 195px;
    max-width: 300px;
  }

  .main-header .navbar .dropdown-menu {
    min-width: 100%;
    width: auto;
    overflow-x: hidden;
    margin-top: 0;
    left: auto;
    right: 0;
    top: 100%;
    box-shadow: 4px 6px 8px 6px rgba(0, 0, 0, 0.1);
  }

  /* optional dropdown hover - start */
  .nav-dropdown-div:hover .dropdown-menu {
    display: block;
  }

  .main-header .navbar .nav-dropdown-div:hover .nav-link {
    color: #00b3e3;
  }

  .main-header .navbar .nav-dropdown-div:hover .navlink::after {
    rotate: 180deg;
  }

  /* optional dropdown hover - start */
}

@media only screen and (max-width: 991.5px) {
  .main-header#site-navigation {
    overflow-y: auto;
    max-height: 100vh;
  }

  .main-header div.container {
    padding-left: 0;
    padding-right: 0;
  }

  .main-header .top-nav-mobile {
    background-color: white;
    color: #003a70;
    padding: 12px 12px;
  }

  .main-header .top-nav-mobile a {
    color: white;
    display: block;
    border-bottom: none;
    padding: 12px 8px;
  }

  .main-header .navbar-brand img {
    height: 100px;
    width: auto;
    padding: 12px 0;
    cursor: pointer;
  }
  .main-header .navbar-brand-desktop {
    display: none !important;
  }
  .main-header .navbar-brand-mobile {
    display: block !important;
    padding-left: 30px;
  }

  .main-header .top-nav-mobile .search-container {
    border: 1px solid #003a70;
    margin-bottom: 0px;
  }

  .main-header .top-nav-mobile .search-container input[type="text"] {
    padding: 4.5px 12px;
    font-size: 16px;
    border: none;
    box-shadow: none;
    border-radius: 3px 0 0 3px;
    width: calc(100% - 46px);
  }

  .main-header .top-nav-mobile .search-container button {
    float: right;
    padding: 4.5px 8px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 0 3px 3px 0;
    background-color: white;
    color: #003a70;
  }

  .main-header .navbar-collapse {
    background-color: white;
  }

  .main-header .navbar .navbar-nav {
    padding: 10px 14px 24px;
    background-color: white;
    gap: 0;
  }

  .main-header .navbar .nav-link {
    display: inline;
    width: calc(100% - 60px);
  }

  .main-header .navbar .dropdown-toggle {
    display: inline;
    width: 34px;
    height: 30px;
    float: right;
    border-left: 1px solid #003a70;
  }

  .main-header .navbar .dropdown-toggle:hover,
  .main-header .navbar .dropdown-toggle:focus {
    background-color: lightgrey;
  }

  .main-header .dropdown-toggle::after {
    float: right;
  }

  .main-header .navbar .nav-dropdown-div:hover .navlink::after {
    rotate: 180deg;
  }

  .main-header .navbar {
    padding: 10px 0 0 0;
  }
  .main-header .navbar .nav-dropdown-div {
    border-bottom: 1px solid #f4f4f4;
    padding: 12px 8px;
  }

  .main-header .navbar .nav-dropdown-div:last-of-type {
    border-bottom: none;
  }

  .main-header .navbar .dropdown .dropdown-menu {
    width: 100%;
    background-color: transparent;
    margin-top: 6px;
    padding: 0;
    border: none;
    border-top: none;
  }
  .main-header .navbar .dropdown-menu img {
    display: none;
  }

  .main-header .navbar .L4-navbar-nav .nav-item {
    padding: 12px 10px;
    border-bottom: 1px solid #f4f4f4;
  }

  .main-header .navbar .L4-navbar-nav .nav-item:last-of-type {
    border-bottom: none;
  }

  .main-header .mobile-buttons {
    display: flex;
    flex-flow: column nowrap;
    padding: 24px 12px 124px 18px;
    max-width: 325px;
  }

  .main-header a.light-blue-button,
  .main-header a.dark-blue-button {
    position: relative;
    padding: 10px 38px 10px 18px;
    text-align: center;
    color: white;
    font-weight: 700;
    margin-bottom: 1rem;
    width: fit-content;
    min-width: 150px;
  }
  .main-header a.light-blue-button {
    background-color: #00b3e3;
    border: 2px solid #00b3e3;
    color: #003a70;
  }
  .main-header a.dark-blue-button {
    background-color: #003a70;
    border: 2px solid #003a70;
  }
  .main-header a.light-blue-button:hover,
  .main-header a.dark-blue-button:hover,
  .main-header a.light-blue-button:focus,
  .main-header a.dark-blue-button:focus {
    color: #003a70;
    background-color: white;
    border: 2px solid #003a70;
  }

  .main-header a.light-blue-button::after,
  .main-header a.dark-blue-button::after {
    content: "\e900";
    font-family: "icomoon";
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 18px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }
}

@media only screen and (max-width: 449px) {
  header .mobile-footer-nav a span {
    font-size: 14px;
  }
  header .mobile-footer-nav a span.fa {
    font-size: 20px;
  }
  header .mobile-footer-nav a span.fa::before {
    height: 20px;
    width: 20px;
    font-size: 20px;
  }
}

/* header Animation */
#site-navigation.hideNav {
  transform: translateY(-100%);
}
#site-navigation {
  transition: transform 0.5s ease-in-out;
}
#main {
  transition: padding 0.5s ease-in-out;
}

/* Footer */
#footer {
  background-color: white;
}

#footer .footer-main {
  background-color: white;
  padding: 45px;
}

#footer .flex-row {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}

#footer .logo-wrap {
  display: flex;
  text-align: center;
}

#footer .footer-logo {
  width: 350px;
  max-width: 95%;
  margin: 0 auto;
}

.footer-main .footer-social {
  padding: 28px;
  text-align: center;
}

.footer-main .footer-social a {
  padding: 8px;
}

#footer .footer-main-links {
  color: #003a70;
}

#footer .footer-main-links a {
  color: #003a70;
  font-weight: 700;
  font-weight: 18px;
  display: block;
}

#footer .footer-main-links a {
  color: #003a70;
}

#footer .footer-foot {
  background-color: #003a70;
  color: white;
  padding: 16px 0;
  text-align: center;
}

#footer .footer-foot a {
  color: white;
}

#footer .footer-foot a:hover,
#footer .footer-foot a:focus {
  color: white;
  text-decoration: underline;
}

#footer .footer-foot ul {
  list-style: none;
  margin: auto;
}

#footer .footer-foot ul li {
  padding: 0 10px;
  display: inline;
}

#footer .footer-foot ul li:not(:last-child) {
  border-right: 2px solid white;
}

@media screen and (max-width: 767px) {
  #footer .logo-wrap {
    margin-top: 16px;
  }

  #footer .footer-main-links {
    text-align: center;
  }

  #footer .footer-foot ul li {
    padding: 0 10px;
    display: block;
  }

  #footer .footer-foot ul li:not(:last-child) {
    border-right: none;
  }
}
