header.enh1 {
  position: relative;
}
header.enh1 > div.enh1-top-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--top-bar-height);
  background: var(--top-bar-background);
}
header.enh1 > div.enh1-bottom-bar-bg {
  box-sizing: border-box;
  position: absolute;
  top: var(--top-bar-height);
  left: 0;
  width: 100%;
  height: calc(var(--height) - var(--top-bar-height));
  background: var(--bottom-bar-background);
}
header.enh1 > div.en-mobile-header {
  display: none;
}
header.enh1 > nav.en-nav {
  width: min(100%, var(--en-website-width));
  margin: 0 auto;
  font-synthesis: none;
  position: relative;
  display: grid;
  grid-template-rows: var(--top-bar-height) var(--center-bar-height) var(--bottom-bar-height);
}
header.enh1 div.enh1-top-bar {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: var(--column-gap);
  z-index: 9;
  position: relative;
}
/* marquee */
header.enh1 div.enh1-marquee {
  height: 31px;
  width: clamp(300px, 67vw, 810px);
  position: relative;
  background: var(--marquee-background);
  margin: 0 20px 0 0;
}
header.enh1.enh1tbar-3-2 div.enh1-marquee::before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 50px;
  height: 100%;
  background: url(../../pics/whiteFadeLeft.png);
  z-index: 6;
}
header.enh1.enh1tbar-3-2 div.enh1-marquee::after {
  content: '';
  position: absolute;
  top: 0;
  right: -1px;
  width: 50px;
  height: 100%;
  background: url(../../pics/whiteFadeRight.png);
  z-index: 6;
}

header.enh1 div.enh1-marquee p {
  color: var(--marquee-color);
  font: var(--marquee-font);
  letter-spacing: var(--marquee-letter-spacing);
  animation-duration: 35s !important;
  height: 18px;
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: var(--marquee-popup-background);
  transform: translateY(1px);
}
header.enh1 .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup,
header.enh1 .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup .en-marquee-popup-text {
  background-color: var(--marquee-popup-background);
  color: var(--marquee-popup-color);
  font: var(--marquee-popup-font);
  letter-spacing: var(--marquee-popup-letter-spacing);
  font-size: clamp(13px, 1.55vw, 17px);
}
.en-marquee-module .en-marquee-tooltip-buttons button {
  background-color: var(--marquee-popup-button-background);
  color: var(--marquee-popup-button-color);
  border: var(--marquee-popup-button-border);
  font: var(--marquee-font);
}
.en-marquee-module .en-marquee-tooltip-buttons button:hover,
.en-marquee-module .en-marquee-tooltip-buttons button:focus,
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed='true'] {
  background-color: var(--marquee-popup-active-button-background);
  color: var(--marquee-popup-active-button-color);
}
/* marquee */
.login-header {
  display: block;
  z-index: 9;
  text-align: left;
  padding: 8px 0px 0;
  height: 33px;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  background: url(../../pics/lock.png) no-repeat 0px 7px;
  width: 63px;
}
.login-header .click-login {
  position: relative;
  color: #000;
  font-size: 15px;
  font-family: var(--font1);
  font-weight: 700;
  text-transform: uppercase;
  text-align: right;
}
#close-btn-popup {
  display: none;
}
.login-header #form {
  width: 182px !important;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transform: scaleY(0);
  transform-origin: 0px 0px;
  overflow: visible;
  transition: all 0.35s ease-out 0s;
  z-index: 999;
  position: absolute;
  top: 33px;
  padding: 0 10px 10px;
  border: 1px solid #fff;
  background: #e42c10;
  right: -2px;
}
.login-header #student-vault-vertical,
#login #form,
#login #form a {
  color: #ffffff !important;
  line-height: 1.231;
  text-decoration: none !important;
}
#login #sign-in a {
  color: #fff;
}
#login #student-vault-vertical {
  color: #fff;
}
#student-vault-vertical #input-fields div {
  margin-top: 10px;
}
#student-vault-vertical input {
  font-size: 12.6667px;
  width: 150px;
  display: block;
  border-radius: 0 !important;
  padding: 2px !important;
  border: 1px solid #888888;
  color: #000080 !important;
}
#student-vault-vertical input.topLoginSubmitButton {
  border: none !important;
}
.login-header #sign-in {
  display: flex;
  margin-top: 7px;
  position: relative;
  align-items: center;
}
.login-header #sign-in a {
  text-decoration: underline;
  position: relative;
}
#student-vault-vertical #sign-in .topLoginSubmitButton {
  padding: 3px 0 0 0px !important;
  margin: 0px 3px 0 0 !important;
}
header.enh1 #en-public-header-translate {
  position: relative;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
header.enh1 #en-public-header-translate img {
  margin-right: 0;
}
header.enh1 .enh1-search {
  position: relative;
  cursor: pointer;
  margin-right: 3px;
}
.en-header-popup-wrapper {
  margin: auto !important;
  display: block !important;
  height: 107px !important;
  max-width: 500px !important;
  background: #720c24 !important;
}
.en-popup-close-img {
  background-color: #000 !important;
  border-radius: 50%;
}
.en-header-popup-body {
  padding-top: 26px !important;
}
.social-link {
  position: absolute;
  top: 79px;
  right: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 14px);
}
.social-link a {
  width: clamp(38px, 4vw, 46px);
  height: auto;
  aspect-ratio: 1;
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  border-radius: 100%;
  color: #000;
  background-repeat: no-repeat;
  background-color: #fff;
}
.social-link a:hover,
.social-link a:focus {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
}
.social-link .fb {
  background-image: url(../../pics/fb_icon.png) !important;
  background-position: 18px center !important;
}
.social-link .twit {
  background-image: url(https://www.kingrobinson.org/pics/x-01.png) !important;
  background-size: 20px;
  background-position: center;
  left: 1px;
  position: relative;
}
.social-link .insta {
  background-image: url(../../pics/insta_icon.png) !important;
  background-position: 12px 12px !important;
}
.en-header-school-logo {
  grid-row: 2;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.en-header-school-logo .logo-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  gap: clamp(5px, 4vw, 41px);
  top: 1px;
}
.header-logo {
  position: relative;
  top: -9px;
  left: 2px;
}
.header-logo img {
  width: var(--header-logo-width);
  min-width: 55px;
}
.header-name img {
  width: var(--header-name-width);
  min-width: 190px;
}
#nav_items_0 {
  grid-row: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#nav_items_0 li {
  list-style: none;
  display: inline;
  position: relative;
  padding: 0px;
}
#nav_items_0 li a {
  white-space: nowrap;
  display: block;
  text-align: center;
  padding: 14px clamp(5px, 1.3vw, 15px) 9px;
  font: var(--menu-font);
  line-height: 1.231;
  text-decoration: none;
  color: var(--menu-color);
  text-transform: uppercase;
  letter-spacing: var(--menu-letter-spacing);
  /* background: transparent; */
  position: relative;
}
@media only screen and (min-width: 769px) {
  header.enh1 > nav.en-nav {
    box-sizing: border-box;
    padding-inline: clamp(0px, calc(1130px - 100vw), 10px);
  }
  .login-header:hover #form,
  .login-header:focus #form {
    transform: scaleY(1);
  }

  #nav_items_0 > li > a {
    background: #a91b11;
    padding: 7px clamp(5px, 1.3vw, 15px) 11px;
    height: 38px;
    z-index: 5;
  }
  #nav_items_0 > li:hover > a {
    height: auto;
    padding: 11px clamp(5px, 1.3vw, 15px) 10px;
  }
  #nav_items_0 > li a {
    width: auto;
    white-space: normal;
  }
  #nav_items_0 li:hover a,
  #nav_items_0 li:focus a,
  #nav_items_0 li.over a {
    color: var(--menu-hover-color);
    border-bottom: 3px solid #e43d30;
  }

  #nav_items_0 li:hover a:after {
    content: '';
    width: 30px;
    height: 31px;
    background: url(../../pics/paw_icon.png);
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: -1;
  }

  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li a:focus {
    padding-left: 30px !important;
    padding-right: 10px !important;
    color: #fff;
    margin-left: 0px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    position: relative;
  }

  #nav_items_0 li.nav_item_last:hover ul,
  #nav_items_0 li.nav_item_last:focus ul {
    right: 0px;
  }

  /* Drop down items */

  #nav_items_0 ul,
  #nav_items_0 li:hover ul ul,
  #nav_items_0 li:focus ul ul,
  #nav_items_0 li.over ul ul,
  #nav_items_0 li:hover ul ul ul,
  #nav_items_0 li:focus ul ul ul,
  #nav_items_0 li.over ul ul ul,
  #nav_items_0 li:hover ul ul ul ul,
  #nav_items_0 li:focus ul ul ul ul,
  #nav_items_0 li.over ul ul ul ul {
    position: absolute;
    right: auto;
    left: -9999em;
    top: -9999em;
    z-index: 9999;
    width: clamp(180px, 20vw, 216px);
    margin: 0;
    padding: 5px 0 10px 0;
    font-size: 12px;
  }

  #nav_items_0 ul li {
    margin: 0;
    left: auto;
    display: block;
  }

  #nav_items_0 li:hover ul,
  #nav_items_0 li:focus ul,
  #nav_items_0 li.over ul {
    left: auto;
    top: auto;
  }

  #nav_items_0 ul li:hover ul,
  #nav_items_0 ul li:focus ul,
  #nav_items_0 ul li.over ul,
  #nav_items_0 ul ul li:hover ul,
  #nav_items_0 ul ul li:focus ul,
  #nav_items_0 ul ul li.over ul,
  #nav_items_0 ul ul ul li:hover ul,
  #nav_items_0 ul ul ul li:focus ul,
  #nav_items_0 ul ul ul li.over ul {
    position: absolute;
    top: 0;
    left: 100%;
  }

  /* Drop down items colors and formatting */

  #nav_items_0 li:hover ul li a,
  #nav_items_0 li:focus ul li a,
  #nav_items_0 li.over ul li a {
    line-height: 16pt;
    text-align: left;
    text-decoration: none;
    padding: 8px clamp(10px, 1.8vw, 20px);
    height: auto;
    width: 100%;
    font-size: clamp(15px, 1.64vw, 18px);
    white-space: normal;
    text-transform: capitalize;
    text-shadow: none;
    font-family: 'Roboto Slab', serif;
    background: none;
  }

  #nav_items_0 li:hover ul,
  #nav_items_0 li:focus ul,
  #nav_items_0 li.over ul,
  #nav_items_0 li:focus ul {
    color: var(--menu-color);
    background-color: var(--menu-hover-background);
  }

  #nav_items_0 li:hover ul li a,
  #nav_items_0 li:focus ul li a {
    border: none;
  }

  #nav_items_0 li:hover ul li a:after,
  #nav_items_0 li:focus ul li a:after {
    display: none;
  }

  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li a:focus,
  #nav_items_0 li ul li:hover a,
  #nav_items_0 li ul li:focus a,
  #nav_items_0 li ul li.over a,
  #nav_items_0 li ul li:hover ul a:hover,
  #nav_items_0 li ul li:focus ul a:focus,
  #nav_items_0 li ul li.over ul a:hover,
  #nav_items_0 li ul li.over ul a:focus,
  #nav_items_0 li ul li ul li:hover a,
  #nav_items_0 li ul li ul li:focus a,
  #nav_items_0 li ul li ul li.over a,
  #nav_items_0 li ul li ul li:hover ul a:hover,
  #nav_items_0 li ul li ul li:focus ul a:focus,
  #nav_items_0 li ul li ul li.over ul a:hover,
  #nav_items_0 li ul li ul li.over ul a:focus,
  #nav_items_0 li ul li ul li ul li:hover a,
  #nav_items_0 li ul li ul li ul li:focus a,
  #nav_items_0 li ul li ul li ul li.over a,
  #nav_items_0 li ul li ul li ul li:hover ul a:hover,
  #nav_items_0 li ul li ul li ul li:focus ul a:focus,
  #nav_items_0 li ul li ul li ul li.over ul a:hover,
  #nav_items_0 li ul li ul li ul li.over ul a:focus {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }

  nav#menu ul li span.nav_icon {
    display: none;
  }

  #nav_items_0 li a bdi:after,
  #nav_items_0 li a li a bdi:after,
  #nav_items_0 li a li a li a bdi:after {
    content: ' \2192';
  }

  .header-name:focus,
  .header-logo:focus,
  .social-link a:focus {
    outline: 2px dotted #ffd201 !important;
  }
  #nav_items_0 li a:focus {
    background: url(../../pics/paw_icon.png) middle right no-repeat;
    color: #ffd200;
    outline: 2px dotted #ffd201 !important;
  }
  #nav_items_0 li.over ul li a:focus {
    color: #fff;
    box-shadow: none;
    border: 0;
    margin-top: 0;
    outline: 2px dotted #ffd201 !important;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  nav.en-nav > ul > li > ul > li > ul > li > ul {
    left: initial;
    right: 100%;
  }
}
@media only screen and (max-width: 1100px) {
  .social-link .insta,
  .social-link .fb {
    background-position: center !important;
  }
  header.enh1 div.enh1-marquee {
    width: clamp(300px, 57vw, 810px);
  }
}
@media only screen and (max-width: 768px) {
  .social-link {
    position: static;
  }
  .social-link a {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  .header-logo,
  .en-header-school-logo .logo-wrapper {
    top: 0;
    left: 0;
  }
  .login-header#login #form.active {
    transform: scaleY(1);
    position: fixed;
    top: 50%;
    width: 100% !important;
    max-width: 270px;
    height: 201px;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s ease all !important;
  }
  .login-header #student-vault-vertical,
  #login #form,
  #login #form a {
    font-size: 15px !important;
  }
  #close-btn-popup {
    display: flex !important;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    background-color: rgb(0, 0, 0);
    width: clamp(32px, 5vw, 35px);
    height: clamp(32px, 5vw, 35px);
    border-radius: 50%;
    cursor: pointer;
    display: none;
    align-items: center;
    font-family: Arial, Helvetica, sans-serif;
    justify-content: center;
  }
  #close-btn-popup span {
    position: relative;
    bottom: 2px;
  }
  .login-header #form form {
    width: 77% !important;
    display: flex !important;
    justify-content: center !important;
  }
  .login-header #student-vault-vertical {
    width: 100% !important;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .login-header #input-fields {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .login-header #email-container,
  .login-header #password-container {
    width: 100%;
    margin-top: 10px;
  }
  #student-vault-vertical input {
    padding: 4px 0 !important;
    width: 100%;
  }
  .login-header #sign-in {
    display: flex;
    padding-top: 10px;
    align-items: center;
    gap: 10px;
  }
  .login-header #sign-in a {
    margin-top: 0;
  }
  .login-header a span {
    font-size: 13px;
  }
  header.enh1 div.enh1-marquee {
    width: 100%;
    margin: 0;
  }
  header.enh1 div.enh1-top-bar .en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
    transform: translateY(-1px);
    border-top-color: var(--marquee-popup-background);
    border-bottom-color: transparent;
  }
  header.enh1 div.enh1-top-bar .en-marquee-module.popup-top .en-marquee-popup-wrapper .en-marquee-popup {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
  div.enh1-top-bar-bg,
  div.enh1-center-bar-bg,
  div.enh1-bottom-bar-bg {
    display: none;
  }
  header.enh1 button.en-mobnav-button {
    border: none;
    border-radius: 50%;
    font-size: clamp(30px, 5.7vw, 40px);
    font-family: Arial, Verdana, sans-serif;
    padding: 0 0.28em clamp(2px, 0.5vw, 3px);
    background: var(--mobnav-button-background);
    color: var(--mobnav-button-color);
    box-sizing: border-box;
    width: clamp(38px, 6.45vw, 45px);
    height: clamp(38px, 6.45vw, 45px);
    line-height: 1;
  }
  header.enh1 div.en-mobile-header button.en-mobnav-button {
    font-size: clamp(26px, 4.2vw, 30px);
    padding: 0 0.28em;
  }
  header.enh1 button.en-mobnav-button:hover {
    background: var(--mobnav-button-hover-background);
    color: var(--mobnav-button-hover-color);
  }
  header.enh1 .en-header-school-logo {
    display: flex !important;
    position: static;
    background: var(--header-background);
    height: max-content;
    border-bottom: 1px solid rgb(0, 0, 0);
    box-sizing: border-box;
    padding: 10px 6px;
    background-position-y: top;
  }
  header.enh1 > div.en-mobile-header a {
    text-decoration: none;
  }
  header.enh1 nav.en-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
    height: 100%;
    width: min-content;
    overflow: hidden;
  }
  header.enh1 div.enh1-top-bar {
    order: 3;
    flex-wrap: wrap;
    row-gap: 5px;
    column-gap: clamp(10px, 2vw, 15px);
    background: var(--top-bar-background);
    padding: 6px;
    justify-content: center;
    border-top: 1px solid #000;
  }
  .login-header {
    top: -1px;
  }
  .login-header #form {
    transition: none;
  }
  .login-header {
    z-index: 9999999999;
  }
  header.enh1 nav.en-nav > ul {
    grid-row: 2;
    grid-column: 1 / 3;
    background-color: var(--menu-background);
  }
  header.enh1 nav.en-nav > ul > li > a {
    color: var(--menu-color);
    background: var(--menu-background);
    font: var(--menu-font);
  }
  header.enh1 nav.en-nav > ul > li > a:hover {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li > ul a {
    font: var(--menu-font);
    letter-spacing: var(--menu-letter-spacing);
    color: var(--menu-color);
    background: var(--menu-background);
  }
  header.enh1 nav.en-nav > ul > li > ul a:hover {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a {
    color: var(--menu-color);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-has-submenu > a:hover {
    color: var(--menu-hover-color);
    background: var(--menu-hover-background);
  }
  header.enh1 nav.en-nav > ul > li ul > li.en-mobile-submenu-opened > a {
    color: var(--menu-color);
    background: var(--menu-background);
  }
  header.enh1 .en-public-header .en-nav {
    position: fixed;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
  }
  #nav_items_0 {
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
    overflow-x: hidden;
    overflow-y: auto;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    display: flex;
    justify-content: flex-start;
    height: 100vh;
    background-color: #fbfbfb;
    top: 0;
    z-index: 0;
    left: 0;
  }
  #nav_items_0 li {
    height: auto;
    z-index: 8;
    padding-right: 0 !important;
    background: none;
    margin: 0;
  }
  #nav_items_0 li a {
    padding: 12px 15px !important;
    text-align: start;
    border-bottom: 1px solid #000;
    background: var(--menu-background);
    color: var(--menu-color);
    font-size: clamp(14px, 2.43vw, 15px);
    line-height: 1.231;
    width: 100%;
    height: max-content;
    font-weight: 600;
    box-sizing: border-box;
    white-space: normal;
  }
  #nav_items_0 li ul li a {
    width: 100% !important;
    background: var(--menu-color);
    color: var(--menu-background) !important;
    font-size: clamp(12.5px, 2vw, 13px) !important;
    border-bottom: 1px solid #000000;
    text-shadow: none;
    text-transform: capitalize;
    padding-left: 30px !important;
  }
  nav.en-nav {
    display: flex !important;
    flex-direction: column !important;
  }
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  #nav_items_0 li ul {
    height: max-content;
    width: 100%;
    padding: 0;
    border-top: 0;
    transform: none !important;
    position: static;
  }
  nav.en-nav > ul > li.hasSubNav {
    position: relative;
  }
  nav.en-nav > ul > li.hasSubNav::before {
    content: '';
    position: absolute;
    margin: 3.5px 0 0 8px;
    transition: all ease 0.5s;
    right: 18px;
    top: 13px;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid rgb(255, 255, 255);
    width: 0;
    height: 0;
    z-index: 9;
    pointer-events: none;
  }
  #nav_items_0 li ul li a:hover,
  #nav_items_0 li ul li a:focus {
    background: var(--menu-hover-background) !important;
    transition: all 0.3s ease 0s;
  }
  #nav_items_0 li ul li ul li a {
    padding-left: 60px !important;
  }
  .translated-rtl nav.en-mobnav-show,
  .translated-ltr nav.en-mobnav-show {
    height: calc(100% - 40px);
  }
  nav.en-nav > ul > li ul,
  nav.en-nav > ul > li ul > li ul,
  nav.en-nav > ul > li ul > li ul li {
    display: block !important;
  }
  nav.en-nav > ul > li ul li.en-has-submenu > a:before {
    clip-path: polygon(100% 0, 0 0, 50% 100%) !important;
    background: var(--menu-background) !important;
  }
}
@media only screen and (max-width: 600px) {
  .en-header-popup-wrapper {
    max-width: 80vw !important;
  }
}
@media only screen and (max-width: 768px) and (max-height: 450px) {
  header.enh1 .en-header-school-logo {
    padding: 3px;
  }
  header.enh1 div.enh1-top-bar {
    padding: 3px;
  }
  #nav_items_0 li a {
    padding: 11px 15px !important;
  }
  header.enh1 div.enh1-marquee {
    max-width: 200px;
  }
}