﻿html
{
    background-color: #FFF;
}

body
{
    background-color:Transparent;
                position:relative;

}
form 
{
    overflow-x:hidden;
}

#page
{
    background-color: #FFF;
    margin: 0 auto;
    width:1142px;    
}

#wrapper
{
    overflow-x: visible;
    box-shadow:0 0 0 0 transparent;
    -webkit-box-shadow:0 0 0 0 transparent;
}

.atss
{
    top: 75%!important;
}

.atss-left
{
    left: 0 !important;
}


#banner{
	display: block;
	position: relative;
	width: 100%;
	height: 91px;
	background: url('../images/banner_collapse.jpg');
    background-repeat: no-repeat;
	margin-bottom: 10px;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	transition: height .5s;
}

#banner.expand{
	height: 371px;	
    background-repeat: no-repeat;
	-webkit-transition: height .5s;
	-moz-transition: height .5s;
	transition: height .5s;
}

#banner.long
{
    background: url('../images/banner_expand.jpg');
}

#banner .banner-link{
	display: block;
	height: 100%;
	width: 100%;
}

#banner .toggle{	
	position: absolute;
	right: 0;
	bottom: 0;
	height: 30px;
	width: 95px;
	display: block;
	z-index: 10;
}

#slider
{
    width: auto;
    height: 374px;
    display: block;
    /*background-color: #D61C29;*/
    margin-bottom: 20px;
}

#edit-mode-page-container #slider
{
    height: auto;
    position: relative;
    float: left;
}

#content, #content .top, #content .bottom
{
    width: 744px;
}

#content a > img
{
    margin-bottom: 0px;
}


#edit-mode-page-container .relatedlinks h2
{
    position: inherit;
    top: inherit;
    color: #000;
}

.relatedlinks, 
.eventswrapper
{
    position: relative;
    float: left;
    padding-right: 10px;
    width: 238px;  
    height: 250px;
}

.top > .singleimage{
    position: relative;
    float: left;
}

.relatedlinks h2, 
.newswrapper h2,
.eventswrapper h2,
.featured-videos h2
{
    margin: 0px;
    color: #FFF;
    background-color: #F7881F;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    padding: 6px 11px;
}
.featured-videos
{
    width: 100%;
    height: 250px;
}
.featured-videos ul 
{
    list-style-type: none;
    margin-bottom: 5px;
}
.featured-videos ul li
{
    border-bottom: 1px solid #8A8B89;
    display: block;
    list-style: none;    
}
.featured-videos ul li:last-child
{
    border-bottom: 0;   
}
.featured-videos ul li a
{
    display: block;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    position: relative;
    padding: 4px 15px 4px 42px;
    font-weight: bold;
}
.featured-videos ul li a:hover {
    color: #D61C29;
}
.featured-videos ul li a:before{
    background-image: url("../images/arrows/gray-play-btn.png");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: absolute;
    left: 10px;
    top: 0px;
    bottom: 0;
    margin: auto;
    height: 29px;
    width: 30px;
    background-size: 30px 29px;
    }
.relatedlinks p.singleimage-caption
{
    font-size: 14px;
    font-weight: bold;
    font-family: Georgia;
    margin: 0px;
    padding-top: 9px;
    padding-left: 10px;
}

.relatedlinks > ul,
.eventswrapper > ul,
.featured-videos > ul
{
    padding-left: 0px;
    margin: 0px;
}

.relatedlinks > ul > li,
.eventswrapper > ul > li
{
    display: inline-block;
    list-style: none;
    padding: 2px 10px;
}

.relatedlinks > ul > li > a,
.eventswrapper > ul > li > a
{
    text-decoration: none;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    clear: both;
    position: relative;
    float: left;
}

.relatedlinks > ul > li > a.more,
.eventswrapper > ul > li > a.more
{
    color: #f6881f;
    font-size: 11px;
    font-weight: bold;
    padding-bottom: 21px;
}

.relatedlinks > ul > li > a.more:after,
.eventswrapper > ul > li > a.more:after
{
    background-image: url("../images/arrows/Arrow_Squash.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: relative;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px;
}

.eventswrapper > ul > li > p > span.description{ display: none; }

html.no-svg .relatedlinks > ul > li > a.more:after,
html.no-svg .eventswrapper > ul > li > a.more:after
{
    background-image: url("../images/resize/Arrow_Squash.png");
}

#slider .relatedlinks > ul > li > a.more
{
    padding-top: 18px;
}

#slider .relatedlinks > ul > li > a.more:after
{
    background-image: url("../images/arrows/Arrow_white.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: relative;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px; 
}

html.no-svg #slider .relatedlinks > ul > li > a.more:after
{
    background-image: url("../images/resize/Arrow_white.png");
}

.relatedlinks > ul > li > a.more:hover,
.eventswrapper > ul > li > a.more:hover
{
    color: #D61C29;
}

#slider .relatedlinks > ul > li > a.more:hover
{
    color: #FFF;
}

.relatedlinks > ul > li > a.more:hover:after,
.eventswrapper > ul > li > a.more:hover:after

{
    background-image: url("../images/arrows/Arrow_Tomato.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: relative;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px;
}

html.no-svg .relatedlinks > ul > li > a.more:hover:after,
html.no-svg . > ul > li > a.more:hover:after
{
    background-image: url("../images/resize/Arrow_Tomato.png");
}


#content .top, #content .bottom
{
    position: relative;
    float: left;    
}

#info-widget
{
    position: relative;
    display: block;
}


#info-widget > .bottom, #info-widget > .top 
{
    position: relative;
    float: left;
    margin-right: 10px;
    width: 238px;
    height: 198px;
}

#info-widget .top
{
    width: 210px;
    height: 178px;
}

#info-widget .bottom
{
    height: 100%;
}

.social
{
    border: 0px;
    background-color: transparent;
    display: block;
    position: relative;
    float: left;
    width: 210px;
    padding: 7px 14px;
    padding-bottom: 0px;
    border-top: 1px solid #8A8B89;
}

.social p
{
    color: black;
    font-weight: bold;
}

/*
#info-widget .bottom .extra
{
    display: block;
}
*/
#edit-mode-page-container .otherlinks
{
    position: relative;
    float: left;
}

.otherlinks > .relatedlinks > ul > li
{
    display: inline-block;
    list-style: none;
    padding: 10px;
    padding-bottom: 0px;
}

#right-column
{
    margin-left: 0px;
}
.featurestories
{
    display: block;
    height: 374px;
    position: relative;
}

#edit-mode-page-container .featurestories
{
    height: auto;
}

.featurestories a
{
    position: absolute;
    display: block;
    text-decoration: none;
    z-index: 5;
}

.featurestories a img
{
    vertical-align: middle;
}

#edit-mode-page-container .featurestories a
{
    position:inherit;
}

#edit-mode-page-container #content
{
    position: relative;
    clear: both;

}
.featurestories .relatedlinks
{
    position: absolute;
    top: 0;
    width: 307px;
    left: 96px;
    padding-right: 0px;
}

.featurestories .relatedlinks h2
{
    background-color: Transparent;
    font-size: 31px;
    line-height: 32px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 86px;
    padding-bottom: 18px;
    font-weight: normal;
}

.featurestories .relatedlinks > ul > li
{
    padding: 0px 30px;    
}

.featurestories .relatedlinks > ul > li > a
{
    color: #FFF;
    font-size: 13px;
    font-weight: normal;
    line-height: 20px;
}
/*
.featurestories a.right,
.featurestories a.left{
    z-index: 1000;
}*/

.featurestories a.right
{
    height: 374px;
    width: 96px;
    right: 0px;
    background-color: rgba(0,0,0,0);
}

.featurestories a.right:after
{
    content: url('../images/arrows/Arrow_mainStory_Right.png');
    position: absolute;
    right: 36px;    
    top: 169px;    
}

.featurestories a.right:hover:after
{
    content: url('../images/arrows/Arrow_mainStory_Right_rollover.png');
    position: absolute;
    right: 36px;
    top: 169px;     
}


.featurestories a.left
{
    height: 374px;
    width: 96px;
    left: 0px;
    text-indent: -1000px;
    background-color: rgba(0,0,0,0);
}

.featurestories a.left:after
{
    content: url('../images/arrows/Arrow_mainStory_Left.png');
    position: absolute;
    left: 1036px;
    top: 169px;     
}

.featurestories a.left:hover:after
{
    content: url('../images/arrows/Arrow_mainStory_Left_rollover.png');
    position: absolute;
    left: 1036px;
    top: 169px;     
}

.thumbs
{
    display: block;
    position: absolute;
    top: 333px;
    left: 125px;
    width: 200px;
}

.thumbs > a
{
    display: inline-block;
    height: 12px;
    width: 12px;
    position: relative;
    /*float: left;*/
    padding-right: 6px;
}

.thumbs > a > img
{
    display: none;
}

.thumbs > a:after
{
    content: "\2022";
    display: block;
   /* background-image: url("../images/arrows/Arrow_Squash.svg");*/
    height: 16px;
    width: 16px; 
    color: #FFF;
    opacity: .5;  
    background-repeat: no-repeat; 
    position: absolute;
    left: 0;
    top: 0;
    font-size: 26px;
}

.thumbs > a.selected:after
{
    content: "\2022";
    display: block;
   /* background-image: url("../images/arrows/Arrow_Squash.svg");*/
    height: 16px;
    width: 16px; 
    color: #FFF;
    background-repeat: no-repeat; 
    position: absolute;
    left: 0;
    top: 0;    
    opacity: 1;
}
.newswrapper
{
    display: inline-block;
    width: 100%;
    height: 250px;
}

.newswrapper ul
{
    padding-left: 0px;    
    margin: 0px;
}

.newswrapper ul li
{
    list-style: none;
    padding: 0px 15px;
    display: inline-block;
    border-bottom: 1px solid #8A8B89;
}

.newswrapper ul li:last-child
{
    border: 0px;
}

.newslist li:last-child
{
    border: 0px;
}


.newswrapper ul li p
{
    font-size: 12px;
    margin: 8px 0px; 
}

.newswrapper ul li p a,
.newswrapper ul li a
{
    font-weight: bold;
}
/*
.newswrapper ul li p .subtitle
{
    font-style: italic;    
}*/

.newswrapper ul li h3, 
.eventswrapper ul li h3,
.newswrapper span.releasedate
{
    display: none;
}

.newswrapper ul li p a,
.eventswrapper ul li p a
{
    text-decoration: none;
    color: black;
}

.newswrapper ul li p a:hover,
.eventswrapper ul li p a:hover
{
    text-decoration: none;
    color: #D61C29;
}

.newswrapper a.more,
.featured-videos a.more
{
    color: #f6881f;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    line-height: 16px;
    clear: both;
    position: relative;
    float: left;
    padding-left: 15px;
}

.newswrapper a.more:after,
.featured-videos a.more:after
{
    background-image: url("../images/arrows/Arrow_Squash.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: relative;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px;
}

.newswrapper p a.more
{
    display: none;
}

html.no-svg .newswrapper a.more:after, html.no-svg .featured-videos a.more:after
{
    background-image: url("../images/resize/Arrow_Squash.png");
}

.newswrapper a.more:hover,
.featured-videos a.more:hover
{
    color: #D61C29;
}

.newswrapper a.more:hover:after,
.featured-videos a.more:hover:after
{
    background-image: url("../images/arrows/Arrow_Tomato.svg");
    background-repeat: no-repeat;
    display: inline-block;
    content: " ";
    position: relative;
    left: 5px;
    top: 5px;
    height: 14px;
    width: 14px;
}

html.no-svg .newswrapper a.more:hover:after, html.no-svg .featured-videos a.more:hover:after
{
    background-image: url("../images/resize/Arrow_Tomato.svg");
}

#info-widget .bottom .social > ul > li > a
{
    color: #FFF;
}

.edit-mode #edit-mode-page-container textarea {
    width: 300px;
}

@media (max-width: 600px){
    #page{
        width: 310px;
    }
    
    #banner .toggle	
    {
        display: none;	    
    }
    
    #slider{
        height: 243px;
        margin-bottom: 12px;
    }
    
    #slider .featurestories{
        /*display: none;*/
        height: 243px;
    }
    
    #slider .relatedlinks{
        left: 0px;
        width: 320px;
        height: 120px;
        top: 122px;
    }
    
    #slider .relatedlinks h2{
        font-size: 22px;
        font-weight: bold;
        line-height: 30px;
        padding-left: 15px;
        padding-top: 10px;
    }
    
    #slider .relatedlinks ul{
        display: none;
    }
    
    
    .thumbs
    {
        display: block;
        position: absolute;
        top: 215px;
        left: 160px;
        width: 200px;
    }
    
    #content, #content .top, #content .bottom{
        width: 310px;
    }
    
    #content .bottom{
        padding-left: 0px;
    }
    
    .relatedlinks{
        width: 310px;
        height: auto;
        margin-bottom: 20px;
    }
    
    .relatedlinks > ul,
    .eventswrapper > ul{
        width: 310px;
    }
    
    .relatedlinks > ul > li > a.more, .eventswrapper > ul > li > a.more{
        padding-bottom: 0px;
    }
    /*
    #content a > img{
        position: relative;
        float: right;
    }*/
    
    #info-widget .top{
        height: 32px;
    }
    
    .eventswrapper{
        padding-right: 1px;
    }
    
    .newswrapper, .eventswrapper{
        height: auto;
        width: 310px;
        margin-bottom: 12px;
    }
    
    .relatedlinks h2, .newswrapper h2, .eventswrapper h2, .featured-videos h2
    {
		line-height: 14px;
		padding-top: 9px;
		padding-bottom: 9px;
    }
    #content .bottom .relatedlinks h2 a, 
    #content .bottom .newswrapper h2 a,
    #content .bottom .eventswrapper h2 a
    {
        margin: 0px;
        color: #FFF;
        background-color: #F7881F;
        font-size: 14px;
        font-weight: bold;
        padding: 6px 11px;
        text-decoration: none;
        padding-left: 0px;
    }
    
    #content .bottom .relatedlinks h2 a:after, 
    #content .bottom .newswrapper h2 a:after,
    #content .bottom .eventswrapper h2 a:after
    {
        background-image: url("../images/arrows/Arrow_White.svg");
        background-repeat: no-repeat;
        display: inline-block;
        content: " ";
        position: relative;
        left: 5px;
        top: 4px;
        height: 14px;
        width: 14px;
    }
    
    .relatedlinks > h2 > a.more,
    .eventswrapper > h2 > a.more
    {
        color: #f6881f;
        font-size: 11px;
        font-weight: bold;
        padding-bottom: 21px;
    }

    .relatedlinks > h2 > a.more:after,
    .eventswrapper > h2 > a.more:after
    {
        background-image: url("../images/arrows/Arrow_White.svg");
        background-repeat: no-repeat;
        display: inline-block;
        content: " ";
        position: relative;
        left: 5px;
        top: 5px;
        height: 14px;
        width: 14px;
    }
    
    .newswrapper ul, .eventswrapper ul{
        display: none;
    }
    
    .otherlinks .relatedlinks
    {
		padding-bottom: 12px;
    }
    
    .otherlinks .relatedlinks ul{
        display: none;
    }
    
    #right-column{        
        margin-top: 0px;
    }
    
    .social{
        padding: 15px 10px;
        width: 290px;
        border: 0px;
        z-index: 10;
        background-color: rgba(150,152,150, .88);
    }
    
	.social p
	{
		color: #FFF;
		font-weight: bold;
	}
    /*
    .featurestories a.right,
    .featurestories a.left{
        z-index: 1000;
    }*/
    
    .featurestories .relatedlinks > h2 > a
    {
        color: #FFF;
        text-transform: none;
    }

    .featurestories a.right
    {
        height: 118px;
        width: 45px;
        right: 0px;
        background-color: rgba(0,0,0,0);
    }

    .featurestories a.right:after
    {
        content: url('../images/arrows/Arrow_mainStory_Right.png');
        position: absolute;
        right: 10px;    
        top: 40px;    
    }

    .featurestories a.right:hover:after
    {
        content: url('../images/arrows/Arrow_mainStory_Right_rollover.png');
        position: absolute;
        right: 10px;
        top: 40px;     
    }


    .featurestories a.left
    {
        height: 118px;
        width: 45px;
        left: 0px;
        text-indent: -1000px;
        background-color: rgba(0,0,0,0);
    }

    .featurestories a.left:after
    {
        content: url('../images/arrows/Arrow_mainStory_Left.png');
        position: absolute;
        left: 1010px;
        top: 40px;     
    }

    .featurestories a.left:hover:after
    {
        content: url('../images/arrows/Arrow_mainStory_Left_rollover.png');
        position: absolute;
        left: 1010px;
        top: 40px;     
    }    
    
    .featured-videos {
        float: left;
        height: auto;
        margin-bottom: 20px;
    }
    
    .featured-videos ul li a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    
}