/* @import url("https://fonts.googleapis.com/css2?family=Belleza&display=swap"); */

:root {
  --blue-color: #204292;
  --purple-color: #162c5e;
  --gold-color: #988668;
  --body-color: #212121;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  font-style: normal;
}

h1 {
  font-size: clamp(32px, 5vw, 64px);
  font-weight: 400;
  margin: 0px;
}

h2 {
  font-size: clamp(24px, 3.5vw, 40px);
  font-weight: 400;
  margin: 0px;
}

h3 {
  font-size: clamp(20px, 3vw, 32px);
  font-weight: 400;
  margin: 0px;
}

h4 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 400;
  margin: 0;
}

h6 {
  font-size: clamp(16px, 2vw, 24px);
  font-weight: 400;
  margin: 0;
}

p {
  font-size: clamp(18px, 1vw, 20px);
  margin: 0px;
  font-weight: 300;
}

a {
  text-decoration: none;
  font-size: clamp(18px, 1vw, 20px);
  margin: 0px;
}
a:focus {
  outline: none !important;
}
.largeMargin {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}
.marginTopOnly {
  margin-top: 35px !important;
}
.marginBottomOnly {
  margin-bottom: 35px !important;
}
.padding-bottom-only {
  padding-bottom: 35px !important;
}
.padding-top-only {
  padding-top: 35px !important;
  padding-bottom: 0px !important;
}
@media (min-width: 1025px) {
  .largeMargin {
    margin-top: 75px !important;
    margin-bottom: 75px !important;
  }
  .marginTopOnly {
    margin-top: 75px !important;
  }
  .marginBottomOnly {
    margin-bottom: 75px !important;
  }
  .padding-bottom-only {
    padding-bottom: 75px !important;
  }
  .padding-top-only {
    padding-top: 75px !important;
    padding-bottom: 0px !important;
  }
}
/* Base Container */
.container {
  width: 100%;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Large Screens (1440px and above) */
@media (min-width: 1440px) {
  .container {
    max-width: 1340px;
  }
}

/* Laptop / Small Desktop */
@media (max-width: 1366px) {
  .container {
    max-width: 1140px;
  }
}

/* Tablet Landscape */
@media (max-width: 1024px) {
  .container {
    max-width: 960px;
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* Tablet Portrait */
@media (max-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* Mobile Large */
@media (max-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Mobile Small */
@media (max-width: 375px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* FOOTER CSS */
footer {
  background-color: var(--purple-color);
  padding-top: 100px;
  padding-bottom: 15px;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
  overflow: hidden;
  font-size: 18px;
  a {
    font-size: 18px;
  }
  p {
    font-size: 18px;
  }
}
.ft_footer a {
  z-index: 2 !important;
}
.ft_wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  color: #fff;
  z-index: 1;
  a {
    color: #fff;
  }
}
.ft_center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ft_center > a {
  margin-top: -20px;
  z-index: 2;
}
.ft_navigation {
  z-index: 2 !important;
}
.ft_copyright {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 75px;
}
.ft_wrapper img:not(#backgroundFooter) {
  width: 185px;
}
#backgroundFooter {
  position: absolute;
  top: -10px;
  right: 50%;
  z-index: 0;
  transform: translateX(50%);
  opacity: 0.05;
  width: 868px;
}
@media (max-width: 768px) {
  footer {
    padding-top: 50px;
    a,
    p,
    div {
      font-size: 16px;
    }
    img:not(#backgroundFooter) {
      width: 150px !important;
    }
  }
  .ft_copyright {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 30px;
    gap: 10px;
  }
  .ft_navigation {
    text-align: center;
  }
  .ft_center {
    text-align: center;
  }
}
/* HEADER STYLING */
header.master-layout-3 {
  background-color: var(--purple-color);
  box-shadow: unset;
  transition: all 0.3s;
}
header.master-layout-3 .header-top {
  background-color: var(--purple-color);
  transition: all 0.3s;
}
header.master-layout-3.scrolled-head {
  background-color: var(--purple-color);
}
.split-logo img {
  width: 180px;
  transition: all 0.3s;
}
.left-nav > li > a,
.right-nav > li > a {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s;
}
.left-nav > li > a:hover,
.right-nav > li > a:hover {
  transform: scale(1.05);
  transition: all 0.3s;
}
.left-nav,
.right-nav {
  gap: 50px;
}
.split-nav {
  transform: translateY(-80px);
}
header.master-layout-3 .header-top {
  height: 120px;
}
header.master-layout-3.scrolled-head .split-logo img {
  width: 150px !important;
  margin-top: 35px;
  transition: all 0.3s;
}
header.master-layout-3 .MyProfile_Member {
  z-index: 9999;
}
@media (max-width: 768px) {
  header.master-layout-3 .header-top {
    height: 0px !important;
  }
  header.master-layout-3 .MyProfile_Member .fullView {
    margin-top: -20px;
  }
}
@media (min-width: 1025px) {
  header.master-layout-3 .MyProfile_Member .fullView {
    top: 90px;
  }
  header.master-layout-3 {
    background-color: #162c5ea3;
    backdrop-filter: blur(3px);
    box-shadow: unset;
    transition: all 0.3s;
  }
  header.master-layout-3 .header-top {
    background-color: transparent;
    transition: all 0.3s;
  }
}
@media (min-width: 768px) {
  .cho-hero-textwidget.height100 {
    height: 100vh;
  }
}
/* ROTATING BANNER */
.rotatingBanner {
  margin-top: -190px !important;
}
.rotatingBanner.cho-hero-textwidget .cho-hero-textwidget-bg {
  background-position: top !important;
}
/* INTRO TEXT */
.introText h1,
.introText h2 {
  color: var(--purple-color) !important;
  margin-bottom: 15px;
}
/* QUICK LINKS */
.content-quicklink-menu h2 {
  color: var(--purple-color);
  font-size: clamp(20px, 3vw, 32px);
}
.content-quicklink-menu {
  background-color: #e9e9e9;
  border-radius: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
}
.content-quicklink-menu .content-quicklink-menu-list {
  background-color: transparent;
}
.content-quicklink-menu .content-quicklink-menu-list li {
  background-color: var(--purple-color);
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.content-quicklink-menu .content-quicklink-menu-list li a {
  color: #fff;
  transition: all 0.3s;
}
.content-quicklink-menu .content-quicklink-menu-list li a:hover {
  background-color: transparent !important;
  border: none;
  transform: scale(1.05);
  transition: all 0.3s;
}
/* UPCOMING EVENTS */
#p_lt_ContentWidgets_pageplaceholder_p_lt_zoneLG70_CHO_Widget_UpcomingEvents_XLarge_lblEvents {
  font-size: clamp(20px, 3vw, 32px);
  color: var(--purple-color);
}
.latest-news-link {
  background-color: var(--purple-color);
  color: #fff !important;
  padding: 10px 40px;
  text-decoration: none !important;
  font-size: 16px;
  text-transform: uppercase;
  height: 45px;
}
.latest-news-link:hover {
  background-color: var(--gold-color);
}
.teaser-img-div {
  background-color: #e9e9e9;
  width: 100% !important;
  object-fit: cover !important;
}
.news-widget a:not(.latest-news-link) {
  font-size: 16px;
  color: var(--purple-color);
}
/* ACCOUNT SUMMARY */
.account-sumary-title {
  color: var(--purple-color);
  font-size: clamp(20px, 3vw, 32px);
  margin-bottom: 15px;
}
.account-summary-widget {
  background-color: #e9e9e9;
  padding: 20px;
  border-radius: 15px;
}
.account-widget-paynow {
  font-size: 14px;
  background-color: var(--purple-color) !important;
  border: none !important;
}
.account-widget-paynow:hover {
  background-color: var(--gold-color) !important;
}
