body {
  font-family: 'Open Sans', sans-serif; }

a:hover {
  text-decoration: none; }

.container {
  padding-left: 0;
  padding-right: 0; }

@media only screen and (min-width: 768px) {
  .container {
    padding-left: 15px;
    padding-right: 15px; } }
.top-header {
  background: #4e0c00;
  padding: 7px 0; }
  .top-header a {
    color: #fac000;
    font-size: 1.1em; }
.top-header .col-md-12 {
  z-index: 1111;
}
.social-icons {
  float: right; }
  .social-icons a {
    background: #f7b40a;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    margin: 0 10px; }
    .social-icons a i {
      color: #4e0c00;
      font-size: 0.8em; }

.navbar-toggle {
  background: transparent;
  border: 0; }
  .navbar-toggle .icon-bar {
    background-color: #4e0c00 !important;
    height: 3px; }
  .navbar-toggle:hover {
    background: transparent; }
  .navbar-toggle:focus {
    background: transparent; }

.menubar {
  margin-bottom: 0;
  border-radius: 0;
  background: rgba(250, 192, 0, 0.9);
  border: 1px solid #fac000; }
  @media only screen and (min-width: 768px) {
    .menubar {
      position: absolute;
      z-index: 1;
      left: 0;
      right: 0; } }

.js-navbar-collapse {
  padding-left: 0;
  padding-right: 0;
  border-color: #4e0c00 !important; }

.navbar-nav {
  padding-top: 40px;
  padding-bottom: 40px;
  float: none;
  width: 1170px;
  margin: 0px auto;
  max-width: 100%; }
  .navbar-nav li {
    padding: 0; }

.full-width {
  background: #690f00; }

.navbar-nav > li > .dropdown-menu {
  padding: 40px 85px;
  background-color: #630f00 !important; }

.navbar-default .navbar-nav > li > a {
  color: #9f1800;
  font-size: 1.3em;
  text-shadow: 0 1px 0 rgba(159, 24, 0, 0.5); }
  @media only screen and (min-width: 768px) {
    .navbar-default .navbar-nav > li > a {
      padding: 5px;
      font-size: 1em; } }
  @media only screen and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
      font-size: 1.3em; } }

.mega-dropdown {
  position: static !important; }
  .mega-dropdown a.dropdown-toggle:hover {
    background-color: transparent;
    border-color: transparent;
    color: #9f1800 !important; }
  .mega-dropdown a.dropdown-toggle:focus {
    background: transparent;
    border-color: transparent;
    color: #9f1800 !important; }

.mega-dropdown-menu {
  padding: 20px 0px;
  max-width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none; }

.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0; }

.mega-dropdown-menu > li > ul > li {
  list-style: none; }

.mega-dropdown-menu > li > ul > li > a {
  display: block;
  clear: both;
  line-height: 30px;
  color: #fac000;
  white-space: normal;
  font-size: 1.3em; }

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #fac000;
  background-color: transparent; }

.mega-dropdown-menu .dropdown-header {
  color: #fff;
  font-size: 20px;
  padding: 5px 0 !important; }

.dropdown-sub-text {
  color: #999;
  margin-bottom: 25px; }

.para {
  color: #fff;
  margin-top: 15px;
  font-size: 1.1em;
  line-height: 18px;
  font-weight: 300; }

.mega-dropdown-menu form {
  margin: 3px 20px; }

.mega-dropdown-menu .form-group {
  margin-bottom: 3px; }

.mega-dropdown a i {
  margin-top: 5px; }
  @media only screen and (min-width: 992px) {
    .mega-dropdown a i {
      margin-top: 0px;
      margin-right: 20px; } }

.logo-brand {
  position: absolute !important;
  top: -25px;
  z-index: 1000; }
  .logo-brand img {
    width: 100px;
    margin: 0px auto; }
  @media only screen and (min-width: 768px) {
    .logo-brand {
      top: -70px;
      width: 100%; }
      .logo-brand img {
        width: 160px; } }
  @media only screen and (min-width: 992px) {
    .logo-brand {
      text-outline: -75pxpx; } }

.marginRight {
  margin-right: 5px; }
  @media only screen and (min-width: 768px) {
    .marginRight {
      margin-right: 50px; } }

/*slider*/
.slider .carousel-inner > .item > img, .slider .carousel-inner > .item > a > img {
  display: block;
  height: 500px;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  line-height: 1; }
  @media only screen and (min-width: 768px) {
    .slider .carousel-inner > .item > img, .slider .carousel-inner > .item > a > img {
      height: 600px; } }
  @media only screen and (min-width: 992px) {
    .slider .carousel-inner > .item > img, .slider .carousel-inner > .item > a > img {
      height: 670px; } }
.slider .carousel-caption {
  left: 10%;
  top: 5%;
  text-align: left; }
  .slider .carousel-caption h2 {
    font-size: 2.5em;
    text-align: center;
    font-family: 'Raleway', sans-serif; }
  .slider .carousel-caption p {
    font-size: 1.5em;
    line-height: 30px; }
  @media only screen and (min-width: 768px) {
    .slider .carousel-caption {
      top: 25%; }
      .slider .carousel-caption h2 {
        font-size: 4em;
        text-align: left; }
      .slider .carousel-caption p {
        width: 75%; } }
  @media only screen and (min-width: 992px) {
    .slider .carousel-caption {
      top: 35%; } }
.slider .carousel-indicators {
  bottom: 0px; }
  .slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    background-color: #fff;
    border: 1px solid #fff;
    margin: 0 10px; }
    .slider .carousel-indicators li.active {
      background-color: #fac000;
      border: 1px solid #fac000; }

a.learn-btn {
  background: #fac000;
  border: 1px solid #fac000;
  width: 250px;
  border-radius: 20px;
  padding: 10px;
  display: inline-block;
  font-size: 1.2em;
  letter-spacing: 2px;
  color: #584400 !important;
  text-align: center;
  text-transform: uppercase;
  max-width: 100%;
  margin-top: 20px; }
  a.learn-btn:hover {
    background: #fac000;
    border: 1px solid #fac000;
    color: #584400;
    text-decoration: none; }
  a.learn-btn:focus {
    background: #fac000;
    border: 1px solid #fac000;
    color: #584400; }
  a.learn-btn:focus:active {
    background: #fac000;
    border: 1px solid #fac000;
    color: #584400; }

.banner-content {
  position: relative; }
  .banner-content > div {
    padding: 0; }

.welcome-row {
  padding-top: 20px;
  padding-bottom: 20px; }
  .welcome-row p {
    font-size: 1.2em;
    line-height: 35px;
    margin-top: 40px;
    color: #585859; }
  .welcome-row img {
    width: 100%; }
  @media only screen and (min-width: 768px) {
    .welcome-row p {
      margin-top: 0px; }
    .welcome-row img.welcome-banner2 {
      width: 45%;
      margin: 0px auto; } }
  @media only screen and (min-width: 992px) {
    .welcome-row img.welcome-banner2 {
      width: 45%;
      margin: 0px auto; } }

.yellow-bg {
  background: #fac000;
  width: 100%;
  height: 20px; }

/*camp-works slider*/
.carousel-indicators img {
  width: 250px; }

/* Main carousel style */
.article-slide {
  width: 100%; }

.cont-slider img {
  width: 100%;
  height: 400px; }

/* Indicators list style */
.article-slide .carousel-indicators {
  bottom: -85px;
  left: 0;
  margin-left: 3px;
  width: 100%; }
  @media only screen and (min-width: 360px) {
    .article-slide .carousel-indicators {
      margin-left: 5px; } }
  @media only screen and (min-width: 768px) {
    .article-slide .carousel-indicators {
      margin-left: 10px;
      bottom: -110px; } }
  @media only screen and (min-width: 992px) {
    .article-slide .carousel-indicators {
      margin-left: 10px;
      bottom: -25%; } }

/* Indicators list style */
.article-slide .carousel-indicators li {
  border: medium none;
  border-radius: 0;
  float: left;
  height: 50px;
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 5px !important;
  margin-top: 0;
  width: 60px; }
  @media only screen and (min-width: 360px) {
    .article-slide .carousel-indicators li {
      width: 70px; } }
  @media only screen and (min-width: 768px) {
    .article-slide .carousel-indicators li {
      width: 170px;
      height: 85px; } }
  @media only screen and (min-width: 992px) {
    .article-slide .carousel-indicators li {
      width: 130px;
      height: 60px; } }

/* Indicators images style */
.article-slide .carousel-indicators img {
  border: 2px solid #FFFFFF;
  float: left;
  height: 50px;
  left: 0;
  width: 60px; }
  @media only screen and (min-width: 360px) {
    .article-slide .carousel-indicators img {
      width: 70px; } }
  @media only screen and (min-width: 768px) {
    .article-slide .carousel-indicators img {
      width: 170px;
      height: 85px; } }
  @media only screen and (min-width: 992px) {
    .article-slide .carousel-indicators img {
      width: 130px;
      height: 75px; } }

/* Indicators active image style */
.article-slide .carousel-indicators .active img {
  border: 2px solid #428BCA;
  opacity: 0.7; }

.grey-bg {
  background: #f7f7f7;
  padding-top: 25px;
  padding-bottom: 25px; }

.title {
  color: #ce1f00;
  font-size: 26px; }
  @media only screen and (min-width: 992px) {
    .title {
      margin-top: 5%; } }

.divider {
  background: #ce1f00;
  height: 3px;
  width: 90px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .divider.divider-center {
    margin: 0px auto; }

/*footer css*/
.footer-row {
  background: #ffedb0;
  padding-top: 30px;
  padding-bottom: 30px; }
  .footer-row .heading-top-border {
    background: #fac000;
    height: 3px; }
  .footer-row img {
    width: 130px; }
  .footer-row a {
    display: block;
    line-height: 30px;
    color: #ce1f00; }
  .footer-row h4 {
    color: #531305;
    font-weight: 600; }
  .footer-row p {
    color: #531305;
    font-weight: 500; }
  .footer-row h5 {
    color: #4e0c00;
    text-transform: uppercase; }

.copy-row {
  background: #4e0c00;
  padding-top: 20px;
  padding-bottom: 20px; }
  .copy-row p {
    margin-bottom: 0;
    color: #fac000;
    font-size: 0.9em; }

/*staff page css*/
.staff-banner-content {
  background: url("../images/Staff-photo.png") no-repeat;
  background-size: cover;
  height: 500px;
  background-position: 50% 50%; }
  @media only screen and (min-width: 768px) {
    .staff-banner-content {
      height: 350px; } }
  .staff-banner-content .menubar {
    position: relative; }

.staff-header {
  position: relative;
  top: 0px;
  color: #fff; }
  .staff-header h1 {
    font-size: 47px;
    font-weight:bold;
    color:white;
    letter-spacing: -1px;
    text-shadow: 2px 4px 0 rgba(0, 0, 0, 0.7); }
  .staff-header p {
    font-size: 22px;
    width: 55%;
    margin: 0px auto;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.7); }
  @media only screen and (min-width: 768px) {
    .staff-header {
      top: 25px; } }
  @media only screen and (min-width: 992px) {
    .staff-header {
      top: 35px; } }

.gallery-title {
  font-size: 36px;
  color: #42B32F;
  text-align: center;
  font-weight: 500;
  margin-bottom: 70px; }

.gallery-title:after {
  content: "";
  position: absolute;
  width: 7.5%;
  left: 46.5%;
  height: 45px;
  border-bottom: 1px solid #5e5e5e; }

.filter-button {
  font-size: 14px;
  text-align: center;
  margin-bottom: 20px;
  background: transparent;
  padding: 5px 15px;
  border: 0; }
  .filter-button.active {
    background-color: #e1e1e1;
    border-radius: 15px; }
  .filter-button:hover {
    background-color: #e1e1e1;
    border-radius: 15px; }

.btn-default:active .filter-button:active {
  background-color: #42B32F;
  color: white; }

.port-image {
  width: 100%; }

.gallery_product {
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 20px;
  min-height: 700px;
  background: #fff; }
  .gallery_product img {
    width: 150px;
    margin: 0px auto;
    height: 150px; }
  .gallery_product h3 {
    font-size: 20px;
    color: #000;
    font-weight: 500; }
  .gallery_product h5 {
    color: #d43c20;
    font-weight: 500;
    font-size: 16px; }
  .gallery_product p {
    color: #949494;
    font-size: 15px;
    line-height: 20px; }
  @media only screen and (min-width: 768px) {
    .gallery_product img {
      width: 200px;
      height: 200px; } }

.width-small {
  width: 200px !important;
  margin-top: 20px;
  text-transform: capitalize !important;
  letter-spacing: 0 !important; }

.register-row {
  background: #fac000;
  padding: 15px 0; }
  .register-row h3 {
    color: #551300; }
  .register-row p {
    color: #3a3116;
    font-size: 16px; }
  .register-row .red-btn {
    background: #ce1f00;
    border: 1px solid #ce1f00;
    color: #fff !important;
    text-transform: capitalize !important;
    letter-spacing: 0px !important; }
    .register-row .red-btn:hover {
      background: #ce1f00;
      border: 1px solid #ce1f00;
      color: #fff !important; }
    .register-row .red-btn:focus {
      background: #ce1f00;
      border: 1px solid #ce1f00;
      color: #fff !important; }
  @media only screen and (min-width: 768px) {
    .register-row .flex {
      display: flex;
      align-items: center; } }

/*camp photos css*/
.photos-banner-content {
  background: url("../images/Camp-photo.png") no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .photos-banner-content {
      height: 350px; } }
  .photos-banner-content .menubar {
    position: relative; }

.photos-product {
  margin-bottom: 30px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  text-align: left;
  background: #fff; }
  .photos-product img {
    width: 100%;
    height: 200px; }
  .photos-product h3 {
    font-size: 21px;
    padding: 0 15px;
    color: #000;
    margin-bottom: 0; }
  .photos-product h5 {
    color: #d43c20;
    font-weight: 500;
    font-size: 16px;
    padding: 0 15px;
    margin-top: 0; }
  .photos-product p {
    color: grey;
    font-size: 15px;
    padding: 0 15px; }
  @media only screen and (min-width: 360px) {
    .photos-product img {
      height: 230px; } }
  @media only screen and (min-width: 768px) {
    .photos-product img {
      height: 300px; } }

/*mission-statemnt css*/
.mission-points {
  font-size: 1.25em;
  line-height: 30px; }

.mission-banner-content {
  background: url("../images/calendar.png") no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .mission-banner-content {
      height: 350px; } }

/*testimonials*/
.sidebar-resources-categories {
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 14px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 3px;
  padding-bottom: 30px;
  color: #949494;
  line-height: 18px; }

.sidebar-resources-categories::after {
  content: '';
  position: absolute;
  left: 6%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 15px solid #fff;
  clear: both; }

.text-content {
  display: flex;
  align-items: center; }
  .text-content img {
    width: 60px;
    margin-right: 20px; }
  .text-content .details h4 {
    margin: 5px 0;
    color: #000; }
  .text-content .details h5 {
    margin: 0;
    color: #ce1f00;
    font-size: 16px; }

.testimonial-banner-content {
  background: url("../images/testimonial.png") no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .testimonial-banner-content {
      height: 350px; } }

.testimonial-inner > div {
  margin-bottom: 40px; }

/*calendar page css*/
.calendar-cards {
  text-align: center; }
  .calendar-cards img {
    height: 250px; }
  .calendar-cards h3, .calendar-cards p {
    text-align: center; }
  .calendar-cards a.calendar-btn {
    width: 250px;
    border-radius: 20px;
    padding: 10px;
    display: inline-block;
    font-size: 1.2em;
    letter-spacing: 2px;
    text-align: center;
    text-transform: uppercase;
    max-width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
    .calendar-cards a.calendar-btn:hover {
      text-decoration: none; }
    .calendar-cards a.calendar-btn.yellow-btn {
      background: #fac000;
      border: 1px solid #fac000;
      color: #584400 !important; }
    .calendar-cards a.calendar-btn.red-btn {
      background: #ce1f00;
      border: 1px solid #ce1f00;
      color: #fff; }
    .calendar-cards a.calendar-btn.brown-btn {
      background: #4e0c00;
      border: 1px solid #4e0c00;
      color: #fff; }

/*contact page css*/
.contact-inner {
  width: 85%;
  margin: 0px auto; }
  .contact-inner input, .contact-inner textarea {
    border: 1px solid #000;
    border-radius: 0; }
  .contact-inner input {
    height: 4.5rem; }
  .contact-inner h3 {
    color: #5d5d5d;
    margin-bottom: 30px; }

.contact-send {
  text-transform: capitalize !important;
  letter-spacing: 0px !important; }

.contact-banner-content {
  background: url("../images/contact-banner.png") no-repeat;
  background-size: cover;
  height: 500px;
  background-position: center; }
  @media only screen and (min-width: 768px) {
    .contact-banner-content {
      height: 350px; } }

.contact-text {
  display: flex; }
  .contact-text i {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.4em;
    color: #fac000; }

.calendar-text {
  margin-top: 15px; }

.calendar-table {
  border: 2px solid #68bef9;
  width: 96%;
  margin: 0px auto;
  margin-bottom: 20px;
  margin-top: 20px; }
  .calendar-table tr.heading-row {
    background: #fac000 !important; }
    .calendar-table tr.heading-row th {
      color: #4e0c00;
      letter-spacing: 1px; }
  .calendar-table tr:nth-child(even) {
    background: #fff; }
  .calendar-table td {
    padding: 15px 8px !important;
    color: #595959; }
    .calendar-table td.red {
      color: #d0270a;
      font-size: 0.95em; }

.calendar-nav li.active a {
  border: 0px !important;
  border-bottom: 8px solid #fac000 !important;
  background: transparent !important;
  position: relative; }
.calendar-nav .tab-content {
  background: #f7f7f7; }

body.page-node-39 .calendar-cards li {
  color: white;
}
body.page-node-39 .calendar-cards ul {
  background: rgba(0,0,0,0.5);
  padding: 10px;
}
.bus-wrapper {
  border: 1px solid #c0c0c0;
  padding: 3px;
  background: white;
  margin-bottom: 20px;
}
.bus-wrapper img {
  width: 100%;
  height: auto;
}
.bus-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 7px;
}
.bus-description {
  padding: 10px;
}

#node-88 table:nth-child(2),
#node-88 table:nth-child(4) {
  width: 100% !important;
  border: 1px solid #e8e8e8 !important;
}
#node-88 table:nth-child(2) td
#node-88 table:nth-child(4) td, {
  border: 0px !important;
}
#node-88 table:nth-child(2) > tbody > tr:nth-child(1) td p {
  padding: 0px;
  margin: 0px;
}
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(1) {
  padding-left: 10px !important;
}
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(1) p {
  display: inline-block !important;
}
#node-88 table:nth-child(2) > tbody > tr:nth-child(even) td {
  background: white !important;
}
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(2),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(3),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(4),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(5),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(6),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(7),
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(8) {
  text-align: center !important;
  padding: 8px !important;
  font-size: 10px !important;
}
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(2) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(3) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(4) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(5) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(6) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(7) p,
#node-88 table:nth-child(2) > tbody > tr > td:nth-child(8) p {
  padding: 0px !important;
  margin: 0px !important;
}
#node-88 table:nth-child(2) > tbody > tr:nth-child(1) td,
#node-88 table:nth-child(4) > tbody > tr:nth-child(1) td {
  background-color: #FAC000 !important;
  padding: 3px !important;
  font-size: 14px !important;
}

#node-88 table:nth-child(4) td {
  padding: 10px !important;
  background-color: white !important;
}

@media only screen and (max-width: 766px) {
  #navbar-desktop{
    display: none;
  }
  #navbar-mobile{
    display: block;
  }

  .mobile-drop-down{
    position: unset;
    height: auto !important;
    padding-bottom: 10px !important;
  }

  .menubar{
    background: rgba(250, 192, 0) !important;
    z-index: 9999 !important;
  }
}

@media only screen and (min-width: 767px) {
  #navbar-desktop{
    display: block;
  }
  #navbar-mobile{
    display: none;
  }
}

.notification-floating-wrapper {
  width: 1200px;
  max-width: 100%;
  position: absolute;
  top: 125px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.notification-floating {
  background: rgba(255,255,255, 0.8);
  font-size: 14px;
  width: 300px;
  border-radius: 8px;
  padding: 18px;
  position: absolute;
  right: 100px;
  top: 0px;
}
.notifications-mobile {
  background: #fac000;
  padding: 10px;
  padding: 1;
  border-radius: 8px;
  margin-top: 10px;
  border: 3px solid yellow;
}

/*# sourceMappingURL=style.css.map */
