@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

:root {
  --general-font: "Poppins", sans-serif;
  --dark-blue-color: #54c2c8;
  --light-blue-color: #d0edfb;
  --grey-color: #818285;
  --body-color: #1a1a1a;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-size: 16px;
  font-family: var(--general-font);
  font-weight: 400;
  font-style: normal;
  color: var(--body-color);
}

h1 {
  font-size: clamp(26px, 4vw, 36px);
  font-weight: 600;
  margin: 0px;
}

h2 {
  font-size: clamp(24px, 3vw, 28px);
  margin: 0px;
}
h3 {
  font-size: clamp(20px, 2.5vw, 24px);
  margin: 0px;
}

h4 {
  font-size: clamp(18px, 2vw, 20px);
  margin: 0px;
}

h5 {
  font-size: clamp(18px, 1.5vw, 18px);
  margin: 0px;
}

h6 {
  font-size: 16px;
  margin: 0px;
}

p {
  font-size: clamp(14px, 1vw, 16px);
  margin: 0px;
}

a {
  text-decoration: none;
  font-size: clamp(14px, 1vw, 16px);
  margin: 0px;
}
a:focus {
  outline: none !important;
}
.largeMargin {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}
.marginTopOnly {
  margin-top: 30px !important;
}
.marginBottomOnly {
  margin-bottom: 30px !important;
}
@media (min-width: 1025px) {
  .largeMargin {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
  .marginTopOnly {
    margin-top: 50px !important;
  }
  .marginBottomOnly {
    margin-bottom: 50px !important;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1280px !important;
  }
}
/* HEADER CSS */
.master-layout-1 {
  box-shadow: unset !important;
  width: 100% !important;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a.highlighted,
.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  box-shadow: unset !important;
}
.master-layout-1 #divMainMenu nav #main-menu ul a:hover {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:focus {
  background-color: #fff !important;
}
.master-layout-1 #divMainMenu nav #main-menu ul a:focus,
.master-layout-1 #divMainMenu nav #main-menu ul ul a:focus,
.master-layout-1 #divMainMenu nav #main-menu ul ul ul a:focus {
  background: var(--dark-blue-color) !important;
}
.master-layout-1 #divMainMenu nav #main-menu > li > a:hover,
.master-layout-1 #divMainMenu nav #main-menu > li > a.highlighted,
.master-layout-1 #divMainMenu nav #main-menu > li > a.active-link {
  color: var(--dark-blue-color) !important;
}
.master-layout-1 .MyProfile_Member {
  transition: transform 0.3s ease-in-out;
}
.master-layout-1 .MyProfile_Member .fullView {
  background-color: var(--dark-blue-color) !important;
  border-radius: 15px !important;
}
.master-layout-1 .MyProfile_Member .fullView a {
  color: #fff !important;
}
.master-layout-1 .MyProfile_Member:focus {
  outline: none !important;
}
.master-layout-1.scrolled-head {
  background: #fff !important;
  border-bottom: 1px solid var(--dark-blue-color) !important;
}
@media (min-width: 1025px) {
  .master-layout-1 .MyProfile_Member:hover {
    transform: scale(1.05) !important;
  }
  .master-layout-1.scrolled-head .MyProfile_Member {
    margin-top: 15px !important;
  }
  .master-layout-1 .MyProfile_Member {
    height: 50px !important;
    background: var(--dark-blue-color) !important;
    border-radius: 50px !important;
    margin-top: 35px !important;
  }
  .master-layout-1 .MyProfile_Member .MyProfile_Name {
    color: #fff !important;
  }
  .master-layout-1 .MyProfile_Member .fullView {
    border-radius: 15px !important;
  }
  .master-layout-1 .MyProfile_Member .fullView {
    top: 55px !important;
  }
}
@media (max-width: 768px) {
  .master-layout-1 {
    width: 98% !important;
  }
  .master-layout-1 nav #main-menu ul {
    background-color: var(--dark-blue-color) !important;
    color: #fff !important;
  }
  .child-nav.showMobile a {
    color: #fff !important;
  }
  .child-nav.showMobile .child-nav.showMobile a {
    color: #1a1a1a !important;
  }
}
.master-layout-1 #menu-button i {
  color: var(--dark-blue-color) !important;
}
.master-layout-1 .MyProfile_Svg svg {
  fill: var(--dark-blue-color) !important;
}
/* FOOTER CSS */
footer {
  background-color: var(--grey-color) !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.footerContainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  padding-left: 15px !important;
  padding-right: 15px !important;
  h3 {
    font-size: 20px !important;
    color: #fff !important;
    font-weight: 500 !important;
  }
  p {
    padding: 0px !important;
    margin: 0px !important;
    color: #fff !important;
  }
  a {
    text-decoration: underline !important;
    color: #fff !important;
  }
}
@media (min-width: 1025px) {
  footer {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
/* HERO SECTION */
.hero-section .container {
  padding: 0px !important;
}
.hero-section > div {
  background-color: var(--dark-blue-color) !important;
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
  h3 {
    color: #fff !important;
  }
  h1 {
    color: #fff !important;
    margin-bottom: 15px !important;
  }
  h4 {
    font-weight: 500 !important;
  }
}
@media (min-width: 1025px) {
  .hero-section > div {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
/* TEXT AREA STYLING */
.text-area-styling {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin-bottom: 15px !important;
  }
}
.text-area-styling a:not(.e3-button) {
  color: var(--dark-blue-color) !important;
  text-decoration: none !important;
  transition: text-decoration 0.3s ease-in-out;
}
.text-area-styling a:not(.e3-button):hover {
  text-decoration: underline !important;
}
.text-area-styling a.e3-button {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
  transition: transform 0.3s ease-in-out;
  border: none !important;
  border-radius: 20px !important;
}
.text-area-styling a.e3-button:hover {
  transform: scale(1.05) !important;
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.text-area-styling img {
  border: 1px solid var(--light-blue-color) !important;
}
/* TABBED CONTENT STYLING */
.tab-content .tab-content-nav ul {
  gap: 3px !important;
}
.tabcontent-styling h2 {
  margin-bottom: 25px !important;
  text-align: center !important;
}
.tabcontent-styling a.e3-button {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
  transition: transform 0.3s ease-in-out;
  border: none !important;
  border-radius: 20px !important;
}
.tabcontent-styling a.e3-button:hover {
  transform: scale(1.05) !important;
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.tabcontent-styling .expandable-content-wrapper a:not(.e3-button) {
  color: var(--dark-blue-color) !important;
  text-decoration: none !important;
  transition: text-decoration 0.3s ease-in-out;
}
.tabcontent-styling .expandable-content-wrapper a:not(.e3-button):hover {
  text-decoration: underline !important;
}
.tabcontent-styling .expandable-content-wrapper img {
  border: 1px solid var(--light-blue-color) !important;
}
.tab-content .tab-content-nav ul li {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
  background-color: var(--light-blue-color) !important;
  color: var(--body-color) !important;
  border-bottom: none !important;
  font-size: 14px !important;
  padding: 10px !important;
}
.tab-content .tab-content-nav ul li.active-tab {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
/* TABBED CONTENT VERTICAL */
.tabcontent-vertical-styling.tab-content .expandable-content-wrapper img {
  border: 1px solid var(--light-blue-color) !important;
}
.tabcontent-vertical-styling.tab-content .tab-content-nav ul {
  gap: 10px !important;
}
.tabcontent-vertical-styling.tab-content .tab-content-nav ul li {
  border-radius: 30px !important;
  padding: 15px !important;
}
.tabcontent-vertical-styling.tab-content
  .expandable-content-wrapper
  a:not(.e3-button) {
  color: var(--dark-blue-color) !important;
  text-decoration: none !important;
  transition: text-decoration 0.3s ease-in-out;
}
.tabcontent-vertical-styling.tab-content
  .expandable-content-wrapper
  a:not(.e3-button):hover {
  text-decoration: underline !important;
}
.vertical-tab {
  flex-flow: row !important;
}
.tabcontent-vertical-styling h2 {
  display: none !important;
}
@media (max-width: 768px) {
  .vertical-tab {
    flex-flow: column !important;
  }
  .tab-content.small .tab-content-nav ul li {
    margin-bottom: 10px !important;
  }
  .tab-content.small span#tab-mobile-selection {
    border-radius: 30px !important;
    margin-bottom: 15px !important;
    background-color: #54c2c8 !important;
    color: #fff !important;
  }
  .tab-content.small .tab-content-nav ul li {
    border-radius: 30px !important;
    padding: 15px !important;
  }
}
/* TEXT AREA BASED QUICK LINKS */
.textarea-quicklinks-styling > div {
  background-color: unset !important;
}
.textarea-quicklinks-styling .e3-table-wrap.col-sm {
  padding: 50px 30px !important;
  background-color: var(--light-blue-color) !important;
  border-radius: 20px !important;
  color: var(--body-color) !important;
  h3 {
    color: var(--body-color) !important;
    margin-bottom: 20px !important;
  }
}
.textarea-quicklinks-styling .e3-table-wrap.col-sm a.e3-button {
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
  transition: transform 0.3s ease-in-out;
  border: none !important;
  border-radius: 20px !important;
}
.textarea-quicklinks-styling .e3-table-wrap.col-sm a.e3-button:hover {
  transform: scale(1.05) !important;
  background-color: var(--dark-blue-color) !important;
  color: #fff !important;
}
.textarea-quicklinks-styling .row {
  gap: 30px !important;
}
@media (max-width: 1025px) {
  .textarea-quicklinks-styling .row {
    flex-direction: column !important;
  }
  .textarea-quicklinks-styling .e3-table-wrap.col-sm {
    flex-basis: auto !important;
  }
}
/* EXPANDABLE CONTENT */
.expandablecontent-styling h2 {
  margin-bottom: 25px !important;
  text-align: center !important;
}
.expandable-content-widget.expandablecontent-styling
  .expandable-content-heading {
  background-color: var(--light-blue-color) !important;
  border-radius: 30px !important;
  margin-bottom: 15px !important;
}
.expandablecontent-styling .expandable-content-link:hover,
.theme2 .expandable-content-link:focus {
  background-color: unset !important;
}
.expandablecontent-styling .expandable-content-wrapper img {
  border: 1px solid var(--light-blue-color) !important;
}
.expandable-container:has(.collapse.in) .expandable-content-heading {
  background-color: var(--dark-blue-color) !important;
}
.expandable-container:has(.collapse.in) .expandable-content-heading a {
  color: #fff !important;
}
.expandable-container:has(.collapse.in) .fa-angle-down:before {
  color: #fff !important;
}
.expandablecontent-styling .fa-angle-down:before {
  color: #fff !important;
}
blockquote {
  background-color: #ebebeb !important;
  border: none !important;
  border-radius: 30px !important;
}
.fa.pull-right {
  border-radius: 20px !important;
}
.expandablecontent-styling
  .expandable-content-wrapper
  a:not(.e3-button):not(.expandable-content-link) {
  color: var(--dark-blue-color) !important;
  text-decoration: none !important;
  transition: text-decoration 0.3s ease-in-out;
}

.expandablecontent-styling
  .expandable-content-wrapper
  a:not(.e3-button):not(.expandable-content-link):hover {
  text-decoration: underline !important;
}
.expandable-content-widget .expandable-content-wrapper {
  overflow-x: hidden !important;
}
@media (min-width: 1025px) {
  .expandable-content-widget .expandable-container .collapse .row {
    width: 95% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
