/*BC accordion styles */

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #D8CBAB;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
    -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  background: #E3DDCB;
  font-size: 12px;
}
.accordion-heading a.accordion-toggle, .accordion-heading a.accordion-toggle:visited{
  text-decoration: none !important;
}

/*.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus {
background: #ffffff;

}*/
.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #D8CBAB;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}


a .fa.fa-chevron-down {
font-size: 1em;
color: #C6B99D;
}

/* Neutral */
.neutral .accordion-group {
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    margin-bottom: 2px;
}
.neutral .accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #DDDDDD;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 8px 15px;
}
.neutral .accordion-inner {
    border-top: medium none;
    padding: 9px 15px;
}
.neutral a .fa.fa-chevron-down {
    color: #aaa;
    font-size: 1em;
}

/* Maroon */
.maroon .accordion-group {
    border: 1px solid #990000;
    border-radius: 4px;
    margin-bottom: 2px;
}
.maroon .accordion-heading .accordion-toggle {
    background: none repeat scroll 0 0 #990000;
    border-radius: 4px;
    display: block;
    font-size: 12px;
    padding: 8px 15px;
    color: #ffffff;
}
.maroon .accordion-inner {
    border-top: medium none;
    padding: 9px 15px;
}
.maroon a .fa.fa-chevron-down {
    color: ##C6B99D;
    font-size: 1em;
}
@media print {
   .collapse {
    height: 0;
    overflow: visible;
    position: relative;
    transition: height 0.35s ease 0s;
    height: auto;
}
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;
}
#header h1 {
    text-indent:0px;
}
#search, #tertiarymenu, #secondarymenu {
    display: none;
}
}


/*BC carousel styles */

 .carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a img {
  display: block;
  line-height: 1;
  margin: 0 !important;
  border: 0 !important;
  padding: 0 !important;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 43%;
  left: 15px;
  width: 30px;
  height: 30px;
  font-size: 33px;
  font-weight: 100;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background: none repeat scroll 0 0 #999999;
  border: 2px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
}

a.carousel-control, a.carousel-control:link,   a.carousel-control:visited,  a.carousel-control:active {
     background: none repeat scroll 0 0 #999999 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover, .carousel-control:focus, .carousel-control.bottom:hover, .carousel-control.bottom:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  /*padding: 5px 15px 15px;*/
  background: #333333;
  background: rgba(0, 0, 0, 0.65);
}

.carousel-caption h3, .carousel-caption h4,.carousel-caption h5{
   margin: 12px !important;
   color: #ffffff !important;
   font: normal 1.6em Arial,Verdana,sans-serif !important;
   letter-spacing: 0px !important;
   text-transform: capitalize !important;
   background: none !important;
   line-height: 15px !important;
}

.carousel-caption h5{
  font: normal 1.6em Georgia, Times, serif !important;
  text-transform: uppercase !important;
   letter-spacing: 1px !important;
}

.carousel-caption p  {
  line-height: 15px !important;
  color: #ffffff !important;
  font-size: 1.3em !important;
  text-shadow: 1px 1px 0 #000000 !important;
}

.carousel-caption h4 a, .carousel-caption p a {
  color: #B29D6C;
  text-decoration: none;
  border-bottom: 1px dotted #A59570;
}

.carousel-caption h4 a:hover, .carousel-caption p a:hover {
  border-bottom: 1px solid #B29D6C;
  color: #ffffff;
}
.carousel-caption p {
  margin: 10px 15px !important;
}


.carousel-caption.float {
  background: none repeat scroll 0 0 rgba(153, 2, 0, 0.75);
    bottom: 30px;
    left: 20px;
    position: absolute;
    right: 15%;
}

#bcbootstrapcarousel{
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffffff 1%, #f9f9f9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#ffffff), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffffff 1%,#f9f9f9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffffff 1%,#f9f9f9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-9 */
    height: auto;
    border-bottom: 1px solid #d1d2d4;
    box-shadow: 0px 3px 8px 0px #e7e7e7;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}


.carousel-control.bottom {
  position: absolute;
  top: 86%;
  left: 42%;
  width: 30px;
  height: 30px;
  font-size: 33px;
  font-weight: 100;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
  background: none repeat scroll 0 0 #999999;
  border: 2px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none !important;
  font-family: Arial, Helvetica, sans-serif;
}

a.carousel-control.bottom , a.carousel-control.bottom:link,   a.carousel-control.bottom:visited,  a.carousel-control.bottom:active {
     background: none repeat scroll 0 0 #999999 !important;
    color: #ffffff !important;
    text-decoration: none;
}

.carousel-control.right.bottom {
  right: 43%;
  left: auto;
}


/*BC tabs styles */

.nav {
    list-style: none outside none;
}


.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #D8CBAB;
}

.nav-tabs > li {
  margin-bottom: 5px !important;
  font-size: 12px !important;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
          text-decoration: none;         
  /*display: inline-block;*/         
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee none;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover {
  color: #333333;
  cursor: default;
  background-color: #EFEBE1;
  border: 1px solid #D8CBAB;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
  background-color: #0088cc;
  font-weight: bold;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li > a {
  margin-right: 0;
  display: block;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
  font-size: 1em;
}
.tabbable ul, .tabble ol{
padding: 0 0 0 10px;
margin: 0;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
    background: none repeat scroll 0 0 /*#EFEBE1*/transparent;
    overflow: auto;
    padding: 5px 0;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: inline;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #D8CBAB;
}

.tabs-below > .nav-tabs > li {
  margin-top: 5px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #EFEBE1;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover {
  border-color: #EFEBE1 #D8CBAB #D8CBAB #D8CBAB;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
  display: block;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #D8CBAB;
}

.tabs-left > .nav-tabs > li > a {
 margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover {
  border-color: #D8CBAB #D8CBAB #D8CBAB #D8CBAB; 
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover {
  border-color: #D8CBAB transparent #D8CBAB #D8CBAB;
  *border-right-color: #EFEBE1;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #D8CBAB;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover {
  border-color: #D8CBAB #D8CBAB #D8CBAB transparent;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover {
  border-color: #D8CBAB #D8CBAB #D8CBAB transparent;
  *border-left-color: #EFEBE1;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

/*Sub nav */
.subnav {
    background-color: #EEEEEE;
    background-image: -moz-linear-gradient(center top , #F5F5F5 0%, #EEEEEE 100%);
    background-repeat: repeat-x;
    border: 1px solid #E5E5E5;
    border-radius: 4px 4px 4px 4px;
    /*height: 36px;*/
    padding: 0 0 12px 0;
    width: 100%;
}

.subnav .nav {
    margin-bottom: 0;
}

.subnav ul.nav {
    padding: 0;
}

.subnav.subnav-fixed {
    border-color: #D5D5D5;
    border-radius: 0 0 0 0;
    border-width: 0 0 1px;
    box-shadow: 0 1px 0 #FFFFFF inset, 0 1px 5px rgba(0, 0, 0, 0.1);
    left: 0;
    position: fixed;
    right: 0;
    top: 40px;
    z-index: 1020;
}

.subnav.subnav-fixed .nav {
    margin: 0 auto;
    padding: 0 1px;
    width: 938px;
}

.bootstrapPageNav .subnav.subnav-fixed .nav {
    width: 1168px;
}


/* Neutral Tabs */


.tabbable .neutral {
  *zoom: 1;
  font-size: 1em;
}
 .neutral .tab-content {
  overflow: auto;
    background: none repeat scroll 0 0 #ffffff;
    overflow: auto;
    padding: 5px 10px;
}
 .neutral.tabs-below > .nav-tabs {
  border-top: 1px solid #cccccc;
  border-bottom: none;
}

 .neutral .tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

 .neutral.tabs-below > .nav-tabs > li > a:hover {
  border-top-color: #ffffff;
  border-bottom-color: transparent;
}

 .neutral.tabs-below > .nav-tabs > .active > a,
 .neutral.tabs-below > .nav-tabs > .active > a:hover {
  border-color: #ffffff #cccccc #cccccc #cccccc;
}

 .neutral.tabs-left > .nav-tabs {
  float: left;
  margin-right: 0px;
  border-right: 1px solid #cccccc;
   border-bottom: none;
}

 .neutral.tabs-left > .nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #cccccc #cccccc; 
}

 .neutral.tabs-left > .nav-tabs .active > a,
 .neutral.tabs-left > .nav-tabs .active > a:hover {
  border-color: #cccccc transparent #cccccc #cccccc;
  *border-right-color: #ffffff;
}

 .neutral.tabs-right > .nav-tabs {
  float: right;
  margin-left: 0px;
  border-left: 1px solid #cccccc;
    border-bottom: none;
}
 .neutral.tabs-right > .nav-tabs > li > a:hover {
  border-color: #cccccc #cccccc #cccccc transparent;
}

 .neutral.tabs-right > .nav-tabs .active > a,
 .neutral.tabs-right > .nav-tabs .active > a:hover {
  border-color: #cccccc #cccccc #cccccc transparent;
  *border-left-color: #ffffff;
}

.neutral .nav-tabs {
  border-bottom: 1px solid #cccccc;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee none;
}

.neutral .nav-tabs > .active > a,
.neutral .nav-tabs > .active > a:hover {
  color: #333333;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border-bottom-color: transparent;
}
.neutral .nav-pills > .active > a,
.neutral .nav-pills > .active > a:hover {
  color: #dddddd;
  background-color: #ffffff;
  font-weight: bold;
}
.neutral .nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}
.neutral .nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}


.tabbable.neutral.tabs-right  ul, .tabbable.neutral.tabs-right ol,
.tabbable.neutral.tabs-left  ul, .tabbable.neutral.tabs-left   ol {
    margin: 0;
    padding: 0 0 0 0px;
}

