@charset "UTF-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid- 
*/

img, object, embed, video {
	max-width: 100%;
	
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}


/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		2;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	50;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */


.BlueButton {

background-color:#0a3b72;
border-radius:3px;
font-size:12px;
font-family:arial;	
text-align:center;
padding: 20px 10px 20px 10px;
text-decoration:none !important;
margin: 0 0 20px 0px;
text-transform:uppercase;
line-height:16px;
}

.BlueButton:hover {

background-color:#252525;
color:#ffffff !important;
font-size:12px;
font-family:arial;	
text-align:center;

text-decoration:none !important;
margin: 0 0 20px 0px;
text-transform:uppercase;
line-height:16px;

}




.dropbtn {

background-color:#0a3b72;
border-radius:3px;
font-size:12px;
font-family:arial;	
text-align:center;
padding: 20px 40px 20px 40px;
text-decoration:none;
margin: 0 0 20px 0px;
text-transform:uppercase;
line-height:16px;
cursor:pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
	width:100%;
	
	
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width:100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2000;
	max-height:230px;
	overflow:scroll;
}

.dropdown-content a {
    color:#394c01; 
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-weight:bold;
}


.dropdown-content a > span {

  color: #000;
  font-weight: normal;
  font-size: 14px;
  
}

.dropdown-content a:hover {
  
  background-color: #f1f1f1;
  text-decoration: none;

}

.dropdown:hover .dropdown-content {
    display: block;
	
}

.dropdown:hover .dropbtn {
background-color:#92bf35;
color:#ffffff;
font-size:12px;
font-family:arial;	
text-align:center;

text-decoration:none;
margin: 0 0 20px 0px;
text-transform:uppercase;
line-height:16px;
}


.SportButtonFooter{

width:90%;
vertical-align:top;
margin:20px auto 0px auto;


}

ul.SportFooterNav li{
  list-style-type: none;
  margin:0 0 0 10%; 
  padding:0;
  background-color: #ffffff;
  color:#f47e42;
  line-height:30px;
  
  
 
  
}
  
ul.SportFooterNav a{
	
	color:#f47e42;
}

ul.SportFooterNav a:hover {
	
	color:#9cba42;
}




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 600px) {


.OrangeButton {


padding: 20px 20px 20px 20px;
text-decoration:none;
margin: 0 0 20px 0px;

}


ul.SportFooterNav li{
  border:1px solid;
 
  padding:3px 10px ;
  text-align:left;
  display:inline;
  margin:10% 0 0 0%; 
  
  
}


}


/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {






}

@media only screen and (min-width: 1232px) {

 
  






}