/* Container Styling */

.container{ background-color:#e8e8e8; }

#top{
    width:100%;
    height:334px;
    margin-bottom:8px;
    border-top: 1px solid white;
    overflow:hidden;
    position:relative;
}

#top .left {display:none;}

#top .center {
    width:715px;
    height:334px;
    float:left;
    position:relative;
}

#top .right {
    width: 245px;
    height: 334px;
    float: left;
}

#bottom{
    width:100%;
    height:495px;
    margin-bottom:20px;
    overflow:hidden;
    position:relative;
}

#bottom .left {
    margin-left:10px;
    height:495px;
    width:200px;
    position:relative;
    float:left;
}

#bottom .center {
    margin-left:10px;
    height:495px;
    width:360px;
    position:relative;
    float:left;
}

#bottom .right {
    margin-left:10px;
    height:495px;
    width:360px;
    position:relative;
    float:left;
}

/* Styleing for Guides */

.guide-link-header {
    margin: 17px 0 0 0;
    padding: 0 0 0 14px;
    background: url(../images/system/underline-nav.gif) 6px 21px no-repeat;
    height: 23px;
}

#guide-link-set{
    margin: 0;
    padding: 0;
    list-style: none;
}

.guide-link-item{
    font-family: ff-meta-web-pro-n4, ff-meta-web-pro, 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', verdana, sans-serif;
    font-size: 1.2em;
    border: none;
    background: url(../images/system/underline-nav.gif) bottom no-repeat;
    height: 29px;
    line-height: 29px;
}

.guide-link-item a{
    background: url("../images/system/arrow-dark.gif") no-repeat scroll 220px 10px transparent;
    padding-left: 17px;
}

.guide-callout{
    position:absolute;
    bottom:0;
    right:0;
}

/* Styling For Callouts Home */

    .callout-column{margin-top:15px;}


/* Styling for News */

.home-news a {
    color: #0500A3;
    text-decoration:none;
}

.home-news a:hover {
    color: #0500A3;
    text-decoration:underline;
}

.home-news .feed-feature {
    width: 97%;
    overflow: hidden;
}

h3.feed-feature-headline {
    color: #0500A3;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px;
}

.home-news .feed-feature-content {
    padding-left: 10px;
    color: #333;
}

.home-news .feed-feature img.feed-feature-thumbnail {
    width: 110px;
    height: 74px;
    border: 5px solid white;
    margin: 0 8px 10px 10px;
    float: left;
}

.feed-feature-summary {
    font-size: 1em;
    line-height: 1.37em;
}

.home-news p.feed-feature-more {padding: 8px 10px 8px 0; display:block;overflow:hidden;}

.home-news .feed-body {
    border-top:1px dotted #cccccc;
    padding-top: 11px;
    padding-right: 10px;
    margin-left: 10px;
    margin-right: 10px;
}

.home-news h3.also-title {
    color: #666;
    font-size: 1.1em;
    font-weight: bold;
    line-height: 1.3em;
    margin: 0px 0px 10px 0px;
}

.home-news .feed-body .headline-block {
    background-image: url("https://www.emory.edu/template_shared/oit_wdg/css/news_center/img/news-bullet.png");
    background-position: 5px 4px;
    background-repeat: no-repeat;
    min-height: 15px;
    overflow: visible;
    padding-left: 20px;
    width: 95%;
    line-height: 1.2em;
}

span.headline-title {
    display: block;
    padding-bottom: 10px;
}

/* Styling for News and Event box containers Common Elements */

.shadow{
    box-shadow: 0 0 5px #BDBFC1;
    -webkit-box-shadow: 0 0 5px #BDBFC1;
    -moz-box-shadow: 0 0 5px #BDBFC1;
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=0),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=90),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=180),
        progid:DXImageTransform.Microsoft.Shadow(Color=#cccccc, Strength=5, Direction=270);
}

.box-inset{
    padding:10px;
    background-color:#F2F3F5
}

.news{
    margin-top:5px;
    height:465px;
}

.events{
    margin-top:5px;
    height:375px;
    position:relative;
}

.events a{color: #0500A3;}

.event-callouts{
    position:absolute;
    bottom:5px;
    left:0;
    overflow:hidden;
}

.event-callout {border: 1px solid #FFFFFF; float:left;}

.social-media-bar{position:absolute;bottom:10px;display:table;width:100%;}

.social-media-bar-item{width:50px;height:50px;text-decoration: none;display:table-cell;}

.social-media-bar-item img{border: 3px solid #F2F3F5;width:45px;height:45px;}

.feed-heading{
    background-color: #BDBFC1;
    height: 16px;
    padding: 4px 7px;
    margin-bottom: 12px;
}

.feed-title{
    color: #F9F9F9;
    font-size:14px;
    line-height:18px;
    font-weight:700;
    float:left;
    text-transform: uppercase;
    font-family: "myriad-pro", arial;
}

.feed-icon{float:right;}

.feed-title a {color:#F9F9F9;text-decoration:none;}

.feed-title a:hover {color: #F9F9F9;text-decoration:underline;}

.feed-body{overflow:hidden;}

a.view-all, p.view-all a, p.feed-feature-more a {
    background-image: url("../images/system/arrow-dark.gif");
    padding-right: 12px;
    background-position: right center;
    background-repeat: no-repeat;
    float:right;
    text-decoration:none;
}

a.view-all:hover, p.view-all a:hover, p.feed-feature-more a:hover{text-decoration:underline;}

/* Hero Shot Overlay Style */

.hero-shot-structure img {max-width:100%;}

.hero-shot-overlay {position:absolute;overflow:hidden;}

.hero-shot-overlay-background{width:100%; height:100%; position:absolute; z-index:1;}

.hero-shot-overlay-text{position:absolute; z-index:2;line-height:normal;}

.hero-shot-overlay-text a, .hero-shot-overlay-text a:link {text-decoration:none;}

/* Explore Emory Stories */

.explore-emory-structure{
    bottom: 0;
    left: 0;
    position: absolute;
    width: 715px;
    height: 62px;
    overflow:hidden;
    font-size:110%;
}

.explore-emory-container {width:100%;height100%;z-index:4;position:absolute;}

.explore-emory-background{
    bottom: 0;
    height: 0;
    left: 0;
    position: absolute;
    width: 715px;
    z-index: 3;
    background-color: #002878;
    opacity: 0.58;
    filter: alpha(opacity=58);
}

.explore-emory-stories-container{
    position: absolute;
    top: 8px;
    left: 9px;
    z-index:4;
}

.explore-emory-story{
    font-size: .9em;
    width: 697px;
    height: 202px;
    color: #333;
    display:none;
    border-top: #c0d1df solid 5px;
    border-bottom: #c0d1df solid 5px;
    background-color: #f3f1ef;
    padding:22px 0;
}

.explore-emory-story-content .story-image{
    padding-left: 17px;
    padding-right:10px;
}

.explore-emory-story-content .story-image img, .explore-emory-story-content .story-video iframe, .explore-emory-story-content .story-video object {
    float:right;
    padding-left:32px;
}

.explore-emory-story-content p {
    font-weight: normal;
    color: #333;
    margin: 0px 0px 14px 0px;
    line-height: 14px;
}

.explore-emory-story-content .story-only{
    padding-left: 17px;
    padding-right:17px;
}

.explore-emory-story .close-button{
    position:absolute;
    right:0;
    top:0;
}

.explore-emory-story-link{
    width:216px;
    height:50px;
    position:relative;
    padding:12px 0 0 20px;
    float:left;
    color:#ffffff;
    font-size:1.25em;
}

.explore-emory-story-link-arrow{
    display: none;
    z-index: 5;
    position: absolute;
    width:20px;
    height:42px;
    left:0px;
    text-align: right;
    padding-top: 10px;
    font-size: 14px;
    font-family: arial;
    color:#dab000;
}

.explore-emory-story-link-text{
    float:left;
    display:none;
    z-index: 5;
    line-height: 1.2em;
    font-weight: 600;
    font-family: arial, san-serif;
}

.explore-emory-story-link-text a{
    color:inherit;
    /* Added hack for IE 7 color on link */
    //color: expression(this.parentNode.currentStyle['color']);
}

.explore-emory-story-link-text a:link, .explore-emory-story-link-text a:hover {text-decoration: none;}


/* Responsive Framework for modern browsers and mobile designs */
@media only screen and (min-width: 980px) {
  /* Full Site Width and tablets in landscape view */
}

@media only screen and (min-width: 960px) and (max-width:979px){
  /* Full Site Shadow Removed */
}

@media only screen and (min-width: 768px) and (max-width:959px){
  /* iPad in Potrait view ( other 10in tablets, and 7in tablets in landscape view) */
}

@media only screen and (min-width: 600px) and (max-width:767px){
  /* 7in tablets in partrait view ( and large screen phones in landscape view) */
    /* Contanier Styling*/
    #top .center {
        width:600px;
    }
    
    /* Guide Styling */
    .guide-link-item{ 
        width:300px;
    }
    
    .guide-link-item a{
        background: url("../images/system/arrow-dark.gif") no-repeat scroll 280px 15px transparent;
    }
    
    #bottom {margin-bottom:0;}
    
    #bottom .left {height:auto;}
    
    #bottom .center,#bottom .right{width:380px; height:auto; float:right;}
        
}

@media only screen and (min-width: 480px) and (max-width:599px){
  /* iPhone, iPod touch in portrait view ( and other small screen phone) */
  /* Container Styling */
  #top .center {
        width:480px;
    }
    
    /* Guide Styling */
    .guide-link-item{ 
        width:240px;
    }
    
    .guide-link-item a{
        background: url("../images/system/arrow-dark.gif") no-repeat scroll 220px 15px transparent;
    }
    
    .box-inset{padding:0;}
    
    #bottom{display: table; width:100%;}
    
    #bottom .left {height:auto; width:480px; display: table-footer-group;float:none;}
    
    #bottom .center,#bottom .right{width:480px; height:auto;margin:0; display: table-row-group;float:none;}
    
    .social-media-bar{border-top: 5px solid #EEEEEE !important;}
    
    .feed-heading{background-color: #FFFFFF; border-top:5px solid #EEEEEE;}

    .feed-title{color: #999999;}

    .feed-title a {color:#999999;text-decoration:none;}

    .feed-title a:hover {color: #999999;text-decoration:underline;}
    
}

@media only screen and (min-width: 320px) and (max-width:479px){
  /* iPhone, iPod touch in portrait view ( and other small screen phone) */
  /* Container Styling */
  #top .center {
        width:320px;
    }
    
    /* Guide Styling */
    .guide-link-item{ 
        width:160px;
    }
    
    .guide-link-item a{
        background: url("../images/system/arrow-dark.gif") no-repeat scroll 150px 15px transparent;
    }
    
    .box-inset{padding:0;}
    
    #bottom{display:table; width:100%;}
    
    #bottom .left {height:auto;width:320px; display: table-footer-group; float:none;}
    
    #bottom .center,#bottom .right{width:320px; height:auto;margin:0; display: table-row-group;float:none;}
     
    .social-media-bar img{height:47px !important; width:47px !important;}
    
    .social-media-bar{border-top: 5px solid #EEEEEE !important;}
    
    .feed-heading{background-color: #FFFFFF; border-top:5px solid #EEEEEE}

    .feed-title{color: #999999;}

    .feed-title a {color:#999999;text-decoration:none;}

    .feed-title a:hover {color: #999999;text-decoration:underline;}
        
}

@media only screen and (max-width:319px){
  /* Extra Small Screens */
}

@media only screen and (max-width:767px){
  /* Target Mobile View */
    .container{ background-color:#ffffff; }
    #top, #top .center {height: auto;}
    
    #top .right {
        width: 100%;
        height: auto;
    }
    
    #html5-guide-link-set{background-color:#F2F2F2}

    .guide-link-header {
        width:100%;
        background: none;
        margin-bottom: 3px;
        text-align:center;
        padding:0;
    }

    .guide-link-item{
        background: none;
        border-top: 1px dotted #999;
        height: 40px;
        line-height: 40px;
        float:left;
    }

    .guide-link-item a{
        height: 100%;
        padding-left: 10px;
    }

    #bottom{height:auto;}    

    .shadow{
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    
    .box-inset{background-color: #FFFFFF;}
    
    .news, .events{height:auto;}
    
    .social-media-bar{
        position:relative;
        bottom: auto;
        border-top: 5px solid #BDBFC1;
        margin-top:10px;
        padding-top:10px;
    }
    
    .social-media-bar a {text-align:center;}
    
    .social-media-bar img{height:52px; width:52px; border:3px solid #FFFFFF;}
    
    .hero-shot-overlay {
        position:relative;
        width:100% !important;
        height:auto  !important;
        top:0  !important;
        left:0  !important;
    }

    .hero-shot-overlay-background{width:100%; height:100%;opacity:1.0 !important; background-color: #002878 !important;}

    .hero-shot-overlay-text{position:relative;top:0;}
    
    .explore-emory-container {
        width: 100%;
        z-index: 4;
        position: relative;
    }
      
    .explore-emory-structure{display:none;}
    
    .explore-emory-stories-container{
        position: relative;
        width:100%;
        background-color:#002878;
        top: 0;
        left: 0;
        z-index:4;
    }
    
    .explore-emory-story-mobile{padding:10px;line-height:normal;}
    
    .explore-emory-story-mobile a,
    .explore-emory-story-mobile a:hover,
    .explore-emory-story-mobile a:visited,
    .explore-emory-story-mobile a:active,
    .explore-emory-story-mobile a:link
    {
        color:#FFFFFF;
        font-size:14px;
        text-decoration:none;
    }
    
    

}


@media only screen and (min-width: 768px){
  /* Target Desktop View */
}