@charset "utf-8";
@import url("../webfonts/ImparaMed/stylesheet.css");
@import url("../webfonts/ImparaMedIta/stylesheet.css");
@import url("../webfonts/ImparaReg/stylesheet.css");
@import url("../webfonts/ImparaBol/stylesheet.css");
@import url("../webfonts/ImparaLig/stylesheet.css");
@import url("../webfonts/ImparaIta/stylesheet.css");
@import url("../webfonts/ImparaLigIta/stylesheet.css");

/*RESETS*/
html {
  -webkit-font-smoothing: antialiased;
}
a, a.btn-link {
  color: #215a6b;
}
a:hover, a.btn-link:hover {
  color: #008343;
  text-decoration: none;
}
a:focus {
  outline: thin dotted rgba(150,150,150,.75);
  outline-offset: -2px;
}
a, a:link, a:visited, a:active, .overlay {
  transition-duration: 0.33s;
  transition-property: color, background, text-shadow, border, opacity, text-decoration;
  text-decoration: none;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  display: inline;
  font-weight: normal;
  font-family: ImparaMed, Helvetica, Arial, sans-serif;
  color: #215a6b;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  font-family: ImparaMed, Helvetica, Arial, sans-serif;
  color: #1c256b;
}
h4.loose {
  line-height:1.4;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
  color: #5d6395;
  margin-top:5px !important;
}
p {
  font-weight: normal;
  font-family: ImparaReg, Arial, Helvetica, sans-serif;
}
strong {
  font-weight: normal;
  font-family: ImparaMed, Helvetica, Arial, sans-serif;
}
em {
  font-style: normal;
  font-family: ImparaIta, "Times New Roman", serif;
  margin-bottom: 10px;
}
.med-ital {
  font-weight: normal;
  font-family: ImparaMedIta, Georgia, serif;
  font-size: inherit;
}
br.tall {
  line-height:30px;
}
label, .label {
  padding: .1em .3em .2em;
  font-size: inherit;
  font-weight: normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
th {
  font-weight: normal;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
.label-datebar {
  vertical-align: middle;
  line-height: .7;
  background-color: rgba(11,11,11,.3);
}

/* CONTENT */
body {
  background: #ddd url('../img/cwbg.png');
  font-family: ImparaReg, Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #333333;
}
.jumbotron {
  background: url(../img/center-md.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 65%;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; 
}
.head.jumbotron {
  padding:0;
  margin-bottom:0;
  height:auto;
  min-height:400px;
}
#head-line {
  margin-top: 10px;
}
#head-line a.btn-link, #head-info a.btn-link {
  color:rgb(33, 90, 107);
  font-size:18px;
  padding-right:0;
}
#head-line a.btn-link:hover {
  color: #008343;
}
#head-logo > a > img {
  margin: 0 auto;
}
#head-info {
  text-align: center;
  padding-top:1px;
  padding-bottom:1px;
}
#head-info h1 {
  font-size: 24px;
  text-shadow:rgba(255,255,255,1) 0 0 15px;
  text-shadow:rgba(255,255,255,1) 0 0 15px;
}
#head-info h2 {
  font-size: 18px;
  text-shadow:rgba(255,255,255,1) 0 0 10px;
  margin-top: 0px;
}
#head-info.visible-xs {
  background-color:rgba(255,255,255,.65);
  margin-top: 5px;
}
#page-header {
  margin-bottom: 50px;
  background-color:#fff;
  border-radius: 0px 0px 8px 8px;
  -moz-border-radius: 0px 0px 8px 8px;
  -webkit-border-radius: 0px 0px 8px 8px;
  box-shadow: 0px 3px 5px 4px rgba(60, 60, 60, 0.3);
  -webkit-box-shadow: 0px 3px 5px 4px rgba(60, 60, 60, 0.3);
}
.navbar-collapse {
  padding-right: 0;
  padding-left: 0;
}
.sticky-nav {
  position: relative;
  width: 100%;
  height: 50px;
  background: #FFFFFF;
  z-index: 1001;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}
.sticky-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
}
.nav.nav-just {
  width:100%;
}
.nav.nav-just> li {
  float:none;
}
.nav.nav-just> li > a {
  margin-bottom:5px;
  text-align:center;
}
.navbar-collapse.in>.nav-just>li>a, .navbar-collapse.collapsing>.nav-just>li>a  {
  text-align: right;
}
.nav.nav-just li.dropdown .dropdown-menu {
  left: auto;
  top: auto;
}
li.dropdown-header {
  text-transform:uppercase;
  letter-spacing: 2px;
}

#page-title {
  background-color:rgba(0,131,67,.5);
  margin-bottom: 20px;
  padding:20px 0;
}
#page-title > div> h1 {
  color:#fff;
  font-family:ImparaLig, monospace;
  font-size:44px;
  letter-spacing:10px;
  text-transform: uppercase;
}
#wrap {
  background-color: #fff;
  margin: 40px auto;
  padding-bottom:20px;
  border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -webkit-border-radius: 8px 8px 8px 8px;
  box-shadow: 0px 3px 5px 4px rgba(60, 60, 60, 0.3);
  -webkit-box-shadow: 0px 3px 5px 4px rgba(60, 60, 60, 0.3);
}
#page-intro {
  margin: 20px 0;
}
.top-margin15 {
  margin-top: 15px;
}
.top-margin30 {
  margin-top: 30px;
}

.bottom-margin40 {
  margin-bottom: 40px;
}
.bottom-margin20 {
  margin-bottom: 20px;
}
.bottom-margin0 {
  margin-bottom: 0px;
}
.contact-col {
  margin: 20px 0;
}
span.help-block {
  margin:0px;
}
.form-group > label {
  padding:0px;
  margin-bottom:0px;
}
.form-group {
  margin-bottom:25px;
}
.help-block.text-danger {
  color:#a94442;
}
.page-intro, .page-intro > h1 {
  font-family: ImparaLigIta, Georgia, serif;
  font-size:20px;
  line-height:30px;
  text-align:center;
}
.section-head {
  position: relative;
  margin: 0 0 0 -10px;
  background-color:#1c256b;
  z-index: 20;
}
.section-head.lcol {
  margin: 0 0 0 -40px;
  border-radius: 0 6px 6px 0;
}
.section-head:after {
  top: 100%;
  left: 0px;
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid #0e1336;
}
.section-head > h2 {
  padding:0 0 0 20px;
  font-family: ImparaLig, monospace;
  font-size:32px;
  line-height:50px;
  letter-spacing:5px;
  text-transform:uppercase;
  color:#fff;
  text-shadow:#0e1336 1px 1px 2px;
}
.date-head {
  text-align:center;
  background-color:rgba(0,131,67,.65);
  border-radius: 6px;
  padding: 0px 10px 10px 10px;
  margin-bottom:10px;
}
.date-head:hover {
  background-color:rgba(0,131,67,.85);
}
h3.date, h4.date, em.lead.date {
  color:#fff;
  padding-top:8px;
  margin-top:10px;
  text-shadow: rgba(0,131,67,.95) 1px 1px 2px;
}
h3.title, h4.title, em.lead.title {
  color:#fff;
  padding-top:5px;
  margin:5px auto 0 auto;
  text-shadow: rgba(0,131,67,.95) 1px 1px 2px;
}
img + em.lead.title {
  line-height:1.6;
  margin-top:10px;
}
.yg {
  background:url(../img/yoga.png) no-repeat top right;
}
.qi {
  background:url(../img/qigong.png) no-repeat top right;
}
.tc {
  background:url(../img/tai-chi.png) no-repeat top right;
}
.provider, .class {
  margin:5px auto 10px auto;
  padding:10px;
  border-radius: 6px 6px 6px 6px;
  background-color: #ddd;
  text-align:center;
}
.provider:hover, .class:hover {
  background-color: rgba(28,37,107,.25);
}
.logo {
  text-align:center;
}
em.lead+ul {
  margin-top:10px;
}
.well > .row > .col-sm-6 > .dl-horizontal dt {
  width:80px;
}
.well > .dl-horizontal dt {
  width:80px;
}
.well > .row > .col-sm-6 > .dl-horizontal dd {
  margin-left: 100px;
}
.well > .dl-horizontal dd {
  margin-left: 100px;
}
.well h1:first-child {
  margin-top:0;
}
.class h1:first-child {
  margin-top:0;
}
.well h2:first-child {
  margin-top:0;
}
.well h3:first-child {
  margin-top:0;
}
.well.covid-bg {
  background-color:rgba(255,255,153,1);
}
#agreement.well {
  padding: 40px;
}
.google-map-canvas,.google-map-canvas * {
  box-sizing:content-box;
}
.btn-link:hover,.btn-link:focus {
  text-decoration:none;
}
.btn-wrap {
  /*display: block;
  width: 100%;*/
  white-space: normal !important;
}
.btn-facebook {
  color:#fff;
  background-color:#3a5795;
}
.btn-facebook:hover, .btn-facebook:focus {
  color: #fff;
  background-color:#29447e;
}
blockquote {
  position: relative;
  color: #5d6395;
  font-family: ImparaIta,"Times New Roman",serif;
  font-style: normal;
  font-size: 18px;
  text-align: left;
  line-height: 26px;
  padding: 0px 35px;
  margin-top: 20px;
  margin-bottom: 20px;
  border: medium none;
}
blockquote small {
  text-align:right;
  color: #2f324b;
}
blockquote:before {
  content: "\f10d";
  font-family: FontAwesome; 
  position: absolute;
  font-size: 30px;
  color: #ddd;
  top: 0;
  left: 0;
}
.nowrap {
  white-space:nowrap;
}
.row.section {
  margin-top: 20px;
  margin-bottom:40px;
  background-color:#eee;
}
ul.sidebar {
  margin-left:-20px;  
}
ul.sidebar li {
  line-height: 25px;
  margin-bottom: 5px;
}
.lead.tight {
  margin-bottom:0;
}
#calendar {
  width: 100%;
  margin: 20px auto 0 auto;
}
.fc-day-grid-event .fc-time .fc-event-time {
  font-weight: 400 !important;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}
.fc-daygrid-block-event .fc-event-time {
  font-weight: 400 !important;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
}

 #external-events {
    float: left;
    width: 150px;
    padding: 0 10px;
    border: 1px solid #ccc;
    background: #eee;
    text-align: left;
  }

  #external-events h4 {
    font-size: 16px;
    margin-top: 0;
    padding-top: 1em;
  }

  #external-events .fc-event {
    margin: 10px 0;
    cursor: pointer;
  }

  #external-events p {
    margin: 1.5em 0;
    font-size: 11px;
    color: #666;
  }

  #external-events p input {
    margin: 0;
    vertical-align: middle;
  }

.fc-h-event .fc-event-title {
    overflow: visible;
}
.fc-daygrid-event {
    white-space: normal;
    border-radius: 0px;
}
.well.register-class {
  background-color: #fff;
  margin-top:0px;
}
form.paypal-btn {
  display: inline-block;
}
.well > h2:first-child {
  margin:5px auto 20px auto;
}
.upevent > a > h4 {
  color:#215A6B;
}
.upevent>a>h4:hover {
  color:rgb(0, 131, 67);
}
.price-flag {
  position: absolute;
  bottom:10px;
  right: 5px;
  background-color:#1c256b;
  color:#fff;
  text-align:center;
  padding:5px;
}
.price-flag h4, .price-flag h3 {
  color:#fff;
  display: inline;
}

hr.bright {
  border-top: 1px solid #009b6e;
}
hr.hrlist:last-child {
  border-top: 0px;
  margin-top:0;
  margin-bottom:0;
}
.event-container {
  padding-bottom: 10px;
}
img.overlap {
  width: 75%;
  margin-bottom:-60px;
}
img.pull-right {
  margin-left: 20px;
  margin-bottom: 10px;
}
#info-box {
  background-color:#c8deef;
}
#info-box .tab-content {
  background-color:#fff;
  padding: 15px;
  border-radius: 6px;
  min-height: 350px;
}
#info-box .nav.nav-pills.nav-stacked li a{
  background-color:#37b34a;
  color:#fff;
  font-family: ImparaMed, Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top:10px;
}
#info-box .nav.nav-pills.nav-stacked li.active a,
#info-box .nav.nav-pills.nav-stacked li.active a:hover {
  background-color: #fff;
  color:#1c256b;
  border-radius: 6px 0 0 6px;
  margin-right: -25px;
}
#info-box .nav.nav-pills.nav-stacked li a:hover{
  background-color: #1c5a25;
}
#info-box .nav.nav-pills.nav-stacked li.active a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  left:100%;
}
.img-contain {
  position:relative;
}
.tag {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(169, 68, 66, 0.95);
  color: #fff;
  padding: 25px 50px;
  border-radius: 5px;
}
h1.text-white {
  color:#fff;
  text-shadow:rgba(153,0,0,1) 1px 1px 2px;
}
#ils.well {
  background:rgba(238,247,240,1) url(../img/headphones.png) no-repeat top right;
}
#honeypot {
  display:none;
}
h2.evnt {
  color: #fff;
  border-radius: 3px;
  border: 1px solid #4d7b89;
  background-color: #4d7b89;
  padding-left:5px;
}
h2.cclass {
  color: #fff;
  border-radius: 3px;
  border: 1px solid #203d79;
  background-color: #203d79;
  padding-left:5px;
}
h2.prvt {
  color: #fff;
  border-radius: 3px;
  border: 1px solid #008343;
  background-color: #008343;
  padding-left:5px;
}
.modal-body.embed-gform {
    position: relative;
    display: block;
    padding: 0;
    overflow: hidden;
}
.qtbox {
  margin: 15px 0 90px 0;
  padding: 10px 25px 10px 10px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  background-color: rgba(225,225,225,.5);
}
.qtbox > blockquote {
    color: #5d6395;
    font-family: ImparaIta,"Times New Roman",serif;
    font-style: normal;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    padding: 0px 0px 0px 35px;
    margin: 5px 5px 5px 5px;
    border: medium none;
}
.qtbox > blockquote:before {
    content: "\f10d";
    font-family: FontAwesome;
    position: absolute;
    font-size: 30px;
    color: #ffffff;
    top: 0;
    left: 0;
}
.qtbox > blockquote::after {
    border-left: 40px solid transparent;
    border-top: 40px solid rgba(225,225,225,.5);
    bottom: -55px;
    content: "";
    position: absolute;
    right: 0px;
}
.qtbox > footer {
  color: #5d6395;
  font-family:ImparaMed, Helvetica, Arial, sans-serif;
  font-size:16px;
  line-height:1.1em;
  text-align: right;
  margin: 10px 30px 5px 0px;
  padding: 10px;
}
ul.strong-list{
  font-size:18px;
  line-height: 1.5em;
  margin-bottom:15px;
}
#footer-top {
  background-color: #112d36;
  color: #fff;
  margin-top: 50px;
  padding: 15px 0;
}
#footer-top h3 {
  color: #FFF;
}
#footer-top a, #footer-bottom a {
  color: #deeaa5;
}
#footer-top a:hover {
  color: #a6bdc4;
}
#footer-top a.btn-link {
  padding-right:0;
}
#footer-top hr {
  margin: -5px 15% 20px 15%;
  border-top: 1px solid #334b53;
  border-bottom: 1px solid #0d2229;
}
#footer-bottom {
  background-color: #0d2229;
  color: #fff;
  margin-top: 0px;
  padding: 15px 0 5px 0;
}
.form-signup input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.form-signup input[type="email"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#wrap.party {
  background: url('../img/silverbokeh.jpg') no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video-container {
  position: relative;
  padding-bottom: 56.2%;
  margin-bottom: 10px;
  height: 0;
  overflow: hidden;
}
.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

td.disabled.disabled-date.highlighted.day {
  background: 0 0;
  color: #777;
  cursor: default;
}
td.disabled.disabled-date.highlighted.day:hover {
  background: 0 0;
  color: #777;
  cursor: default;
}
/*MEDIA QUERIES*/
@media (max-width: 420px) {
#head-info.visible-xs {
  margin-top: 20px;
}
#head-line {
  margin-bottom: 20%;
}
}
@media (max-width: 480px) {
.youtubevid {
  width: 300px;
  height: 169px; /* 225px */
}
}
@media (min-width: 481px) and (max-width: 766px) {
.youtubevid {
  width: 480px;
  height: 270px; /* 320px */
}
}
@media (min-width: 768px) {
.jumbotron {
  background: url(../img/center.jpg) no-repeat fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 65%;
  /* Internet Explorer 7/8 */
  background-attachment: fixed; 
}
.head.jumbotron {
  padding:0;
  margin-bottom:0;
  height:auto;
  min-height:600px;
}
#head-logo > a > img {
  margin: 10px 0 0 0;
}
#head-logo {
  text-align: left;
}
#head-info {
  text-align: right;
}
.page-intro, .page-intro > h1 {
  font-size:36px;
  line-height:60px;
}
.nav.nav-just > li {
  display:table-cell;
  width: 1%;
}
.nav.nav-just > li > a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.nav.nav-just > li > a {
  margin-bottom:0;
}
.carousel-control {
  width: 10%;
}
.carousel-control .icon-prev, .carousel-control .icon-next{
  font-size: 60px;
}
.carousel-control .icon-next {
  margin-right: -15px;
}

}
@media (min-width: 767px) and (max-width: 991px) {
.youtubevid {
  width: 640px;
  height: 360px; /* 480px */
}
}
@media all and (min-width: 992px) {
#head-info h1 {
  line-height:32px;
}
#head-info.hidden-xs > h1 {
  margin-top: 10px;
}
.youtubevid {
  width: 960px;
  height: 540px; /* 720px */
}
}

@media all and (min-width:1200px){
.page-intro > h1 {
  font-size:34px;
  line-height:60px;
}
}

@media all and (min-width:1500px){
.container {
  width:1350px;
}
}
