/*-- Table of Contents

    - THEATER
    - CONTENT
    - MEDIA QUERIES

/*-------------------------*\
        THEATER
\*-------------------------*/

.mobileBanner { display: none; }

.theater {
    clear: both;
    margin: 0 auto;
    max-width: 1060px;
    overflow: hidden;
    position: relative;
}

/*-- Theater Images --*/

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; 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 { position: relative; zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.ie7 .flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}

/*-- Control Nav --*/

.flex-control-nav {
    background: url(../images/bgFlexControlNav.png);
    height: 88px;   /* 108px */
    padding: 10px 12px;
    position: absolute;
        top: 0; left: 0;
    width: 13px;    /* 37px */
    z-index: 5;
}

.theater.flyoutClosed .flex-control-nav {
    border-radius: 0 0 18px 0;
}

.theater.flyoutOpen .flex-control-nav {
    border-radius: 0 0 0 0;
}

.flex-control-nav li {
    padding: 5px 0;  
}

    .ie7 .flex-control-nav li { padding: 3px 0; }

.flex-control-paging li a {
    background: url(../images/spritesTheaterNav.png) 0 -12px no-repeat;
    width: 13px; 
    height: 12px; 
    display: block;  
    cursor: pointer; 
    text-indent: -9999px;
}

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

/*-- Theater Status Flyout --*/

.theaterFlyout {
    background: url(../images/bgFlexControlNav.png);
    border-radius: 0 0 18px 0;
    color: #fff;
    display: none;
    height: 88px;   /* 108px */
    overflow: hidden;
    padding: 10px;
    position: absolute;
        top: 0; left: 37px;
    width: 230px; /* 250px */
    z-index: 5;
}

.theaterStatus li {
    cursor: pointer;
    height: 88px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 230px;
}

.theaterThumb {
    float: left;
    height: 88px;
}

.theaterStatus li p {
    height: 100%;
    overflow: hidden;
    padding-left: 12px;
    position: relative;
}

.theaterText {
    display: block;
    overflow: hidden;
    position: absolute;
        bottom: 0;
}

    .oldIE .theaterText { padding-right: 10px; }

/*-------------------------*\
        CONTENT
\*-------------------------*/

.page-content { /*after new homepage deployment, change to alt values below*/
    margin: 25px auto 34px;/*0 auto 34px*/
    max-width: 1000px;/*1060*/
    padding: 0 2%;/*0*/
}

/*---------------------------------- Columns --*/

/*-- Column Content --*/

.contentCol, .feature {
    float: left;
    overflow: hidden;
    padding: 0 3% 33px;
    position: relative;
    width: 29%;
}

.contentCol h2, 
.contentCol a, .feature h2, 
.feature a {
    color: #006579;
}

.contentCol h2 {
    padding: 0 0 17px;
}

.articleImg {
    display: block;
    max-width: 100%;
    /*padding-bottom: 13px;*/
}

.contentCol a.readMore {
    background: url(../images/spritesArrows.png) no-repeat 100% 4px;
    padding-right: 10px;
}

.moreInfo {
    padding-top: 20px;
}

.contentCol .btnMore { /* base styles in global.css */
    color: #fff;
    margin-top: 20px;
    padding: 7px 0;
    position: absolute;
        right: 9%; bottom: 0;
    width: 112px;   /* 114px, - 1px border */
}

    .contentCol .btnMore:hover {
        color: #006579;
    }

/*-- Featured content boxes --*/
#featOne, #featResearch {clear:left;}
#featOne, #featTwo, #featThree, #featFour {width:264px;padding:20px 0 52px 0;margin-bottom:3%;
  border-right: 1px solid #8bd2d6;
  background-color:#fff;position:relative;border-bottom:4px solid #5FC7D7;}
  #featOne h2, #featTwo h2, #featThree h2 {color:#8bd2d6;padding:0;margin:0;
  font-size:32px;line-height:32px;letter-spacing:.1em;position:absolute;bottom:-5px;width:100%;
  text-align:center;}
  #featOne h3, #featTwo h3, #featThree h3 {color:#8bd2d6;padding:0 8% 8px;margin:0;
  font-size:18px;line-height:20px;font-weight:bold;}
#featFour {width:265px;border-right:none;color:#fff;
  background:#006579 url(../images/homepage-highlights-network-bg-top-500.jpg) no-repeat 50% 50%;}
#featFour a {color:#5FC7D7;}
#featFour h2 {color:#fff;padding:20px 0 10px 20px;font-size:24px;}
#featFour li {background: url('') 0 0 no-repeat;padding: 0 0 4px 0px;border-bottom:1px solid #5FC7D7;margin:8px;}
#featOne p, #featTwo p, #featThree p, #featFour p, #featFour ul {padding:0 8%;font-weight:bold;}
#featOne a img, #featTwo a img, #featThree a img, #featFour a img, .feature .inlineContainer img {border:1px solid #f5f5f5;}
.feature .inlineContainer {width:84%;padding: 0 8%;}
.feature {font-size:1.2em;line-height:1.5em;}


/*-- Solutions Spotlight --*/

.featResearch {
    border-right: 1px solid #d2d2d2;
    padding-left: 0;
}
.featResearch a+h3 {padding-top:15px;}
.featResearch-link {padding:0 12px 0 5px; background: url(../images/spritesArrows.png) no-repeat 100% .3em;}
.featResearch a.read-more-btn {display:none;}

/*-- News Feed --*/

.newsFeed {
    border-right: 1px solid #d2d2d2;
}

p.news-date {display:inline;font-style:italic;}
p.news-date:before {content:"\0000a0(";}
p.news-date:after {content: ")";}
.newsFeed .article_news_block li {
    border-bottom: 1px dashed #d2d2d2;
    display: block;
}
.newsFeed .article_news_block li:last-child {
    border-bottom: 0;
}
.contentCol .article_news_block a.btnMore {display:none;}/* to keep built-in (redundant) More button from appearing here */


/*-- Events Spotlight --*/

.home .events {
    padding-right: 0; 
}
.home .events a.read-more-btn {display:none;}
.featEvent-link {padding:0 12px 0 5px; background: url(../images/spritesArrows.png) no-repeat 100% .3em;}

.eventInfo {
    padding: 7px 0 10px;
}

.eventInfo dt {
    float: left;
    padding-right: 3px;
}

.events p {
    padding-bottom: 20px; 
}

.contentCol.events a.btnMore { right: 0; }

/*-------------------------*\
        MEDIA QUERIES
\*-------------------------*/

/*------Smaller Views------*/

@media screen and (max-width: 1060px) {
  
  #featOne, #featTwo, #featThree, #featFour {width:24.8%;}
  
  
}

@media screen and (max-width: 799px) {
  
  .page-content {padding:0 1%;}
  #featOne, #featTwo, #featThree, #featFour {width:49.4%;}
  #featOne, #featTwo {margin:1px 0 1px;}
 
  
  
}
@media screen and (max-width: 640px) {

    /*-- BANNER --*/

    .mobileBanner {
        display: block;
        width: 100%;
    }

    .theater { display: none; }

    /*-- CONTENT --*/

    .contentCol, .feature {
        border-top: 1px solid #d2d2d2;
        border-right: 0;
        display: block;
        float: none;
        left: 0;
        padding: 20px 5%;
        width: auto;
    }

    .contentCol.featResearch {
        border-top: 0;
        padding-top: 0;
    }

    .articleImg {
        width: auto;
    }

    .moreInfo {
        padding-bottom: 13px;
    }

    .contentCol a.btnMore {
        display: block;
        position: static;
    }
	#featOne, #featTwo, #featThree, #featFour {width:100%;float:left;margin:1px 0 0;}
	#featFour {margin-bottom:20px;}


}

@media screen and (max-width: 320px) {
  
  #featOne, #featTwo, #featThree, #featFour {width:98.7%;}
  
}
