/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* //////// PRE Implementation Items and Checklist  //////////
//  Will Siteground be the new Host?  //
//
//  all links (such as the links to download items)  must be changed from josephz14 --> USCTDP   //
//
//  HTML include files
// regarding the side menus in the 'what we do' section of the website:
// in an effort to be more 'efficient' the 'sidenav' menus for the 'Adults' and the 'Juniors' pages are in html include files.
// The include files are located in the /host/public_html/templates/g5_hydrogen directory.
// The side navigation will change with each teaching season (fall/winter spring/summer).  There will be 'sidenav includes'
// for each season.  Each article in these sections (Adults, Juniors) has code to display the sidenav module that will need to be 
// 'maintained' for each teaching season.  

*/
/* ///////////// CSS for ENTIRE SITE ////////////////////////////

////////  style the link for class schedule pdf download  ////////// */
.class_schedule_link {
  color: red;
}
.download_link {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: red;
}
.download_link_black {
  color: black;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.registration_link {
  color: blue;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
/* ////////      turn off border on all table objects /////////// */
/* table  {
    border: none;
  }
  td {
    border: none;
  }
  */
#pagenavcounter {
  display: none;
}
/* *********** Every image is to have a border.  The thickness and the color are set here:  */
/* This is affecting the gantry custom modules so i commented this out. -Giancarlo
  img {
    border: thick solid red;
  } 
  */
#video_ID_1 {
  display: block;
  border: thick solid red;
}
/* *********** set page width for entire site ******************** */
/* .g-container {
    width: 90rem;
  }
  */
#g-footer {
  color: black;
}
/* //set the default (unclicked) 'who we are' menu item to yellow to signal that it is 'home' */
#g-navigation .g-main-nav .g-toplevel > li:not(.g-menu-item-type-particle):not(.g-menu-item-type-module).active > .g-menu-item-container {
  color: white;
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  /*  color: #f6f7f1;  */
  color: white;
}
#g-navigation > .g-container > .g-grid {
  align-items: center;
}
#g-navigation {
  z-index: 99;
}
/* *************** fix footer on bottom of all pages ******************** */
#g-footer {
  text-align: right;
  width: 100%;
  margin: 0;
  /*    background-color: #000;  */
  /* height: 80px;   or however high you would like */
}
#g-footer a {
  color: white;
}
#g-footer .g-block {
  text-align: center !important;
}
/* made change so that only the homepage footer is set to position absolute */
.itemid-101 > #g-footer {
  position: absolute;
  bottom: 0px;
}
/* *************** You can divide an article into 'pages' when it's too large.  When you do this, Joomla presents a menu on the page for navigation.  
  Turn this menu off: *************  */
.article-index {
  display: none;
}
/* /////////////// CSS for BELONG Section ////////////////////////////
  
  // *************************** set BELONG page width *************************  */
/* .itemid-101 .g-container {
    width: 90rem;
  } 
  */
/* // I had difficulty styling the USCTDP logo, so I created this css to override:  */
.myLogo img {
  width: auto;
  height: auto;
  vertical-align: middle;
  border: 0 !important;
  max-width: 100%;
  height: auto;
}
.footer_link {
  color: blue;
}
/*  BELONG SECTION 'Who We Are' Page BACKGROUND */
/* -------------------- */
#happy {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 0px;
  /* Adjust spacing here */
}
#from {
  font-size: 14px;
  margin-top: 0px;
}
/* Medium screens (e.g., tablets) */
@media (min-width: 768px) {
  #happy {
    font-size: 20px;
  }
  #from {
    font-size: 18px;
  }
}
/* Large screens (e.g., desktops) */
@media (min-width: 1024px) {
  #happy {
    font-size: 24px;
  }
  #from {
    font-size: 22px;
  }
}
.itemid-314 {
  background-image: url('../../../../images/backgrounds/background-image.jpg');
  background-position: top;
  background-repeat: no-repeat;
  background-color: #0092BE;
}
@media only screen and (max-width: 740px) {
  .itemid-314 {
    background-image: url('../../../../images/backgrounds/background-imageIphoneSE.jpg');
    background-position: 50% 10%;
  }
}
@media only screen and (max-width: 280px) {
  .itemid-314 {
    background-image: url('../../../../images/backgrounds/background-imageIphoneSE.jpg');
    background-position: 65% 20%;
  }
}
/* .belong_become_believe {
      margin-top: 23%;
    display: flex;
    flex-direction: column;
    padding: 0;
    border: none;
    }
  
  .belong {
  
      text-align: left; 
      font-weight: bolder;
      font-size:4vw; 
  }
  
  .become {
    text-align: center; 
      font-weight: bolder;
      font-size:4vw;
  } */
.believe {
  text-align: right;
  font-weight: bolder;
  font-weight: bolder;
  font-size: 4vw;
}
/* **************** position the text on the BECOME page down toward the center of the page ****************** */
.become_text {
  margin-top: 20%;
}
/*  Our Story Page BACKGROUND */
.our_story {
  /* 	margin-top: 17%;  */
}
/* .demo-wrap {
    position: relative;
  }
  
  
  .demo-content {
    position: relative;
  }
  */
/*  Our Team Page BACKGROUND */
/*-------------------- */
/*  Our Values & Behaviours Page BACKGROUND */
.itemid-114 {
  /* //  background-image:url(gantry-media:);    */
  background-position: top;
}
.our_values {
  margin-top: 0%;
}
/*  The Difference Page BACKGROUND */
/* // ///////////// BECOME Section ////////////////////////////  */
.itemid-106, .itemid-117, .itemid-118 {
  /* 	background-image:url(gantry-media://backgrounds/);   */
  background-repeat: no-repeat;
}
/*  Private & Semi-Private Lessons Page BACKGROUND */
/*  Policies & Information Page BACKGROUND */
.WhatWeDoPageImageContainer {
  max-width: 100%;
  padding: 2rem;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 0.5fr 1.5fr 1fr;
  /* background-color: lightcoral; */
}
.WhatWeDoPageImageContainer video {
  width: 100%;
  height: 100%;
  max-width: 300px;
  /* min-width: 80px; */
}
.WhatWeDoPageImageContainer :nth-child(1) {
  grid-column: 2;
  grid-row: 1 / span 2;
}
.WhatWeDoPageImageContainer :nth-child(2) {
  grid-column: 1;
  grid-row: 1;
  align-self: flex-end;
  justify-self: flex-start;
}
.WhatWeDoPageImageContainer :nth-child(3) {
  grid-column: 1;
  grid-row: 2 / span 2;
  align-self: flex-start;
  justify-self: flex-start;
  /* display: none; */
}
.WhatWeDoPageImageContainer h1 {
  font-size: 5rem;
  font-weight: 900;
  text-transform: uppercase;
}
.WhatWeDoPageImageContainer h2 {
  font-size: 2rem;
  font-weight: 300;
}
.WhatWeDoPageImageContainer h3 {
  font-size: 1.5rem;
  font-weight: 300;
}
.WhatWeDoPageImageContainer li {
  list-style-type: none;
}
.WhatWeDoPageImageContainer li a {
  font-size: 1.2rem;
  font-weight: 600;
}
/* // ///////////// BELIEVE Section ////////////////////////////   */
.itemid-107, .itemid-119, .itemid-120, .itemid-121, .itemid-122 {
  /* //  background-image:url(gantry-media://backgrounds;   */
  /* background-size: cover; */
}
/*   ????????  */
/* High School Atheletes */
/* College Atheletes */
/* Where Are They Now?   */
/*  article title  */
.t1 {
  text-align: center;
  font-size: 36pt;
  color: blue;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.t1_24pt {
  text-align: left;
  font-size: 24pt;
  color: blue;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.t1_18pt_black {
  text-align: left;
  font-size: 18pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
/* article sub-head 1  */
.t2 {
  text-align: left;
  font-size: 14pt;
  color: green;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.t2_16_green {
  text-align: left;
  font-size: 16pt;
  color: green;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.t2_black {
  text-align: left;
  font-size: 14pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
/* article sub-head 2  */
.t3 {
  text-align: left;
  font-size: 13pt;
  color: black;
  font-family: verdana, geneva;
  font-style: italic;
  font-weight: bold;
}
.t3_normal {
  text-align: left;
  font-size: 14pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.t4 {
  text-align: left;
  font-size: 16pt;
  color: black;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: normal;
}
.t4_ital {
  text-align: left;
  font-size: 16pt;
  color: black;
  font-family: helvetica, geneva;
  font-style: italic;
  font-weight: normal;
}
.p1 {
  text-align: left;
  font-size: 16pt;
  color: green;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: bold;
}
.name {
  text-align: center;
}
/*  ********************** Footer Customization **********************  */
.footer_content {
  line-height: 0.7;
}
.page_class_facility .page_class_office .page_class_photo_and_video .page_class_weather_alert .page_class_opportunities .demo-wrap {
  position: relative;
}
.demo-wrap:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background-image: url('../../../../images/backgrounds/white.png');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}
.page_class_facility .demo-wrap:before {
  /*  background-image: url(gantry-media://backgrounds/white.png); */
  /*   background-image: url(gantry-media://backgrounds/our_story_background.jpg);  */
}
.page_class_office .demo-wrap:before {
  /*   background-image: url(gantry-media://backgrounds/office_menu_background.jpg);  */
}
.page_class_photo_and_video .demo-wrap:before {
  /*  background-image: url(gantry-media://backgrounds/teens_wtih_awards.jpg);  */
}
.page_class_weather_alert .demo-wrap:before {
  /* background-image: url(gantry-media://backgrounds/rain.jpg);   */
}
.page_class_opportunities .demo-wrap:before {
  /*  background-image: url(gantry-media://backgrounds/rain.jpg);  */
}
.page_class_facility .page_class_office .page_class_teens_with_awards .page_class_weather_alert .page_class_opportunities .demo-content {
  position: relative;
}
.herelink {
  color: rgba(18, 41, 26, 0.94 !important);
}
.g-footer.g-block.size-80 {
  text: align-right;
}
.iframediv {
  width: 50vw;
  height: 50vh;
  overflow: scroll;
}
.Myiframe {
  width: 100vw;
  height: 100vh;
}
/* The Difference ******************************************* */
/*  article title  */
.difference_t1 {
  text-align: center;
  font-size: 36pt;
  color: blue;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.difference_t1_24pt {
  text-align: left;
  font-size: 24pt;
  color: blue;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.difference_t1_18pt_black {
  text-align: left;
  font-size: 18pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
/*  article sub-head 1 */
.difference_t2 {
  text-align: left;
  font-size: 14pt;
  color: green;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.difference_t2_black {
  text-align: left;
  font-size: 14pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
/* article sub-head 2  */
.difference_t3 {
  text-align: left;
  font-size: 16pt;
  color: black;
  font-family: verdana, geneva;
  font-style: italic;
  font-weight: bold;
}
.difference_t3_normal {
  text-align: left;
  font-size: 14pt;
  color: black;
  font-family: verdana, geneva;
  font-style: normal;
  font-weight: bold;
}
.difference_t4 {
  text-align: left;
  font-size: 13pt;
  color: black;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: normal;
}
.difference_p1 {
  text-align: left;
  font-size: 16pt;
  color: green;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: bold;
}
.difference_name {
  text-align: center;
}
/* END The Difference ******************************************* */
.container {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.tap:active {
  transform: scale(0.9);
}
.mywrapper {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  grid-gap: 10px;
}
.box {
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}
.sidebar_title {
  text-align: left;
  font-size: 1em;
  color: blue;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: bold;
}
.sidebar_list {
  text-align: left;
  font-size: 0.8em;
  color: green;
  font-family: helvetica, geneva;
  font-style: normal;
  font-weight: bold;
}
.wrapper {
  position: relative;
}
.dashed-box {
  position: relative;
  z-index: 1;
  border: dashed;
  height: 8em;
  margin-bottom: 1em;
  margin-top: 2em;
}
.gold-box {
  position: absolute;
  z-index: 3;
  /* put .gold-box above .green-box and .dashed-box */
  /* background: gold; 
    width: 80%; 
    left: 60px;  */
  top: 3em;
}
.green-box {
  position: absolute;
  z-index: 2;
  /* put .green-box above .dashed-box */
  /* background: lightgreen;
    width: 20%;
    left: 65%; */
  top: -25px;
  height: 7em;
  opacity: 0.9;
}
.itemid-109 > #g-main {
  background: none;
}
/*     set the style of radio buttons   */
#adult_cardio_sessions_5_weeks1 input[type="checkbox"], #adult_cardio_sessions_5_weeks1 input[type="radio"] {
  display: inline-block;
}
.email_link_color {
  color: #2d3bf1;
}
.email_link_color_white {
  color: white;
}
.belong_become_believe {
  color: #2d3bf1;
}
.com-contact__container {
  display: none;
}
/* making change to length of drop down box from 190 px to 250px */
.g-main-nav .g-standard .g-dropdown {
  width: 250px;
}
.header-container {
  display: flex;
  justify-content: center;
  /* Horizontally centers the text */
  align-items: center;
  /* Vertically centers the text */
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
}
.header-container_alt_old {
  display: inline-block;
  justify-content: center;
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
}
.header-container_alt {
  display: block;
  /* Make it a block-level element */
  margin: 0 auto;
  /* Auto horizontal margins center the div */
  padding: 15px;
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
}
.header-title {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.header-subtitle {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
}
.session-info {
  font-size: 14px;
  font-weight: bold;
  /*    text-decoration: underline; */
  text-align: center;
}
.session-details {
  font-size: 0.85rem;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  text-align: center;
}
.grey-bg {
  background-color: lightgrey;
  /* Or use a specific grey shade */
}
.grey-bg {
  background-color: lightgrey;
  /* Or use a specific grey shade */
}
.a176-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  background-color: white;
}
.a176-table-2-container {
  display: block;
  /* Ensures it can use margin: auto properly */
  padding: 15px;
  background-color: white;
  border-radius: 10px;
  border: 2px solid black;
  width: fit-content;
  margin: 0 auto;
  /* Perfect horizontal centering */
  text-align: center;
}
.a176-table-2-container-no-border {
  display: block;
  /* Ensures it can use margin: auto properly */
  background-color: white;
  width: fit-content;
  margin: 0 auto;
  /* Perfect horizontal centering */
  text-align: center;
  border-radius: 10px;
  /* margin-top: 20px;  Adds space below */
}
.a176-table-title {
  font-size: 20px;
  font-weight: bold;
  text-decoration: underline;
}
th, td {
  border: 2px solid black;
  padding: 8px;
  text-align: center;
}
.a176-spring-summer-fees-table {
  font-weight: bold;
  text-align: center;
}
.bold-table-text {
  font-weight: bold;
}
.cardio-question {
  font-size: 1.2rem;
  font-weight: bold;
  color: #d4332f;
}
.fees {
  font-size: 0.9rem;
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: scroll !important;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
/* Container div that centers its content */
.cardio-logo-container {
  text-align: center;
}
/* Responsive logo styling */
.cardio-logo {
  max-width: 100%;
  height: auto;
  /* Optional: display as inline-block for better alignment */
  display: inline-block;
}
/*
//
//
//          S.W.E.A.T.
//
//
*/
.SWEAT_green {
  color: green;
  font-weight: bold;
  margin: 5px 0;
}
.SWEAT_green, .SWEAT_green .hasTip, .SWEAT_green a, .SWEAT_green span {
  color: green;
}
.SWEAT_blue {
  color: #1c12a2;
}
.SWEAT_yellow {
  color: #fea000;
}
.SWEAT_bold {
  font-weight: bold;
}
.SWEAT-heading {
  font-size: clamp(24px, 5vw, 60px);
  color: green;
  text-align: center;
}
.SWEAT-heading-black {
  font-size: clamp(24px, 5vw, 60px);
  color: black;
  font-weight: bold;
  text-align: center;
}
.SWEAT-sub-heading {
  font-size: clamp(30px, 5vw, 40px);
  text-align: center;
}
.SWEAT-sub-heading-blue {
  font-size: clamp(20px, 5vw, 30px);
  color: blue;
  text-align: center;
}
.SWEAT-content {
  font-size: clamp(12px, 5vw, 20px);
  background-color: inherit;
  padding: 12px;
  font-weight: inherit;
  color: black;
  text-align: center;
}
.tooltip-link {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  color: green;
}
.tooltip-link::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: 125%;
  left: 0;
  background-color: #333;
  color: orangered;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  font-size: 0.85rem;
  opacity: 0;
  transition: opacity 0.3s;
  pointer-events: none;
  z-index: 999;
}
.tooltip-link:hover::after {
  opacity: 1;
}
.SWEAT_green .hasTip {
  color: green;
}
h4 {
  font-size: 1.2rem;
  color: black;
}
.image-container {
  flex: 1;
  /* Allow the image container to adjust its width */
  display: flex;
  align-items: flex-start;
  /* Align the image at the top */
  justify-content: center;
  /* Center the image horizontally within its container */
  max-width: 400px;
  /* Limit the image container width */
  order: 2;
  /* Ensure the image appears after the grid */
  margin: 0;
  /* Ensure no extra margin around the image */
}
.image-container img {
  width: 100%;
  /* Make the image responsive */
  height: auto;
  /* Maintain aspect ratio */
  object-fit: cover;
  /* Ensure the image looks good */
  border-radius: 8px;
  /* Optional: add rounded corners */
}
.download_link_red {
  color: #FF0000;
}
/*# sourceMappingURL=custom_13.css.map */