
/* ----- MAIN DIV CONTAINING CAROUSEL ----- */
.carousel_main {
  width: 960px;
  height: 350px;
  margin: 0px;
  padding: 0px;
  position: relative;
}

/* ----- SECOND WRAPPING DIV (JUST IN CASE IT'S NEEDED ----- */
.carousel_holder {
  width: 960px;
  height: 350px;
  margin: 0px;
  padding: 0px;
  position: relative;
}

/* ----- DIVS CONTAINING EACH CAROUSEL ITEM ----- */
.carousel_item {
  width: 960px;
  height: 350px;
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ----- LINK SURROUNDING CAROUSEL IMAGE (ONLY PRESENT IF URL IS SET) ----- */
.carousel_item_link {
}

/* ----- LARGE CAROUSEL IMAGE ----- */
.carousel_pic {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 960px;
  height: 350px;
  overflow: hidden;
}

/* ----- DIV CONTAINING TEXT CONTENT FOR CAROUSEL ITEM ----- */
.carousel_text {
  width: 100%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 0px;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

/* ----- TITLE OF CAROUSEL ITEM ----- */
.carousel_title {
  font-family: 'Helvetica', sans-serif;
  font-style: normal;
    font-weight: 400;
  color: #b1c5d8;
  font-size: 24px;
  line-height:1;
  margin: 0px;
  display: block;
  width: 100%;
  padding-left: 20px;
  margin-top: 20px;
}

/* ----- DESCRIPTION OF CAROUSEL ITEM ----- */
.carousel_desc  {
  font-family: 'Helvetica', sans-serif;
  font-style: normal;
    font-weight: 400;
  color: #454545;
  font-size: 13px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
  height: auto;
}

/* ----- LINK INSIDE OF DESCRIPTION (ONLY PRESENT IF URL IS SET) ----- */
.more_link {
  color: #b1c5d8;
  font-size: 13px;
  text-align: left;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  display: block;
  line-height: 1;
}

a.more_link {
  font-size: 16px;
  color: #b1c5d8;
  text-decoration: none;
  padding-right: 0px;
  padding-left: 20px;
  display: block;
}

a.more_link:hover {
  text-decoration: underline;
  color: #7E9FBF;
}


/* ----- DIV CONTAINING THUMBNAIL IMAGES ----- */
.carousel_thumbnails {
  width: auto;
  height: 15px;
  position: absolute; 
  bottom: 10px; 
  right: 10px;
  z-index: 10;
}

/* ----- DIV SURROUNDING EACH THUMBNAIL ----- */
.carousel_thmb_holder {
  width: 15px; 
  height: 15px; 
  overflow: hidden; 
  float: left; 
  z-index: 25;
  margin-right: 7px;
}

.carousel_main img,
.carousel_text,
.carousel_main a, 
a.thmb_link:hover {
    filter: inherit;
}

.thmb_1 a, .thmb_2 a, .thmb_3 a, .thmb_4 a, .thmb_5 a, .thmb_6 a, .thmb_7 a, .thmb_8 a, .thmb_9 a, .thmb_10 a, .thmb_11 a, .thmb_12 a, .thmb_13 a, .thmb_14 a, .thmb_15 a, .thmb_16 a, .thmb_17 a, .thmb_18 a, .thmb_19 a, .thmb_20 a {
#  background-image: url(/site/1/template/Pathfinder/pathfinder_carouselThmb.png);
  background-repeat: no-repeat;
  background-position: -15px top;
}

/* ----- LINK SURROUNDING EACH THUMBNAIL IMAGE ----- */
a.thmb_link {
  width: 15px;
  height: 15px;
  display: block;
  z-index: 25;
  border: 0px;
}
a.thmb_link:hover {
  background-position:left top;
  background-repeat: no-repeat;
}

/* ----- THUMBNAIL IMAGES ----- */
.carousel_thmb {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  left: 0px;
}

/* ----- SPAN USED TO GO TO PREVIOUS CAROUSEL ITEM ----- */
.btn_prev {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 128px;
  left: 0px;
  cursor: pointer;
  z-index: 100;
#  background-image: url(/site/1/template/Pathfinder/carouselPrvBtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: none;
}

/* ----- SPAN USED TO GO TO NEXT CAROUSEL ITEM ----- */
.btn_next {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 128px;
  right: 0px; 
  cursor: pointer;
  z-index: 100;
#  background-image: url(/site/1/template/Pathfinder/carouselNxtBtn.png);
  background-repeat: no-repeat;
  background-position: center top;
  display: none;
}

/* 960px or less */

@media screen and (max-width: 960px) {
  
/* ----- MAIN DIV CONTAINING CAROUSEL ----- */
.carousel_main {
  width: 100%;
  max-width: 100%;
  height: 0;
    padding-bottom: 36.458333%; /* height/width * 100 */
}

/* ----- SECOND WRAPPING DIV (JUST IN CASE IT'S NEEDED ----- */
.carousel_holder {
  width: 100%;
    height: 100%;
  padding-top: 36.458333%;
}

/* ----- DIVS CONTAINING EACH CAROUSEL ITEM ----- */
.carousel_item {
  width: 100%;
  height: 100%;
}

/* ----- LARGE CAROUSEL IMAGE ----- */
.carousel_pic {
  width: 100%;
  height: auto;
}

/* ----- DIV CONTAINING TEXT CONTENT FOR CAROUSEL ITEM ----- */
.carousel_text {
  
}

.carousel_thumbnails {
  
}

.carousel_title {
  

}

.carousel_desc  {
  
}

.more_link {
  
}

a.more_link {
  
}




}

/* 800px or less */

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

  
}


/* 767px or less */

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

  
}

/* 650px or less */

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




}


/* 479px or less */

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


}


/* 320px or less */

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


}

/* 240px or less */

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



}
