
a {
  color: #7aaed5;
  text-decoration: underline;
}
a:active,
a:visited,
a:focus,
a:hover {
  color: #7aaed5;
}
a:focus,
a:hover {
  text-decoration: underline;
} 
figure{
  margin: 0;
}
img{
  vertical-align: middle;
  border: 0;
}
button,
input,
select,
textarea {
font-family: inherit; /* 1 */
font-size: 100%; /* 2 */
margin: 0; /* 3 */
}
button,
input {
line-height: normal;
}
button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button; /* 2 */
cursor: pointer; /* 3 */
}
button[disabled],
input[disabled] {
cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; /* 1 */
padding: 0; /* 2 */
}
input[type="search"] {
-webkit-appearance: textfield; /* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box; /* 2 */
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
img[src*='spacer']{
  display: none;
}
.left, .float {float: left;}
.right, .floatR {float: right;}
.clear {clear: both;}
.block {display: block;}
.inline_block{display: inline-block;}
.hide {display: none;}
.absolute {position: absolute;}
.relative {position: relative;}
.inline{display: inline;}
.wide{width: 100%;}
.table{display: table;}
.table-row{display: table-row;}
.table-cell{display: table-cell;}
.auto_center_outer{
  float: left;
  position: relative;
  left: 50%;
}
.auto_center_inner{
  float: left;
  position: relative;
  left: -50%;
}
.center{
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.hdr {

  background-color: #999999;
  color: #FFFFFF;
}
.subhdr {

  background: #7eaed3;
  color: #FFFFFF;
}

.subhdr img{
    height: 0px;
}


.even{
  background-color: #CCCCCC;
}
.lgb, .B{

}
body {
    width: 100%;
    height: 100%;
    margin: 0px auto;
    padding: 0px;
    color: #000000;
    background: #ffffff; 
    font-size: 14px;
    font-family: 'Anton', sans-serif;
}

body.responsive {
    min-width: 100%;
}
#site-content{
  padding-top: 20px;
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    color: #000000;
    min-height: 500px;
}
body.donor #site-content{
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}
#embedPlayer {
    background: #000;
    position: fixed;
    z-index: 10500;
    display: none;
    width: 724px;
    height: 434px;
    left:21%;
    top: 17%;

}
#embedPlayerFade {
    position: fixed;
    z-index: 10400;
    background: #000;
    opacity: .7;
    filter: alpha(opacity = 70);
    left: 0px;
    top: 0px;
    display: none;
    width: 100%;
    height: 100%;
}
#embedPlayer .xbutton {
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
    z-index: 10001;
}
#jtvshlAdContainer{
    position: fixed !important;
    z-index: 10400;
}

.adspace.responsive img{
    display: block;
    margin: 0 auto;
}
.adspace.undermenu{
    padding: 0px 0px;
}
.adspace.undermenu .container{
    line-height: 1px;
    padding: 20px 0px 0px;
    max-width: 1000px;
    margin: 0px auto;
}   

.box_shadow{
  -webkit-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  -moz-box-shadow: 0px 4px 10px -4px rgb(50,50,50);
  box-shadow: 0px 4px 12px -4px rgb(50,50,50);
}
.leaderboard.bottom {
    width: 100%;
    padding: 15px 0;
}
.leaderboard.middle{
    width: 728px;
    margin: 0px auto;
    padding-top: 10px;
}
.leaderboard.bottom .container{
    width: 728px;
    margin: 0px auto;
    height: 90px;
}
#left-column{
    float: left;
    width: 665px;
    padding: 5px 0px;
    background: #ffffff;
}   
#right-column{
  padding-top: 85px;
    float: right;
    width: 300px;
}
.container{
    width: 100%;
}

/*************************************************************************************************************************************
    START Header
*************************************************************************************************************************************/
#header{
    width: 100%;
    position: relative;
    z-index: 1010;
    background: #7eaed3;
}
#header a{
   font-family: 'Anton', sans-serif;
}
#header .subnav a{
   font-family: 'Open Sans', sans-serif;
}
#header.fixed{
    position: fixed;
    top: 0px;
}   
#header .blue_bar{
  width: 100%;
  height: 30px;
  position: absolute;
  top: 0;
  background: #14294b;
}
#header .container{
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
	height: 130px;
}
#header #logo{
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 100;
  background: #ffffff;
  padding: 0px 28px;
  height: 100%;
  line-height: 130px;
  vertical-align: middle;
}     
#header #logo img{
	width: 159px;
}
#header #menu{
    max-width: 900px;
    width: 100%;
    height: 54px;
    margin: 0px auto; 
    position: absolute;
    top: 45px;
    z-index: 99;
}  
#header .title{
  position: absolute;
  top: 5px;
  left: 240px;
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-style: italic;
  color: #ffffff;
} 
#header .links{
	position: absolute;
	right: 13px;
	top: 39px;
	z-index: 100;
}
#header .links .link{
	display: block;
	width: 157px;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	font-size: 19px;
	background: #13284a;
	margin-bottom: 6px;
	cursor: pointer;
}
#header #loginbox{
	display: none;
	width: 137px;
  color: #ffffff;
	background: #13284a;
	position: absolute;
	top: 74px;
	padding: 10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px; 
	font-size: 14px;
	text-align: center;
}
#header #loginbox.active{
	display: block;
}	
#header #loginbox input{
	width: 90%;
	margin: 0px auto 10px; 
	border: 0;
}	
#header #loginbox #login_form_submit{
	background: #7eaed3;
	color: #ffffff;
	border: 0;
	display: block;
	letter-spacing: .5px;
	text-transform: uppercase;
	padding: 1px 10px;
	width: 75px;
}	
#header #loginbox a{
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

/*************************************************************************************************************************************
    START Promo
*************************************************************************************************************************************/

#promo{
  width: 100%;
  max-width: 1080px;
  position: relative;
  margin: 0px auto 10px;
}

#promo .image{
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#promo .image img{
  width: 100%;
  display: block;
}
.join_today {
	width: 100%;
	position: relative;
	margin: 20px auto;
}
#promo .join_today img{
	display: block;
	width: 100%;
	max-width: 742px;
	margin: 0 auto;
}
#promo .join_today a{
	width: 165px;
	margin: 0 auto;
	text-decoration: none;
	color: #ffffff;
	font-size: 42px;
	line-height: 45px;
}
#promo .join_today .info{
	position: absolute;
	top: 16%;
	display: table;
	text-align: center;
	vertical-align: middle;
	width: 100%;	
}

/*************************************************************************************************************************************
    START Email
*************************************************************************************************************************************/
#email{
	width: 94%;
	padding: 10px 3% 0px;
	background: #13284b;
	color: #ffffff;
	font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans",sans-serif;
}
#email form{
  margin: 0;
}
#email label{
	float: left;
	line-height: 29px;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans",sans-serif;
	padding:0px 4%;
}
#email #enewsfield{
	float: left;
	font-size: 12px;
  font-weight: bold;
	width: 218px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#email #enewsbutton{
	float: left;
	font-size: 18px;
  font-weight: bold;
}

.box_ad{
	float: left;	
	width: 30%;
	max-width: 325px;
	margin: 10px 1.5%;
}
.box_ad img{
	width: 100%;
	height: auto;
}

/*************************************************************************************************************************************
    START Tabs
*************************************************************************************************************************************/
#tabs{
  width: 100%;

}
#tabs .header{
  width: 100%;
  height: 55px;
  line-height: normal;
  background: #14284b;
  text-align: center;
}
#tabs .header .tab{
  display: inline-block;
  height: 100%;
  font-size: 32px;
  color: #ffffff;
  margin: 0 20px;
  cursor: pointer;
}
#tabs .header .tab.active{
  color: #7eaed3;
}
#tabs .header .tab .tri{
  display: none;
  position: relative;
  top: -2px;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 8px 10px;
  border-color: transparent transparent #14284b transparent;
}
#tabs .header .tab.active .tri{
  display: block;
}
#tabs .header .tab .tri .tri_inner{
  position: relative;
  top: 1px;
  left: -9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9.9px 7.9px 9.9px;
  border-color: transparent transparent #ffffff transparent;
}
#tabs .tab_content{
  display: none;
  width: 82%;
  margin: 25px auto;
  position: relative;
  min-height: 470px;
}
#tabs .tab_content.active{
  display: block;
}
#tabs .tab_content .arrow{
  position: absolute;
  left: -60px;
  top: 40%;
  z-index: 2;
  width: 59px;
  padding-right: 5px;
  height: 64px;
  border-radius: 60px;
  background: #14284b;
  color: #ffffff;
  font-size: 31px;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
  cursor: pointer;
}
#tabs .tab_content .arrow.right{
  padding-right: 0px;
  padding-left: 5px;
  left: auto;
  right: -60px;
} 
#tabs .tab_content .item_container{
  width: 260px;
  max-width: 100%;
  margin: 0 auto;
}
#tabs .tab_content .item_container a{
  text-decoration: none;
}
#tabs .tab_content .item_container .image{
  width: 100%; 
  height: 350px;  
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
#tabs .tab_content .item_container .learn_more{
  margin: 10px auto;
  border: 2px solid #a1abb2;
  width: 191px;
  cursor: pointer;
}
#tabs .tab_content .item_container .learn_more .inner{
  border: 2px solid #ffffff;
  background: #a1abb2;
  color: #ffffff;
  font-size: 23px;
  width: 187px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  vertical-align: middle;

}
/*************************************************************************************************************************************
    START Headlines
*************************************************************************************************************************************/
#headlines{
  width: 100%;
  text-align: center;
}
#headlines .item{
  width: 260px;
  height: 350px;
  position: relative;
  display: inline-block;
  margin: 15px 25px; 
}
#headlines .item.hidden{
  display: none;
}
#headlines .item a{
  text-decoration: none;
}
#headlines .item .image{
  width: 260px;
  height: 350px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eeeeee;
}
#headlines .item .teaser{
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  padding: 0 10%;
  height: 100%;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  background: rgba(126,174,211,.8);
  vertical-align: middle;
  text-align: left;
  overflow: hidden;
}
#headlines .item:hover .teaser {
  display: table;
}
#headlines .item .teaser .inner{
  display: table-cell;
  vertical-align: middle;
}

#headlines .more{
  font-size: 18px;
  color: #80aed0;
  width: 99%;
  height: 52px;
  line-height: 52px;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #b9b9b9;
  cursor: pointer;
  margin: 10px auto 30px;
}

#headlines #promo .image{
  display: none;
}

/*************************************************************************************************************************************
    START Footer
*************************************************************************************************************************************/

#footer{
  width: 100%;
  background: #7eadd2;
  padding-bottom: 60px;
}
#footer a{
   font-family: 'Anton', sans-serif;
}
#footer .main{
  width: 100%;
  max-width: 880px;
  margin: 0 auto;
}
#drippan{
  width: 100%;
  padding: 30px 0px 20px;
  border-bottom: 2px solid #ffffff;

} 
#drippan .links{
  float: left;
}
#drippan .links div{
  display: inline-block;
  border-left: 2px solid #ffffff;
  vertical-align: middle;
}
#drippan .links div:first-of-type{
  border-left: none;
}
#drippan .link{
  vertical-align: middle;
  font-size: 23px;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0 10px;
  line-height: 18px;
  text-decoration: none;
}
#drippan .social{
  width: 126px;
  float: right;
}
#drippan .social div{
  float: left;
  margin: 0 5px;
}
#footer .info_container{
  padding-top: 30px;
  width: 100%;
} 
#footer .info_block{
  width: 33%;
  float: left;
  text-align: center;
}
#footer .info_block .title{
  width: 100%;
  font-size: 23px;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
#footer .info_block .info{
  width: 100%;
  font-size: 17px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

#footer .bottom{
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}
#footer .bottom .logo{
  display: block;
  float: left;
}
#footer .neulion.logo {
  max-width:100px;
}
#footer .footer_links{
  float: left;
  width: 400px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #ffffff;
  text-align: center;
  padding-left: 43px;
}
#footer .footer_links a{
  display: inline-block;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
 } 
/*************************************************************************************************************************************
    START More From
*************************************************************************************************************************************/
body.print #more_from{
  display: none;
}

#more_from{
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  padding: 20px 0px;
  background: #f1f0f0;
  position: relative;
}

#more_from .header{
  width: 100%;
  margin: 0px auto;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
  font-size: 24px;
  font-weight: normal;
  color: #14284b;
  text-transform: uppercase;
}
#more_from .header a{
  text-decoration: none;
} 
#more_from .arrow{
  position: absolute;
  left: 3%;
  top: 45%;
  z-index: 2;
  cursor: pointer;
  font-family: "Open Sans",sans-serif;
  font-size: 44px;
  color: #7caed4;
}
#more_from .arrow.right{
  left: auto;
  right: 3%;
}
#more_from .main{
  width: 90%;
  max-width: 472px;
  margin: 0 auto;
}
#more_from .item .item_container{
  width: 89%;
  margin: 0 auto;
}
#more_from .item .image{ 
  width: 100%;
  height: 280px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
}
#more_from .item .teaser{
  padding: 20px 0px 0px;
  font-size: 12px;
  line-height: 16px;
  font-weight: normal;
  font-family: "Open Sans", sans-serif;
  color: #7caed4;
}
/*************************************************************************************************************************************
    START links
*************************************************************************************************************************************/
#links{
  margin: 20px 0;
  width: 100%;
  border-top: 1px solid #a1c2dc;
}
#links .row{
  width: 100%;
  border-bottom: 1px solid #a1c2dc;
  padding: 5px 0px;
  margin: 0;
}
#links .link{
  display: block;
  width: 100%;
  position: relative;
  color: #15274b;
  font-size: 18px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  text-decoration: none;
  text-transform: uppercase;
}
#links .link span{
  max-width: 270px;
}
#links .link .arrow{
  cursor: pointer;
  position: absolute;
  height: 15px;
  width: 15px;
  border-radius: 10px;
  background-color: #15274b;
  right: 10px;
  top: 4px;
}

#links .link .arrow:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid #ffffff;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  left: 39%;
  top: 35%;
}
/*************************************************************************************************************************************
    START Articals
*************************************************************************************************************************************/

#GlobalArticleContainer{
  font-size: 14px;
  position: relative;
  min-height: 720px;
  max-width: 990px;
  box-shadow: 0px 1px 2px 2px #b5b5b5;
  width: 100%;
  margin: 0 auto;
}
#GlobalArticleContainer #article{
  width: 85%;
  margin: 0 auto;
  padding: 20px 0px;
}
#GlobalArticleContainer .button{
  display: none;
}

#GlobalArticleContainer #ArticleImage .imagepadding{
  position: relative;
  background: #ffffff;
  width: 100%;   
  max-width: 1500px;
  overflow: hidden;
  font-size: 12px;
  margin: 0px auto;

}
#GlobalArticleContainer #ArticleImage figure{
    margin: 0;
}
#GlobalArticleContainer #captionbar{
  line-height: 16px;
  width: 98%;
  padding: 5px 1%;
  max-width: 1000px;
  margin: 0px auto;
  font-size: 12px;
  color: #747474;
  font-family: "Open Sans",sans-serif;
}
#GlobalArticleContainer #article.picture_left #captionbar{
  width: 300px;
  padding: 0px;
 }
#GlobalArticleContainer #article.picture_right #captionbar{
  width: 300px;
  padding: 0px;
  
}
#GlobalArticleContainer #captionbar .caption{
  float: left;
}
#GlobalArticleContainer #captionbar .courtesy{
  float: right;
  padding-left: 10px;
} 
#GlobalArticleContainer #ArticleImage{
    max-width: 800px;
  margin: 0px auto 0px;
}
#GlobalArticleContainer #ArticleImageContainer{
  height: auto;
  max-height: 3000px;
  width: 100%;   
  max-width: 800px;
  margin: 0px auto 0px;
  overflow: hidden;
}

#GlobalArticleContainer #ArticleImageContainer img.image{
  width: 100%;   
} 
#GlobalArticleContainer #article.picture_left, #article.picture_right{
    background: #ffffff;
}
#GlobalArticleContainer #article.picture_left #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
#GlobalArticleContainer #article.picture_right #ArticleImageContainer img.image{
  width: 100%;   
  max-width: 300px; 
}
#GlobalArticleContainer #article.picture_left #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-right: 30px;
  font-size: 12px;
}

#GlobalArticleContainer #article.picture_left #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}

#GlobalArticleContainer #article.picture_right #ArticleImage{
  display: inline-block;
  width: 300px;
  overflow: hidden;
  color: #000000;
  margin-left: 20px;
  font-size: 12px;
}
#GlobalArticleContainer #article.picture_right #ArticleImageContainer{
  height: auto;
  max-height: 1000px;
  width: 300px;
  overflow: hidden;
}
#GlobalArticleContainer #articleTitle h1{
  text-transform: uppercase;
  color: #15274b;
  font-size: 50px;
  line-height: 56px;
  width: 100%;
  font-weight: normal;
  margin: 10px auto 10px;
}
#GlobalArticleContainer .ArticleCopyright{
    margin-top: 5px;
    margin-bottom: 10px;
    font-style: italic;
    font-size: 12px;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy{
  text-align: left;
  display: block;
}
#GlobalArticleContainer .ArticleCopyright table.artReleaseIcons td:nth-child(1) .articlecopy:nth-child(2){
  display: none;
}
#GlobalArticleContainer #article-date-icons{
    padding:0px 0px 10px;
      width: 100%;
}
#GlobalArticleContainer #article-date-icons .article-icons{
    position: relative;
    z-index: 101;
    float: right;
}
#GlobalArticleContainer #article-date-icons .article-icons a{
  text-decoration: none;
}
#GlobalArticleContainer #article-date-icons .text{
  display: none;
    float: left;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
    color: #747474;
    padding-bottom: 10px;
    font-family: "Open Sans",sans-serif;
}
#GlobalArticleContainer #articleRelated{
    float: right;
    width: 298px;
    border: 1px solid #15274b;
    position: relative;
    margin:0px 0px 20px 20px;
    overflow: hidden;
}

#GlobalArticleContainer #article.picture_left #articleRelated {
  float: none;
  margin:0px 20px 20px 0px;
}
#GlobalArticleContainer #article.picture_right #articleRelated{
  float: none;
}

#GlobalArticleContainer #article.picture_right .right_side{
  float: right;
}
#GlobalArticleContainer #article.picture_left .left_side{
  float: left;
}
#GlobalArticleContainer #articleRelated .header{
  color: #000000;
  width: 100%;
  border-bottom: 1px solid #15274b;
} 
#GlobalArticleContainer #articleRelated .header h3{
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 22px;
    margin: 0;
    color: #000000;
    text-indent: 14px;
}
#GlobalArticleContainer #articleRelated .content{
    width: 100%;
    padding-bottom: 10px;
}

#GlobalArticleContainer #articleRelated .content .row_related_links{
  width: 270px;
  margin: 3px auto;
}
#GlobalArticleContainer #articleRelated .content #SignEmailUpdates .row_related_links{
  border-bottom: 0;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .icon{
  float: left;
  margin-right: 5px;
  width: 20px;
  padding: 0;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .link-info{
  float: left;
  width: 240px;
}
#GlobalArticleContainer #articleRelated .content .row_related_links .link-info a{
  color: #7eaed3;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;

}
#GlobalArticleContainer #articleRelated .content .row_related_links a:hover{
    color: #7eaed3;
}   
#GlobalArticleContainer .ArticleText{
    max-width: 1000px;
  margin: 0 auto;
  padding: 10px 0px;
}

#GlobalArticleContainer .ArticleText .article_text{
  font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: #000000;
}
#GlobalArticleContainer .play {
  width: 82px;
  height: 80px;
  position: absolute;
  top: 41%;
  left: auto;
  right: 45%;
  background: url('/fls/3350/site_graphics/ramsclub/play.png') center no-repeat;
  z-index: 200;
  cursor: pointer;
}
 #GlobalArticleContainer #article.picture_right .play, #GlobalArticleContainer #article.picture_left .play  {
  left: 45%;
  width: 41px;
  height: 40px;
  background: url('/fls/32900/site_graphics/play_sm.png') center no-repeat;
}

.addthis_toolbox{
    width: auto!important;
    max-width: 100%;
} 
.addthis_toolbox a{
  display: none !important;
}
.addthis_toolbox a.addthis_button_compact{
  display: inline-block !important;
}
#embededArticle{
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(255,255,255,.25);
  z-index: 1100;
}
#embededArticle .close_background{
  width: 100%;
  height: 100%;
  position: absolute;
  cursor: pointer;
}
#embededArticle .embededContent{
  width: 98%;
  max-width: 600px;
  margin: 25px auto;
  padding: 15px 1%;
  position: relative;
  background: #ffffff;
  box-shadow: 0px 1px 10px 2px #b5b5b5;
}
#embededArticle .embededContent .xbutton{
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  z-index: 10;
}
#embededArticle.active{
  display: block;
}
#embededArticle .embededContent #GlobalArticleContainer{
  max-height: 1000px;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: hidden;
}  
#embededArticle .embededContent .article_link{
  text-decoration: none;
  text-align: center;
  font-size: 18px;
}
#embededArticle #GlobalArticleContainer #article-date-icons .text{
      float: none;
      margin: 0 auto;
  }
 #embededArticle #GlobalArticleContainer #article-date-icons .article-icons{
      float: none;
      margin: 0 auto;
  }

 #embededArticle #GlobalArticleContainer #articleRelated{
    float: none;
    margin: 10px auto 15px;
  } 
#embededArticle #GlobalArticleContainer #article.picture_right .right_side,
#embededArticle #GlobalArticleContainer #article.picture_left .left_side{
    float: none;
    margin: 0px auto;
    width: 300px;
  }

#embededArticle #GlobalArticleContainer #article.picture_left #ArticleImage,
#embededArticle #GlobalArticleContainer #article.picture_right #ArticleImage{
    margin: 0px;
  }
#embededArticle #GlobalArticleContainer #article.picture_left #captionbar,
#embededArticle #GlobalArticleContainer #article.picture_right #captionbar{
    margin:0px 0px 20px 0px;
  }
#embededArticle #GlobalArticleContainer .play {
    width: 41px;
    height: 40px;
    position: absolute;
    top: 41%;
    left: auto;
    right: 46%;
    background: url('/fls/32900/site_graphics/play_sm.png') center no-repeat;
    z-index: 200;
    cursor: pointer;
  }
#embededArticle #left-column{
    max-width: 665px;
    width: 98%;
    float: none;
    margin: 0 auto;
    padding: 5px 0px;
  }
#embededArticle #right-column{
    width: 98%;
    max-width: 300px;
    float: none;
    margin: 0 auto;
    padding: 5px 0px;
  }
#embededArticle #GlobalArticleContainer .ArticleText{
    padding: 10px 7px;
  }


/*************************************************************************************************************************************
    START Templates
*************************************************************************************************************************************/

td.highlight{
    font-weight: bold !important;
}

body #eventCatList h3.eventCatTitle{
  font-size: 24px;
  font-weight: normal;
}
/*************************************************************************************************************************************
    START Menu
*************************************************************************************************************************************/
#menu-container {
  background:transparent;
  position:relative;
  min-height:56px;
  z-index:11;

}

#list-menu {
  display:block;
  margin:0;
  list-style-type:none;
  padding:0;
  border:0;
}

#list-menu .odd , #list-menu .even{
  background: transparent;
}

#list-menu-button {
  display:none;
  height:25px;
  position:absolute;
  z-index:20;
  top: 0px;
  right:205px;
}

#list-menu-button button {
  padding:7px 10px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 17px;
  font-weight: normal;
  text-shadow:none;
}

#list-menu-button .icon-bar {
  background-color:#ffffff;
  box-shadow:0 1px 0 rgba(0, 0, 0, 0.25);
  display:block;
  height:4px;
  width: 37px;
  margin-top: 4px;
  border-radius: 1px;
}

#list-menu .divider {
  float:left;
  width:1px;
  height: 56px;
  background: #ffffff;
}

#list-menu li.parent {
    float:left;
    background:transparent;
    position: relative;
}

#list-menu li.parent.first{
  margin-left: 226px;
}
#list-menu li.parent.last{
  margin-right: 0px;
} 
#list-menu ul {
  list-style-type:none;
  padding:0;
  margin:0;
  border:0;
}

#list-menu a.top-menu-link {
  height:40px;
  line-height: 22px;
  display: inline-block;
  vertical-align: middle;
  padding:7px 20px;
  margin: 0px 2px;
  color: #ffffff;
  font-size: 24px;
  text-transform: uppercase;
  text-decoration:none;
  text-align: center;
  text-shadow : 1px 1px 2px #222222;
}
#list-menu a.top-menu-link.single_line {
  line-height: 40px;
}  
#list-menu li.menu-active.parent a.top-menu-link, 
#list-menu li.menu-active.parent a.top-menu-link a:hover , 
#list-menu li.parent a.top-menu-link:hover{
  background: #13284a;
  text-shadow : 0;
}  
#list-menu a.top-menu-link span{display: block;}
#list-menu .subnav{
  width: auto !important;
}
#list-menu .subnav.template-ul {
    display: none;
    position: absolute;
    z-index: 2;
    top: 54px;
    left: 2px;
    padding: 10px 20px;
    background: #13284a;
    font-family: "Open Sans",sans-serif;
}
#list-menu .subnav .split{
  width: 500px;
}
#list-menu .menu-active .subnav {
    display:block;
}
#list-menu .subnav .split .two-col{
  vertical-align: top;
  display: inline-block;
}
#list-menu .subnav .split .two-col-1{
  padding-right: 30px;
}
#list-menu .subnav li {
  min-height:23px;
  line-height:23px;
  padding-top: 10px;
}

#list-menu .subnav li a {
  text-decoration:none;
  color:#ffffff;
  padding:0px;
  min-height:23px;
  line-height:23px;
  font-size: 16px;
  font-weight: normal;
  white-space: nowrap;
}
#list-menu .subnav li a:hover {
    color: #7eaed3;
}
#list-menu .label-1,
#list-menu .label-2,
#list-menu .feature-1,
#list-menu .feature-2,
#list-menu .image-text,
#list-menu .ad-menu{
  display: none;
}
#lm-parent-1 .top-menu-link{
  width: 75px;
}
#lm-parent-2 .top-menu-link{
  width: 118px;
}
#lm-parent-3 .top-menu-link{
  width: 106px;
}
#lm-parent-4 .top-menu-link{
  width: 86px;
}
#lm-parent-5 .top-menu-link{
  width: 56px;
}
.sprite-facebook{
  background: url("/fls/3350/site_graphics/rams_club/facebook.png") no-repeat center;
  width: 29px;
  height: 29px;
}
.sprite-twitter{
  background: url("/fls/3350/site_graphics/rams_club/twitter.png") no-repeat center;
  width: 29px;
  height: 29px;
}
.sprite-email{
  background: url("/fls/3350/site_graphics/rams_club/email.png") no-repeat center;
  width: 28px;
  height: 28px;
}

#responsive-acctshare li{
line-height:14px !important
}


#responsive-acctshare form{
margin:0px !important
}
