/* experience.css */
.wide-col a {
  color: #0066B2;
}
h2, .h2, .wide-col h3, .wide-col .h3 {
  color: #0066B2;
}
#pageTitle h1 {
  color: #0066B2;
}
.callOutBoxes_wrapper {
  background: #3E464C;
  padding: 0 30px 15px 20px !important
}
.callOutBox .callOutBox_arrow {
  background-position: -170px -80px;
}
.callOutBox p {
  color: #CED2D4;
}
.sectionVideos_wrapper {
  background: #3E464C;
  padding: 30px 30px 15px 20px;
}

#efcst_carouselWrapper {
  height: 190px;
  margin-bottom: 16px;
}
#efcsb_carouselWrapper {
  height: 126px;
}
#efcst_carouselWrapper, #efcsb_carouselWrapper {
  clear: both;
  padding: 0 18px;
}
.jcarousel-prev-horizontal {
  background: #D1D1D1 url("../../images/prev-horizontal.png") no-repeat center;
  cursor: pointer;
  left: 0;
  position: absolute;
  top: 0;
  width: 9px;
}
.jcarousel-next-horizontal {
  background: #D1D1D1 url("../../images/next-horizontal.png") no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}
.jcarousel-list li .efcst_cs_wrapper  {
  padding: 30px;
}
.jcarousel-list li .efcsb_cs_wrapper {
  height: 96px;
  padding: 15px;
}
table.efcsb_cs_summary_wrap {
  height: 100%;
}
table.efcsb_cs_summary_wrap .efcsb_cs_summary {
  vertical-align: middle;
}

#efcst_carouselWrapper .jcarousel-prev-horizontal {
  height: 190px;
}
#efcst_carouselWrapper .jcarousel-next-horizontal {
  height: 190px;
}
#efcst_carouselWrapper ul {
  padding: 0;
}
#efcst_carouselWrapper .jcarousel-clip {
  height: 190px;
  margin: 0;
  padding: 0;
  width: 632px;
}
#efcst_carouselWrapper .jcarousel-item {
  height: 190px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 632px;
}
.efcst_cs_wrap {
  background: #6B6B6B !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
  height: 190px;
}
.efcst_title, .efcst_title a {
  color: #FBC92C;
  font-size: 18px;
}
.efcst_cs_thumbnail {
  padding-right: 30px;
}

#efcsb_carouselWrapper .jcarousel-prev-horizontal {
  height: 126px;
}
#efcsb_carouselWrapper .jcarousel-next-horizontal {
  height: 126px;
}
#efcsb_carouselWrapper ul {
  padding: 0;
}
#efcsb_carouselWrapper .jcarousel-clip {
  height: 126px;
  margin: 0;
  padding: 0;
  width: 632px;
}
#efcsb_carouselWrapper .jcarousel-item {
  height: 126px;
  margin: 0 16px 0 0;
  padding: 0;
  width: 632px;
}
.efcsb_cs_wrap {
  background: #6B6B6B !important;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; /* future proofing */
  -khtml-border-radius: 3px; /* for old Konqueror browsers */
  height: 126px;
  width: 308px;
  float: left;
}
.efcsb_cs_wrap.col1 {
  margin-right: 16px;
}
.efcsb_cs_wrap.col1 .efcsb_title, .efcsb_cs_wrap.col1 .efcsb_title a {
  color: #CDAECC;
}
.efcsb_cs_wrap.col2 .efcsb_title, .efcsb_cs_wrap.col2 .efcsb_title a {
  color: #90FFFF;
}
.efcsb_title, .efcsb_title a {
  color: #FBC92C;
  font-size: 18px;
}
.pageArrow {
  background-position: -200px 0;
}