
/* - flexslider.css - */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/*# Automagically generated multi-column grid css for Plone */
/*# == Variables == */
/* - Logo * -*/
/* - Department (site) title width * -*/
/* - Search Button width * -*/
/* - Lead Image Width -*/
/* - Tile Image Width -*/
/* - Pull Quote Width - */
/* - Thumbnail Count - */
/* - Local Search Box - */
/* - Document Contributors - */
/* - Footer Portlets - */
/*# == Calculations == */
/*# -- Left and Right columns -- */
/* - Content Area - */
/* - Lead Image *- */
/* - Pull Quote */
/* - Local Search Box -*/
/* A little fudging, since sizing for buttons is odd */
/* Border */
/* - Document Contributors - */
/* - Text edit boxes */
/* Footer Portlets */
/*
    Layout calculations for homepage 
*/
/* --------- Variables ---------- */
/* == No Left Column == */
/* Margin Percent */
/* Right Column */
/* For centercolumn without right column */
/* For centercolumn with right column */
/* == Has Left Column == */
/* Margin Percent */
/* Right Column */
/* For centercolumn without right column */
/* For centercolumn with right column */
/* == Feedmixer Images == */
/* Margins */
/* Text Margin */
/* Image Widths */
/*
    Flexslider
*/
/* 
    image sizes used for calculating proportions.  
    Oddball sizes result of legacy homepage design. 
    
    Will use proportions of standard homepage image size (700x265) upsized to
    950x360.
*/
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #FFFFFF;
  position: relative;
  zoom: 1; }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides > li {
  position: relative; }

/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative; }

.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 14px; }

/* Direction Nav */
.flex-direction-nav {
  height: 0; }

.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em; }

.flex-direction-nav li .next {
  background-position: -52px 0;
  right: -21px; }

.flex-direction-nav li .prev {
  left: -20px; }

.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-nav li:first-child {
  margin: 0; }

.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(bg_control_nav.png) no-repeat;
  cursor: pointer;
  text-indent: -999em; }

.flex-control-nav li a:hover, .flex-control-nav li a:focus {
  background-position: 0 -13px; }

.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default; }

/* Custom */
/*
    Flexslider has the id #homepage image, so we're using 95% as the width of
    the content inside.
*/
.flexslider {
  border-width: 0;
  margin: 0 auto;
  border-radius: 0; }
  .flexslider .slides {
    background-color: #F9F9F9; }
  .flexslider .tileItem {
    border-top: none;
    margin: 0;
    padding: 0;
    background-color: #F9F9F9;
    width: 100%;
    float: left;
    margin-right: -100%; }
  .flexslider .tileImage {
    border: none; }
  .flexslider .contentLeadImageContainer {
    display: block;
    float: left;
    width: 70.5917%;
    max-width: 70.5917%;
    margin: 0; }
    .flexslider .contentLeadImageContainer img {
      margin: 0;
      width: 100%;
      max-height: 359.64286px; }
  .flexslider .flexslider-text {
    max-height: 359.64286px;
    margin-left: 70.5917%;
    padding: 0 1.68421%;
    width: 26.03988%; }
  .flexslider .tileHeadline {
    font-weight: normal;
    font-size: 1.75em;
    margin-top: 0.5em;
    line-height: 1.25; }
    .flexslider .tileHeadline a,
    .flexslider .tileHeadline a:visited {
      color: #0075BD !important;
      /* UI */ }
  .flexslider .tileBody {
    margin: 0.5em 0 0.75em; }
    .flexslider .tileBody p {
      margin: 0.25em 0 0 0;
      color: #4D4D4D;
      font-size: 0.875em; }
  .flexslider .tileFooter {
    margin: 0;
    padding: 0; }
    .flexslider .tileFooter a {
      margin: 0.5em 0 0.25em 0;
      text-align: left;
      font-size: 0.75em;
      text-decoration: none;
      padding: 0.375em 0.75em;
      background-color: #FFE269;
      /* UI */
      border: 1px solid #EFCE4A;
      /* UI */ }
      .flexslider .tileFooter a .hiddenStructure {
        display: inline-block; }

.flex-control-nav {
  position: absolute;
  bottom: 2em;
  text-align: left;
  left: 71.43381%;
  width: 125px;
  margin-bottom: 0; }
  .flex-control-nav a {
    color: transparent; }

.flex-direction-nav li {
  display: block; }
  .flex-direction-nav li a {
    width: 30px;
    height: 37px;
    margin: 0;
    display: block;
    background-image: url(bg_slider_arrows.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    cursor: pointer;
    text-indent: -999em;
    opacity: 0.66; }
  .flex-direction-nav li .next {
    background-position: -30px 0;
    right: 31.23788%; }
  .flex-direction-nav li .prev {
    left: 3.3%; }

h2.flexslider-title {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  display: block;
  height: 1px;
  margin: -1px 0 0 -1px;
  overflow: hidden;
  padding: 0;
  width: 1px; }

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

