/* imports and fonts imports */
@import url("/apps/js/polls/polls-pack.css");

/* General */
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  overflow-y: scroll;
  background: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}

.DB_mask {
  z-index: 99999 !important;
}
.DB_dialog {
  z-index: 99999 !important;
}

.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
a,
a:active {
  color: #033b73;
}
a:hover,
a:active {
  outline: 0;
  color: #fb3038;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}

/* Normalization of fonts */
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

body,
#nav_items_0 li:hover ul li a,
#nav_items_0 li.over ul li a,
#address {
  font-family: "Arial", Helvetica, sans-serif;
}
#pageNav,
#pageNav ul li a,
#quicklinks a,
#nav_items_0 li a,
#motto {
  font-family: "Arial", Helvetica, sans-serif;
}

#pageContentWrapper h1,
#pageContentWrapper h2,
#pageContentWrapper h3,
#pageContentWrapper h4,
#pageContentWrapper h5,
#pageContentWrapper h6 {
  font-family: "Karla", sans-serif !important;
  color: #141414;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

/*--------------------------- basic header css -------------------------------*/

/* PARAMETERS */

/* HEIGHT OF THE MIDDLE SECTION WHERE SCHOOL'S NAME IS LOCATED WILL BE AUTO-ADJUSTED */
.en-public-header-params {
  --header-width: 1100px;
  --header-height: 200px;
  --top-bar-height: 35px;
  --bottom-bar-height: 50px;
}
div.en-public-container {
  position: relative;
  width: 100%;
}
header.en-public-header div.en-public-header-top-bar {
  position: relative;
  grid-row: 1;
  grid-column: 2;
  display: flex;
  flex-direction: initial;
  justify-content: flex-start;
}

/* STYLING FOR SMALL ICONS IN THE TOP BAR */
div.en-public-header-top-bar > a > img {
  box-sizing: border-box;
  padding: 4px;
  height: 100%;
}

/* HOVER ON SMALL ICONS IN THE TOP BAR, IF REQUIRED */
div.en-public-header-top-bar > a > img:hover {
  background: transparent;
}

/* STYLING OF THE SCHOOL NAME IN THE HEADER */

/* <br>'S IN THE SCHOOL'S NAME WILL BE IGNORED, AND LATER ENABLED FOR MOBILE */
header.en-public-header div.en-public-header-bottom-bar {
  position: relative;
  grid-row: 3;
  grid-column: 2;
  display: flex;
  align-items: center;
}

header.en-debug div.en-public-header-top-bar {
  background: #fff;
}
header.en-debug div.en-public-header-bottom-bar {
  background: transparent;
}

/* header bottom background*/

/* POSITIONING AND STYLING OF THE SCHOOL LOGO */
header.en-public-header div.en-public-header-logo-container img {
  height: 92.5%;
  box-shadow: 0px 10px 6px -6px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.en-public-header-website-name .header-logos {
    max-height: 120px;
    height: 100%;
}

/* Sidelinks */
.en-sidelinks-module {
  gap: 5px;
  top: 44.6%;
  transform: translateY(-41.4%);
  z-index: 1000;
}
.en-sidelinks-module a {
  width: 145px;
  background: #d61d20;
  min-height: 60px;
  color: #fff;
  font-size: 22px;
  line-height: 20px;
  font-family: "paralucent-condensed";
  font-weight: 500;
  z-index: 1;
  padding: 11px 10px 11px 20px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.9px;
}
.en-sidelinks-module a:hover,
.en-sidelinks-module a:focus {
  transform: none;
  margin: 0 10px 0 0;
}

.en-sidelinks-module a::after {
  content: "";
  position: absolute;
  background-color: #211f20 !important;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  top: 0 !important;
  z-index: -1;
  transform-origin: right;
  transition: transform 0.5s;
  transform: scaleX(0);
}

.en-sidelinks-module a:hover::after,
.en-sidelinks-module a:focus::after {
  transform: scaleX(1);
}

.en-sidelinks-module a::before {
  content: none !important;
}

@media only screen and (max-width: 768px) {
  .en-sidelinks-module {
    display: flex;
    align-items: center;
    padding: 40px 20px 32px;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    top: 0;
    transform: none;
    position: relative;
    gap: 12px;
    margin: 0;
  }
  .en-sidelinks-module a {
    font-size: 19px;
    padding: 10px 15px;
    margin: 0;
  }
  .en-sidelinks-module a:hover,
  .en-sidelinks-module a:focus {
    margin: 0;
  }
}

@media only screen and (max-width: 375px) {
  .en-sidelinks-module a {
    width: 150px;
  }
}

/*--------------------------- basic header css end-------------------------------*/

/* Site Styles */
#wrapper {
  position: absolute !important;
}
#wrapper,
#wrapper-index {
  position: relative;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  min-height: 100%;
  height: auto !important;
  text-align: left;
  background: url("") no-repeat;
}
.inside {
  width: 100%;
  margin: 0 auto;
}
#wrapper .content {
  position: relative;
  margin: 299px 0 0;
  padding: 0 0 350px;
  background-color: #fff;
}
#wrapper .content:before {
  background: #fff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 140px;
  content: "";
}
#wrapper .content .inside {
  padding: 20px 0;
  line-height: 20px;
  z-index: 2;
}
.content {
  width: 100%;
  text-align: left;
  position: relative;
}
.content .inside {
  position: relative;
  min-height: 400px;
  height: auto !important;
  height: 400px;
}
.pageTitle {
  width: auto;
  display: block;
  height: auto;
  margin: 73px 0 95px -25.5px;
  font-size: 38px;
  color: #fff;
  position: relative;
  line-height: 30px;
  font-family: "Luckiest Guy", cursive;
  font-weight: 200;
  background: #141414;
  padding: 0 25px 63px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
#wrapper .content .inside,
#wrapper .neutral,
#wrapper table {
  font-weight: 400;
  font-size: 19px;
  color: #404040;
  font-family: "Source Sans Pro", sans-serif;
  line-height: 28px;
}
#wrapper .content .inside {
  max-width: 1200px;
  margin: 0 auto;
}

/* Marquee */
.en-marquee-module {
  position: relative;
  background: transparent;
}
.en-marquee-module .en-marquee-module-content {
  color: #222;
  font-size: 16px;
  font-family: "Karla", sans-serif;
  font-weight: 700;
  margin: 3px 0 0 0;
  line-height: 22px;
}
.en-marquee-module::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 75px;
  z-index: 1;
  background-image: linear-gradient(
    to left,
    rgba(255, 255, 255, 0),
    rgba(240, 240, 241, 0.2),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.8),
    rgb(255, 255, 255),
    rgb(255, 255, 255)
  );
}
.en-marquee-module::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 75px;
  right: 0;
  z-index: 1;
  background-image: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(240, 240, 241, 0.2),
    rgba(255, 255, 255, 0.4),
    rgba(255, 255, 255, 0.8),
    rgb(255, 255, 255),
    rgb(255, 255, 255)
  );
}
.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup {
  background-color: #ffd400;
  border-color: #ffd400;
}
.en-marquee-module
  .en-marquee-popup-wrapper
  .en-marquee-popup
  .en-marquee-tooltip-buttons {
  width: auto !important;
}

.en-marquee-module .en-marquee-tooltip-buttons button {
  background: #fff !important;
  margin: 0 -12px 0 0;
  font-family: "Karla", sans-serif;
}
.en-marquee-module .en-marquee-popup-wrapper {
  max-width: 100%;
}
.en-marquee-module .en-marquee-tooltip-buttons button[aria-pressed="true"] {
  background-color: #211f20 !important;
  color: #fff !important;
}
.en-marquee-module .en-marquee-popup .en-marquee-popup-text {
  color: #000;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  letter-spacing: 0px;
}

.en-marquee-module .en-marquee-popup-wrapper .en-marquee-popup-icon {
  border-bottom-color: #ffd400;
}

/* Search */
#search-button {
  background: none;
  cursor: pointer;
  position: relative;
  float: left;
  text-decoration: none;
  margin: 3px 45.5px 0 0;
  padding: 0 !important;
  font-family: "Source Sans Pro", sans-serif;
  color: #404040 !important;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 2px !important;
  font-size: 13px;
  background: #fff;
}
#search-field {
  max-width: 485px;
  border: 1px solid #c0c1c3;
  height: 25px;
  font-size: 16px;
  padding: 5px 7px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  min-height: 25px;
}
#search-img {
  float: right;
  margin: 10px 21px 10px 0;
}
#search-button .icon {
  background: url("/pics/search_button.png") no-repeat center;
  width: 18px;
  height: 18px;
  display: block;
  float: left;
  padding: 0 19px 0 0;
  margin: -1px 0 0 0px;
}

.translate-button {
  float: left;
  border-radius: 0;
  top: 0;
  font-weight: 500;
  color: #404040 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  font-size: 13px !important;
  line-height: 22px;
  background: url("/pics/translate.png") no-repeat left top 2.5px #fff;
  padding: 0 0 0 27px !important;
  margin: 3px 38px 0 0;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
}

/* new search */
.en-header-popup-wrapper {
  height: 38px !important;
  max-width: 500px !important;
}
.en-header-popup-body {
  padding-top: 0 !important;
}
.en-popup-close-img {
  width: 25px !important;
  height: 25px !important;
}
.en-public-header-popup-close {
  right: -14px !important;
  background: #b80b0b !important;
  top: -15px !important;
}

@media only screen and (max-width: 520px) {
  .en-header-popup-wrapper {
    margin: 300px 25px !important;
  }
}

/* Popup */
.popup-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  z-index: 99999;
}
.popup-backdrop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  overflow: hidden;
  outline: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-content {
  position: relative;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  outline: 0;
  z-index: 20;
  max-width: 500px;
  margin: 300px auto;
}
.popup-body {
  position: relative;
  padding: 20px;
  font-family: "Be Vietnam", sans-serif;
}
#popup-close {
  position: absolute;
  right: -10px;
  background: #007161;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  width: 20px;
  border-radius: 50%;
  overflow: hidden;
  top: -8px;
  min-height: 20px;
  text-align: center;
  line-height: 20px;
  border: 2px solid #bdbdbd;
  font-size: 11px;
}
.button {
  letter-spacing: 0 !important;
  padding: 0 !important;
  top: 0 !important;
}
.button:hover {
  background-color: transparent !important;
}

/* Header */
#header {
  position: relative;
  top: 0;
  z-index: 9999;
  width: 100%;
  background: #fff;
  display: grid;
  max-width: 1100px;
  margin: 0 auto;
}
#header .inside {
  position: relative;
  height: 100px;
  min-height: 100px;
  height: auto !important;
  width: 1100px;
  margin: 0 auto;
  padding: 0;
}
#header .logo {
  width: 191px;
  height: 195px;
  background: url("/pics/header_logo.png") no-repeat;
  float: left;
  position: absolute;
  margin: -25px 0 0 4px;
}
#header-name {
  position: relative;
  float: left;
  margin: 25px 0 0 222px;
  font-family: "ModernCenturyCondRegular";
  font-size: 60px;
  line-height: 55px;
  font-weight: 400;
  color: #0d1a18;
  text-decoration: none;
  letter-spacing: 1px;
}

/* social */
#social-icons {
  margin: 13px -2px 0 0;
  position: relative;
}

#social-icons a {
  display: block;
  position: relative;
  float: left;
  transition: 0.5s all ease-in-out;
  width: 45px;
  height: 45px;
  border-radius: 50px;
  color: #000;
  background-position: center center;
  margin: 0 4px 0 0;
}
#fb,
#fb::before {
  background: url(/pics/fb_icon.png) no-repeat;
  background-color: #3b5998;
  color: #fff !important;
}
#tweet,
#tweet:before {
  background: url(/pics/tweet_icon.png) no-repeat;
  background-color: #1da1f2;
}
#insta{
background-image: url(/pics/Instagram_Glyph_White25.png) no-repeat #f85257;
background-size: 25px;
background:url(/pics/Instagram_Glyph_White25.png) no-repeat center center, radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%) !important; 
}
#insta::before{
background:url(/pics/Instagram_Glyph_White25.png) no-repeat center center; 
}
#social-icons a::after {
  content: "";
  position: absolute;
  background: no-repeat;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  border-radius: 50px;
  box-sizing: border-box;
}
#social-icons a:hover,
#social-icons a:focus {
}
#social-icons a:hover::before,
#social-icons a:focus::before {
  transform-origin: left;
  transform: scaleX(1);
}
#social-icons a::before {
  content: "";
  position: absolute;
  background-color: #141414 !important;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
  transform-origin: right;
  transition: transform 0.5s;
  transform: scaleX(0);
  border-radius: 50px;
}
#social-icons a:last-child {
  margin: 0;
}

@media only screen and (max-width: 1135px) {
  header.en-public-header a.en-website-logo {
    margin: 0px 0 0 10px;
  }
  #social-icons {
    margin: 20px -2px 0 0;
  }
  #search-button {
    margin: 3px 25px 0 0;
  }
  .translate-button {
    margin: 3px 15px 0 0;
  }
}

/* Index properties */
#index-wrapper {
}
#index-top {
  position: relative;
  margin: -299px 0 0 0;
}
#index-top::before {
  content: "";
  position: absolute;
  background: url(/pics/index_top.png) repeat center top;
  width: 100%;
  height: 553px;
  top: 98px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
#index-top::after {
  content: "";
  position: absolute;
  background: url(/pics/index_top.png) repeat center top;
  width: 100%;
  height: 98px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#rotate_slider {
  position: relative;
}

/* Rows WRapper */
#rows-wrapper,
.rows {
  position: relative;
  width: 100%;
}
.rows-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  height: auto;
}

/*Video Banner*/
.video {
  height: 750px;
}
#index-top video {
  object-fit: cover !important;
}
.video #fullVideo {
  padding-top: 0;
}
#video-controls {
  position: absolute;
  z-index: 990;
  bottom: 20px;
  right: 20px;
}
#video-controls .video-control-button {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 12px 12px 10px;
  font-size: 23px;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #000;
  background-color: #ffd400;
  cursor: pointer;
  margin-left: 6px;
  border: 0;
}
#video-controls .video-control-button:hover,
#video-controls .video-control-button:active,
#video-controls .video-control-button:focus {
  background-color: #000;
  color: #ffd400 !important;
}

@media screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .video .video-js .vjs-tech {
    width: auto !important;
    height: auto !important;
    min-width: 100% !important;
  }
}

/* Toggle Buttons */
#video-controls
  button[aria-pressed="true"].play-toggle-button
  .fa-pause-circle {
  display: block;
}
#video-controls button[aria-pressed="true"].play-toggle-button .fa-play {
  display: none;
}
#video-controls
  button[aria-pressed="false"].play-toggle-button
  .fa-pause-circle {
  display: none;
}
#video-controls button[aria-pressed="false"].play-toggle-button .fa-play {
  display: block;
}

@media only screen and (max-width: 1250px) {
  .rows-inner {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }
}

#first-row {
  background: url(/pics/mission_bg.jpg) no-repeat center top 20px #141414;
}
#first-row-inner {
  padding: 106px 0 30px;
}

#first-row::before {
  content: "";
  position: absolute;
  background: url(/pics/index_bottom.jpg) repeat-x center top;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

#first-row-inner > ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: grid;
  grid-template-columns: 155px 410px auto;
  position: relative;
  align-items: flex-start;
  grid-gap: 96.5px;
}
#first-row-inner > ul li h2 {
  font-family: "Luckiest Guy", cursive;
  font-size: 38px;
  line-height: 45px;
  color: #fff;
  font-weight: 400;
  padding: 93.5px 0 0 0;
  margin: 0 0 0 -1px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1.9px;
}
#first-row-inner > ul li h2::before {
  content: "";
  position: absolute;
  background: url(/pics/mission_icon.png) no-repeat center top;
  width: 62px;
  height: 57px;
  left: -30px;
  top: 6px;
}
#first-row-inner > ul li p {
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #fff;
  font-weight: 700;
  margin: 0;
  letter-spacing: 0.9px;
  padding: 0;
}
#quicklinks {
  max-width: 400px;
  margin: -36px 0 0 auto;
}
#quicklinks a:hover,
#quicklinks a:focus {
  color: #0a0807;
}
#quicklinks a {
  font-family: "Karla", sans-serif;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  background: #0a0807;
  display: flex;
  width: 190px;
  float: left;
  min-height: 115px;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 0 20px 20px 0;
  position: relative;
  transition: 0.5s all ease-in-out;
  z-index: 1;
  letter-spacing: 0.4px;
  box-sizing: border-box;
  padding: 10px 40px;
}
#quicklinks a::before {
  content: "";
  position: absolute;
  background: url(/pics/q_links_bg.png) no-repeat center top;
  width: 100%;
  height: 100%;
  background-color: #ffd400;
  z-index: -1;
  transform-origin: top;
  transition: transform 0.5s;
  transform: scaleY(0);
}
#quicklinks a:hover::before,
#quicklinks a:focus::before {
  transform-origin: bottom;
  transition: transform 0.5s;
  transform: scaleY(1);
}
#quicklinks a::after {
  content: "";
  position: absolute;
  background: url(/pics/q_links_icon.png) no-repeat center top;
  width: 20px;
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s ease-in-out;
}
#quicklinks a:hover::after,
#quicklinks a:focus::after {
  background-position: center bottom;
}
#quicklinks a:nth-child(2n) {
  margin-right: 0;
}

@media only screen and (max-width: 1250px) {
  #first-row-inner > ul {
    grid-template-columns: 155px 385px auto;
    grid-gap: 50px;
    justify-content: center;
  }
  #first-row-inner > ul li h2::before {
    left: -5px;
  }
}

@media only screen and (max-width: 1099px) {
  #first-row-inner > ul {
    grid-template-columns: 19% auto clamp(300px, 36.4vw, 400px);
    grid-gap: 10px;
  }
  #first-row-inner > ul li h2 {
    font-size: clamp(28px, 4.09vw, 45px);
    line-height: clamp(28px, 4.09vw, 45px);
  }
  #first-row-inner > ul li p {
    font-size: clamp(16px, 1.64vw, 18px);
  }
  #quicklinks a {
    width: clamp(125px, 17.29vw, 190px);
    margin: 0 10px 20px 0;
  }
}

@media only screen and (max-width: 768px) {
  #first-row-inner > ul {
    grid-template-columns: auto;
  }
  #quicklinks a {
    width: clamp(150px, 17.29vw, 190px);
  }
  #quicklinks a:nth-child(2n) {
    margin-right: 10px;
  }
  #first-row-inner > ul li p br {
    display: none;
  }
  #quicklinks {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 8px;
  }

  #first-row-inner {
    padding: 55px 0;
  }
}

@media only screen and (max-width: 519px) {
  #quicklinks a:nth-child(2n) {
    margin-right: 0;
  }
  #quicklinks a:nth-child(3n) {
    margin-right: 10px;
  }
}

/**** second row ****/

#second-row {
background: url(/pics/news_bg.png) no-repeat center top #fff; padding-top: 100px; padding-bottom: 100px;
}
#second-row-inner > h2 a {
  font-family: "Luckiest Guy", cursive;
  font-size: 38px;
  line-height: 45.5px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  position: relative;
  letter-spacing: 1.9px;
}


/*** News ****/

#news-box{
	position: relative;
}
.homepage-news h2{	
	display: none;
	background: #fff;
}
.news-header a{
    font-family: "Luckiest Guy", cursive;
    font-size: 38px;
    line-height: 45.5px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    position: relative;
    letter-spacing: 1.9px;
}
.news-main-title { 
	text-align: left;
	 margin: 0px 0px 30px; 
	 display: flex; 
	 align-items: flex-start; 
	 flex-direction: column; 
}
.news-main-title a { 
	font-size: 44px; 
	line-height: 30px;
	letter-spacing: 1.07px;
	text-decoration: none;
	text-transform: uppercase; 
	color: rgb(0, 11, 27); 
	text-align: left; 
	font-weight: 500; 
	margin: 0px;
	font-family: rift, sans-serif;
}
.news-showAll a {
	font-weight: 700;
	position: absolute;
	top: 12px;
	right: 5px;
	padding: 0;
	color: #000;
	margin: 0;
	border: none;
	background: none;
	min-height: auto;
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-size: 18px;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: 0px;
	text-decoration: none;
	line-height: 30px;
}
.news-showAll a::after {
    font-family: "Karla", sans-serif;
    font-size: 16px;
    font-size: 18px;
    color: #141414;
    font-weight: 700;
    position: relative;
    padding: 0 0 14px;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
.news-showAll a:hover,
.news-showAll a:focus {
	color: #314f14;
	transform: scale(1.1);
}
.homepage-news ul {
	padding: 0px;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
	margin: 26px 0 0;
}
.homepage-news ul li {
	list-style-type: none;
	width: 383px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	position: relative;
	border: transparent;
	box-sizing: border-box;
	background: #FFD400;
	border-radius: 10px;
}
.homepage-news ul li:hover,
.homepage-news ul li:focus {
	background: #000000;
}
.homepage-news .news-thumb {
	text-align: center;
	width: 383px;
	height: 281px;
	object-fit: contain;
	background: #000000;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #000000;
}
.homepage-news ul li:hover .news-thumb,
.homepage-news ul li:focus .news-thumb {
	border: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.homepage-news .news-thumb a { 
	display: block; 
	width: 382px;
	height: 279px;
}
.homepage-news .news-thumb img {
	height: 100%;
	object-fit: contain;
	width: 100%;
border-radius: 10px;
	}
.homepage-news .news-wrap {
	padding: 12px 29px 9px;
	margin: 0px auto 0 0;
	height: auto;
	box-sizing: border-box;
	text-align: center;
	z-index: 1;
}
.homepage-news .news-title { 
	padding: 1px 0 0;
	font-size: inherit;
	margin: 0px !important;
	display: inline-block;
	width: 100%;
}
.homepage-news .news-title a { 
	text-align: left;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: clamp(16px, 1.58vw, 19px);
	color: #000;
	font-weight: 700;
	text-decoration: none;
	line-height: clamp(20px, 2.25vw, 27px);
	letter-spacing: 0.35px;
	font-family: 'Karla', sans-serif;
	text-transform: unset;
}
.homepage-news ul li:hover .news-title a,.homepage-news ul li:focus .news-title a {
	color: #fff;
}
.homepage-news .news-text {
	font-size: clamp(16px, 1.58vw, 19px);
	line-height: 28px;
	font-weight: 400;
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	display: none;
	text-align: left;
	letter-spacing: 0px;
	height: 220px;
}
.homepage-news ul li:hover .news-text,.homepage-news ul li:focus .news-text {
	display: -webkit-box;
	position: absolute;
	top: 17px;
	padding: 10px 30px 10px 28px;
	left: 0;
	right: 0;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.homepage-news ul li:hover .news-thumb::after,.homepage-news ul li:focus .news-thumb::after {
	content: '';
	top: 0;
	left: 0;
	position: absolute;
	background: #FFD400;
	width: 383px;
	height: 281px;
	border-radius: 10px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	opacity: 0.9;
}
@media only screen and (max-width: 1260px) {	
	.homepage-news ul li:hover .news-text, .homepage-news ul li:focus .news-text { 
		padding: 10px 20px 0;
	}
}
@media only screen and (min-width: 992px) and (max-width: 1260px) {	
	.homepage-news ul li {
		width: clamp(300px, 30.39vw, 383px);
	}
	.homepage-news .news-thumb,
	.homepage-news ul li:hover .news-thumb::after, .homepage-news ul li:focus .news-thumb::after {
		display: block;
		width: clamp(300px, 30.39vw, 383px);
		height: clamp(210px, 22.30vw, 281px);
	}
	.homepage-news .news-thumb a {
		width: 100%;
		height: 100%;
	}
	.homepage-news ul {
		gap: 15px;
	}
	.homepage-news ul li:hover .news-text, .homepage-news ul li:focus .news-text {
		top: 0;
	}
	.homepage-news .news-text {
		height: 193px;
	}
	.homepage-news .news-text {
		font-size: clamp(14px, 1.58vw, 19px);
		line-height: 24px;
	}
}
@media only screen and (max-width: 991px) {
	#second-row-inner {
		padding: 44px 0;
	}
	.news-header {
		text-align: center;
	}
	.homepage-news ul {
		justify-content: center;
	}
	.news-showAll a {
		position: relative;
		top: 20px;
		right: 0;
		display: flex;
		margin: 0 auto;
	}
}
@media only screen and (max-width: 768px){
	.news-header a {
		text-align: center;
	}
	#second-row::after {
		display: none;
	}	
} 
@media only screen and (min-width: 769px) and (max-width: 991px) {	
	.homepage-news ul li {
		width: clamp(300px, 38.64vw, 383px);
	}
	.homepage-news .news-thumb,
	.homepage-news ul li:hover .news-thumb::after, .homepage-news ul li:focus .news-thumb::after {
		display: block;
		width: clamp(300px, 38.64vw, 383px);
		height: clamp(210px, 28.35vw, 281px);
	}
	.homepage-news .news-thumb a {
		width: 100%;
		height: 100%;
	}
	.homepage-news ul {
		gap: 15px;
	}
}
@media only screen and (max-width: 410px) {
	.homepage-news ul li {
		width: clamp(280px, 93.41vw, 383px);
	}
	.homepage-news .news-thumb,
	.homepage-news ul li:hover .news-thumb::after, .homepage-news ul li:focus .news-thumb::after {
		display: block;
		width: clamp(280px, 93.41vw, 383px);
		height: clamp(210px, 68.53vw, 281px);
	}
	.homepage-news .news-thumb a {
		width: 100%;
		height: 100%;
	}
	.homepage-news ul {
		gap: 10px;
	}
}
@media (max-width: 370px) {
  .homepage-news .news-wrap { padding: 10px; }
}
/****** Second ROW :- News Section ******/

/* third row */
#slide-1 {
  position: relative;
  height: 430px;
  background-image: url(/pics/parallex.jpg);
  -pie-background-image: url(/pics/parallex.jpg);
  behavior: url(/shared/pie.htc);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #fff;
}
#slide-1::after {
  content: "";
  position: absolute;
  background: url(/pics/index_bottom.jpg) repeat-x center top;
  width: 100%;
  height: 20px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#slide-1::before {
  content: "";
  position: absolute;
  background: url(/pics/parallex_overlay.png) repeat center bottom;
  width: 100%;
  height: 150px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  max-width: 1200px;
}
#third-row::after {
  content: "";
  position: absolute;
  background: url(/pics/parallex_text.png) no-repeat center bottom;
  width: 100%;
  height: 103px;
  left: 1px;
  right: 0;
  margin: 0 auto;
  top: auto;
  bottom: 23px;
  z-index: 1;
  max-width: 1200px;
}

@media only screen and (max-width: 1099px) {
  #third-row::after {
    width: clamp(250px, 63.79vw, 701px);
    height: clamp(50px, 9.37vw, 103px);
    background-size: contain;
  }
  #slide-1::before {
    height: clamp(85px, 18.07vw, 150px);
  }
}

@media only screen and (max-width: 768px) {
  #slide-1 {
    height: clamp(300px, 55.99vw, 430px);
  }
}

/* fourth row */
#fourth-row-inner {
  padding: 80px 0 60px;
}
/* Events */
#fourth-row {
  margin: 20px 0 0;
  background: url(/pics/events_bg.png) no-repeat center top #141414;
}
#events-head {
  text-align: left;
  margin: 0 0 0;
  position: absolute;
  top: 77px;
  z-index: 2;
  left: -1px;
}
#events .events-links a::after {
  content: "";
  position: absolute;
  background: url(/pics/events_show.png) no-repeat center bottom;
  width: 100%;
  height: 4px;
  left: -2.5px;
  right: 0;
  margin: 0 auto;
  bottom: -1px;
  transition: 0.5s all ease-in-out;
}
#events .events-links a:hover::after,
#events .events-links a:focus::after {
  height: 16px;
  background-color: #ffd400;
  background-position: center top 7px;
  border-radius: 50%;
}
#events-head a {
  font-family: "Luckiest Guy", cursive;
  font-size: 38px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  line-height: 45.5px;
  position: relative;
  margin: 0;
  padding: 0;
  letter-spacing: 1.9px;
  text-transform: uppercase;
}
#events .bx-wrapper .bx-viewport {
  background: none;
  border: 0 !important;
  box-shadow: none !important;
  margin: 0;
  left: 0;
  padding: 0 0 20px;
  top: 0;
}
#events .events-day-wrapper::after {
  content: "";
  position: absolute;
  background: url(/pics/events_border.png) no-repeat center bottom;
  width: 100%;
  height: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -15px;
}
#events .events-day-wrapper {
  border: 0 !important;
  background: url(/pics/events_wrapper.jpg) no-repeat 1px 1px #fff;
  padding: 0;
}
#events .homepage-events h2 {
  display: none !important;
}
#events .events-day-wrapper::before {
  content: "";
  position: absolute;
  background: none;
  width: 100%;
  height: 100%;
  border: 1px solid #d7d7d7;
  left: 0;
  right: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
#events .events-date-wrapper {
  align-items: center;
  justify-content: flex-start;
  border: 0 !important;
  margin: 24px 0 0;
  background: none;
  width: auto;
  min-height: 60px;
  height: auto !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#events .events-date-wrapper .month {
  padding: 0;
  color: #404040;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 800;
  font-family: "Luckiest Guy", cursive;
  font-size: 16px;
  position: relative;
  line-height: 28px;
  margin: 0 0 0 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  align-content: center;
  align-items: center;
  align-self: center;
  display: flex;
  justify-content: center;
  left: 0;
  top: 4.5px;
}
#events .events-date-wrapper .day {
  color: #141414;
  font-weight: 400;
  font-family: "Luckiest Guy", cursive;
  font-size: 42px;
  position: relative;
  line-height: 44px;
  margin: 0 0 0 0;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  top: 0;
  left: 0;
  letter-spacing: 1px;
}
#events .events-day-wrapper li {
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: #404040;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.15px;
  text-align: center;
}
#events .events-day-wrapper li .date span {
  display: none;
}
#events .events-day-wrapper li .title a {
  color: #141414;
  font-size: 18px;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  line-height: 22px;
  margin: 0 0 11px;
  padding: 0 30px;
  letter-spacing: 0;
  display: inline-block;
}
#events .events-day-wrapper li .events-thumbnail {
  margin: 18px 0;
}
#events .events-day-wrapper li.event.finaleventofday .events-thumbnail {
  margin-bottom: 0;
}
#events .events-day-wrapper li .title a:hover,
#events .events-day-wrapper li .title a:focus {
  animation: hover_text 0.6s infinite;
  -webkit-background-clip: text;
  animation-iteration-count: 1;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #d6b306, #141414 75%);
  background-size: 150% 200%;
}
section#events .homepage-events {
  max-width: 950px;
  margin: 0 0 0 auto;
}

#events .events-day-wrapper ul {
  margin: 0;
}
#events .events-day-wrapper .time span:first-child,
#events .events-day-wrapper .location span:first-child {
  display: none;
}
#events-head::before {
  content: "";
  position: absolute;
  background: url(/pics/waves_small.png) no-repeat;
  width: 27px;
  height: 21px;
  left: 1px;
  top: -48px;
}
#events .events-links {
  position: absolute;
  width: 180px;
  padding: 0;
  top: 145px;
  left: -2px;
  margin: 0 auto;
}
.events-show-calendar {
  margin: 0 0 51px;
}
#events .events-show-all a {
  margin: 0 0 0 -1.2px !important;
}
#events .events-links .events-show-calendar a {
  margin: 0;
}
#events .events-links a {
  float: left;
  border: none;
  background: none;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding: 0 0 14px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1.6px;
  text-align: center;
  width: 155px;
}
#events .events-show-all {
  margin-top: 0 !important;
}
#events .events-links a:hover,
#events .events-links a:focus {
  color: #fff;
}

#events .homepage-events .bx-wrapper .bx-controls-direction a {
  width: 58px;
  height: 60px;
  color: #000 !important;
  outline: none !important;
  top: 101px;
  z-index: 1;
}
#events .homepage-events .bx-wrapper .bx-prev {
  background-image: url("/pics/leftArrow2.png");
  background-position: -2px -3px;
  background-repeat: no-repeat;
  left: -87px;
  -pie-background-image: url("/pics/leftArrow.png");
  behavior: url("/shared/pie.htc");
}
#events .homepage-events .bx-wrapper .bx-next {
  background-image: url("/pics/rightArrow2.png");
  background-position: -2px -3px;
  background-repeat: no-repeat;
  right: -87px;
  -pie-background-image: url("/pics/rightArrow.png");
  behavior: url("/shared/pie.htc");
}
#events .homepage-events .bx-wrapper .bx-next:hover {
  background-position: -63px -3px;
}
#events .homepage-events .bx-wrapper .bx-prev:hover {
  background-position: -63px -3px;
}
#events .homepage-events .bx-wrapper .bx-prev:focus {
  left: -90px;
  background-position: -127px 0;
}
#events .homepage-events .bx-wrapper .bx-next:focus {
  background-position: -127px 0;
  right: -91px;
}
#events-page #events.v1 .event span.location {
  padding: 1px 0 0 3px;
}
#events-page #events .event .title a,
#events-page #events.v1 .event span.location {
  float: left;
}
#events-page #events.v1 .dayeventwrap {
  padding: 0 0 15px;
}
#wrapper-index #events .time span:first-child,
#wrapper-index #events .location span:first-child {
  display: none;
}
#events .homepage-events .bx-wrapper .bx-prev:focus,
#events .homepage-events .bx-wrapper .bx-next:focus {
  width: 65px;
  height: 67px;
  top: 98px;
}

@media only screen and (max-width: 1400px) {
  #events-head a br {
    display: none;
  }
  section#events .homepage-events {
    margin: 0 auto;
  }
  #fourth-row-inner {
    padding: 80px 0 100px;
  }
  #events-head {
    text-align: center;
    margin: 0 0 30px;
    position: relative;
    left: 0;
    top: 0;
  }
  #events .events-links div {
    float: left;
  }
  .events-show-calendar {
    margin: 0;
  }
  #events .events-links {
    position: absolute;
    max-width: 310px;
    width: 100%;
    padding: 0;
    top: auto;
    left: 0;
    margin: 0 auto;
    bottom: -45px;
    right: 0;
    text-align: center;
  }
  #events .events-day-wrapper {
    width: 230px !important;
  }
}

@media only screen and (max-width: 1150px) {
  .bx-controls-direction {
    max-width: 175px;
    position: absolute;
    bottom: -115px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #fourth-row-inner {
    padding: 35px 0 175px;
  }
  #events-head {
    margin: 0 0 20px;
  }
  #events .homepage-events .bx-wrapper .bx-controls-direction a {
    top: 0;
  }
  #events .homepage-events .bx-wrapper .bx-prev {
    left: 0;
  }
  #events .homepage-events .bx-wrapper .bx-next {
    right: 0;
  }
  #events .homepage-events .bx-wrapper .bx-prev:focus,
  #events .homepage-events .bx-wrapper .bx-next:focus {
    top: -3px;
  }
  #events .homepage-events .bx-wrapper .bx-next:focus {
    right: -4px;
  }
  #events .homepage-events .bx-wrapper .bx-prev:focus {
    left: -3px;
  }
}

@media only screen and (max-width: 1099px) {
  #events-head a {
    font-size: clamp(28px, 3.46vw, 38px);
  }
}

@media only screen and (max-width: 999px) {
  section#events .homepage-events .bx-wrapper {
    max-width: 720px !important;
  }
}

@media only screen and (max-width: 800px) {
  section#events .homepage-events .bx-wrapper {
    max-width: 470px !important;
  }
}

@media only screen and (max-width: 520px) {
  section#events .homepage-events .bx-wrapper {
    max-width: 230px !important;
  }
}

/* fifth row */
#fifth-row-inner {
  padding: 80px 0 79px;
}
#fifth-row {
  background: url(/pics/quick_links_bg.png) no-repeat center bottom #fff;
}
/* tabs */
.tabbed {
  position: relative;
}
#fifth-row-inner .tabbed [type="radio"] {
  display: none;
}
#fifth-row-inner .tabs1 {
  list-style: none;
  padding: 0;
  position: relative;
  margin: 0 0 9px;
}
#fifth-row-inner .tabs1 > label {
  box-sizing: border-box;
  cursor: pointer;
  background: #f2f2f2;
  font-family: "Luckiest Guy", cursive;
  font-size: 26px;
  line-height: 28px;
  font-weight: 400;
  color: #595959;
  min-height: 96px;
  width: 100%;
  border: 1px solid #d9d9d9;
  text-align: left;
  display: flex;
  align-items: center;
  padding: 17px 10px 10px 39px;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
#fifth-row-inner .tab-content {
  display: none;
  position: relative;
}
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(1):checked
  ~ .tab-content:nth-of-type(1),
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tab-content:nth-of-type(2) {
  display: block;
  box-sizing: border-box;
  border: 1px solid #d9d9d9;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #fff;
  padding: 58px 0 59px 2px;
  min-height: 339px;
}

.tabbed .tabs2 {
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
}
#fifth-row-inner .tabbed {
  position: relative;
  display: grid;
  grid-template-columns: 363px auto;
  grid-gap: 9px;
  align-items: flex-start;
}
label,
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs2
  .tabs1:nth-of-type(2)
  label {
  background: #fff;
  border-right: none;
  color: #141414;
}
#fifth-row-inner .tabs1 > label:before {
  content: "";
  position: absolute;
  background: url(/pics/active_border.png) no-repeat center left;
  width: 13px;
  height: 106px;
  left: -4px;
  top: -7px;
  transform-origin: right;
  transition: transform 0.5s;
  transform: scaleX(0);
}
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(1):checked
  ~ .tabs2
  .tabs1:nth-of-type(1)
  label::before,
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs2
  .tabs1:nth-of-type(2)
  label::before {
  transform-origin: left;
  transform: scaleX(1);
}

#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(1):checked
  ~ .tabs2
  .tabs1:nth-of-type(1)
  label,
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs2
  .tabs1:nth-of-type(2)
  label {
  background: #fff;
  border-right: none;
  color: #141414;
  width: 373px;
  position: relative;
  z-index: 2;
}
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(1):checked
  ~ .tabs2
  .tabs1:nth-of-type(1)
  label::after,
#fifth-row-inner
  .tabbed
  [type="radio"]:nth-of-type(2):checked
  ~ .tabs2
  .tabs1:nth-of-type(2)
  label::after {
  content: "";
  position: absolute;
  background: none;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
  right: 0px;
  top: 0;
  z-index: 1;
}

/* Links */
#wrapper-index .content table.HPLinks tr,
#bulletin tbody tr {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
#bulletin tbody tr .tableLeft {
  display: none;
}

#links .HPLinks tbody,
#bulletin tbody {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 222px));
  justify-content: center;
  grid-gap: 18px;
  max-width: 702px;
  grid-row-gap: 19px;
  margin: 0 auto;
}
#wrapper-index .content table.HPLinks #l,
#wrapper-index .content table.HPLinks .tableLeft {
  display: none;
}

#wrapper-index .content table.HPLinks #r,
#wrapper-index .content table.HPLinks .tableRight,
#bulletin tbody tr .tableRight {
  display: flex;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  min-height: 80px;
  box-sizing: border-box;
  border: none;
}
#wrapper-index #links .container {
  left: 0px;
}
#wrapper-index .content section table.HPLinks a,
#bulletin tbody tr .tableRight a {
  position: relative;
  z-index: 2;
  color: #404040 !important;
  font-size: 17px;
  font-weight: 700 !important;
  font-family: "Karla", sans-serif;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 101px;
  padding: 13px 30px 14px 29.5px;
  box-sizing: border-box;
  transition: 0.5s all ease-in-out;
  text-decoration: none;
  letter-spacing: 0.4px;
}
#wrapper-index .content table.HPLinks tr a:hover,
#wrapper-index .content table.HPLinks tr a:focus,
#bulletin tbody tr .tableRight a:hover,
#bulletin tbody tr .tableRight a:focus {
  color: #fff !important;
  background: #141414;
}

#wrapper-index .content table.HPLinks #showAll-hplinks,
#bulletin tbody tr#showAll-hpbbmessages {
  width: fit-content;
  min-height: auto;
  position: absolute;
  right: 0;
  margin: 0;
  top: 244px;
  left: -359.5px;
}

#showAll-hplinks .tableRight,
#bulletin tbody tr#showAll-hpbbmessages .tableRight {
  min-height: auto !important;
}
#showAll-hplinks .tableRight::before {
  content: none !important;
}

#wrapper-index .content section table.HPLinks #showAll-hplinks .tableRight a,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a {
  min-height: auto;
  font-family: "Karla", sans-serif;
  font-size: 16px;
  color: #141414;
  font-weight: 700;
  position: relative;
  padding: 0 0 14px;
  margin: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: 132px;
  transition: 0.5s all ease-in-out;
}
#showAll-hplinks #r {
  min-height: auto !important;
}
#showAll-hplinks #r a {
  border: none;
  background: #fff;
  color: #000 !important;
  font-weight: 700;
  font-family: "forma-djr-deck";
  font-size: 20px;
  line-height: 20px;
  padding: 0 43px 5px 17px;
  position: relative;
  text-decoration: none;
  z-index: 9;
  transition: 0.5s all ease-in-out;
  min-height: auto;
  letter-spacing: 0;
}
#wrapper-index .content section table.HPLinks a::before,
#bulletin tbody tr .tableRight a:before {
  content: "";
  position: absolute;
  background: url(/pics/links_border_3.png) repeat-x center top,
    url(/pics/links_border_2.png) repeat-y top right;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

#wrapper-index .content section table.HPLinks a::after,
#bulletin tbody tr .tableRight a::after {
  content: "";
  position: absolute;
  background: url(/pics/links_border_1.png) repeat-x center bottom,
    url(/pics/links_border_2.png) repeat-y top left;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
#wrapper-index .content table.HPLinks #showAll-hplinks .tableRight a::before,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a::before {
  content: none;
}
#wrapper-index .content table.HPLinks #showAll-hplinks .tableRight a::after,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a::after {
  background: url(/pics/show_icon.png) no-repeat center bottom;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.5s all ease-in-out;
  top: auto;
}
#wrapper-index
  .content
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:hover,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a:hover,
#wrapper-index
  .content
  section
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:focus,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a:focus {
  background: none;
  color: #141414 !important;
}
#wrapper-index
  .content
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:hover::after,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a:hover::after,
#wrapper-index
  .content
  table.HPLinks
  #showAll-hplinks
  .tableRight
  a:focus::after,
#bulletin tbody tr#showAll-hpbbmessages .tableRight a:focus::after {
  height: 16px;
  background-color: #ffd400;
  background-position: center top 7px;
  border-radius: 50%;
}
@media only screen and (max-width: 1200px) {
  #links .HPLinks tbody,
  #bulletin tbody {
    padding: 0 10px;
  }
  #fifth-row-inner .tabbed {
    grid-template-columns: 315px auto;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label {
    width: 325px;
  }
  #wrapper-index .content table.HPLinks #showAll-hplinks,
  #bulletin tbody tr#showAll-hpbbmessages {
    left: -327px;
  }
}

@media only screen and (min-width: 1100px) and (max-width: 1200px) {
  #links .HPLinks tbody,
  #bulletin tbody {
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(195px, 18.5vw, 222px))
    );
  }
}

@media only screen and (max-width: 1099px) {
  #fifth-row-inner .tabs1 > label {
    font-size: clamp(18px, 2.37vw, 26px);
  }
  #fifth-row {
    background: #fff;
  }
  #fifth-row::after {
    content: "";
    position: absolute;
    background: url(/pics/quick_links_bg.png) no-repeat center right -350px;
    width: 435px;
    height: 100%;
    right: 0;
    bottom: -150px;
    z-index: -1;
  }
}

@media only screen and (max-width: 938px) {
  #fifth-row-inner .tabbed {
    grid-template-columns: 270px auto;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label {
    width: 280px;
  }
  #wrapper-index .content table.HPLinks #showAll-hplinks,
  #bulletin tbody tr#showAll-hpbbmessages {
    left: -282px;
  }
  #links .HPLinks tbody,
  #bulletin tbody {
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(130px, 23.67vw, 222px))
    );
  }
}

@media only screen and (max-width: 768px) {
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label {
    width: 210px;
  }
  #fifth-row-inner .tabbed {
    grid-template-columns: 200px auto;
  }
  #wrapper-index .content table.HPLinks #showAll-hplinks,
  #bulletin tbody tr#showAll-hpbbmessages {
    left: -212px;
  }
}

@media only screen and (max-width: 480px) {
  #fifth-row-inner .tabbed {
    grid-template-columns: auto;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label {
    width: 100%;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label::after,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label::after {
    border-right: 1px solid #d9d9d9;
  }
  #links .HPLinks tbody,
  #bulletin tbody {
    padding: 0;
  }
  .tabbed .tabs2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0, 47.55%));
    grid-gap: 15px;
  }
  #fifth-row-inner .tabs1 > label {
    justify-content: center;
    padding: 10px 15px 10px 20px;
    line-height: clamp(25px, 5.83vw, 28px);
  }
  #wrapper-index .content section table.HPLinks a,
  #bulletin tbody tr .tableRight a {
    font-size: clamp(15px, 3.54vw, 17px);
    padding: 15px 12px;
  }
  #fifth-row-inner {
    padding: 50px 0;
  }
  #fifth-row-inner .tabs1 {
    margin: 0;
  }
  #fifth-row-inner .tabbed {
    grid-gap: 0;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tab-content:nth-of-type(1),
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tab-content:nth-of-type(2) {
    border-top: none;
    padding: 35px 10px 45px 10px;
  }
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(1):checked
    ~ .tabs2
    .tabs1:nth-of-type(1)
    label,
  #fifth-row-inner
    .tabbed
    [type="radio"]:nth-of-type(2):checked
    ~ .tabs2
    .tabs1:nth-of-type(2)
    label {
    border-bottom: none;
  }
}

/* sixth-row */
#slide-2 {
  position: relative;
  height: 400px;
  background-image: url(/pics/parallex2.jpg);
  -pie-background-image: url(/pics/parallex2.jpg);
  behavior: url(/shared/pie.htc);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  color: #fff;
}
#slide-2::before {
  content: "";
  position: absolute;
  background: url(/pics/parallex2_overlay.png) repeat;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
}
#slide-2::after {
  content: "";
  position: absolute;
  background: url(/pics/index_bottom.jpg) repeat-x center top;
  width: 100%;
  height: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#sixth-row-inner {
  padding: 17px 0 0;
}

/* vodeo */
#video-sec {
  position: relative;
  float: right;
}

.HPVideo {
  margin-bottom: 0px;
  position: relative;
}
.HPVideo h2 {
  display: inline-block;
  margin: 0 0 0 68.5px;
  padding: 100px 0 0;
  position: absolute;
  top: 0;
  z-index: 9;
  max-width: 160px;
  left: 0;
  text-align: left;
}
.HPVideo h2 a {
  width: auto;
  height: auto;
  margin: 0;
  background: no-repeat;
  display: inline-block;
  letter-spacing: 1.9px;
  text-transform: uppercase;
  font-family: "Luckiest Guy", cursive;
  font-size: 38px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  line-height: 45.5px;
  position: relative;
}
.HPVideo .videowrapper {
  position: relative;
  margin-top: 0;
  z-index: 2;
}
.HPVideo p {
  padding: 0;
  position: absolute;
  max-width: 277px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  max-height: 44px;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  left: 69.5px;
  z-index: 9;
  margin: 0;
  top: 203px;
}
.HPVideo p a {
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  height: auto;
  color: #fff;
  font-family: "Karla", sans-serif;
  font-size: 18px;
  line-height: 24px;
  z-index: 2;
  letter-spacing: 0.45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#video_player1 {
  position: relative;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.15);
  margin: 0 60px 0 auto !important;
}
.HPVideo h2::before {
  content: "";
  position: absolute;
  background: url(/pics/video_icon.png) no-repeat center top;
  width: 60px;
  height: 57px;
  left: -28.5px;
  top: 12.5px;
}
.HPVideo {
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (max-width: 1099px) {
  .HPVideo h2::before {
    top: 50%;
    transform: translateY(-50%);
  }
  .HPVideo h2 {
    position: relative;
    text-align: center;
    max-width: 100%;
    padding: 0 0 0 50px;
    margin: 0 0 35px;
    left: 50%;
    transform: translateX(-50%);
  }
  #video_player1 {
    margin: 0 auto !important;
  }
  .HPVideo .video_player,
  .HPVideo .video_player video {
    width: 100% !important;
    max-width: 667px;
    height: 100% !important;
  }
  #slide-2 {
    height: auto;
  }
  .HPVideo p {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 15px 0 50px 0;
  }
  .HPVideo h2 a {
    font-size: clamp(28px, 3.46vw, 38px);
  }
  #sixth-row-inner {
    padding: 17px 0 0;
  }
}

#seventh-row {
  background: url(/pics/photo_album_bg.png) no-repeat center top #fff;
}

#seventh-row-inner {
  padding: 130px 0 99.7px;
}

/* Featured Photo Album */
#album-sec {
  position: relative;
}
#album-sec .HPFeaturedAlbums {
  margin-bottom: 0px;
  position: relative;
}
#album-sec .HPFeaturedAlbums h2 {
  height: auto;
  text-align: left;
  left: 0;
  z-index: 3;
  top: 0;
  font-family: "Luckiest Guy", cursive;
  font-size: 38px;
  line-height: 45.5px;
  font-weight: 400;
  color: #141414;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0 0 38px -1px;
  padding: 0;
  position: relative;
  letter-spacing: 1.9px;
  display: inline-block;
}
#album-sec .HPFeaturedAlbums .featuredAlbums {
  position: relative;
  margin-top: 0;
}
#album-sec .HPFeaturedAlbums ul {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(0, 600px));
  justify-content: center;
  align-items: flex-start;
}
#album-sec .HPFeaturedAlbums ul li {
  margin: 0;
  border: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  max-width: 600px;
  background: #141414;
  overflow: visible !important;
  max-width: 600px;
  pointer-events: none;
  width: auto !important;
}
#album-sec .HPFeaturedAlbums ul li img {
  pointer-events: auto;
}
#album-sec .HPFeaturedAlbums ul li:before {
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  max-width: 300px;
  max-height: 300px;
}
#album-sec .HPFeaturedAlbums ul li h3 span {
  max-height: 75px;
  position: relative;
  letter-spacing: 1.1px;
  font-weight: 700;
  padding: 0;
  font-family: "Karla", sans-serif;
  margin: 0;
  font-size: 20px;
  color: #fff;
  line-height: 25px;
  height: auto !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
#album-sec .HPFeaturedAlbums ul li::after {
  content: "";
  position: absolute;
  background: url(/pics/album_border.png) no-repeat center;
  width: 12px;
  height: 248px;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  right: 0;
  margin: 0 auto;
}
#album-sec .HPFeaturedAlbums ul li h3 {
  background: none;
  text-shadow: none;
  position: absolute;
  text-align: center;
  left: 364px;
  max-width: 130px;
  pointer-events: auto;
  top: 50%;
  transform: translateY(-50%);
  bottom: auto;
}

@media only screen and (max-width: 1250px) {
  #album-sec .HPFeaturedAlbums ul {
    grid-template-columns: repeat(auto-fit, minmax(0, 525px));
  }
  #album-sec .HPFeaturedAlbums ul li::after {
    left: 115px;
  }
}

@media only screen and (max-width: 1099px) {
  #album-sec .HPFeaturedAlbums h2 {
    font-size: clamp(28px, 3.46vw, 38px);
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    left: 350px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 span {
    font-size: clamp(17px, 1.82vw, 20px);
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
  #album-sec .HPFeaturedAlbums ul {
    grid-template-columns: repeat(
      auto-fit,
      minmax(0, clamp(475px, 46.77vw, 525px))
    );
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    left: 63%;
    right: 0;
    margin: 0 auto;
  }
  #album-sec .HPFeaturedAlbums ul li::after {
    left: 160px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    max-width: clamp(100px, 10.83vw, 130px);
  }
}

@media only screen and (max-width: 1000px) {
  #album-sec .HPFeaturedAlbums ul {
    grid-template-columns: auto auto;
    grid-gap: 0;
  }
  #album-sec .HPFeaturedAlbums h2 {
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 0 38px 0;
  }
  #album-sec .HPFeaturedAlbums ul li h3 {
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: none;
    top: auto;
    bottom: -55px;
    background: #141414;
    max-width: 300px;
    padding: 15px 0;
  }
  #seventh-row-inner {
    padding: 50px 0 120px;
  }
  #album-sec .HPFeaturedAlbums ul li:nth-child(2n) {
    margin-left: 50px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 span {
    padding: 0 28px;
  }
  #album-sec .HPFeaturedAlbums ul li h3 span {
    -webkit-line-clamp: 1;
  }
  #album-sec .HPFeaturedAlbums ul li::after {
    left: 13px;
    height: 60px;
    background-size: 55% 80%;
    top: auto;
    bottom: -58px;
    margin: 0;
    transform: none;
  }
}

@media only screen and (max-width: 700px) {
  #album-sec .HPFeaturedAlbums ul li:nth-child(2n) {
    margin-left: 0;
  }
  #album-sec .HPFeaturedAlbums ul {
    grid-template-columns: auto;
    grid-row-gap: 100px;
  }
  #album-sec .HPFeaturedAlbums h2 {
    margin: 0 0 17px 0;
  }
  #seventh-row {
    background-position: center bottom;
  }
}

/* Homepage Sections */
section {
  margin-bottom: 0px;
  position: relative;
}
/* Homepage Section Headers */
/* Homepage Sections Containers */
.container {
  position: relative;
  margin-top: 0;
}

/* Email List */
#email {
  position: relative;
  display: block;
  margin-bottom: 10px;
  background: green;
  height: 30px;
}
#email span {
  color: #fff;
  font-weight: bold;
}

/* Homepage Section Table Includes */
#wrapper-index .content table {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Other homepage section extras */
.dark {
  background-color: #141414 !important;
  color: #fff !important;
  font-size: 19px !important;
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 28px !important;
}
.light {
  background-color: #fdfafa !important;
  font-weight: 300 !important;
  font-size: 19px !important;
  color: #404040 !important;
  font-family: "Source Sans Pro", sans-serif !important;
  line-height: 28px !important;
}
.dark a,
.dark a:visited,
.dark a:link,
.dark a:hover,
.dark a:active {
  color: #fff !important;
}

#wrapper-index .content table {
  color: #000;
}
#wrapper-index .content section table a {
  color: #033b73;
  text-decoration: none;
  font-weight: 700;
}
#wrapper-index .content table #l {
  padding-top: 8px;
} /* Put Display None if you want to hide bullet */
#wrapper-index .content table #r {
  border-bottom: 1px solid #d1d1d1;
  padding: 10px 0 10px 0;
}
#wrapper-index .content table #r b a {
  display: block;
  margin-top: 5px;
  text-decoration: none;
}

.autoCalendarLinks td,
#showAll-0,
#showAll-hpbbmessages #r,
#showAll-hplinks #r,
#showAll-0 #r {
  border-bottom: 0 !important;
  padding-left: 0 !important;
  padding-bottom: 0 !important;
}

#wrapper-index .content table tr:first-child td,
.autoCalendarLinks,
#showAll-0,
#showAll-hplinks #r,
#showAll-0 #r {
  border-left: 0 !important;
}

#wrapper-index .content table tr:last-child td {
  border-bottom: 0 !important;
}

/* Quick Poll */
.HPQuickpoll h2 {
  display: none;
}
.HPQuickPoll .bar-color {
  background-color: #003270;
} /* results bar color */
.HPQuickPoll .results,
.HPQuickPoll .choices,
.HPQuickPoll .results_only {
  margin: 0 auto;
  width: 70%;
}

/* Side Image */
img.sub {
  border: 0;
}
#wrapper img.sub {
  margin-left: 20px;
}

/* Page navigation */
#pageNav {
  border: 0;
  font-size: 14px;
  position: relative;
  background: url(/pics/pagenav_bg.jpg) no-repeat center top #141414;
  margin-left: 20px;
  border-radius: 0;
}

#pageNav ul,
#pageNav ul li {
  list-style: none;
  line-height: 16px;
}
#pageNav ul {
  padding: 15px 0 20px !important;
  margin: 0 auto !important;
  width: 300px;
  height: auto !important;
}
#pageNav ul li {
  padding: 0 0 0px !important;
  margin: 0 0 0px !important;
  zoom: 1; /* important for IE6 */
}
#pageNav td img {
  display: none;
}
#pageNav ul li a,
#pageNav ul li b,
#pageNav ul li strong {
  min-height: 20px;
  text-decoration: none;
  padding: 15px 15px 15px 25px;
  margin: 0;
  display: block;
  font-size: 17px;
  text-align: left;
  position: relative;
  z-index: 0;
  font-weight: 700;
  font-family: "Karla", sans-serif;
  color: #fff !important;
  line-height: 22px;
  letter-spacing: 0.6px;
}
#pageNav ul li b,
#pageNav ul li a:hover,
#pageNav ul li strong,
#pageNav ul li a:focus {
  background: #ffd400;
  color: #141414 !important;
}
#pageNav ul li a {
  text-decoration: none;
  color: #fff;
}
#pageNav ul li a::before,
#pageNav ul li b::before,
#pageNav ul li strong::before {
  content: "";
  position: absolute;
  background: url(/pics/sub_item_icon.png) repeat-y;
  width: 8px;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.5s all ease-in-out;
  opacity: 0;
}
#pageNav ul li a:hover::before,
#pageNav ul li b::before,
#pageNav ul li strong::before,
#pageNav ul li a:focus::before {
  opacity: 1;
}

/* Footer */
#footer {
  width: 100%;
  position: relative;
  display: grid;
  background: #211f20;
}
#wrapper #footer {
  position: absolute;
  bottom: 0;
}
#footer_bottom .inside {
  min-height: 41px !important;
}
#footer_top ul {
  padding: 0;
  margin: 0;
  position: relative;
  display: grid;
  grid-template-columns: 205px 405px 215px auto;
  align-items: flex-start;
  list-style-type: none;
  grid-gap: 34px;
}
#footer_right {
  margin: 21px 0 0 0;
}
#footer_top {
  background: #141414;
  position: relative;
}
#footer_bottom {
  background: #fff;
}
#footer .inside {
  height: 110px;
  min-height: 110px;
  height: auto !important;
  max-width: 1232px;
  margin: 0 auto;
  position: relative;
}
#address-sec {
  position: relative;
  margin: 26.5px 0 0 1px;
}
#footer .address,
#address-sec a {
  margin: 0;
  font-family: "Karla", sans-serif;
  font-size: 15px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.4px;
  display: inline-block;
}
#address-right span {
  margin: 0 1px 0 0;
}
.address_bottom {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #fff !important;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 1.1px;
}
#right_links a {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  float: left;
  padding: 0 0 0 14px;
  position: relative;
  letter-spacing: 0.7px;

  line-height: 1.2;
}
#footer_address h3 {
  font-family: "Karla", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 22.5px 0 0;
  letter-spacing: 0.4px;
}
#address-right {
  margin: 9px 0 0 1px !important;
}
#footer_address {
  margin: 15px 0 0;
}
#footer_logo {
  display: inline-block;
  margin: 0 0 0 -12px;
}
#footer_top .inside {
  padding: 17px 0 17px;
}
#edunet {
  width: 179px;
  height: 23px;
  background: url("/pics/edunet.png") no-repeat;
  position: relative;
  top: 9px;
  right: 0.5px;
  margin: 0 auto;
  color: #000;
}
#right_logos > div {
  float: left;
  margin: 0 15px 0 0;
}
#district {
  background: url(/pics/district_logo.png) no-repeat center;
  width: 94px;
  height: 94px;
  display: inline-block;
}
#right_links {
  margin: 18.5px 0 0 6px;
}
#right_links a:hover,
#right_links a:focus {
  text-decoration: underline;
}
#right_links a::before {
  content: "";
  position: absolute;
  background: url(/pics/footer_icon.png) no-repeat center;
  width: 5px;
  height: 8px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.5s all ease-in-out;
}
#wrapper .content .inside a:hover,
#wrapper .content .inside a:focus {
  color: #846e01;
}

#footer_name {
  display: inline-block;
  margin: 56px 0 0 -12px;
}

@media only screen and (max-width: 1280px) {
  #footer_top ul {
    grid-template-columns: 16% 26% 22% 27%;
    align-items: center;
    grid-gap: 30px;
    justify-content: center;
  }
  #footer_name,
  #footer_logo,
  #footer_address,
  #footer_right {
    margin: 0;
  }
  #footer_top .inside {
    padding: 17px 10px 17px;
    width: auto;
  }
  #footer_logo img {
    width: clamp(115px, 16.88vw, 216px);
  }
  #footer_name img {
    width: clamp(195px, 25.41vw, 402px);
  }
  #right_links {
    margin: 18.5px 0 0 0;
  }
}

@media only screen and (max-width: 1099px) {
  #footer_top ul {
    grid-gap: 20px;
  }
  #right_logos > div img {
    width: clamp(45px, 8.55vw, 94px);
  }
  #district {
    width: clamp(45px, 8.55vw, 94px);
    height: clamp(45px, 8.55vw, 94px);
    background-size: contain;
  }
  #footer .address,
  #address-sec a {
    font-size: clamp(13px, 1.36vw, 15px);
  }
  #right_links a {
    font-size: clamp(13px, 1.27vw, 14px);
  }
}

@media only screen and (max-width: 768px) {
  #footer_top ul li {
    margin: 0 auto;
    text-align: center;
  }
  #footer_top ul {
    grid-gap: 30px;
    grid-template-columns: auto;
  }
  #right_logos {
    max-width: 156px;
    margin: 0 auto;
  }
  #right_logos > div img {
    width: 70px;
  }
  #district {
    width: 70px;
    height: 70px;
    background-size: contain;
  }
  #right_links a {
    clear: both;
    text-align: center;
    float: none;
    margin: 0 10px 17px 0;
    line-height: 2.2;
  }
  #footer_top .inside {
    padding: 50px 10px;
  }
  #right_links {
    margin: 30px 0 0 0;
  }
}

#wrapper-index #inside-slider {
  display: none;
}
#wrapper #inside-slider img,
#wrapper #inside-slider .nivoSlider,
#wrapper #inside-slider .nivo-slice {
  max-height: 40vw;
  display: block;
  min-width: 100%;
  width: unset !important;
  position: relative;
  margin-left: 0 !important;
}
#inside-slider {
  margin: -299px 0;
  z-index: 2;
}
#inside-slider::before {
  content: "";
  position: absolute;
  background: url(/pics/index_top.png) repeat center top;
  width: 100%;
  height: 290px;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
#wrapper header.en-public-header div.en-public-header-middle {
  margin: -12px 0 0 1px;
}
#wrapper
  header.en-public-header
  div.en-public-header-middle
  .en-public-header-website-name
  a
  img {
  content: url("/pics/inside_header_logo.png");
}
#wrapper .content::before {
  content: "";
  position: absolute;
  background: url(/pics/index_bottom.jpg) repeat-x center top;
  width: 100%;
  height: 20px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
#wrapper .content::after {
  content: "";
  position: absolute;
  background: #141414;
  width: 100%;
  height: 186px;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

#wrapper {
}

/*----------------------------------------------------------------------------Responsive css--------------------------------------------------------------------*/

/* PARAMETERS */
/* HEIGHT OF THE MIDDLE SECTION WHERE SCHOOL'S NAME IS LOCATED WILL BE AUTO-ADJUSTED */
:root {
  --en-header-width: 1200px;
  --en-header-height: 345px;
  --en-header-top-bar-height: 46px;
  --en-header-top-middle-height: calc(
    var(--en-header-height) - var(--en-header-top-bar-height) -
      var(--en-header-bottom-bar-height)
  );
  --en-header-bottom-bar-height: 184px;
}
.en-header-middle-bar-bg {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  left: 0;
  top: var(--en-header-top-bar-height);
  height: calc(
    var(--en-header-height) - var(--en-header-top-bar-height) -
      var(--en-header-bottom-bar-height)
  );
  background: url(/pics/nav_bg.png) no-repeat center;
  z-index: 6;
}
div.en-header-top-bar-bg {
  box-sizing: border-box;
  position: absolute;
  height: var(--en-header-top-bar-height);
  background: #fff;
  width: 100%;
  z-index: 4;
}
div.en-header-bottom-bar-bg {
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: var(--en-header-bottom-bar-height);
  left: 0;
  top: calc(var(--en-header-height) - var(--en-header-bottom-bar-height));
}
header.en-public-header {
  position: relative;
  width: var(--en-header-width);
  margin: 0 auto;
}
nav.en-nav {
  font-synthesis: none;
  position: relative;
  display: grid;
  grid-template-columns: 0 0 auto auto;
  grid-template-rows: var(--en-header-top-bar-height) 1fr var(
      --en-header-bottom-bar-height
    );
  height: var(--en-header-height);
}
nav.en-nav div.marquee-container {
  display: flex;
  grid-row: 1;
  grid-column: 1/5;
  white-space: nowrap;
  margin-right: 30px;
  color: #444444;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 725px;
}
nav.en-nav div.social-media-container {
  position: relative;
  grid-row: 1;
  grid-column: 4;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  column-gap: 0;
  margin: -2px 0 0 0;
}

/* STYLING FOR SMALL ICONS IN THE TOP BAR */
div.social-media-container > a > img {
  width: 24px;
  transition: all 0.5s ease;
}

/* HOVER ON SMALL ICONS IN THE TOP BAR, IF REQUIRED */
div.social-media-container > a > img:hover {
  transform: rotate(365deg);
}

/* THIS IS WHERE WE MOSTLY PUT THE SCHOOL'S NAME AND THE HAMBURGER BUTTON FOR THE MOBILE MENU */
header.en-public-header div.en-public-header-middle {
  grid-row: 3;
  grid-column: 1 / 5;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 17px 0 0 2px;
}
.en-public-header-website-name a {
  display: flex !important;
  position: relative;
}
/* STYLING OF THE SCHOOL NAME IN THE HEADER */

nav.en-nav ul#topnav {
  grid-row: 3;
  grid-column: 3 / 5;
}

/* POSITIONING AND STYLING OF THE SCHOOL LOGO */
header.en-public-header a.en-website-logo {
  position: relative;
  grid-row: 2;
  grid-column: 3;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 93px;
  margin: 0 auto 0;
  left: 62.5px;
  max-height: 98px;
  top: 50%;
  transform: translateY(-50%);
}
/* POSITIONING AND STYLING OF THE SCHOOL LOGO */
header.en-public-header a.en-website-logo img {
  width: auto;
}

header.en-public-header div.en-mobile-header {
  display: none;
}

@media only screen and (max-width: 1200px) {
  /* PARAMETERS */
  :root {
    --en-header-height: 28.75vw;
    --en-header-top-bar-height: 3.83vw;
    --en-header-top-middle-height: calc(
      var(--en-header-height) - var(--en-header-top-bar-height) -
        var(--en-header-bottom-bar-height)
    );
    --en-header-bottom-bar-height: 15.33vw;
  }
  header.en-public-header {
    width: 100%;
  }
  nav.en-nav > ul > li > a {
    font-size: clamp(14px, 1.6363vw, 18px);
  }
  #tabs {
    grid-column: 4;
  }
  nav.en-nav div.social-media-container {
    grid-column: 4;
    margin-right: 20px;
  }
  #wrapper .content .inside {
    padding: 10px 30px;
  }
  nav.en-nav div.marquee-container {
    max-width: 60%;
  }
  .video {
    height: 62.3vw;
  }
.en-public-header-website-name a .header-name {
    width: clamp(240px, 50.33vw, 628px);
}
}

@media only screen and (max-width: 1099px) {
  header.en-public-header a.en-website-logo {
    margin: 0 auto 0 auto;
    left: 0;
  }
  nav.en-nav > ul {
    height: 100% !important;
    margin: 0 0 0 0 !important;
  }
}

@media only screen and (max-width: 1015px) {
  nav.en-nav div.marquee-container {
    max-width: 46%;
  }
}

@media only screen and (max-width: 801px) {
  #index-top {
    margin: -280px 0 0 0;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    touch-action: pan-x pan-y;
    overflow-x: hidden !important;
  }

  html.has-spotlight-overflow body {
    overflow-x: hidden !important;
  }

  #wrapper header.en-public-header {
    box-shadow: 0px 15px 10px -15px rgba(0, 0, 0, 0.2);
    z-index: 9;
  }

  /* insidepage */
  #wrapper .content .inside {
    width: auto;
    padding: 10px 30px 500px;
  }
  .pageTitle {
    font-size: clamp(23px, 4.95vw, 38px);
    line-height: clamp(27px, 7.03vw, 54px);
    margin: 30px 0 80px -25px;
    padding: 15px 25px;
  }
  #wrapper .content::after {
    height: clamp(155px, 24.22vw, 186px);
  }
  div.en-header-top-bar-bg,
  div.en-header-bottom-bar-bg,
  .en-header-middle-bar-bg {
    display: none;
  }
  header.en-public-header div.en-mobile-header {
    display: grid;
    grid-template-columns: auto 1fr;
    background: #141414;
  }
  #index-top::after,
  #index-top::before {
    content: none;
  }
  nav.en-nav {
    grid-template-columns: auto 1fr;
    grid-template-rows: auto 1fr auto auto;
  }
  header.en-public-header a.en-website-logo {
    grid-row: 1;
    grid-column: 1;
    background: #fff;
  }
  .en-public-header-website-name br:nth-child(2) {
    display: block;
    margin-bottom: -15px;
  }
  header.en-public-header a.en-website-logo img {
    width: clamp(72px, 12.14vw, 147px);
    margin: 5px 0 3px 0;
    height: auto;
  }
  header.en-public-header div.en-public-header-middle {
    grid-row: 1;
    grid-column: 2 / 5;
    margin: 0 0 0 20px;
    justify-content: space-between;
    padding: 12px 0 15px;
    justify-content: flex-start;
    z-index: 2;
  }
  nav.en-nav-appear-from-right .en-public-header-middle {
    background: #141414;
    margin: 0 !important;
    padding: 10px 0 15px 20px !important;
  }
  nav.en-nav ul#topnav {
    grid-row: 2;
    grid-column: 1 / 4;
  }
  nav.en-nav div.social-media-container {
    grid-row: 3;
    grid-column: 1 / 5;
    background: #fff;
    justify-content: center;
    column-gap: 10px;
    padding: 7px 0;
    margin: 0;
    box-shadow: rgba(0, 0, 0, 0.06) 0px -3.5px 10px;
    z-index: 9;
  }
  nav.en-nav div.social-media-container > a > img {
    width: 32px;
  }
  nav.en-nav div.marquee-container {
    grid-row: 4;
    grid-column: 1 / 5;
    margin: 0px;
    height: 40px;
    background: #fff;
    vertical-align: middle;
    font-size: 14px;
    align-content: center;
    align-items: center;
  }
  #social-icons a,
  #social-icons a::before {
    width: clamp(35px, 5.86vw, 45px);
    height: clamp(35px, 5.86vw, 45px);
    background-position: center center;
  }
  .en-marquee-module::before,
  .en-marquee-module::after {
    top: 7px;
  }
  .en-marquee-module .en-marquee-popup-wrapper {
    max-width: 315px;
  }
  #index-top {
    margin: 0 0 0 0;
  }
  #inside-slider {
    margin: 0;
  }
  #inside-slider::before {
    content: none;
  }
  #wrapper .content {
    margin: 0;
  }
  #wrapper
    header.en-public-header
    div.en-public-header-middle
    .en-public-header-website-name
    a
    img {
    content: none;
  }
  #wrapper header.en-public-header div.en-public-header-middle {
    margin: 0 0 0 20px;
  }
  #pageTitle {
    display: block !important;
  }
}

@media only screen and (max-width: 1200px) {
}

#events h2 a,
#events #hp-events ul li.event div a,
#events #hp-events .hpeventlinks div a,
#events #hp-events .v3 span.month,
#events #hp-events .v3 span.day,
#events #hp-events ul li.event div {
  background-color: rgba(0, 0, 0, 0.01);
}

@keyframes hover_text {
  50% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes hover_text2 {
  to {
    background-position: 200% center;
  }
}
.en-marquee-module .en-marquee-module-content-wrapper {
  background: #fff;
}

#right_logos img,
#district {
  color: #fff;
}

#fifth-row-inner .tabs1 > label:hover {
  background: #fff;
  border-right: none;
  color: #141414;
}
#fifth-row-inner .tabs1 > label:hover::before {
  transform: scaleX(1);
}
#events .events-day-wrapper li .location {
  padding: 0 10px;
}
#staff.staffR1.staff-horizontal .staff-categoryStaffMember dl dt {
  padding-bottom: 5px;
}
#footer_address h3 a {
  font-family: "Karla", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  padding: 0;
  margin: 0;
  letter-spacing: 0.4px;
  text-decoration: none;
}

body::after {
  content: "";
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}






a#insta {color: #fff!important;}



