/*
Theme Name: BLUEPRINT INTERACTIVE Theme
Author: Blueprint Interactive
Author URI: https://blueprintinteractive.com
Description: Blueprint Interactive Custom Theme.
Version: 1.0
License: GNU General Public License



/* -------------------------------------------------------------- */
/* Normalize Reset 
-------------------------------------------------------------- */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

* {
  box-sizing: border-box;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

img {
  max-width: 100%;
  object-fit: contain;
  height: auto;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* -------------------------------------------------------------- */
/* Animate CSS
-------------------------------------------------------------- */

.fade-in-from-left {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(-15px);
  -moz-transform: translateX(-15px);
  -o-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fade-in-from-left.animated {
  animation-name: fade-from-left;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-left {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }

  45% {
    opacity: 0.5;
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fade-in-from-bottom {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  -o-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
}

.fade-in-from-bottom.animated {
  animation-name: fade-from-bottom;
  animation-duration: 1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@keyframes fade-from-bottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -o-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
  }
  90% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fade-in-from-right {
  opacity: 0;
  animation-timing-function: ease-out;
  -webkit-transform: translateX(40px);
  -moz-transform: translateX(40px);
  -o-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}

.fade-in-from-right.animated {
  animation-name: fade-from-right;
  animation-duration: 0.5s;
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@keyframes fade-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -o-transform: translateX(40px);
    -ms-transform: translateX(40px);
    transform: translateX(40px);
  }

  90% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* Fonts */
@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-medium-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-medium-webfont.woff") format("woff");
  font-weight: 500; /* Medium */
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-extrabolditalic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-extrabolditalic-webfont.woff") format("woff");
  font-weight: 800; /* ExtraBold */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-extrabold-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-extrabold-webfont.woff") format("woff");
  font-weight: 800; /* ExtraBold */
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-bolditalic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-bolditalic-webfont.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-bold-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-bold-webfont.woff") format("woff");
  font-weight: 700; /* Bold */
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-semibolditalic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-semibolditalic-webfont.woff") format("woff");
  font-weight: 600; /* SemiBold */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-semibold-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-semibold-webfont.woff") format("woff");
  font-weight: 600; /* SemiBold */
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-mediumitalic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-mediumitalic-webfont.woff") format("woff");
  font-weight: 500; /* Medium */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-italic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-italic-webfont.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-regular-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-regular-webfont.woff") format("woff");
  font-weight: 400; /* Regular */
  font-style: normal;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-lightitalic-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-lightitalic-webfont.woff") format("woff");
  font-weight: 300; /* Light */
  font-style: italic;
}

@font-face {
  font-family: "BeVietnam";
  src: url("./fonts/bevietnam-light-webfont.woff2") format("woff2"),
    url("./fonts/bevietnam-light-webfont.woff") format("woff");
  font-weight: 300; /* Light */
  font-style: normal;
}

#menu-header-2 li {
  margin-right: 40px;
}

#menu-header-2 li a {
  font-weight: 600;
}

/* home page hero */
.hero {
  padding-top: 20px;
}
.keyword_cloud {
  display: none;
}

.keyword_cloud {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.content-box {
  position: relative;
  padding: 20px 30px;
  background-color: #f8f9fc;
  border-radius: 8px;
  min-height: 220px;
  height: auto;
  overflow: hidden;
  width: 47%;
  background: #eff0f4;
  border-radius: 8px;
  margin-bottom: 0px;
  scroll-margin-top: 20px;
  padding: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 300px;
}

#schedule-mobile {
  display: none;
  width: 100%;
  text-align: center;
  justify-content: center;
  align-self: center;
}

.basic-page-wrapper .inner {
  max-width: 1200px;
}
.page-intro {
  background: #f7f7f7;
  padding-bottom: 20px;
  padding-top: 35px;
}

header {
  background: #f7f7f7;
}

.page-template-default header,
.talent-template-default header,
.single header {
  background-color: white;
  padding-bottom: 50px;
}

/* Header class not on home page */
.home header {
  background-color: white;
}

.box-background-number {
  position: absolute;

  color: white;
  font-weight: bold;
  z-index: 0;
  bottom: -32px;
  right: -16px;
  opacity: 0.75;
  font-size: 270px;
}

#menu-header-2 li {
  margin-right: 25px;
  margin-bottom: 0px;
}

.box-image {
  width: 50px;
  z-index: 10;
  height: 50px;
  margin-bottom: 15px;
}

.page-template-page-policy_comm .box-image {
  width: 100%;
  height: auto;
}

.box-title {
  font-size: 24px;
  letter-spacing: -1px;
  margin-bottom: 10px;
  font-weight: 500;
  z-index: 10;
  color: #333;
}

.box-text {
  font-size: 15px;
  padding-bottom: 20px;
  z-index: 10;
  color: #666;
}

.keyword_cloud li,
.keyword-link-li {
  color: #353233;
  display: inline-block;
  font-size: 20px;
  margin: 5px;
  padding-left: 20px;
  position: relative;
}
.keyword-link-li a {
  color: #353233;
}

.pattern-row span,
.pattern-row a {
  color: #353233;
}

html,
body {
  scroll-behavior: smooth;
}

.keyword_cloud *,
.pattern-row * {
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

.keyword_cloud a:hover,
.pattern-row a:hover {
  color: #9e002f;
}

.keyword_cloud li:not(:first-child)::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #c9c5ca;
  font-weight: bold;
}

.pattern-container {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin: 60px auto 25px;
  width: 95%;
}

.pattern-row {
  display: flex;
  justify-content: center;
  margin: 0px 0;
  flex-wrap: wrap;
  width: 100%;
}

.pattern-row span {
  color: #353233;
  font-size: 16px;
  margin: 10px;
  white-space: nowrap;
}

.pattern-row span:not(:first-child)::before {
  content: "|";
  color: #c9c5ca;
  margin-right: 15px;
}
p,
ul,
li,
span,
ol {
  font-weight: 300;
}

.content-box-container {
  display: flex;
  flex-direction: row;

  align-items: flex-start;
  gap: 20px;
  justify-content: center;
  align-items: normal;
  flex-wrap: wrap;
}
h2 {
  font-size: 45px;
}
.schedule-container h2 {
  padding-bottom: 7px;
}
.inner {
  width: 90%;
  margin: 0 auto;
}

.home-prefooter {
  margin-top: 40px;
}

.form-container {
  width: 50%;
}
textarea {
  resize: none;
}

header ul {
  padding-left: 0px;
}
#form input,
#form select,
#form textarea {
  border-radius: 20px;
  background: var(--Neutral-95, #eff0f4);
  margin-bottom: 12px;
  text-indent: 12px;
  width: 100%;
  border: none;
}

#form textarea {
  border-radius: 20px;
  padding-top: 10px;
  text-indent: 0;
  padding-left: 12px;
}

.hero-left h1 {
  padding-top: 20px;
}
.pattern-row span,
.keyword_cloud li,
.keyword-link-li {
  transition: none;
}
#form h2,
form {
  width: 100%;
}

.hamburger-icon,
.mobile-nav {
  display: none;
}

.hamburger-icon {
  cursor: pointer;
  float: right;
  right: 5%;
  position: absolute;
  top: 20px;
  z-index: 100000;
  display: block;
  display: none;
}

.bar1,
.bar2,
.bar3 {
  background-color: #9e002f;
  height: 5px;
  margin: 6px 0;
  transition: all 0.4s;
  width: 35px;
}

.change .bar1 {
  -webkit-transform: rotate(45deg) translate(8px, 8px);
  transform: rotate(45deg) translate(8px, 8px);
  background-color: white;
}

.change .bar2 {
  opacity: 0;
}

.change .bar3 {
  -webkit-transform: rotate(-45deg) translate(8px, -7px);
  transform: rotate(-45deg) translate(8px, -7px);
  background-color: white;
}

.mobile-nav {
  background-color: #9e002f;
  /* display: block; */
  /* display: none; */
  padding-bottom: 30px;
  position: absolute;
  border-bottom: 1px solid rgba(0, 0, 0, 0.8);
  right: 0;
  z-index: 100 !important;
  left: 0;
  text-align: center;
  width: 100%;
  top: 0;
  z-index: 2;
}

.header-logo {
  height: auto;
  width: 100%;
}
#form {
  min-height: 380px;
  justify-content: center;
  align-items: center;
}

.mobile-nav.red-box {
  background-image: url(/wp-content/themes/blueprint/images/Red-Backdrop.png);
  background-color: unset;
  background-position: bottom right;
}

.nav.mobile-nav-menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#nav-logo {
  filter: invert(1) grayscale(1) brightness(1000);
  width: 80%;
  max-width: 330px;
}

.mobile-nav-menu li a,
.mobile-contact,
.mobile-nav-menu li {
  font-size: 19px !important;
}

input::placeholder,
textarea::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#form input,
#form select {
  height: 40px;
  padding-bottom: 5px;
  text-indent: 12px;
}
#form input#submitbtn {
  width: 250px;
  height: 32.5px;
  cursor: pointer;
}

.home #red-box {
  background-color: #9e002f;
}

#red-box {
  /* background image Red-Backdrop.png from this theme images folder */
  background-image: url("/wp-content/themes/blueprint/images/Red-Backdrop.png");
  background-size: cover;
  background-position: bottom right;
  margin-top: 20px;
}

#red-box > * {
  color: white !important;
  font-size: 30px;
  padding: 10%;
}

#red-box p {
  color: white !important;
  font-size: 40px;
  padding: 5%;
  max-width: 1200px;
}

.about-section {
  background-color: #9e002f;
  padding: 25px 20px !important;
  display: flex;
}
#about-title {
  margin-top: 0px;
}

#about-text p:last-child {
  margin-bottom: 0px;
}

.about-section-content {
  display: flex;
  gap: 35px;
  max-width: 1200px;
  padding: 20px 0px 10px;
  margin: 10px auto;
}

#about-photo {
  max-width: 60%;
  object-fit: cover;
  object-position: 13%;
  height: auto;
  padding: 10px 0px 0px 10px;
}

.about-section > * {
  color: white !important;
  font-size: 20px;
  padding: 10px;
}

.nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}

.page-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* Ensures proper wrapping on smaller screens */
}

.content {
  max-width: 1200px;
  padding: 20px;
}
.main-content-inner {
  flex: 1 1 50%;
  padding: 0 20px;
}

.main-content.inner {
  max-width: 1100px;
}
.about-section {
  z-index: 10;
  position: relative;
}

.header-logo {
  width: 270px;
  transition: 0.25s ease-in-out;
}

.header-logo:hover {
  transform: scale(0.99);
  transform-origin: center;
}

#menu-header a,
#menu-header li {
  color: var(--theme-text, #353233);
  font-size: 13px;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  transition: 0.25s ease-in-out;
  line-height: 1;
}

#mobile-home-link {
  margin: 0px auto 20px;
  display: block;
}

.site-header {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 10px 20px;
  justify-content: space-between;
  align-items: center;
}

.site-header ul {
  width: fit-content;
}

.site-header li {
  margin: 0px 25px;
}

#menu-header a:hover {
  border: 1px solid #9e002f;
}

#menu-header a {
  border: 1px solid transparent;
  padding: 5px 10px 9px;
  border-radius: 30px;
}

.hero-right {
  display: flex;
  width: fit-content;
}

.hero-left {
  width: 100%;
  display: flex;
  justify-content: center;
  z-index: 10;
  align-items: center;
}

#hero-image {
  width: 50%;
  max-width: 500px;
}

#hero-image-2 {
  max-width: 100%;
  width: 250px;
  padding-top: 20px;

  margin: 0 auto 0 0;
  position: relative;
  display: flex;
  margin-top: 30px;
}
.basic-page-wrapper a {
  color: #9e002f;
  transition: 0.25s ease;
}

.basic-page-wrapper a:hover {
  color: black;
}
.talent-template-default .featured-image-wrapper {
  gap: 40px;
  flex-direction: column;
}
.hero .content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
  margin: 0 auto;
}
.home .main-content img {
  max-width: 50%;
}

.featured-image-wrapper {
  flex: 1 1 50%;
  display: flex;
  justify-content: center; /* Center the image horizontally */
  align-items: center; /* Center the image vertically */
  padding-left: 20px;
}

#menu-header a {
  font-size: 16px;
}

.pattern-row span {
  font-size: 14px;
}

#schedule-link,
#submitbtn,
.contact-button {
  border-radius: 60px;
  border: 3px solid #9e002f !important;
  color: white !important;
  padding: 5px 30px 9px;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  font-weight: 300;
  line-height: 1;
  font-size: 15px;
  z-index: 10;
  background: #9e002f !important;
}
#form input#submitbtn {
  padding-bottom: 9px;
  height: 39px;
  line-height: 1;
}

.home-link-footer img {
  margin-bottom: -1.5px;
  z-index: 0;
}

.footer .nav {
  z-index: 10;
  margin-top: 0px;
  padding-top: 30px;
  position: relative;
  background-color: #313033;
}

#schedule-link:hover,
#submitbtn:hover,
.contact-button:hover {
  color: #9e002f !important;
  background: white !important;
}

footer {
  background-color: #313033;
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 50px;
}
footer * {
  color: white;
}

.bottom-footer {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px 20px 30px;
  align-items: center;
}
#privacy-link {
  padding-right: 30px;
}
#menu-header-1 li,
#menu-header-1 li a,
#menu-header-2 li,
#menu-header-2 li a,
#menu-header-2 a,
footer p,
footer span,
footer a,
#menu-header-1 a {
  color: rgb(223, 223, 223);
  opacity: 1;
  font-size: 13px;
  text-decoration: none !important;
  font-style: normal;
  font-weight: 400;
  list-style: none;
  transition: 0.25s ease-in-out;
  line-height: 1;
}

#menu-header-1 ul,
#menu-header-2 ul {
  list-style: none;
}

#menu-header-1 {
  padding: 10px 10px;
  width: fit-content;
}
#menu-header-2 {
  padding: 10px 10px;
  width: fit-content;
}

#menu-header-2 li {
  margin-right: 25px;
}

#menu-header-1 li {
  margin-bottom: 10px;
}

#menu-header-1 a:hover,
#menu-header-2 a:hover,
footer a:hover {
  color: white;
}
.footer .home-link-footer {
  background: white;
  height: 100%;
  display: flex;
  width: 100%;
  margin: 0 auto;
  padding: 20px 5% 0;
  position: relative;
}

h1 {
  margin-top: 0px;
  color: #353233;
  font-size: 60px;
  letter-spacing: -4px;
  font-weight: 400;
  margin-bottom: 25px;
  line-height: 1;
  word-wrap: break-word;
}

.content-box-container {
  padding-top: 20px;
}

h2,
h3,
h4,
h5,
p {
  margin-top: 0px;
  letter-spacing: -2px;
  margin-bottom: 20px;
}

p {
  letter-spacing: -0.25px;
}

.footer .nav {
  margin-bottom: 0px;
}

footer p {
  margin-bottom: 0px;
}

.home-prefooter {
  display: flex;
  flex-direction: row;
  gap: 20px;

  align-items: flex-start;

  padding: 20px;
  max-width: 1200px;
  justify-content: space-around;
}

#form,
#myForm {
  display: flex;
  flex-direction: column;
}

.page-template-page-policy_comm .content-box {
  background-color: transparent;
  padding: 20px;
}

* {
  font-family: "BeVietnam", "Be Vietnam Pro", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#logo-container {
  position: relative;
  width: 500px; /* Adjust as needed */
  height: 300px; /* Adjust as needed */
}

#hero-image {
  width: 100%; /* Ensure the image scales correctly */
  height: auto;
  position: absolute;
  top: 5%;
  transform-origin: center center;
  animation: roll-in 3s forwards;
  opacity: 0;
}

@keyframes roll-in {
  0% {
    transform: rotate(-360deg) scale(0);
    opacity: 0;
  }
  100% {
    transform: rotate(0deg) scale(1);
    opacity: 1;
  }
}
#hero-image {
  transition: transform 2s, right 2s, opacity 2s;
  transform: rotate(-360deg);

  opacity: 0;
}

#hero-image.fade-in {
  transform: rotate(0deg);
  opacity: 1;
}
