:root {
  --blue: #0066b3;
  --white: #ffffff;
  --black: #000000;
  --line-border: #cccccc;
}
/*Fonts*/
@font-face {
  font-family: "Times New Roman";
  src: url("../fonts/times-new-roman-400.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Times New Roman" !important;
  font-size: 14px;
  font-weight: 400;
}
#header #top-bar .flex-right .html_topbar_left,
#header #top-bar .flex-right {
  width: 100%;
}
#top-bar marquee {
  font-size: 14px;
  line-height: 35px;
  color: var(--blue);
  text-transform: uppercase;
  font-weight: 600;
}
#top-bar {
  background: var(--white);
}
#header #logo {
  width: 100%;
  max-height: 200px;
  margin: 0;
}
#header #logo .header-logo {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
#header .header-bottom {
  background: var(--white);
}
#header .header-main .logo-center {
  padding: 0;
}
#header .header-bottom > .container {
}
#header .header-bottom > .container {
  border-bottom: 1px solid var(--line-border);
  padding: 0;
}
#main {
  padding-top: 100px;
}
#footer .absolute-footer {
  display: none !important;
}
#header .menu-item .nav-top-link {
  font-size: 13px;
  font-family: "Times New Roman", serif;
  position: relative;
  padding: 0;
}
#header .menu-item:has(~ .menu-item) .nav-top-link::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: -10px;
  background: var(--black);
}
#header .menu-item {
  margin-right: 0;
  padding: 0 10px;
}
#header .header-search-form {
  margin: 0 30px;
}
#header .header-search-form form {
  width: 360px;
}
#header .header-search-form input[type="search"] {
  padding: 0 15px;
  border-radius: 50px 0 0 50px;
  box-shadow: unset;
}
#header .header-search-form .submit-button {
  border-radius: 0 50px 50px 0;
  padding: 0 15px;
}
#header .header-nav {
  line-height: 50px;
}
/*Footer*/
#footer .footer-1,
#footer .footer-2 {
  border-top: unset;
}
#footer .footer-2 {
  padding-top: 0;
}
#footer .footer > .row > div:nth-child(1) {
  flex: 0 0 50%;
  max-width: 50%;
}
#footer .footer > .row > div:nth-child(2),
#footer .footer > .row > div:nth-child(3) {
  flex: 0 0 25%;
  max-width: 25%;
}
#footer .footer-2 > .row > div:nth-child(2) a {
  margin-right: 8px;
}
#footer .footer-2 > .row > div:nth-child(2) a > img {
  width: 30px;
  height: 30px;
  object-fit: cover;
}
#footer .footer-2 form {
  display: flex;
}
#footer .footer-2 form input {
  box-shadow: unset;
}
#footer .footer-2 input[type="submit"] {
  font-size: 14px;
  max-height: 35px;
  border-radius: 0 8px 8px 0;
}
#footer .footer-2 input[type="email"] {
  border-radius: 8px 0 0 8px;
}
