/* This file will hold the main styles for your website. */

#shadow {
  background: -moz-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.15) 50%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(0,0,0,0.15)), color-stop(50%,rgba(0,0,0,0.15)), color-stop(75%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* Opera 12+ */
  background: -ms-radial-gradient(center, ellipse cover,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: radial-gradient(center, ellipse cover,  rgba(0,0,0,0.15) 0%,rgba(0,0,0,0.15) 50%,rgba(0,0,0,0) 75%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#26000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

#page {
  border-top: 10px solid #0032a0;
}

/* Admin Menu */
#admin-menu {
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -khtml-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-filter: none;
  filter: none;
  *zoom: 1;
}

/* Headers */
h1#page-title {
  margin: 10px 0 0;
}
h2, h3, h3, h4, h5, h6 {
  margin: 20px 0 5px;
}
h2.node-title {
  margin: 0;
}

/* Links */
a, a:link {
  text-decoration: none;
}
a, a:link, a:visited {
  color: #0032a0;
}
a:hover {
  text-decoration: underline;
}

/* Lists */
li,
ul li,
ul.menu li {
  list-style-image: none;
}
.item-list ul li {
  margin: 0;
}

/* Tables */
table {
  border: none;
}
tr:hover td, tr.even:hover td.active, tr.odd:hover td.active {
  background: transparent;
}

.quicktabs-wrapper .node-tab-pane .field-name-field-tab-pane-images {
  float: right;
}

.view-video-slider .slideshow {
  float: left;
}

.view-video-slider .slider-nav li {
  padding: 13px;
  background-color: #AFDCEC;
}

.view-video-slider .slider-nav li.activeSlide {
  background-color: white;
}

.view-video-slider .view-display-id-anchors {
  height: 350px;
  overflow: auto;
}

