/*
https://www.sitepoint.com/responsive-web-design-tips-bootstrap-css/

Extra Small Devices (e.g. cell phones) are the default, creating the “mobile first” concept in Bootstrap. This covers devices smaller than 768px wide.
“Small Devices” (e.g. tablets) are targeted with @media (min-width: 768px) and (max-width: 991px) { ... }.

Medium Sized Devices (e.g. Desktops) have a screen size smaller than 1200px and greater than 991px, using @media (min-width: 992px) and (max-width: 1199px) { ... }.

Larger Devices (e.g. wide-screen monitors) are greater than 1200px, targeted using @media (min-width: 1200px) { ... }.

*/

html { scroll-behavior: smooth; }

/*overwrite titan css*/
.btn-circle {
  border-radius: 20 px;
}

a.dropdown-toggle,
a.dropdown-toggle:hover,
a.dropdown-toggle:focus {
  border-bottom: 0px;
}

.font-alt-bold,
a.font-alt-bold,
a.healcode-link {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: capitalize;
  letter-spacing: 2px;
}


.font-alt2,
.font-faculty {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
}

.font-faculty {
  text-transform: none;
  font-weight: normal;
}

.font-alt2-bold {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  font-weight: bolder;
}

.font-alt2-bold-blue {
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 2px;
  font-weight: bolder;
  color: #3C6F8D;
}


a.font-alt-sm,
.font-alt-sm-bold {
  font-family: "Roboto Condensed", sans-serif;
  /*text-transform: uppercase;*/
  letter-spacing: 2px;
  font-size: 1em;
}

a.healcode-link,
.font-alt-bold,
.font-alt-sm-bold,
a.font-alt-bold,
a.font-alt-sm-bold {
  font-weight: bolder;
}

a {
  border-bottom: 1px solid #ccc;
}

a:hover, a:focus {
  text-decoration: none;
  color:  #e58838; /*#aaa; F39C52*/
  outline: 0;
  border-bottom: 1px solid #e58838;
}

.panel-title a {
  border-bottom: 0px;
}

.panel-body {
  overflow: auto;
}

.small-ital {
  font-size: 0.8em;
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

.italic {
   font-style: italic;
}


/* push anchor down so not hidden under floating header */
section.anchor::before {
  display: block;
  content: " ";
  margin-top: -70px;
  height: 70px;
  visibility: hidden;
  pointer-events: none;
}

.anchor::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
  pointer-events: none;
}


.audition-text-right {
  text-align: right;
}

.audition-text-left {
  text-align: left;
}

.module-title {
  margin: 0 0 35px;
  text-transform: uppercase;
}

.module-title + .module-subtitle {
  margin-top: -25px;
}

.module-title.top{
  margin: 0 0 15px;
}

.bg-med-light {
  background-color: #aaa;
}


img.news {
   padding-left: 24%;
 }

img.news-header {
  padding-left:18%;
}

.upper {
    text-transform: uppercase;
}

img.rebound {
  float:left;
  max-width: 10%;
}

img.rebound-sm {
  float:left;
  max-width: 7%;
}

img.nest{
  float:right;
  max-width: 35%;
}

img.nod {
  float:right;
  max-width: 25%;
}

.justify {
  text-align: justify;
  text-justify: inter-word;
}

.mar-stmt {
  float:left;
  max-width: 90%;
}

.ydp-img-top-border {
  border-top: 1px solid #e5e5e5;
}
.ydp-img-right-border {
  border-right: 1px solid #e5e5e5;
}
.ydp-img-left-border {
  border-left: 1px solid #e5e5e5;
}

ul.faculty li {
  border-bottom: 1px dotted #fff;
  padding: 0 0 5px;
  margin: 0 0 5px;
}

ul.ydp-faculty li {
  padding: 0 0 5px;
  margin: 0 0 5px;
}

/* footer */
.footer .footer-right {
  margin-top: 10px;
  text-align: right;
}

.footer .footer-left {
  margin-top: 10px;
  text-align: left;
}

@media (max-width: 1200px) {
  .audition-text-right {
    text-align:left;
  }
}

@media (min-width: 992px) {
  .news-align {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

@media (max-width: 991px) {
  .news-align > img.rebound {
    float:left;
    max-width: 7%;
  }

  img.rebound-xs {
    float:left;
    max-width: 5%;
  }
}

@media (max-width: 991px) {
  .footer .footer-right,
  .footer .footer-left
  {
    text-align: center;
  }
}

@media (max-width: 767px) {
  img.news-header {
    padding-top:5%;
  }

  img.news {
    padding-left:0%;
  }

  img.nod {
    max-width: 15%;
  }
}

.news-end-container {
  width:100%;
  margin: 0px 0px;
  padding: 0px 0px;
}

/* Caption */

.caption-content{
  padding-top: 10%;
}

.font-hptitle
{
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.font-hptitle-huge {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  letter-spacing: 0px;
}

.es-hptitle-size-1 {
  letter-spacing: 4px;
  font-size: 15px;
}

.es-hptitle-size-2 {
  line-height: 1.3;
  letter-spacing: 8px;
  font-size: 18px;
  /*opacity: .8;*/
}

.es-hptitle-size-3 {
  line-height: 1.0;
  font-size: 24px;
}

.es-hptitle-size-4 {
  letter-spacing: 0px;
  font-weight: 900;
  font-size: 78px;
}


@media (max-width: 991px) {
  /* Headers */
  .es-hptitle-size-2 {
    letter-spacing: 6px;
    font-size: 15px;
  }

  .es-hptitle-size-3 {
    font-size: 20px;
  }
  .es-hptitle-size-4 {
    font-size: 48px;
  }
}


@media (max-width: 767px) {
  /* Headers */

  .es-hptitle-size-2 {
    line-height: 1.3;
    letter-spacing: 3px;
    font-size: 12px;
  }

  .es-hptitle-size-3 {
    font-size: 14px;
  }
  .es-hptitle-size-4 {
    font-size: 28px; /*48px*/
  }

  .navbar {
    min-height: 75px;
  }

  .navbar-brand {
    margin-left: 25px;
  }
}

.navbar-custom .dropdown-menu {
  background: rgba(245, 245, 245, 1.0);
}

.navbar-custom .dropdown-menu > li > a {
  color: #333333;
  text-decoration: none;
  text-transform: uppercase;
}

.navbar-custom .dropdown-menu > li > a:hover {
  background: #ffffff !important;
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover {
  background: rgba(245, 245, 245, 1.0);
  /* background: none; */
  color: #000;
  text-decoration: underline;
}

.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover,
.navbar-custom .dropdown-menu > li > a
{
  background: none;
  color: #000;
  text-decoration: none;
}

@media (max-width: 767px) {
  /* Navbar */
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
    font-size: 20px;
    font-weight: bold;
    padding: 0 25px 10px 0;
    margin-right: -10px;
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
    font-size: 20px;
    font-weight: bold;
    padding: 0 25px 10px 0;
    margin-right: -10px;
  }
}



  /** asg pop ups **/

.white-popup,
.white-popup-wide {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  margin: 20px auto;
}

.white-popup {
  max-width: 500px;
}

.white-popup-wide {
  max-width: 600px;
}

@media (min-width: 991px) {
  .white-popup-wide {
    max-width: 750px;
  }

}

/* ES DivTable */
div.regTable {
  border: 3px solid #888;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}

.divTable.regTable .divTableCell, .divTable.regTable .divTableHead {
  border: 2px solid #888;
  padding: 10px 10px;
}
.divTable.regTable .divTableBody .divTableCell {
  font-size: 13px;
  font: inherit;
  color: #444;
  font-family: sans-serif;
}

div.phaseTable {
  border: 3px solid #888; /*AA21A9;
  //background-color: #FFFFFF;*/
  width: 100%;
  text-align: left;
  border-collapse: collapse;
}
.divTable.phaseTable .divTableCell, .divTable.regTable .divTableHead {
  border: 2px solid #888; /*AA21A9;*/
  padding: 10px 10px;
}
.divTable.phaseTable .divTableBody .divTableCell {
  font-size: 13px;
}
.divTable.phaseTable .divTableBody .divTableCell {
  font: 95% "Roboto", Verdana, Helvetica, sans-serif;
}

/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableBody { display: table-row-group;}

/* MindBody Branded Web App widget -- suppres their header */
.healcode-title-text,
.hc_header_time,
.action_icon.cart_version,
.action_icon.my_account_version,
.action_icon.print_version {
  display: none;
}

.gallery-caption {
  font-size: .75em;
}

.faculty-image {
  float: left;
  margin: 10px;
  max-width: 50%;
}

.module.about {
  padding: 50px 0px;
}

.ticket-btn {
    max-width: 25%;
}

.grid-side-image {
  position: absolute;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  padding-left: 0px;
  padding-right: 0px;
}

.works-grid-faculty .work-item {
  width: 20%;
}

@media (max-width: 991px) {

  .works-grid-faculty .work-item {
    width: 14%;
  }
  /* Half-image */
  .grid-side-image {
    position: relative;
    height: auto; /*300px;*/
  }
}

@media (min-width: 1350px) {
  .works-grid-faculty .work-item {
    width: 15%;
  }
}

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

  .works-grid-faculty .work-item {
    width: 20%;
  }
}

.giftbox {
/*	border: 4px double #666; ; */
  border: 2px solid green; /* Inner border */
  outline: 2px solid darkred; /* Outer border */
  outline-offset: 2px;
}

.giftbox p,
.giftbox > .module-subtitle { 
  margin: 10px;
}

.schedbox {
	border: 4px double #666; ;
}
.schedbox p,
.schedbox > .module-subtitle { 
  margin: 10px;
  padding: 10px;
  background-color: #efefef;
}


/* fade image on nod tickets -- switching between images
https://codepen.io/jdsteinbach/pen/LzLegx
*/

.frame {
  background-position: top left;
  background-size: cover;
  animation: image 6s infinite alternate;
}

@keyframes image {
  0% {
    background-image: url('../../images/nod/2026RiseUP.jpg');
  }
  100% {
    background-image: url('../../images/nod/2026BOOST.jpg');
  }
}

.perf_frame {
  background-position: 50% 50%;
  background-size: cover;
  animation: perf_image 6s infinite alternate;
}

@keyframes perf_image {
  0% {
    background-image: url('../../images/nod/2025takePAUSEWinter.jpg');
  }
  100% {
    background-image: url('../../images/nod/2025Vessel.jpg');
  }
}

ul.camps {
  margin:0 0 0px;
}

.camp_frame {
  background-position: top left;
  background-size: cover;
  animation: camp_image 15s infinite alternate;
}

@keyframes camp_image {
 0% {
    background-image: url('../../images/ydp/2026Summer.jpg');
  }
 100% {
    background-image: url('../../images/ydp/2026Elevate.jpg');
  }
}

/* accordion scrolling */
.panel-collapse.collapse {
  transition: height 0.3s ease, padding 0.3s ease;
}

.es-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  gap: 20px;
  padding: 0;
  margin: 0 0 35px;
  list-style: none;
}

.es-breadcrumb .es-breadcrumb-item {
  white-space: nowrap;
}

.es-breadcrumb-item a {
  font-family: "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.9em;
  font-weight: bolder;
}


li.es-breadcrumb-item a:hover,
li.es-breadcrumb-item a:focus
{
  text-decoration: none;
  color:  #e58838; /*#aaa; F39C52*/
  outline: 0;
  border-bottom: 1px solid #e58838;
}