/*********************************************
1.0 - General
*********************************************/
body {
    margin: 0;
    padding: 0;
    background:  url("../images/body-bg.jpg") repeat center center;
    background-size: 30%;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    font-weight: 500;
}

a {
    color: #356535;
}

a:visited, a:active {
    color: #356535;
    opacity: 1.0;
}

.text-primary {
    color: #356535 !important;
}

.btn-link {
  color:#356535;
}

button.btn-crest-green {
  background-color: #356535;
  border-color: #333;
  white-space: break-spaces;
}

button.btn-crest-green a {
  color: #fff;
  text-decoration: none;
}

button.collapse-expand-btn {
  color: #356535;
  font-weight: 500;
  margin: 10px 0 10px 0;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;;
}

span.collapse-expand-btn-text {
  position: relative;
  margin: 0 0 0 25px;
}

.cw-card-body {
  padding: 5px 10px;
  background: rgba(0,0,0,0.03);
}

.cw-card-body h5.portfolio-title {
  font-size: 16px;
}



/* Borders */
.bb-0 {border-bottom: 0px !important;}
.bt-0 {border-top: 0px !important;}
.bl-0 {border-left: 0px !important;}
.br-0 {border-right: 0px !important;}

/* Test Text vs BG */
/*
body.current_history .page-content {background: rgba(0,0,0,0.07);}
body.current_history .interior-content-area h1.h1-interior span.h1-interior-first-line-bg {background: #ededed !important;}

body.current_directors {font-weight: 500;}
body.current_welcome_02 {font-weight: 500;}
body.current_welcome_04 {font-weight: 300;}

body.current_welcome {background-color: #fff !important; background-image: none !important;}
body.current_welcome  .container-fluid-image-row {background-color: #ffffff !important;}

body.current_welcome  .container-smaller-dark {background-color: #ededed; padding: 60px 40px 40px 40px;}
body.current_welcome  .container-smaller-dark-2 {background-color: #ededed; padding: 60px 40px 40px 40px; border-radius: 3px; border: 1px solid rgba(0,0,0,0.2);}
body.current_welcome  .container-smaller-dark span.h1-interior-first-line-bg {background-color: #ededed !important;}

body.current_welcome .container-fluid-image-row {border-top: 0px !important; border-bottom: 0px !important;}
*/
/*********************************************
!!! TEMPORARY HIDE MOBILE AND SHOW DESKTOP
*********************************************/

/*
.temp-hide-on-mobile {
    visibility: visible;
    display: block;
}
.temp-show-on-mobile {
    visibility: hidden;
    display: none;
}
*/
.hide-show-on-desktop {
    visibility: visible;
    display: block;
}
.hide-show-on-mobile {
    visibility: hidden;
    display: none;
}

.hidden_br {
  visibility: visible;
  display: block;
}

/*********************************************
2.0 - Top Navigation
*********************************************/
.headtoppart {
    text-align: right;
    background: #000;
    z-index: 2;

}

.headtoppart .headertopright {
    position: relative;
    display: block;
    z-index: 2;
    background: #000;
    border-bottom: 1px solid #000;
}

.headertopright .small-navi-border {
    position: relative;
    display: block;
    height: 30px;
    line-height: 30px;
    width: 100%
}

.headtoppart .headertopright ul {
    list-style-type: none;
    margin-bottom: 0px;
    width: auto;
    max-width: 450px;
    position: relative;
    display: block;
    float: right;
    padding-left: 0px;
    border-bottom:1px solid rgba(53,101,53,1);
}

.headtoppart .headertopright ul li {
    display: inline;
    position: relative;
    margin: 0;
    border-left: 1px solid rgba(255,255,255,0.5);

}

.headtoppart .headertopright ul li:first-child {
    border-left: 0px solid rgba(255,255,255,0.5);
}

.headtoppart .headertopright ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
}

.headtoppart .headertopright ul li a:hover, a:focus, a:active {
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
    -moz-transition: all 0.4s ease-out;  /* FF4+ */
    -o-transition: all 0.4s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.4s ease-out;  /* Saf3.2+, Chrome */
    -ms-transition: all 0.4s ease-out;  /* IE10? */
    transition: all 0.4s ease-out;
}




.wsmainfull {
    background: #000;
    height: 44px;
    z-index: 2;
}

.wsmenu > .wsmenu-list {
  width: auto;
  display: inline-flex;
  float: right;
}

.wsmenu > .wsmenu-list > li > a {
    position: relative;
    display: block;
    z-index: 99999;
}


.wsmenu > .wsmenu-list > li > a.only-option-mobile  {
    visibility: hidden;
    display: none;
}

.wsmenu > .wsmenu-list > li {
    float: right;
}

.my-main-menu-outer ul.wsmenu-list li a {
    font-size: 17px;
    font-weight: 300;
    letter-spacing: 0.25px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu /* Each Navi Option BG */ {
    top: 0px;
    padding: 100px 5px 14px 5px;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;
    border-bottom: solid 1px #eee;
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-top-shadow.png") repeat-x, url("../images/top-navi/navi-main-bg.jpg") repeat-x, #3d3f4c;
    background-size: 30%, 30%, cover, cover;
    background-position: left bottom, left top, center center;

}

.wsmenu > .wsmenu-list > li > .wsmegamenu .title  /* Each Navi Option Title */ {
    color: #eeeeee;
    font-family: 'Frente H1';
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    padding: 0 0 30px 0;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-green {
    color: #fff;
    font-weight: 900;
    background: rgba(53,101,53,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-red {
    color: #fff;
    font-weight: 900;
    background: rgba(190,56,56,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-yellow {
    color: #fff;
    font-weight: 900;
    background: rgba(198,188,81,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-blue {
    color: #fff;
    font-weight: 900;
    background: rgba(33,154,210,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-orange {
    color: #fff;
    font-weight: 900;
    background: rgba(224,157,31,0.9);
    border: 1px solid rgba(255,255,255,0.3);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .navi-title-empty {
    color: transparent;
    font-weight: 0;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.0);
    padding: 5px 5px 5px 10px;
    min-height: 50px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmimage /* Each Navi Option Header Image */ {
    position: relative;
    display: block;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmimage img {
    width: 100%;
    height: auto;
    border-radius: 0px;
    border: 0px solid #356535;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .wsmwnutxt /* Each Navi Option Text */ {
    color: #eeeeee;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a /* Each Navi Option Text */ {
    background: transparent;
    color: #eeeeee;
    border-top: 1px solid #3d3f4c;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a .svg-inline--fa.fa-w-16 /* Each Navi Option Text */ {
    position: relative;
    margin: 0 10px 0 5px;
}


.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a:focus {
    background: #356535;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-red:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-red:focus {
    background: #be3838;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-yellow:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-yellow:focus {
    background: #c6bc51;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-blue:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-blue:focus {
    background: #219ad2;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-orange:hover, .wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.hover-orange:focus {
    background: #e09d1f;
    color: #fff;
    text-decoration: none;
    border-top: 1px solid rgba(255,255,255,0.5);
    border-bottom: 1px solid rgba(255,255,255,0.4);
}


button.new-enroll-btn {
    position: relative;
    display: block;
    margin: 0;
    bottom: -16px;
    background: rgba(53,101,53,0.9);
    z-index: 9999;
}



.my-main-menu-outer .carousel {
    padding: 0;
}

.my-main-menu-outer .carousel .carousel-inner {
    border: 1px solid #666;
    border-radius: 3px;
}

.small-navi-logo {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: -100px;
    margin-left: 0px;
}

.small-navi-logo img {
    max-height: 70px;
    width: auto;
}


/*********************************************
2.1 - Logo
*********************************************/
.desktoplogo {
    position: absolute;
    display: block;
    padding: 0px;
    z-index: 99;
}

.desktoplogo img {
    max-width: 200px;
    height: auto;
}





/*********************************************
3.0 - HOMEPAGE
*********************************************/

/*********************************************
3.1 - Homepage Header
*********************************************/
header {
    background: url("../images/da-img-7.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

/*********************************************
3.2 - Homepage Header Video
*********************************************/
header video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    object-fit: cover;
}

header .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #000;
    opacity: 0.0;
    z-index: 1;
}

/*********************************************
3.3 - Black Gradient Over The Video Below Top Navi
*********************************************/
.black-gradient-hp-outer {
    width: 100%;
    height: 100px;
    position: relative;
    z-index: 1;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+0,000000+100&1+0,0+100 */
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.black-gradient-hp-outer .black-gradient-hp-inner {
    margin: 0 auto;
    max-width: 1140px;
}




/*********************************************
3.4 - Homepage Text Over the Video
*********************************************/
.da-home-page-text {
    padding-top: 0;
    z-index: 1;
    position: absolute;
    display: block;
    bottom: 0px;
    width: 100%;
    background: rgba(0,0,0,0.2);
    padding: 20px 0 0 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

.da-home-page-text h2.homepage-h2-text {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    text-shadow: 0px 0px 7px #000000;
    font-size: 60px;
    letter-spacing: 2px;
    line-height: 70px;
    font-weight: 600;
    margin: 10px 0 15px 0;
    color: rgba(255,255,255,1.0);
}

.da-home-page-text .text-green-hp {color: rgba(53,101,53,1.0) !important;}
.da-home-page-text .text-blue-hp {color: rgba(33,154,210,1.0) !important;}
.da-home-page-text .text-yellow-hp {color: rgba(198,188,81,1.0) !important;}
.da-home-page-text .text-red-hp {color: rgba(190,56,56,1.0) !important;}

.da-home-page-text h3.homepage-h3-text {
    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 0.2px;
    line-height: 38px;
    position: relative;
    display: block;
    font-weight: 300;
}

.da-home-page-text h4.homepage-h4-text {
    font-family: 'Frente H1';

    text-shadow: 0px 0px 3px #000;
    text-transform: uppercase;
    font-size: 42px;
    letter-spacing: 0.2px;
    line-height: 52px;
    font-weight: 400;
    position: relative;
    display: block;
}

.hp-arrow-down-holder {
    position: absolute;
    display: block;
    bottom: 30px;
    right: 30px;
    z-index: 2;
}


.hp-arrow-down-holder .svg-inline--fa.fa-w-16 {
    color: #fff;
    font-size: 40px;
    background: rgba(53,101,53,0.6);
    border-radius: 50%;

}

/*********************************************
3.5 - Homepage Covid Popup
*********************************************/
.hppopup {
  position: absolute;
  display: block;
  visibility: visible;
  right: 20px;
  top: 120px;
  z-index: 9999;
  max-width: 250px;
  z-index: 10;}

.hppopup .panel-default>.panel-heading {
  background-color: rgba(33,154,210,1.0);;
  border-color: #999;
  border-radius: 3px;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 250px;
}

.hppopup .panel-default>.panel-heading h4 {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.hppopup .panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
  color: #fff;
}

.hppopup .panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.hppopup .panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: rgba(33,154,210,1.0);
}

.hppopup .panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hppopup .panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.hppopup .panel-default .panel-body {
  background: #fff;
  padding: 15px;
  border: 1px solid #999;
  border-radius: 3px;
}

/*********************************************
4.0 - Homepage What's Popular Section
*********************************************/


/*********************************************
4.1 - Homepage What's Popular Section - TITLE
*********************************************/
h1.h1-homepage {
    position: relative;
    display: block;
    text-align: center;
    color: #356535;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

h1.h1-homepage span.h1-homepage-first-line {
    font-size: 30px;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    line-height: 0.1em;
    border-bottom: 1px solid #356535;
}

h1.h1-homepage span.h1-homepage-first-line-bg {
    background: #fff;
    padding: 0 20px;
}

h1.h1-homepage span.h1-homepage-second-line {
    font-size: 36px;
    line-height: 46px;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    display: block;
    clear: both;
}


/*********************************************
4.1 - Homepage What's Popular Section - BUTTONS
*********************************************/
.da-popular .card-body {
    padding: 0;
}


.popular-btn-01 {
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-011-bg.jpg") no-repeat;
    background-size: 50%, cover;
    background-position: left bottom, center center;
    min-height: 376px;
    border: 1px solid rgba(53,101,53,0.5);
}

.popular-btn-02 {
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-12-bg.jpg") no-repeat;
    background-size: 50%, cover;
    background-position: left bottom, center center;
    min-height: 180px;
    border: 1px solid rgba(53,101,53,0.5);
}

.popular-btn-03 {
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-07-bg.jpg") no-repeat;
    background-size: 50%, cover;
    background-position: left bottom, center center;
    min-height: 180px;
    border: 1px solid rgba(53,101,53,0.5);
}

.popular-btn-04 {
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-13-bg.jpg") no-repeat;
    background-size: 50%, cover;
    background-position: left bottom, center center;
    min-height: 180px;
    border: 1px solid rgba(53,101,53,0.5);
}

.popular-btn-05 {
    background:  url("../images/homepage/btn-bottom-shadow.png") repeat-x, url("../images/homepage/btn-14-bg.jpg") no-repeat;
    background-size: 50%, cover;
    background-position: left bottom, center center;
    min-height: 180px;
    border: 1px solid rgba(53,101,53,0.5);
}



.popular-btn-span-holder {
    position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    bottom: 15px;
}

.popular-btn-span-holder span.popular-btn-font-01 {
    font-family: 'IowanOldSt BT';
    font-style: italic;
    color: #fff;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px;
    font-weight: 100;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.popular-btn-span-holder span.popular-btn-font-02 {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #ccffcc;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: 900;
    line-height: 34px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

span.clear-both {
    position: relative;
    display: block;
    clear: both;
}


/*********************************************
4.2 - Homepage What's Popular Section - BUTTONS Hover Effect
*********************************************/
/* Hover Effect: https://ianlunn.github.io/Hover/ */

a.popular-btn-full-cover {
    position: absolute;
    display: block;
    width: 100%;
    min-height: 100%;
}

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  border-radius: 0.25rem;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.4);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}


/*********************************************
5.0 - Age Groups Section
*********************************************/
.age-programs-section {
    background: url("../images/homepage/ages-bg-v2.jpg") no-repeat;
    background-size: cover;
    border-top: 2px solid #356535;
    border-bottom: 2px solid #356535;
}

h2.age-programs-title {
    position: relative;
    display: block;
    text-align: center;
    font-family: 'Lato', sans-serif;
    color: #fff;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    /*
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-style: italic;
    */
    text-shadow: 0px 0px 5px #666;
    font-weight: 900;
    font-size: 34px;
    margin: 0 0 50px 0;
    letter-spacing: 0px;
}

span.age-programs-lato {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-style: normal;
    letter-spacing: -3px;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #333;
    font-size: 50px;
    color: #fff;
}

.age-programs-section ol.carousel-indicators li {
    width: 80px;
    height: 8px;
    margin-right: 5px;
    margin-left: 5px;
    background: transparent;
    border: 1px solid #cecece;
    cursor: pointer;
}

.age-programs-section ol.carousel-indicators li.active {
    background: rgba(53,101,53,0.9);
}

.age-programs-section .carousel-control-prev {
  left: -100px;
}

.age-programs-section .carousel-control-next {
  right: -100px;

}

.age-programs-section .carousel-control-prev-icon, .carousel-control-next-icon {
  width: 40px;
  height: 40px;
}


/*********************************************
5.1 - Age Groups Carousel
*********************************************/
/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
	padding: 0 40px 30px 40px;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	top: auto;
	bottom: -50px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}

.hp-programs-card {
    border: 0px;
    background: transparent;
    text-align: center;
}

.hp-programs-card h4.card-title {
    font-family: 'Frente H1';
    position: relative;
    display: block;
    font-size: 26px;
    line-height: 44px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 0px 5px #000;
}

.hp-programs-card .card-text {
    position: relative;
    display: block;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.hp-programs-card a.hp-programs-btn {
    color: #fff;
    text-decoration: none;
    background: #3b543c;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
    border: 1px solid #fff;
    transition: all 0.4s ease 0s;
    font-weight: 100;
    font-size: 14px;
}

.hp-programs-card a.hp-programs-btn:hover, .hp-programs-card a.hp-programs-btn:focus {
    background: #434343;
    letter-spacing: 1px;
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    box-shadow: 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
    color: #fff;
}

.hp-programs-card img.hp-programs-card-img {
    border-radius: 50%;
    width: 90%;
    height: auto;
    transition: all 0.4s ease 0s;
}

.hp-programs-card img.hp-programs-card-img:hover, .hp-programs-card img.hp-programs-card-img:focus {
    opacity: 1;
    -webkit-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.8);
    -moz-box-shadow: 0px 3px 20px -1px rgba(0,0,0,0.8);
    box-shadow: 3px 20px -1px rgba(0,0,0,0.8);
    box-shadow: 3px 20px -1px rgba(0,0,0,0.8);
    transition: all 0.4s ease 0s;
}

.hp-programs-card img.hp-programs-card-img-01 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-02 {border: 3px solid #336633;}
.hp-programs-card img.hp-programs-card-img-03 {border: 3px solid #336699;}
.hp-programs-card img.hp-programs-card-img-04 {border: 3px solid #cccc33;}
.hp-programs-card img.hp-programs-card-img-05 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-06 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-07 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-08 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-09 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-10 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-11 {border: 3px solid #990000;}
.hp-programs-card img.hp-programs-card-img-12 {border: 3px solid #990000;}






/*********************************************
6.0 - Homepage About Section
*********************************************/
.about-hp-section {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}

.about-hp-section h2.about-hp-title {
    position: relative;
    display: block;
    font-family: 'IowanOldSt BT';
    font-weight: 900;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 42px;
    padding: 0px 20px 10px 20px;
    color: #494949;
}

.about-hp-section hr.colored-line {
    background: url("../images/homepage/colored-line.png") no-repeat;
    background-size: cover;
    position: relative;
    display: block;
    height: 2px;
    width: 100%;
    border: 0px;
    margin: 0px 0px 30px 0px;
}

.about-hp-section .about-section-background-img {
    background: url("../images/homepage/about-img-01.jpg");
    background-position: center center;
    background-size: cover;
}


/*********************************************
6.0 - Footer
*********************************************/
.main-footer-section {
    font-size: 14px;
    line-height: 25px;
    background: url("../images/footer-bg-01.jpg") no-repeat;
    background-position: bottom center;
    background-size: contain;
}

.main-footer-section a {
    color: rgba(255,255,255,1.0);
    border-bottom: 1px dotted rgba(255,255,255,0.5);
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.main-footer-section a:hover, .main-footer-section a:focus {
    border-bottom: 1px solid rgba(255,255,255,0.5);
    transition: all 0.4s ease 0s;
    opacity: 0.75;
}

/*********************************************
6.1 - Footer Colored Hover Lines
*********************************************/
.main-footer-section a.footer-link-01 {border-bottom: 0px solid #990000; border-right: 0px solid #990000; padding: 0 10px 1px 0; margin: 0px 0px 6px 0px; position: relative; display: inline-block;}
.main-footer-section a.footer-link-01:hover, .main-footer-section a.footer-link-01:focus {border-right: 0px solid #990000;}
.main-footer-section a.footer-link-02 {border-bottom: 0px solid #336633; border-right: 0px solid #336633; padding: 0 10px 1px 0; margin: 0px 0px 6px 0px; position: relative; display: inline-block;}
.main-footer-section a.footer-link-02:hover, .main-footer-section a.footer-link-02:focus {border-right: 0px solid #336633;}
.main-footer-section a.footer-link-03 {border-bottom: 0px solid #336699; border-right: 0px solid #336699; padding: 0 10px 1px 0; margin: 0px 0px 6px 0px; position: relative; display: inline-block;}
.main-footer-section a.footer-link-03:hover, .main-footer-section a.footer-link-03:focus {border-right: 0px solid #336699;}
.main-footer-section a.footer-link-04 {border-bottom: 0px solid #cccc33; border-right: 0px solid #cccc33; padding: 0 10px 1px 0; margin: 0px 0px 6px 0px; position: relative; display: inline-block;}
.main-footer-section a.footer-link-04:hover, .main-footer-section a.footer-link-04:focus {border-right: 0px solid #cccc33;}
.main-footer-section a.footer-link-05 {border-bottom: 0px solid #ffffff; border-right: 0px solid #ffffff; padding: 0 10px 1px 0; margin: 0px 0px 6px 0px; position: relative; display: inline-block;}
.main-footer-section a.footer-link-05:hover, .main-footer-section a.footer-link-05:focus {border-right: 0px solid #ffffff;}

/** Hover-related CSS, Animation from: https://speckyboy.com/underline-text-effects-css/ **/

/* #1 Red */
.main-footer-section #four_links_outer .four_links_inner .hover-red {transition: all 0.2s ease-in-out; position: relative;}
.main-footer-section #four_links_outer .four_links_inner .hover-red:before, .main-footer-section #four_links_outer .four_links_inner .hover-red:after {content: ""; position: absolute; bottom: -5px; width: 0px; height: 2px; margin: 2px 0 0; transition: all 0.2s ease-in-out; transition-duration: 0.55s; opacity: 0; background-color: #990000;}
.main-footer-section #four_links_outer .four_links_inner .hover-red.hover-1:before, .main-footer-section #four_links_outer .four_links_inner .hover-red.hover-1:after {left: 0;}
.main-footer-section #four_links_outer .four_links_inner:hover {cursor: pointer;}
.main-footer-section #four_links_outer .four_links_inner:hover .hover-red:before, #four_links_outer .four_links_inner:hover .hover-red:after {width: 100%; opacity: 1;}

/* #2 Green */
.main-footer-section #four_links_outer .four_links_inner .hover-green {transition: all 0.2s ease-in-out; position: relative;}
.main-footer-section #four_links_outer .four_links_inner .hover-green:before, .main-footer-section #four_links_outer .four_links_inner .hover-green:after {content: ""; position: absolute; bottom: -5px; width: 0px; height: 2px; margin: 2px 0 0; transition: all 0.2s ease-in-out; transition-duration: 0.55s; opacity: 0; background-color: #336633;}
.main-footer-section #four_links_outer .four_links_inner .hover-green.hover-2:before, .main-footer-section #four_links_outer .four_links_inner .hover-green.hover-2:after {left: 0;}
.main-footer-section #four_links_outer .four_links_inner:hover {cursor: pointer;}
.main-footer-section #four_links_outer .four_links_inner:hover .hover-green:before, #four_links_outer .four_links_inner:hover .hover-green:after {width: 100%; opacity: 1;}

/* #3 Blue */
.main-footer-section #four_links_outer .four_links_inner .hover-blue {transition: all 0.2s ease-in-out; position: relative;}
.main-footer-section #four_links_outer .four_links_inner .hover-blue:before, .main-footer-section #four_links_outer .four_links_inner .hover-blue:after {content: ""; position: absolute; bottom: -5px; width: 0px; height: 2px; margin: 2px 0 0; transition: all 0.2s ease-in-out; transition-duration: 0.55s; opacity: 0; background-color: #336699;}
.main-footer-section #four_links_outer .four_links_inner .hover-blue.hover-3:before, .main-footer-section #four_links_outer .four_links_inner .hover-blue.hover-3:after {left: 0;}
.main-footer-section #four_links_outer .four_links_inner:hover {cursor: pointer;}
.main-footer-section #four_links_outer .four_links_inner:hover .hover-blue:before, #four_links_outer .four_links_inner:hover .hover-blue:after {width: 100%; opacity: 1;}

/* #4 Yellow */
.main-footer-section #four_links_outer .four_links_inner .hover-yellow {transition: all 0.2s ease-in-out; position: relative;}
.main-footer-section #four_links_outer .four_links_inner .hover-yellow:before, .main-footer-section #four_links_outer .four_links_inner .hover-yellow:after {content: ""; position: absolute; bottom: -5px; width: 0px; height: 2px; margin: 2px 0 0; transition: all 0.2s ease-in-out; transition-duration: 0.55s; opacity: 0; background-color: #cccc33;}
.main-footer-section #four_links_outer .four_links_inner .hover-yellow.hover-4:before, .main-footer-section #four_links_outer .four_links_inner .hover-yellow.hover-4:after {left: 0;}
.main-footer-section #four_links_outer .four_links_inner:hover {cursor: pointer;}
.main-footer-section #four_links_outer .four_links_inner:hover .hover-yellow:before, #four_links_outer .four_links_inner:hover .hover-yellow:after {width: 100%; opacity: 1;}

/* #5 White */
.main-footer-section #four_links_outer .four_links_inner .hover-white {transition: all 0.2s ease-in-out; position: relative;}
.main-footer-section #four_links_outer .four_links_inner .hover-white:before, .main-footer-section #four_links_outer .four_links_inner .hover-white:after {content: ""; position: absolute; bottom: -5px; width: 0px; height: 2px; margin: 2px 0 0; transition: all 0.2s ease-in-out; transition-duration: 0.55s; opacity: 0; background-color: #ffffff;}
.main-footer-section #four_links_outer .four_links_inner .hover-white.hover-5:before, .main-footer-section #four_links_outer .four_links_inner .hover-white.hover-5:after {left: 0;}
.main-footer-section #four_links_outer .four_links_inner:hover {cursor: pointer;}
.main-footer-section #four_links_outer .four_links_inner:hover .hover-white:before, #four_links_outer .four_links_inner:hover .hover-white:after {width: 100%; opacity: 1;}


/*********************************************
6.2 - Logos
*********************************************/
.main-footer-section a img.aca-logo {
    position: relative;
    display: block;
    max-width: 100px;
    height: auto;
}

.main-footer-section a img.licaps-logo {
    position: relative;
    display: block;
    max-width: 100px;
    height: auto;
}

.main-footer-section a img.nyscda-logo {
    position: relative;
    display: block;
    max-width: 60px;
    height: auto;
}


/*********************************************
6.4 - Social Icons
*********************************************/
.main-footer-section .footer-social-icons {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.main-footer-section .footer-social-icons ul {
    list-style-type: none;
}

.main-footer-section .footer-social-icons ul li {
    display: inline;
    position: relative;
    margin: 0px 0px 0px 5px;
}

.main-footer-section .footer-social-icons ul li a {
    font-size: 24px;
    text-decoration: none;
    border-bottom: none;
    opacity: 1;
}

.main-footer-section .footer-social-icons ul li a:hover, .main-footer-section .footer-social-icons ul li a:focus {
    opacity: 0.75;
}


/*********************************************
6.5 - Privacy Policy
*********************************************/
.main-footer-section .privacy-policy {
    position: relative;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 12px;
    opacity: 0.85;
}

.main-footer-section .privacy-policy img.creativedbs {
    position: relative;
    display: inline;
    max-height: 12px;
    width: auto;
    margin-top: -2px;
}



/*********************************************
6.6 - Scroll to Top
*********************************************/
#scrolltop button.btn-primary  {
  background-color: transparent;
  border-color: transparent;
  transition: all 0.4s ease 0s;
}

#scrolltop button.btn-primary:hover, #scrolltop button.btn-primary:focus {
  opacity: 0.75;
  transition: all 0.4s ease 0s;
}

#scrolltop button.btn-primary .svg-inline--fa.fa-w-16 {
    color: #fff;
    font-size: 40px;
    background: rgba(53,101,53,0.5);
    border-radius: 50%;

}


/*********************************************
6.7 - COVID Footer Info
*********************************************/
.panel-body-footer {
  background-color: #3b543c;
  border-radius: 5px;
  padding: 15px;
}

hr.hr-limiter-footer {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}





/*********************************************
7.0 - INTERIOR PAGES
*********************************************/

html {
    overflow-x: hidden;
}

/*********************************************
7.1 - Interior Header Image
*********************************************/
body.interior-pages header {
    position: absolute;
    background: transparent;
    overflow-y: visible;
    overflow-x: visible;
    height: auto;
    min-height: 0px;
    width: 100%;
}

body.interior-pages .interior-header-images {
  position: relative;
  display: block;
  width: 100%;
  min-height: 400px;
  top: 70px;
  background-position: center center;
  background-size: cover;
}


/*
body.interior-pages .interior-header {
    max-height: 520px;
    min-height: auto;
    border-bottom: 2px solid rgba(53,101,53,1.0);
    position: absolute;
    display: block;
    min-height: 520px;
    width: 100%;
    top: 0;
}

body.interior-pages header .interior-header-overlay {
    position: relative;
    display: block;
    background: url(../images/homepage/btn-bottom-shadow.png) repeat-x;
    background-position: left bottom;
    background-size: 50%;
    width: 100%;
    height: 100%;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center 50px;
}
*/


/*********************************************
7.2 - Interior Small Navigation
*********************************************/
.interior-small-navigation-outer {
    position: relative;
    display: block;
    width: 100%;
    background: #ededed;
    border-bottom: 1px solid rgba(53,101,53,1.0);
    text-align: center;
    padding: 10px 0px;
    top: 70px;
    z-index: 1;
}

.interior-small-navigation-outer ul {
    list-style: none;
    margin-bottom: 0px;
    padding: 0;
    width: 100%;
}

.interior-small-navigation-outer ul li {
    display: inline;
    position: relative;
    margin: 0;
    border-left: 1px solid rgba(53,101,53,0.8);
}

.interior-small-navigation-outer ul li:first-child {
    border-left: 0px;
}

.interior-small-navigation-outer ul li a {
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    padding: 0px 16px;
    font-family: 'IowanOldSt BT';
    font-style: italic;
    letter-spacing: 0px;
}

.interior-small-navigation-outer ul li a:hover, .interior-small-navigation-outer ul li a:focus {border-bottom: 0px; text-decoration: none; opacity: 0.75;}

.interior-small-navigation-outer ul li a span.other-font {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    font-weight: 500;
}

.interior-small-navigation-outer ul li a.color-01 {color: #990000;}
.interior-small-navigation-outer ul li a.color-02 {color: #669933;}
.interior-small-navigation-outer ul li a.color-03 {color: #336699;}
.interior-small-navigation-outer ul li a.color-04 {color: #cc9933;}
.interior-small-navigation-outer ul li a.color-05 {color: #356535;}



/*********************************************
7.3 - Interior Content Area
*********************************************/

body.interior-pages .interior-content-area {
    position: relative;
    display: block;
    padding: 150px 0px;
    font-size: 20px;
    line-height: 34px;
}

body.interior-pages .interior-content-new {
    padding: 150px 0px 20px 0px;
}

body.interior-pages .interior-content-new-bottom {
    padding: 50px 0px 0px 0px;
}

body.interior-pages .interior-content-area a {
    font-weight: 500;
}

body.interior-pages .interior-content-area li {
    padding-bottom: 12px;
}

body.interior-pages .interior-content-area h1.h1-interior {
    position: relative;
    display: block;
    text-align: center;
    color: #356535;
    text-transform: uppercase;
    margin: 0 0 50px 0;
}

body.interior-pages .interior-content-area h1.h1-interior span.h1-interior-first-line {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    position: relative;
    display: block;
    margin: 0 0 30px 0;
    line-height: 0.1em;
    border-bottom: 1px solid #356535;
}

body.interior-pages .interior-content-area h1.h1-interior span.h1-interior-first-line-bg {
    background: #fff;
    padding: 0 20px;
}

body.interior-pages .interior-content-area h1.h1-interior span.h1-interior-second-line {
    font-size: 42px;
    line-height: 52px;
    font-weight: 600;
    letter-spacing: 3px;
    position: relative;
    display: block;
    clear: both;
}

body.interior-pages .interior-content-area h1.h1-red {color: rgba(190,56,56,1.0);}
body.interior-pages .interior-content-area h1.h1-red span.h1-interior-first-line {border-bottom: 1px solid rgba(190,56,56,1.0);}

body.interior-pages .interior-content-area h1.h1-yellow {color: #b7a438;}
body.interior-pages .interior-content-area h1.h1-yellow span.h1-interior-first-line {border-bottom: 1px solid #b7a438;}

body.interior-pages .interior-content-area h1.h1-blue {color: #219ad2;}
body.interior-pages .interior-content-area h1.h1-blue span.h1-interior-first-line {border-bottom: 1px solid #219ad2;}

body.interior-pages .interior-content-area h2 {
    color: #356535;
    margin: 0 0 20px 0;
    font-size: 28px;
    line-height: 38px;
}
body.interior-pages .interior-content-area #age-programs h2 {
  color: #fff;
}

body.interior-pages .interior-content-area h2.frente {
    position: relative;
    text-align: center;
    font-family: 'Frente H1';
    color: #356535;
    font-weight: 800;
    margin: 50px 0 40px 0;
    font-size: 48px;
    line-height: 68px;
}

body.interior-pages .interior-content-area h2.frente-new {
  margin: 0 0 20px 0;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
}

h2.frente-new-2 {
  margin: 30px 0 20px 0 !important;
  font-size: 32px !important;
  line-height: 42px !important;
  text-align: left !important;
  font-weight: bold !important;
}

body.interior-pages .interior-content-area p {
}


body.interior-pages .container-fluid-image-row {
   /* background: url("../images/interior/prospective-new/three-bg-06.png") repeat-x #e6eff7;
   background-position: right bottom;
   background-size: contain; */
   background-color: #ededed;
   padding: 40px 20px;
   border-top: 1px solid rgba(0,0,0,0.1);
   border-bottom: 1px solid rgba(0,0,0,0.1);
   margin: 30px 0 50px 0;
}

body.interior-pages .container-fluid-image-row-no-border {
   padding: 40px 20px;
   border-top: 0px;
   border-bottom: 0px;
}

body.interior-pages .container-fluid-image-row-yellow {
  background-color: #ffdd7c;
}

body.interior-pages .full-width-text-box {
  padding: 0 50px;
}


/*********************************************
7.4 - Content Images & Aligments
*********************************************/

/* Content Images */
.single-image-new {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 40px;
  width: 100%;
  height: auto;
  background: #ededed;
  border: 1px solid rgba(0,0,0,0.1);
}

p.vignette {
  position: relative;
  margin: 30px 0 30px 0
}
p.vignette img {
 display: block;
}
p.vignette:after {
 -moz-box-shadow: inset 0 0 30em #000;
 -webkit-box-shadow: inset 0 0 30em #000;
 box-shadow: inset 0 0 30em #000;
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 2;
 content: "";
}

img.image-align-right {
    position: relative;
    display: block;
    float: right;
    max-width: 410px;
    height: auto;
    margin: 0 0 20px 20px;
    border: 1px solid rgba(0,0,0,0.7);
}

img.image-align-left {
    position: relative;
    display: block;
    float: left;
    max-width: 410px;
    height: auto;
    margin: 0 30px 20px 0px;
    border: 1px solid rgba(0,0,0,0.7);
}

img.photo-row {
    position: relative;
    display: block;
    max-width: 100%;
    height: auto;
    margin: ;
    border: 1px solid rgba(0,0,0,0.7);
}

img.directors-profile-photos {
  max-width: 280px;
  border-radius: 3px;
  border: 1px solid rgba(0,0,0,0.9);
}

img.photo-row-green {
   border: 1px solid rgba(53,101,53,1.0);
   border-top: 5px solid rgba(53,101,53,1.0);
}

img.photo-row-red {
  border: 0px solid rgba(53,101,53,1.0);
  border-top: 5px solid rgba(190,56,56,1.0);
}

img.photo-row-yellow {
  border: 0px solid rgba(53,101,53,1.0);
  border-top: 5px solid rgba(220,218,60,1.0);
}

img.photo-row-blue {
  border: 0px solid rgba(53,101,53,1.0);
  border-top: 5px solid rgba(33,154,210,1.0);
}

img.photo-row-green-all {
   border: 0px;
   border-top: 10px solid rgba(53,101,53,1.0);
   border-bottom: 10px solid rgba(53,101,53,1.0);
}

img.photo-row-red-all {
  border: 0px;
  border-top: 10px solid rgba(190,56,56,1.0);
  border-bottom: 10px solid rgba(190,56,56,1.0);
}

img.photo-row-yellow-all {
  border: 0px;
  border-top: 10px solid rgba(220,218,60,1.0);
  border-bottom: 10px solid rgba(220,218,60,1.0);
}

img.photo-row-blue-all {
   border: 0px;
   border-top: 10px solid rgba(33,154,210,1.0);
   border-bottom: 10px solid rgba(33,154,210,1.0);
}

hr.directors-limiter {
  position: relative;
  display: block;
  width: 100%;
  clear: both;
  margin: 40px 0px;
}

/*********************************************
7.5 - Content Next Page BTN
*********************************************/
.next-page-btn {
  position: relative;
  display: block;
  clear: both;
  min-width: 250px;
  margin: 50px 0 50px 0;
}

.next-page-btn a {
  padding: 10px 25px;
  color: #fff;
  font-style: italic;
  border: 1px solid #fff;
  border-radius: 3px;
  background: rgba(53,101,53,0.9);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  font-weight: 100;
}

.next-page-btn a.red {
  background: rgba(190,56,56,0.9);
}

.next-page-btn a.yellow {
  background: rgba(198,188,81,0.9);
}

.next-page-btn a.blue {
  background: rgba(33,154,210,0.9);
}

ul.ul-next-page-btn {
  border-bottom: 0px solid #dee2e6;
  position: relative;;
  display: block;
  margin: 40px 0 20px 0;
}

ul.ul-next-page-btn li a {
  padding: 10px 25px;
  color: #fff;
  font-style: italic;
  border: 1px solid #fff;
  border-radius: 3px;
  background: rgba(53,101,53,0.9);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.7px;}

/*********************************************
8.0 - Interior Pages
*********************************************/



/* Activities Tabs */
.cw-cenered-list {
  display: flex;
  justify-content: center;
}

ul.crestwood-tabs {
  width: 100%;
  position: relative;
}

ul.crestwood-tabs li {
  position: relative;
  margin: 5px 5px;
  padding-bottom: 6px !important;
}

ul.crestwood-tabs li a {
  background-color: rgba(190,56,56,0.9);
  border-radius: 2px;
  border-radius: 1px solid #999;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 16px;
}

ul.crestwood-tabs li a.blue {
  background-color: #36a3d6;
}

.tab-activities-cw {
  margin: 30px 0 0 0;
}

.tab-activities-cw h2.frente {
  text-align: left !important;
  margin: 0 0 20px 0 !important;
}


/* Videos Page */
span.play-btn-video {
  position: absolute;
  display: block;
  left: 45%;
  top: 30%;
  color: rgba(255,255,255,1.0);
  text-shadow: -1px 1px 14px rgba(0,0,0,1);
  font-size: 60px;
}

span.play-btn-video l {
}

div.card-crest {
  background-color: #333;
}

div.card-crest a.link-lightbox {
  opacity: 0.7;
  font-weight: bold;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

div.card-crest a.link-lightbox:hover, div.card-crest a.link-lightbox:active {
  opacity: 1.0;
}

div.card-crest .time {
  position: absolute;
  display: inline;
  float: right;
  right: 10px;
  bottom: 13px;
}

div.card-crest .time a {
  font-size: 16px;
  color: #fff;
  font-weight: normal;
}

div.card-crest h5.portfolio-title {
  color: #fff;
}

.card-crest-video-interior {
  position: relative;
  display: block;
  max-width: 350px;
  float: right;
  margin: 0 0 30px 30px;
}


/* Calendar Page */
.fc .fc-daygrid-event-harness-abs {position: relative !important;} 
.cw-calendar a.fc-col-header-cell-cushion {color: #fff !important;} /* Calendar Header Green Row Text Color */
.cw-calendar a.fc-col-header-cell-cushion:hover, .cw-calendar a.fc-col-header-cell-cushion:active {text-decoration: none !important;} /* Calendar Header Green Row Text Color */


.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {display: table-cell;} /* Some Setting in monthly view events */
.fc .fc-daygrid-day-top {display: table;} /* Some Setting in monthly view events */



.fc .fc-col-header th, .fc .fc-scrollgrid-sync-table td {width: 14%;} /* Equal Calendar Days Column Width 100/7=14,1 */
.fc-timeGridWeek-button, .fc-timeGridDay-button {visibility: hidden !important; display: none !important;} /* Hide Day and Week Buttons */

.fc-list-event-time {color: #fff;} /* Text Color in List View */
td.fc-list-event-title a {color: #fff !important; text-decoration: none !important;} /* Text Color in List View */
td.fc-list-event-title a:hover, td.fc-list-event-title a:active {border-bottom: 1px solid #fff !important;} /* Text Color in List View Hover */


a.fc-list-day-text, a.fc-list-day-side-text {text-decoration: none !important;}
a.fc-list-day-text:hover, a.fc-list-day-text:active {border-bottom: 1px solid #356535 !important;}
a.fc-list-day-side-text:hover, a.fc-list-day-side-text:active {border-bottom: 1px solid #356535 !important;}


.fc-scrollgrid-sync-inner a.fc-col-header-cell-cushion:hover {text-decoration: none !important; border-bottom: 0px !important;} /* Monthly View Nothing on Hover */
.fc-daygrid-day-top a.fc-daygrid-day-number:hover {text-decoration: none !important; border-bottom: 0px !important;} /* Monthly View Nothing on Hover */

.fc-daygrid-event-harness .fc-daygrid-event-dot {visibility: hidden !important; display: none !important;} /* Hide Bullet On Event */
h2.fc-toolbar-title {margin: 0px !important;} /* Fix Margin on Calendar Month */


.tribe-common .tribe-common-c-btn-border, .tribe-common a.tribe-common-c-btn-border {
background-color: #cecece !important;
border: #29532b !important;
color: #29532b !important;
}

.tribe-events-event-meta.primary, .tribe-events-event-meta.secondary {
        width: 50%;
}

.tribe-events-back {visibility: hidden; display: none;}

/* Testimonials Page */

/*********************************************
Testimonials Page - Video Carusel
*********************************************/
body.current_staff .carousel {padding: 0;}
body.current_staff h5.h5bg {background: rgba(0,0,0,0.5); padding: 5px; margin-bottom: 30px;}
body.current_staff .embed-responsive {position: relative; display: block; width: 100%; padding: 0; overflow: hidden}
body.current_staff .carousel-control-prev, .carousel-control-next{}
body.current_staff .carousel-control-prev-icon {
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  width: 30px;
  height: 48px;
}
body.current_staff .carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  width: 30px;
  height: 48px;
}

/*********************************************
Testimonials Page - Card Testimonials
*********************************************/
.face-testimonials .container-fluid {margin-top: 0px !important}
.face-testimonials .small {letter-spacing: 0.5px !important}
.face-testimonials .card-header img {border: 3px solid #cecece !important}
.face-testimonials .outside {position: inherit; top: -50%}
.face-testimonials .card {border-radius: 20px !important; box-shadow: 2px 2px 5px 0px rgb(53,101,53,0.5); transition: 0.8; background: rgba(0,0,0,0.10);}
.face-testimonials .card-header {border-radius: 20px !important; background: transparent !important;}
.face-testimonials .card-footer {border-radius: 20px !important; background: transparent !important;}
.face-testimonials hr {background-color: #356535; border: 1px solid; border-radius: 20px; color: #356535; height: 5px; width: 70px !important}
.face-testimonials .bold {font-weight: 500}
.face-testimonials .profile-pic {margin-bottom: -5px !important}
.face-testimonials .quotes {position: relative; top: -10px}
.face-testimonials .quotes-down {position: relative; top: -4 px}
.face-testimonials .fa {color: rgb(174, 178, 219); cursor: pointer}
.face-testimonials .card-footer .fa {font-size: 20px !important}
.face-testimonials .name {margin-top: -50px !important}
.face-testimonials .container-fluid:hover .card:not(:hover) {transform: scale(0.9)}
.face-testimonials svg:not(:root).svg-inline--fa {color: darkgoldenrod !important;}

.carousel-caption {bottom: 40px; padding-bottom: 0;}
.carousel-control-prev, .carousel-control-next {width: 10%}

body.current_staff .carousel-indicators li {height: 10px; width: 50px; border: 1px solid #666; border-radius: 2px;}
body.current_staff .carousel-indicators .active {background: rgba(190,56,56,0.9);}

/* Parent Handbook Table Setup */
.table-schedule {margin: 0 0 40px 0; width: 100%; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); display: table;}
.row-schedule {display: table-row; background: rgba(246, 246, 246, 0.5);}
.row-schedule:nth-of-type(odd) {background: rgba(233, 233, 233, 0.7);}
.header-schedule {background: rgba(190,56,56,0.9) !important; color:#fff;}
.header-schedule-green {background: rgba(53,101,53,0.9) !important; color:#fff;}
.header-schedule-yellow {background: rgba(198,188,81,0.9) !important; color:#fff;}
.header-schedule-blue {background: rgba(33,154,210,0.9) !important; color:#fff;}
.cell-schedule {padding: 6px 12px; display: table-cell;}


/* Staff Experience */
.staff-exp-text-holder {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px;
}

.staff-exp-text-holder .staff-exp-title {
  position: relative;
  display: block;
  width: 100%;
  font-family: 'IowanOldSt BT';
  font-style: italic;
  letter-spacing: 0px;
  color: #990000;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  padding: 10px 0 0 0;
}

.staff-exp-text-holder .staff-exp-name
{
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  padding: 10px;
  text-align: center;
  font-style: italic;
  font-size: 16px;
  color: #356535;
}

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

/*********************************************
1.0 - General
*********************************************/

/* Hide objects on mobile */
.hide-on-mobile {
  visibility: hidden;
  display: none;
}
.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li.hide-on-mobile {
  visibility: hidden;
  display: none;
}
.desktoplogo {
  visibility: hidden;
  display: none;
}

body.current_staff h5.h5bg {visibility: hidden;
display: none;}

.small-logo-text a {
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  color: rgba(15,90,46,1.0);
  font-size: 34px;
  font-weight: 900;
  letter-spacing: 0px;
  text-shadow: -1px -1px 3px rgba(0,0,0,0.4), 1px 1px 3px rgba(0,0,0,0.4);
  -webkit-text-stroke: 1px #fff;
}

.small-logo-text a:hover, .small-logo-text a:focus {
  border-bottom: 0px;
  text-decoration: none;
}

.small-logo-text a img.mobile-logo-boy {
  position: relative;
  display: inline;;
  max-height: 46px;
  width: auto;
  margin: 0 10px 0 0;
  top:-3px;/*
  -webkit-filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));
  filter: drop-shadow(0px 0px 4px rgba(0,0,0,0.6));*/
}

[data-aos-delay] {
    transition-delay: 0s !important;
}


/*********************************************
2.0 - Top Navigation
*********************************************/
.headtoppart {
  visibility: hidden;
  display: none;
}
.wsmainfull {
  height: 0px;
}

.wsactive .wsmenucontainer {
  margin-left: 0px;
}

.wsmenu > .wsmenu-list {
  display: block;
  float: left;
}

.wsmenu > .wsmenu-list > li > .wsmenu-click {
  z-index: 999999;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu {
  padding: 14px 5px 14px 5px;
  background: #000;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li:last-child a {
  border-bottom: 1px solid #3d3f4c;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a {
  padding: 8px 0px;
  line-height: 20px;
  font-size: 14px;
}

.wsmenu > .wsmenu-list > li > .wsmegamenu .link-list li a.bigger-font {
  padding: 8px 0px;
  line-height: 20px;
  font-size: 14px;
}

.wsmobileheader {
  position: fixed;
  display: block;
  background-color: #f8f8f8;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .2);
  border-bottom: 2px solid rgba(53,101,53,0.75);
}

/* Mobile Navi 300px instead of 240px */
.wsactive .wsmobileheader {margin-left: 300px;}
.wsmenu > .wsmenu-list {width: 300px; margin-left: -300px;}
.overlapblackbg {width: calc(100% - 300px);}


.wsmenu > .wsmenu-list > li > a.only-option-mobile {
    visibility: visible;
    display: block;
    font-size: 14px;
}


.wsmenu > .wsmenu-list > li.first-option-mobile > a {
  background: rgba(51,102,53,0.5);
  color: #fff;
}

.wsmenu > .wsmenu-list > li.second-option-mobile > a {
    background: rgba(51,102,53,0.5);
  color: #fff;
}

.wsmenu > .wsmenu-list > li.third-option-mobile > a {
  background: rgba(51,102,53,0.5);
  color: #fff;
}

.wsmenu > .wsmenu-list > li.fourth-option-mobile > a {
  background: rgba(51,102,53,0.5);
  color: #fff;
}

.wsmenu > .wsmenu-list > li > .wsmenu-click > i::before {
  border-color: rgb(255, 255, 255);
}

/* COLORS
RED    990000 background: rgba(169,69,69,0.3);
GREEN  336633 background: rgba(51,102,53,0.3);
BLUE   336699 background: rgba(51,102,153,0.3);
YELLOW cccc33 background: rgba(204,204,51,0.3);
*/

/*********************************************
!!! TEMP HIDE MOBILE AND SHOW DESKTOP
*********************************************/
/*
.temp-hide-on-mobile {
    visibility: hidden;
    display: none;
}
.temp-show-on-mobile {
    visibility: visible;
    display: block;
    position: relative;
    text-align: center;
    padding: 20px 0 0 0;
}
*/
.hide-show-on-desktop {
  visibility: hidden;
  display: none;
}
.hide-show-on-mobile {
    visibility: visible;
    display: block;
}

.hidden_br {
  visibility: hidden;
  display: none;
}


/*********************************************
3.0 - Homepage Header Video
*********************************************/
header {
  position: relative;
  display: block;
  top: 48px;
  height: auto;
  min-height: auto;
}

header video {
  position: relative;
  top: 6px;
  left:0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  transform: none;
  object-fit: contain;
}

.black-gradient-hp-outer {
  visibility: hidden;
  display: none;
}

.da-home-page-text {
  visibility: hidden;
  display: none;
}

/*********************************************
4.0 - Footer
*********************************************/
.main-footer-section a img.aca-logo {
  max-width: 80px;
}
.main-footer-section a img.licaps-logo {
  max-width: 80px;
}
.main-footer-section a img.nyscda-logo {
  max-width: 50px;
}


/*********************************************
5.0 - Interior Content Area
*********************************************/

body.interior-pages .interior-content-area {
  padding: 30px 0px;
}

body.interior-pages .interior-header-images {
  border-bottom: 1px solid rgba(53,101,53,1.0);
  min-height: 250px;
  max-height: 250px;
  top: 50px;
}

.interior-small-navigation-outer {
  visibility: hidden;
  display: none;
}



}






@media (max-width: 767.98px) {

/*********************************************
1.0 - General
*********************************************/


/*********************************************
2.0 - Top Navigation
*********************************************/
.wsactive .wsmenu {
  position: fixed;
  display: block;
  min-height: 100vh !important;
  background: #5d6069;
  z-index: 999999999;
}

/*********************************************
3.0 - Homepage Video Section
*********************************************/
.da-home-page-text h4.homepage-h4-text {
  font-size: 24px;
  font-family: 'Lato', sans-serif;
}

.da-home-page-text h2.homepage-h2-text {
  font-size: 32px;
  letter-spacing: 0px;
  line-height: 40px;
}

.da-home-page-text h3.homepage-h3-text {
  font-size: 22px;
  line-height: 32px;
}

body.home_page .hppopup {
  visibility: hidden;
  display: none;
}

/*********************************************
4.0 - Homepage Popular Section
*********************************************/
h1.h1-homepage span.h1-homepage-first-line {
  font-size: 20px;
  letter-spacing: 1px;
}

h1.h1-homepage span.h1-homepage-second-line {
  font-size: 30px;
  line-height: 38px;
}

/*********************************************
5.0 - Homepage Age Programs Section
*********************************************/
h2.age-programs-title {
  font-size: 30px;
}
span.age-programs-lato {
  font-size: 40px;
  letter-spacing: 0px;
}
.hp-programs-card h4.card-title {
    font-family: 'Lato', sans-serif;
    font-size: 22px;
}

/*********************************************
6.0 - Homepage About Us Section
*********************************************/
.about-hp-section .about-section-background-img {
    background: url("../images/homepage/about-img-02.jpg");
    background-position: center center;
    background-size: cover;
}
.about-hp-section h2.about-hp-title {
  font-size: 26px;
  line-height: 36px;
}


/*********************************************
7.0 - Footer
*********************************************/
.main-footer-section {
  text-align: center;
}

.text-xs-center {
  display: contents;
}

.text-xs-center a {
  text-decoration: none;
  border-bottom: 0px;
}

/*********************************************
8.0 - Interior Content Area
*********************************************/

body.interior-pages .interior-header-images {
  top:50px;
}

img.image-align-left {
  min-width: 100%;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}

img.image-align-right {
  min-width: 100%;
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}

body.interior-pages .interior-content-area h1.h1-interior span.h1-interior-first-line-bg {
    font-size: 16px;
    letter-spacing: 0px;
}

body.interior-pages .interior-content-area h1.h1-interior span.h1-interior-second-line {
  font-size: 26px;
  line-height: 36px;
  letter-spacing: 1px;
}

body.interior-pages .interior-header-images {
  border-bottom: 1px solid rgba(53,101,53,1.0);
  min-height: 150px;
  max-height: 150px;
  top: 50px;
}

/*********************************************
8.1 - Videos Page
*********************************************/
.card-crest-video-interior {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%
  float: none;
  margin: 20px 0 30px 0px;
}


/*********************************************
9.0 - Tables
*********************************************/
.table-schedule {
  font-size: 14px;
}

.cell-schedule {
  padding: 3px 6px;
  line-break: auto;
}


/*********************************************
10.0 - WordPress
*********************************************/
.post-item img.alignleft {
  min-width: 100%;
}


}




/*********************************************
10.1 - Calendar
*********************************************/
.elementor-8474 .elementor-element.elementor-element-0951aad .ha-ec-wrapper * :not(i), .elementor-8474 .elementor-element.elementor-element-0951aad .ha-ec-popup-wrapper * :not(i) {
    font-family: "Lato", Sans-serif;
    font-size: small;
}

.ha-ec-popup-body-wrap {
    width: 100% !important;}



}
