/* =========================================================
   GLOBAL / BASE
   ========================================================= */

body {
  background: #000 url("../images/bling-background7.png") scroll center top repeat;
  border: 0;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  font-size: medium;
  color: #ffffff;
  font-style: oblique;
  line-height: 26px;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
iframe {
  max-width: 100%;
}

img {
  height: auto;
  display: block;
}

a {
  color: #ff99cc;
  text-decoration: none;
}

a:hover {
  color: #f3ccdf;
  font-style: normal;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
}


/* =========================================================
   PAGE WRAP
   ========================================================= */

.page_wrap {
  max-width: 1250px;
  margin: 40px auto;
  padding: 20px 30px;
  border-radius: 10px;
  background: #000000;
  border: 3px solid #ffffff;
  box-shadow:
    0 0 6px #ffffff,
    0 0 14px #ff69b4,
    0 0 28px rgba(255, 255, 255, 0.45),
    inset 0 0 12px rgba(255, 105, 180, 0.25);
}


/* =========================================================
   TYPOGRAPHY
   ========================================================= */

p {
  color: #ffffff;
  font-size: 18px;
  font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
  font-style: normal;
}

h1,
h2,
h3,
h4 {
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
  color: #ff99cc;
  font-size: 24px;
  text-align: left;
  font-style: normal;
  font-weight: bold;
}

h1.heading_supersize {
  font-size: 74px;
  text-align: center;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 10px;
}

h2.heading_largesize {
  font-size: 44px;
  text-align: center;
  font-weight: normal;
}


/* =========================================================
   HEADINGS / DECORATIVE STYLES
   ========================================================= */

.heading_dots,
.heading_dots_grey {
  background-repeat: repeat-x;
  background-position: center;
}

.heading_bg {
  background: #000000;
  color: #fac0dd;
  padding-right: 10px;
  font-size: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-position: center center;
}

.heading_center_bg {
  background: #000000;
  padding: 0 10px;
  color: #fefefe;
  font-size: 48px;
}


/* =========================================================
   DROPCAPS
   ========================================================= */

.dropcap_green,
.dropcap_black {
  border-radius: 100px;
  display: block;
  float: left;
  font-size: 18px;
  line-height: 35px;
  margin: 4px 8px 0 0;
  text-align: center;
  width: 35px;
}

.dropcap_green,
.dropcap_black {
  background: #ff99cc;
  color: #ffffff;
}

.dropcap_black {
  font-size: 16px;
}


/* =========================================================
   PANELS
   ========================================================= */

.panel {
  background: #000000;
}

.panel.callout {
  background: #ffffff;
}

.panel.callout p {
  color: #ffffff;
}


/* =========================================================
   HEADER / LOGO / MAIN MENU
   ========================================================= */

.header_nav {
  background: #000000;
  padding: 20px 0;
  width: 100%;
  overflow: visible;
  position: relative;
  z-index: 1000;
  clear: both;
}

.header_logo {
  padding: 20px 0 10px;
  text-align: center;
  position: relative;
  z-index: 1001;
}

.header_logo img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}


/* =========================================================
   DESKTOP NAVIGATION
   ========================================================= */

.nav-bar,
#menu-header {
  list-style: none;
  background: none;
  text-align: center;
  padding-left: 0 !important;
  margin-left: 0 !important;
  margin-bottom: 0;
  width: 100%;
}

#menu-header {
  white-space: nowrap;
}

.nav-bar > li,
#menu-header > li {
  display: inline-block;
  float: none;
  border: 0;
  padding: 0;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 2px;
  text-align: center;
  vertical-align: top;
  position: relative;
}

.nav-bar > li > a,
#menu-header > li > a {
  display: block;
  color: #ff99cc;
  text-align: center !important;
  text-transform: uppercase;
  font-size: 11px;
  padding: 10px 20px 10px 10px !important;
  margin: 0 auto;
  text-decoration: none;
}

.nav-bar > li > a:hover,
#menu-header > li > a:hover,
.nav-bar > li:hover > a,
#menu-header > li:hover > a {
  color: #f3ccdf;
}

.nav-bar > li:hover,
.nav-bar > li.active:hover,
#menu-header > li:hover {
  background: #000000;
  color: #f3ccdf;
  cursor: pointer;
}


/* =========================================================
   DESKTOP DROPDOWN / FLYOUT MENUS
   ========================================================= */

.nav-bar > li.has-flyout > a:first-child,
#menu-header > li.has-flyout > a {
  position: relative;
  padding-right: 24px !important;
}

.nav-bar > li.has-flyout > a:first-child::after,
#menu-header > li.has-flyout > a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px;
  border-color: #ff99cc transparent transparent transparent;
  position: absolute;
  right: 7px;
  top: 50%;
  margin-top: -2px;
}

.nav-bar > li.has-flyout > a:hover:first-child::after,
#menu-header > li.has-flyout > a:hover::after {
  border-color: #f3ccdf transparent transparent transparent;
}

.flyout,
#menu-header .flyout,
.nav-bar .flyout,
.nav-bar li ul,
#menu-header li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: #000000;
  border-radius: 5px;
  border: 1px solid #333333;
  margin-top: 0;
  padding: 0;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.75);
  white-space: normal;
  text-align: left;
  z-index: 9999;
  list-style: none;
}

.nav-bar li:hover > .flyout,
#menu-header li:hover > .flyout,
.nav-bar li:hover > ul,
#menu-header li:hover > ul,
.nav-bar li.open > .flyout,
#menu-header li.open > .flyout,
.nav-bar li.open > ul,
#menu-header li.open > ul {
  display: block;
}

.flyout li,
.nav-bar li ul li,
#menu-header .flyout li,
#menu-header li ul li {
  border-left: 0;
  display: block;
  float: none;
  text-align: left;
  width: 100%;
}

.flyout li a,
.nav-bar li ul li a,
#menu-header .flyout li a,
#menu-header li ul li a {
  display: block;
  background: #000000;
  border: 0;
  color: #ffffff;
  font-size: 11px;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  padding: 11px 14px;
  line-height: 1.35;
}

.flyout li a:hover,
.nav-bar li ul li a:hover,
#menu-header .flyout li a:hover,
#menu-header li ul li a:hover {
  background: #111111;
  color: #ff99cc;
}


/* =========================================================
   GALLERY MENU
   ========================================================= */

.gallery-nav-bar {
  list-style: none;
  text-align: center;
  padding-top: 10px;
  padding-left: 0;
  font-family: "Open Sans Condensed", sans-serif;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.gallery-nav-bar li {
  display: inline-block;
  margin-right: 1px;
  padding: 3px 12px;
}

.gallery-nav-bar li a {
  color: #000000;
  padding: 3px 12px;
  text-decoration: none;
}

.gallery-nav-bar li a:hover {
  background: #c02702;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 3px;
}


/* =========================================================
   OLD FOOTER MENU
   ========================================================= */

.footer_menu {
  text-align: center;
  border-top: 1px dashed #999999;
  margin: 25px 0 0;
  padding: 20px 0;
}

.footer_menu li {
  display: inline;
  list-style: none;

  margin-right: 20px;
}

.footer_menu li a {
  color: #ff99cc;
}


/* =========================================================
   NEW FOOTER
   ========================================================= */

.site-footer {
  background: transparent;
  clear: both;
  position: relative;
  z-index: 10;
  width: 100%;
  border-top: 1px solid #f0c6d8;
  padding: 10px 16px;
  margin-top: 40px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto;
}

.footer-logo {
  width: 62px;
  height: 62px;
  object-fit: contain;
  flex: 0 0 auto;
  border-radius: 100%;
  background: #ffffff;
}

.footer-divider {
  width: 1px;
  height: 28px;
  background: #e7a9c4;
  flex: 0 0 auto;
}

.footer-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3px;
  flex: 0 0 auto;
}

.footer-link {
  color: #b85f8b;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  flex: 0 0 auto;
}

.footer-link:hover {
  color: #7f3456;
  text-decoration: underline;
}

.footer-dot {
  color: #d48aaa;
  font-size: 16px;
  line-height: 1;
  flex: 0 0 auto;
}

.footer-copy {
  color: #ffffff;
  font-size: 12px;
  flex: 0 0 auto;
}

.footer-scissors {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background: transparent;
  color: #9b4f75;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  line-height: 1;
  flex: 0 0 auto;
}


/* =========================================================
   PRICING TABLES
   ========================================================= */

.pricing_box {
  border: 1px solid #cccccc;
  float: left;
  text-align: center;
  padding: 0 0 20px 0;
  margin-top: 25px;
  margin-left: -1px;
  background: #ffffff;
  box-shadow: 0 2px 10px -4px rgba(0, 0, 0, 0.5);
}

.pricing_box.radius-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.pricing_box.radius-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.pricing_box .header {
  width: 100%;
  height: 68px;
  text-shadow: 0 1px 1px #ffffff;
  border-bottom: 1px solid #cccccc;
  background-repeat: repeat;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.pricing_box .header span {
  position: relative;
  top: 20px;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}

.pricing_box .header span.info {
  position: relative;
  font-size: 12px;
  font-weight: normal;
  top: 2px;
  display: block;
  color: gray;
}

.pricing_box p {
  line-height: 28px;
}

.pricing_box ul {
  list-style: none;
  margin: 0 0 15px 0 !important;
  padding-left: 0;
  text-align: left;
}

.cols-2 .pricing_box {
  width: 49.8%;
  margin-bottom: 50px;
}

.cols-3 .pricing_box {
  width: 33%;
  margin-bottom: 50px;
}

.cols-4 .pricing_box {
  width: 24.8%;
  font-size: 1em;
}

.cols-5 .pricing_box {
  width: 19.5%;
  font-size: 0.9em;
}

.pricing_box ul li {
  line-height: 4em;
  padding-left: 20px !important;
  margin-left: 0;
  list-style-type: none !important;
}

.pricing_box ul li.odd {
  background: #f9f9f9;
}

.pricing_box ul li.even {
  background: #ffffff;
}

.pricing_box strong {
  background-repeat: no-repeat;
  background-position: 0 -9999px;
  height: 12px;
  padding-left: 20px;
  font-style: normal;
  color: gray;
}

.pricing_box strong.no {
  background-position: 0 0;
}

.pricing_box strong.yes {
  background-position: 0 -15px;
}

.pricing_box strong.single {
  background-position: 0 -30px;
}

.pricing_box strong.unlim {
  background-position: 0 -45px;
}

.pricing_box strong.more {
  background-repeat: no-repeat;
  background-position: 0 0;
  height: 20px;
  width: 20px;
  cursor: pointer;
  float: right;
  padding: 0;
  margin: 14px 14px 0 0;
}

.pricing_box strong.nopad {
  padding: 0;
}

.pricing_box h3 {
  margin: 20px 0;
  font-size: 22px;
  display: block;
}

.pricing_box h3 em {
  font-size: 12px;
  font-weight: normal;
}

.pricing_box p.button {
  height: 40px;
  background-repeat: no-repeat;
  background-position: left 0;
  float: none;
}

.pricing_box p.button a {
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-repeat: no-repeat;
  background-position: right -40px;
  padding: 0 40px;
}

.pricing_box p.button:hover {
  background-position: left -80px;
}

.pricing_box p.button a:hover {
  background-position: right -120px;
}

.pricing_box.large {
  position: relative;
  z-index: 9;
  margin-top: 0;
  padding: 0 0 40px 0;
  border-radius: 5px;
  box-shadow: 0 1px 10px #cbcbcb;
}

.pricing_box.large .header {
  color: #303e0e;
  text-shadow: 0 1px 0 #c7dd90;
  height: 88px;
  background-repeat: repeat;
  border-bottom: 1px solid #b2d850;
}

.pricing_box.large .header span {
  top: 30px;
}

.pricing_box.large .header span.info {
  top: 14px;
  color: #576e1f;
  text-shadow: none;
}

.pricing_box.large p.button {
  background-position: left -160px;
}

.pricing_box.large p.button a {
  background-position: right -200px;
  color: #303e0e;
  text-shadow: 0 1px 0 #c7dd90;
}

.pricing_box.large p.button:hover {
  background-position: left -240px;
}

.pricing_box.large p.button a:hover {
  background-position: right -280px;
}


/* =========================================================
   MASONRY / BOX GRID
   ========================================================= */

.centered {
  margin: 0 auto;
}

.box {
  margin: 8px;
  padding: 5px;
  background: #ffffff;
  border: 1px solid #cccccc;
  box-shadow: 3px 3px 5px #888888;
  font-size: 100%;
  line-height: 1.4em;
  float: left;
}

.box p {
  font-size: 0.8em;
  font-weight: bold;
  margin: 0;
  padding: 12px 0;
  text-align: center;
}

.box h2 {
  font-size: 14px;
  font-weight: 200;
}

.box img,
#tumblelog img {
  display: block;
  width: 100%;
}

.rtl .box {
  float: right;
  text-align: right;
  direction: rtl;
}

.col1 {
  width: 80px;
}

.col2 {
  width: 200px;
}

.col3 {
  width: 280px;
}

.col4 {
  width: 380px;
}

.col5 {
  width: 480px;
}

.col1 img {
  max-width: 80px;
}

.col2 img {
  max-width: 211px;
}

.col3 img {
  max-width: 280px;
}

.col4 img {
  max-width: 380px;
}

.col5 img {
  max-width: 480px;
}


/* =========================================================
   CONTACT PAGE
   ========================================================= */

.contact-page {
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}

.contact-page *,
.contact-page *::before,
.contact-page *::after {
  box-sizing: border-box;
}

.contact-main-title {
  color: #ffffff;
  background-color: #000000;
  font-size: 52px;
  line-height: 1.1;
  font-weight: 800;
  display: inline-block;
  letter-spacing: 1px;
}

.intro-text {
  color: #ffffff;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  max-width: 900px;
  margin: 20px auto 40px auto;
}

.contact-section {
  margin-top: 35px;
  margin-bottom: 50px;
  padding-bottom: 10px !important;
  clear: both;
}

.contact-section + .contact-section {
  margin-top: 10px !important;
}

.contact-two-column {
  display: flex;
  align-items: stretch;
  gap: 24px;
}

.contact-column {
  float: none !important;
  margin-left: 0 !important;
}

.teacher-card,
.info-box,
.contact-form-box,
.image-card {
  background-color: #111111;
  border: 2px solid #ff99cc;
  padding: 22px;
  border-radius: 12px;
  color: #ffffff;
  box-shadow: 0 0 18px rgba(255, 153, 204, 0.16);
  margin-bottom: 24px;
}

.full-height-box {
  height: 100%;
}

.contact-page .heading_bg {
  color: #000000 !important;
  background-color: #ffffff !important;
  border: 2px solid #ff99cc;
  padding: 7px 14px;
  display: inline-block;
  font-weight: 800;
  border-radius: 7px;
  font-size: 24px;
  line-height: 1.25;
  margin: 0 0 18px 0;
  text-align: left;
  min-height: auto;
}

.smaller-heading {
  font-size: 22px;
  margin-top: 20px;
}

.contact-form-heading {
  font-size: 26px;
}

.teacher-card p,
.info-box p,
.image-card p,
.contact-form-box p,
.service-item p,
.icon-box p,
.hours-list,
.social-tags {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.65;
}

.teacher-photo {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 12px;
  border: 3px solid #ff99cc;
  margin-bottom: 18px;
}

.teacher-card h3 {
  color: #ff99cc;
  font-size: 26px;
  line-height: 1.2;
  margin: 10px 0 12px 0;
}

.service-list {
  margin-top: 10px;
}

.service-item {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px solid #333333;
}

.service-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.service-icon {
  font-size: 38px;
  line-height: 1;
  flex: 0 0 44px;
  text-align: center;
}

.service-item h4 {
  color: #ff99cc;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 6px 0;
}

.map-frame {
  width: 100%;
  height: 430px;
  border: 2px solid #ff99cc;
  border-radius: 12px;
  display: block;
}

.hours-list {
  padding-left: 22px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.hours-list li {
  margin-bottom: 8px;
  color: #ffffff;
}

.pink-link {
  color: #ff99cc;
  text-decoration: none;
  font-weight: bold;
}

.pink-link:hover {
  color: #ffffff;
  text-decoration: underline;
}

.email-backup-box {
  background-color: #000000;
  border: 2px solid #ff99cc;
  border-radius: 10px;
  padding: 18px;
  margin: 18px 0 24px 0;
  text-align: center;
}

.email-backup-box p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 14px;
}

.email-button {
  display: inline-block;
  background-color: #ff99cc;
  color: #000000 !important;
  padding: 12px 24px;
  border-radius: 7px;
  font-weight: bold;
  text-decoration: none;
}

.email-button:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.image-card img,
.image-card video {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 12px;
}

.image-card img {
  border: 2px solid #ff99cc;
  margin-bottom: 16px;
}

.image-card h3 {
  margin-top: 0;
}

.stacked-card {
  margin-bottom: 30px;
}

.lesson-icon-section {
  margin-top: 40px;
}

.icon-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  margin-top: 24px;
}

.icon-box {
  background-color: #000000;
  border: 2px solid #ff99cc;
  border-radius: 12px;
  text-align: center;
  padding: 22px 16px;
  min-height: 210px;
}

.icon-box span {
  font-size: 44px;
  display: block;
  margin-bottom: 12px;
  font-style: normal;
}

.icon-box h4 {
  color: #ff99cc;
  font-size: 20px;
  line-height: 1.25;
  margin: 0 0 10px 0;
}

.scroll-gallery {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 12px 4px 18px 4px;
  scroll-behavior: smooth;
}

.gallery-item {
  flex: 0 0 300px;
  border: 2px solid #ff99cc;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000000;
}

.gallery-item img {
  width: 100%;
  height: 220px;
  display: block;
  object-fit: cover;
}

.scroll-gallery::-webkit-scrollbar {
  height: 10px;
}

.scroll-gallery::-webkit-scrollbar-track {
  background: #222222;
  border-radius: 10px;
}

.scroll-gallery::-webkit-scrollbar-thumb {
  background: #ff99cc;
  border-radius: 10px;
}

.contact-form-box form {
  margin-top: 20px;
}

.form-row {
  display: flex;
  gap: 22px;
  width: 100%;
}

.form-group {
  width: 100%;
  margin-bottom: 18px;
}

.form-group label {
  display: block;
  color: #ff99cc;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 7px;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px;
  border: 2px solid #ff99cc;
  border-radius: 7px;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

.form-group textarea::placeholder {
  color: #555555;
}

.submit-button {
  background-color: #ff99cc;
  color: #000000;
  border: none;
  padding: 14px 30px;
  font-size: 17px;
  font-weight: bold;
  border-radius: 7px;
  cursor: pointer;
}

.submit-button:hover {
  background-color: #ffffff;
  color: #000000;
}

.form-message {
  margin-top: 18px;
  padding: 14px;
  border-radius: 7px;
  font-size: 16px;
  font-weight: bold;
}

.form-success {
  background-color: #ffffff;
  color: #000000;
  border: 2px solid #ff99cc;
}

.form-error {
  background-color: #ff99cc;
  color: #000000;
  border: 2px solid #ffffff;
}


/* =========================================================
   IMAGE ICON
   ========================================================= */

.image-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}

.image-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}


/* =========================================================
   HEALTH & SAFETY MAIN PAGE
   ========================================================= */

.health-title {
  text-align: center;
  color: #ffffff;
  font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
  font-style: normal;
  font-size: 34px;
  font-weight: bold;
  margin: 25px auto 20px auto;
  width: 100%;
  display: block;
}

.health-icon {
  font-size: 34px;
}

.health-section-box {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  max-width: 1500px;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
  background: #000000;
}

.health-section-title {
  font-size: 36px;
  color: #d594b6;
  text-align: left;
  margin-top: 0;
  margin-bottom: 15px;
}

.health-text {
  color: #ffffff;
  font-size: 16px;
  text-align: left;
  line-height: 1.7;
  font-style: normal;
}

.health-text strong {
  font-size: 16px;
  color: #ffffff !important;
  text-align: left;
  line-height: 1.7;
}

.health-list {
  line-height: 1.8;
  font-size: 16px;
  text-align: left;
  padding-left: 25px;
  margin-left: 0;
  color: #ffffff;
}

.health-list a {
  color: #f8c9e1;
  text-decoration: none;
}

.health-list a span {
  color: #ffffff;
}

.health-download-title {
  color: #ffffff !important;
  font-size: 22px;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 12px;
  font-style: normal !important;
}

.health-download-list {
  text-align: center;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 2;
  padding-left: 0;
  margin-left: 0;
  font-style: normal !important;
}

.health-download-list li {
  color: #ffffff !important;
  font-style: normal !important;
  margin-bottom: 6px;
}

.health-download-list a,
.infection-list a {
  color: #ffffff !important;
  text-decoration: none !important;
  font-style: normal !important;
}

.health-download-list a:hover,
.infection-list a:hover {
  color: #f8c9e1 !important;
  text-decoration: none !important;
}

.pink-bar {
  color: #ff99cc !important;
  font-style: normal !important;
  font-weight: bold;
  padding: 0 5px;
}

.download-text {
  color: #ffffff !important;
  font-style: normal !important;
}

.infection-title {
  text-align: center;
  font-size: 30px;
  color: #f5009a;
  margin: 30px auto 15px auto;
  width: 100%;
  display: block;
}

.theory-box {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 10px;
  width: 100%;
  max-width: 1500px;
  text-align: left;
  box-sizing: border-box;
  background: #000000;
}

.theory-title {
  color: #ff99cc;
  text-align: left;
  font-size: 26px;
  margin-top: 0;
}

.theory-title span {
  color: #f8c9e1;
}

.infection-list {
  list-style-position: inside;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 2;
  padding-left: 0;
  margin-left: 0;
  font-style: normal !important;
}

.infection-list li {
  color: #ffffff !important;
  font-style: normal !important;
  margin-bottom: 6px;
}

.ms-margaux-title {
  text-align: center;
  color: #f7c5de;
  font-size: 24px;
  font-weight: bold;
  margin: 25px auto 15px auto;
  font-style: normal;
}

.instructions-title {
  color: #ff99cc;
  font-size: 24px;
  text-align: center;
  white-space: nowrap;
  margin-top: 0;
}

.instructions-text {
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7;
  text-align: left;
  font-style: normal;
}

.health-card-container {
  width: 100%;
  background: #000000;
  box-shadow: none;
  margin: 18px auto;
  text-align: center;
  clear: both;
  overflow: hidden;
}

.health-card {
  background: #000000;
  text-align: center;
}

.health-card span {
  color: #ff99cc;
  font-size: 16px;
  font-style: normal;
}

.health-card small {
  color: #ffffff;
  font-size: 12px;
  font-style: normal;
}

.health-card img {
  width: 100%;
  height: auto;
  display: block;
}

.health-image-full {
  width: 100%;
  height: auto;
  display: block;
}

.health-center {
  text-align: center;
}

.health-main-row {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  width: 100%;
  clear: both;
}

.health-left-column {
  flex: 2;
}

.health-right-column {
  flex: 1;
}

#featured {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

#featured img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================================================
   TABLET RESPONSIVE
   ========================================================= */

@media only screen and (max-width: 900px) {
  .contact-two-column {
    flex-direction: column;
    gap: 0;
  }

  .contact-column {
    width: 100% !important;
  }

  .icon-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .contact-main-title {
    font-size: 44px;
  }

  .full-height-box {
    height: auto;
  }
}


/* =========================================================
   TABLET / MOBILE MENU FIX
   ========================================================= */

@media only screen and (max-width: 900px) {
  .header_nav {
    padding: 10px 0;
    clear: both;
    overflow: visible;
  }

  .header_logo {
    padding: 12px 0;
    text-align: center;
  }

  #menu-header,
  .nav-bar {
    white-space: normal;
    text-align: left;
    width: 100%;
    background: #000000;
  }

  #menu-header > li,
  .nav-bar > li {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    border-bottom: 1px solid #222222;
  }

  #menu-header > li > a,
  .nav-bar > li > a {
    display: block;
    width: 100%;
    text-align: left !important;
    padding: 13px 44px 13px 14px !important;
    font-size: 14px !important;
    line-height: 1.4;
  }

  #menu-header > li.has-flyout > a,
  .nav-bar > li.has-flyout > a:first-child {
    text-align: left !important;
    padding-right: 44px !important;
  }

  #menu-header > li.has-flyout > a::after,
  .nav-bar > li.has-flyout > a:first-child::after {
    right: 17px !important;
    left: auto !important;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
  }

  #menu-header .flyout,
  .nav-bar .flyout,
  #menu-header li ul,
  .nav-bar li ul {
    display: none;
    position: static !important;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    background: #080808;
    z-index: 9999;
    box-shadow: none;
    border-radius: 0;
    border: 0;
  }

  #menu-header li:hover > .flyout,
  .nav-bar li:hover > .flyout,
  #menu-header li:hover > ul,
  .nav-bar li:hover > ul,
  #menu-header li.open > .flyout,
  .nav-bar li.open > .flyout,
  #menu-header li.open > ul,
  .nav-bar li.open > ul,
  #menu-header li:focus-within > .flyout,
  .nav-bar li:focus-within > .flyout,
  #menu-header li:focus-within > ul,
  .nav-bar li:focus-within > ul {
    display: block !important;
  }

  #menu-header .flyout li,
  .nav-bar .flyout li,
  #menu-header li ul li,
  .nav-bar li ul li {
    display: block;
    width: 100%;
    border-bottom: 1px solid #1f1f1f;
  }

  #menu-header .flyout li a,
  .nav-bar .flyout li a,
  #menu-header li ul li a,
  .nav-bar li ul li a {
    display: block;
    padding: 11px 14px 11px 30px !important;
    text-align: left !important;
    font-size: 13px;
    line-height: 1.4;
    color: #ffffff;
    background: #080808;
  }

  #menu-header .flyout li a:hover,
  .nav-bar .flyout li a:hover,
  #menu-header li ul li a:hover,
  .nav-bar li ul li a:hover {
    color: #ff99cc;
    background: #111111;
  }
}


/* =========================================================
   MOBILE CONTACT PAGE
   ========================================================= */

@media only screen and (max-width: 768px) {
  .page_wrap {
    margin: 20px auto;
    padding: 10px 14px;
  }

  .contact-main-title {
    font-size: 38px;
    line-height: 1.15;
  }

  .intro-text {
    font-size: 17px;
    padding: 0 10px;
    margin-bottom: 25px;
  }

  .contact-page .heading_bg {
    font-size: 21px;
    padding: 7px 12px;
    line-height: 1.2;
  }

  .smaller-heading {
    font-size: 20px;
  }

  .contact-form-heading {
    font-size: 22px;
  }

  .teacher-card,
  .info-box,
  .contact-form-box,
  .image-card {
    padding: 18px;
    margin-bottom: 22px;
  }

  .form-row {
    flex-direction: column;
    gap: 0;
  }

  .service-item {
    gap: 12px;
  }

  .service-icon {
    font-size: 34px;
    flex: 0 0 38px;
  }

  .icon-grid {
    grid-template-columns: 1fr;
  }

  .icon-box {
    min-height: auto;
  }

  .map-frame {
    height: 310px;
  }

  .gallery-item {
    flex: 0 0 260px;
  }

  .gallery-item img {
    height: 200px;
  }

  .submit-button,
  .email-button {
    width: 100%;
    text-align: center;
  }

  h1.heading_supersize {
    font-size: 46px;
  }

  h2.heading_largesize {
    font-size: 34px;
  }

  .heading_bg {
    font-size: 38px;
    text-align: center;
  }

  .heading_center_bg {
    font-size: 36px;
  }
}


/* =========================================================
   MOBILE HEALTH & SAFETY PAGE
   ========================================================= */

@media only screen and (max-width: 768px) {
  .health-main-row {
    display: block;
  }

  .health-left-column,
  .health-right-column {
    width: 100%;
  }

  .health-title {
    font-size: 26px;
  }

  .health-icon {
    font-size: 26px;
  }

  .health-section-title {
    font-size: 28px;
  }

  .infection-title {
    font-size: 26px;
  }

  .theory-title {
    font-size: 22px;
  }

  .instructions-title {
    white-space: normal;
    font-size: 22px;
  }

  .health-section-box,
  .theory-box {
    padding: 18px;
  }

  .health-download-list,
  .infection-list {
    font-size: 15px;
    line-height: 1.8;
  }
}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media only screen and (max-width: 480px) {
  .contact-main-title {
    font-size: 34px;
  }

  .contact-page .heading_bg {
    font-size: 19px;
    max-width: 100%;
  }

  .teacher-card p,
  .info-box p,
  .image-card p,
  .contact-form-box p,
  .service-item p,
  .icon-box p,
  .hours-list,
  .social-tags {
    font-size: 15px;
  }

  .gallery-item {
    flex: 0 0 230px;
  }

  .gallery-item img {
    height: 180px;
  }

  .footer-inner {
    justify-content: flex-start;
  }

  .health-title {
    font-size: 23px;
  }

  .health-section-title {
    font-size: 24px;
  }

  .health-download-title {
    font-size: 20px;
  }
}

#featured {
  width: 100%;
  max-width: 100%;
  margin: 20px auto;
  overflow: hidden;
}

#featured img {
  width: 100%;
  height: auto;
  display: block;
}