/* fonts */
@import url(http://fonts.googleapis.com/css?family=Titillium+Web:400,700,600italic,600,400italic,300italic,300|Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/* fonts */
/* 
font-family: 'Titillium Web', sans-serif;
font-family: 'Open Sans', sans-serif;
 */


html,
body {
	margin:0;
	padding:0;
	/*height:100%;*/
	-webkit-text-size-adjust: 100%;
	font-family: 'Titillium Web', sans-serif;
}

/*  */

body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {
	margin: 0;
	padding: 0;
	font-family: 'Titillium Web', sans-serif;
	font-size: 100%;
	vertical-align: baseline;
	outline: none;
}
article, aside, dialog, figure, footer, header, hgroup, nav, section {
	display: block;
	outline: none;
}
body {
	background: white;
	outline: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
	outline: none;
}
p{
line-height:22.59px;
color:#141617;
 font-size:13.18px;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
	float: none !important;
	outline: none;
}
table, th, td {
	vertical-align: middle;
}
input, select, option {
	outline: none;
}
input:active, input:hover, input:focus, textarea:active, textarea:hover, textarea:focus {
	box-shadow: none;
	outline: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
html {
	min-height: 100%;
}
a {
	text-decoration: none;
	outline: none;
	/*  display: block; */
}
textarea {
	resize: none;
}
strong {
	font-weight: 600;
}
.clr {
	clear: both;
}
ul {
    list-style: none outside none;
}
* {
    box-sizing: border-box;
}

/* Header, Body and Footer common Styles Start
----------------------------------------------------------------------------------------------------*/

input[type="button"]{-webkit-appearance: none;}
select{font-family: 'Titillium Web', sans-serif;-webkit-appearance: none;}
textarea{font-family: 'Titillium Web', sans-serif;}
input {font-family: 'Titillium Web', sans-serif;}
body{margin:0px; padding:0px; -webkit-scrollbar {width: 12px;}
-o-scrollbar {width: 12px;}
-moz-scrollbar {width: 12px;}
-ms-scrollbar {width: 12px;}}

/*=============================== Accordian  ==============================*/
/*  */

/* set image max width to 100% */
img {
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
	vertical-align:middle;
	border:none;
	outline:none;
    }


/*html, body{height:100%;}*/

#wrapper {
	min-height:100%;
	position:relative;
	/*height:100%;*/
}
#header {
  background: #ededed none repeat scroll 0 0;
  float: left;
  padding: 0;
  width: 100%;
  height:100%;
  min-height: 880px;
  overflow: hidden;
  background:url("../images/main-banner.jpg") repeat-x scroll center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  }
  
#content {
	/*padding-bottom:100px;  Height of the footer element */
	position: relative;
}
.#footer {
	background:#113a63;
	width:100%;
	float:left;	

}
.container {
  margin: 0 auto;
  width: 1400px;
}


.header-navigation {
  background: rgba(0, 0, 0, 0) url("../images/nav-bg.png") repeat-x scroll 0 0;
  float: left;
  height: 48px;  
  text-align: center;
  width: 100%;
  position: relative;
  z-index:999;
  }
  
.logo-img img{
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    top: -60px;
	z-index: 999;
    }

.header-navigation ul {
    display: inline-block;	
	height: 47px;
	border-left: 1px solid #354f67;
    }
	
.header-navigation ul li{
	float:left;
	border-right: 1px solid #354f67;
	padding: 8px 12px 7px;
	position:relative;
    }


.no-border{border:medium none !important;}

.header-navigation ul li a{
	padding:0 15px;
	color:#FFF;
	text-transform:uppercase;
	font-size:20px;
	font-family: 'Titillium Web', sans-serif;
	    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	}
	
.header-navigation ul li a.active{color:#5aaaef;}
.header-navigation ul li a:hover{color:#5aaaef;}
.drop-down{position:absolute;height:auto !important;background:#003161;top:45px;   z-index: 999; display: none !important ;left:0;width:100%;border-left: medium none !important;}
.drop-down > li {border:none !important;background:#14314b; padding: 0 !important;width:100%;text-align:left;border-bottom:1px solid #4379af !important;position:relative;}
.drop-down > li:hover{background:none;}
.drop-down > li > a{padding:10px 18px !important;}
.header-navigation ul > li:hover .drop-down{display:block !important;}
.logo-none{display:none;}
.logo-li {margin: -90px 20px 0;    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;z-index: 99; }

.large-submenu{width:360px !important;}
.drop-down .submenu {
  display: none;
  position: absolute;
  right: -160px;
  top: 0;  
  width: 160px;
}
.drop-down .submenu li{width:100%;background:#0e88c3 ;border-bottom:1px solid #354f67;}

.main-header{width:100%;float:left;height: 100%;}


.get-startd-btn {
    background: #5aaaef none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    float: right;
    font-size: 18px;
    padding: 15px 20px;
    text-transform: uppercase;
	    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	font-family: 'Titillium Web', sans-serif;
    }
	
.get-startd-btn:hover{background:#013161;}
.free-text-img {
    float: right;
    margin: 0 -12px 0 2px;
}
.top-header{padding:20px 0px 85px;float:left;width:100%;}
.header-content{width:100%;float:left;margin:0;height: 100%;}
/* mobil-nav */
.mobile-head {
    float: left;
    width: 100%;
	padding:0px 0 15px;
	display:none;
	 
}
.toggleMenu {
  background: #0e88c3 none repeat scroll 0 0;
  color: #fff;
  display: none;
  float: left;
  padding: 10px;
  width: 100%;
  cursor: pointer;
  line-height: 25px;
}
.gt-mob {
    float: right;
    margin-right: 2%;
   margin-top: 30px;
}
.header-inner{position:relative;  float: left;width: 100%;}
.header-inner{}
.toggleMenu span {
    background: rgba(0, 0, 0, 0) url("../images/toggleicon.png") no-repeat scroll left top;
    float: left;
    height: 25px;
    margin-right: 15px;
    width: 33px;
}
.mob-logo {
  float: left;
  width:100%;
  text-align:center;
  margin: 0%;
}
/* mobil-nav */
.person-one-img {
  float: left;
  text-align:center;
  margin-top: 2%;
  margin-left: 2%;
}

.university-info {
  float: right;
  margin-right: 0;
  margin-top:27%;
  position: relative;
  width: 38%;
  }
  
.university-info h1{float:left;width:100%;font-size:40px;color:#FFF;font-family: 'Open Sans', sans-serif;font-weight:800;}


.site-info {
  float: left;
  margin-right: 0;
  margin-top: 27%;
  position: relative;
  width: 31%;
  }
  
.site-info h1{float:left;width:100%;font-size:40px;color:#FFF;font-family: 'Open Sans', sans-serif;font-weight:800;}
.site-info > p {
  color: #fff;
  float: left;
  font-size: 25px;
  font-weight: 100;
  line-height: 32px;
  width: 100%;
  margin-top:15px;
  
}
.get-started-sec{margin:15px 0 0;float:left;}
.get-started-btn {
  border-radius: 5px;
  border:2px solid #FFF;
  color: #fff;
  float: left;
  font-size: 18px;
  text-transform: uppercase;
     -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
  text-align:center;
  
}
.get-started-sec .get-started-btn{ text-transform: capitalize; padding: 10px 40px; font-family: 'Titillium Web', sans-serif;font-size: 24px;}
.get-started-btn:hover{background: #235c94;border:2px solid #235c94; }


.players_main_sec {
  background: url("../images/about-bg.png") repeat-x #e96e4c;
  float: left;
  padding-bottom: 5%;
  width: 100%;
  }


.two-section {
    float: left;
    overflow: hidden;
    width: 100%;
}


.contact-outer{	
	float: left;
	width: 100%;
	background: url("../images/bg-contact-1366.jpg") no-repeat scroll 0 0;
	background-size:cover;

}

/* new css start here */

.email-right {
  color: #fff;
  float: right;
  font-size: 18px;
  font-weight: 300;
  }
  
.email-right i {
  color: #5baaee;
  font-size: 22px;
  }  
  
.update-every {
  color: #fff;
  font-weight: 300;
  float: left;
  font-size: 15px;
  }

.brnone {
  background: none repeat scroll 0 0 !important;
  }
  
.player_impact.margin-right-none {
  margin-right: 0;
  }  

.player_impact {
  float: left;
  text-align: center;
  margin: 0 4% 0 0;
  width: 22%;
  }

.player_impact h3 {
  font-size:21px;
  font-weight:bold;
  padding: 15px 0;
  color:#fff;
  } 

.player_impact p {
  font-size:17px;
  font-weight:300;
  color:#fff;
  }

.player_impact img {
    margin: -100px 0 0;
    }

.women_division {
  background: url("../images/texture-bg1.jpg") no-repeat scroll center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  border-bottom: 5px solid #e7e7e7;
  float: left;
  width: 100%;
  }
  
.player_ratings {
  background: #fff;
  float: left;
  padding: 0% 0;
  border-bottom: 5px solid #e7e7e7;
  width: 100%;
  }  
  
.main_heading {
  float: left;
  margin: 0;
  padding-bottom: 4%;
  }
  
.s-img {
  float: left;
  margin: 0;
  padding: 0;
  }  

.main_heading h1 {
  background: #707070 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 30px;
  font-weight: bold;
  padding: 6px 45px 6px 20px;
  }
  
  
.main_heading_two {
  float: right;
  margin: 0;
  padding-bottom: 4%;
  }
  
.main_heading_two h1 {
  background: #707070 none repeat scroll 0 0;
  color: #fff;
  float: left;
  font-size: 30px;
  font-weight: bold;
  padding: 6px 45px 6px 20px;
  }  
  
.wmn-none{
  display:none;
  }
  
.women_ncaa_outer {
  background:url("../images/step-main-bg.png") no-repeat scroll 0 0;
  float: left;
  min-height: 548px;
  position: relative;
  margin: 0;
  width:100%;
  }

.s-one {
  float: left;
  left: 25px;
  position: absolute;
  top: 62px;
  width: 272px;
  }
  
.s-two {
  float: left;
  left: 240px;
  position: absolute;
  top: 269px;
  width: 272px;
  }

.s-three {
  float: left;
  left: 459px;
  position: absolute;
  top: 62px;
  width: 272px;
  }  

.women_h a {
  color: #f4533b;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  }
.women_h  {
  text-align: center;
  }
.men_h a {
  color: #5baaee;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  }  

.sb-h a {
  color: #242424;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
  }
.sb-h {
 text-align: center;
 }
.men_h {
  text-align: center;
  } 

.complete_list {
  float: left;
  margin: 8px 0 0 30px;
  }

.complete_list li a {
  background: url("../images/bullet.png") no-repeat scroll 0 6px;
  color: #242424;
  float: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 2px 0 2px 28px;
  }
  
.complete_list_men {
  float: left;
  margin: 8px 0 0 30px;
  }

.complete_list_men li a {
  background: url("../images/bullet2.png") no-repeat scroll 0 6px;
  color: #242424;
  float: left;
  font-size: 15px;
  font-weight: 300;
  margin: 0;
  padding: 2px 0 2px 28px;
  }  

.women-pics {
  float: right;
  position: absolute;
  right: 0;
  bottom:0px;
  }
  
.men-pics {
  float: left;
  position: absolute;
  left: 0;
  bottom:0px;
  }  

.position {
  float: left;
  padding: 4% 0;
  position: relative;
  width: 100%;
  }

.men_ncaa_outer {
  background: url("../images/step-main-bg2.png") no-repeat scroll 0 0;
  float: right;
  margin: 0;
  min-height: 548px;
  position: relative;
  right: 0;
  width: 64%;
  }

.player_stats_outer{
  background:#235c94;
  width:100%;
  float:left;
  padding:3% 0 6%;
  text-align:center;
  }

.player_stats_outer h2 {
  background: url("../images/br-bottom.png") no-repeat scroll center bottom;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 0 0 28px;
  }

.play_stats_outer{
  margin:0 0 0px;
  background: url("../images/1stats-bg.png") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  float:left;
  width:100%;
  padding: 3% 0;
  }
  
.women_vision {
  float: left;
  margin: 0;
  padding-left: 10%;
  width: 40%;
  }
  
.men_vision {
  float: right;
  margin: 0;
  padding-right: 10%;
  width: 40%;
  }  

.women_block {
  float: left;
  margin: 0 0 20px;
  }

.women_block h2 {
  color: #fff;
  float:left;
  line-height: 42px;
  font-size: 21px;
  margin: 0 0 20px;
  }
  
.women_block h2 span {
  background: url("../images/hexagon.png") no-repeat scroll 0 0;
  float: left;
  height: 46px;
  margin: 0 15px 0 0px;
  text-align: center;
  width: 41px;
  }
  
.men_block {
  float: left;
  margin: 0 0 20px;
  }

.men_block h2 {
  color: #fff;
  float:left;
  line-height: 42px;
  font-size: 21px;
  margin: 0 0 20px;
  }
  
.men_block h2 span {
  background: url("../images/hexagon2.png") no-repeat scroll 0 0;
  float: left;
  height: 46px;
  margin: 0 15px 0 0px;
  text-align: center;
  width: 41px;
  }  

.wm_stats {
  float: left;
  margin: 0;
  width: 100%;
  }

.wm_stats > li a {
  color: #fff;
  background: url("../images/bullet3.png") no-repeat scroll 0 6px;
  display: block;
  float: left;
  padding: 0 0 0 35px;
  font-size: 17px;
  font-weight: 300;
  margin: 0;
  width: 50%;
  }
  
.archives_sec {
  float: left;
  padding: 2% 0;
  width: 100%;
  }  

.archives_sec h2 {
  background: url("../images/br-bottom2.png") no-repeat scroll center bottom;
  color: #235c94;
  font-size: 40px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
  padding: 0 0 28px;
  }

.archives_btn{
  float:left;
  width:100%;
  text-align:center;
  }
  
.archives_btn  li {
  display: inline-block;
  margin: 0 2px;
  }  

.archives_btn li a {
  background: #f4533b none repeat scroll 0 0;
  border-radius: 4px;
  color: #fff;
  float: left;
  transition: all 0.5s ease-in-out 0s;
  font-size: 20px;
  font-weight: 300;
  padding: 12px 70px;
  }

.archives_btn li a:hover{
  background:#5baaee;
  }
  
.submit_btn {
  text-align: center;
  }  

.read-more-btn {
  background: #f4533b none repeat scroll 0 0;
  border: 2px solid #f4533b;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-family: "Titillium Web",sans-serif;
  font-size: 20px;
  font-weight:bold;
  margin-top: 20px;
  padding: 8px 20px;
  transition: all 0.5s ease-in-out 0s;
  }

.read-more-btn:hover {
  background: #5BAAEE;
  border: 2px solid #5BAAEE;
  }

#footer {
  background: #235c94 none repeat scroll 0 0;
  float: left;
  width: 100%;
  padding: 2% 0;
  }  

.contact-inner {
  float: none;
  margin: 50px auto;
  width: 1000px;
  }
  
.contact-inner h2 {
  color: #fff;
  float: left;
  padding: 0 0 40px;
  background:url("../images/br-bottom.png") no-repeat scroll center bottom;
  font-size: 40px;
  text-align:center;
  font-weight: bold;
  width: 100%;
  }
  
.contact-inner input[type="text"]{
	border:1px solid #FFF;
	font-size:17px;
	font-weight:300;
	font-family: "Titillium Web",sans-serif;
	color:#FFF;
	padding:15px 25px;
	background:none;
	border-radius:5px;
	    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	width: 32%;
	margin-right:1%;
	
}
.contact-inner form {
  float: left;
  margin: 50px 0 0;
  width: 100%;
}
.contact-inner input[type="text"]:last-child{margin-right:0;}
.contact-inner input[type="text"]:focus, .contact-inner input[type="text"]:hover{border:1px solid #5BAAEE;transition: all 0.5s ease-in-out 0s;}
.contact-inner textarea{
	border:1px solid #FFF;
	font-size:17px;
	font-weight:300;
	font-family: "Titillium Web",sans-serif;
	color:#FFF;
	padding:15px 25px;
	background:none;
	border-radius:5px;
	    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
	width: 98.7%;
	margin-top:20px;
	min-height:184px;
}
.contact-inner textarea:hover, .contact-inner textarea:focus{border:1px solid #5BAAEE;    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
	
.contact-inner .read-more-btn {
  cursor: pointer;
  padding: 10px 50px;
  }

.footer-top{
	/* background: rgba(0, 0, 0, 0) url("../images/footer-bg-img.png") no-repeat scroll center center; */
	width:100%;
	float:left;
	text-align:center;
	margin:10px 0;
	/* min-height:155px; */
}
.f-inner-block{margin:0 auto; padding: 10px 0;}

.footer-logo {
    float: left;
    width: 100%;
    }
	
.social-contact {
  background: url("../images/transpairent.png") no-repeat scroll center top;
  float: right;
  margin: 40px 0 30px;
  padding:40px 0 0;
  width: 100%;
  }
  
.contact-shadow {
  text-align: center;
  width: 100%;
  }  
  
.social-contact h4{font-size:39px; line-height: 46px;color:#FFF;font-family: "Titillium Web",sans-serif;}
.footer-contact{font-size:39px; transition: all 0.5s ease-in-out 0s;text-decoration: none; line-height: 46px;color:#FFF;font-family: "Titillium Web",sans-serif; font-weight: 700;}
.footer-contact:hover{color:#57a3e7;}
.social-contact h4 a:hover{color:#57a3e7;}
.social-contact p{font-size:18px;color:#FFF;font-family: "Titillium Web",sans-serif;}
.social-contact p a{font-size:18px;color:#FFF;font-family: "Titillium Web",sans-serif;    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;}
.social-contact p a:hover{color:#57a3e7;}

.footer-nav{width:100%;text-align:center;  margin: 5px 0;}
.footer-nav ul{display:inline-block;}
.footer-nav ul li{float:left; line-height: 24px;position:relative; background:url("../images/ldivider.png") no-repeat scroll 0 6px;}
.footer-nav ul li a{float:left;    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;text-transform: capitalize;font-size:17px;font-family: "Titillium Web",sans-serif;color:#FFF;padding:0 15px; font-weight:300;}
.footer-nav ul li a:hover{color:#56a0e2;}
.footer-nav ul li a.active{color:#56a0e2;}
/* .footer-nav ul  li:before {
    padding: 0px 10px;
    color: #fff;
    content: "|";
	font-size: 16px;
}
.footer-nav li:last-child::before {
    content: none;
    } */

.social-contact ul {
  display: block;
  float: left;
  margin: 20px auto 0;
  text-align: center;
  width: 100%;
  }
  
.social-contact ul li {
  display: inline-block;
  margin: 0 4px;
  }
  
.social-contact ul li a i {
  font-size: 24px;
  }  
  
.social-contact ul li a{color:#235c94;width:35px;height:35px; display: block; background:#4f7da9;    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;border-radius:50%;padding:5px 0 0;}
.social-contact ul li a:hover{color:#235c94;background:#fff;}

.copyright-text {
  background: #2b2b2b none repeat scroll 0 0;
  border-top: 2px solid #fff;
  color: #707070;
  float: left;
  font-size: 15px;
  padding: 15px 0;
  text-align: center;
  width: 100%;
  }
  
.step-red {
  background: #f4533b none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display:none;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 17px;
  text-align: center;
  } 

.step-blue {
  background: #5BAAEE none repeat scroll 0 0;
  border-radius: 50%;
  color: #fff;
  display:none;
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding: 8px 17px;
  text-align: center;
  }   

.complete_list a:hover {
    color: #5baaee;
}

.complete_list_men a:hover {
    color: #f4533b;
}


.men_vision .wm_stats a:hover {
   color: #f4533b;
}
.women_vision .wm_stats a:hover {
    color: #5baaee;
}

.sb-h > a:hover {
    color: #235c94;
}

/*  20 Oct 2015  */
.ncaa_Tournament_Slctn_Prob_outer { background-color:#235c94; float: left; padding: 3% 0 4.5%; text-align: center; width: 100%; } 
.ncaa_Tournament_Slctn_Prob_outer h2 { background: rgba(0, 0, 0, 0) url("../images/br-bottom.png") no-repeat scroll center bottom; color: #fff; font-size: 40px; font-weight: bold; padding: 0 0 28px; }
.ncaa_Tournament_Slctn_Prob_inner { background:url(../images/tournament_selection.jpg) repeat-y !important; float: left; margin: 0; padding: 3% 0; width: 100%; background-size:100% !important; }
.ncaa_Tournament_Slctn_Prob_inner .women_block h2 span { background:url("../images/hexagon-white.png") !important; color:#4a99dc;}
.ncaa_Tournament_Slctn_Prob_inner .men_block h2 span { background:url("../images/hexagon-white.png") !important; color:#4a99dc; }
.ncaa_Tournament_Slctn_Prob_inner .wm_stats > li a:hover { color:#235c94; }
/* ---End---  */

.hot_Spots_Listed_By_College_outer { background-color:#f4533b; float: left; padding: 3% 0 4.5%; text-align: center; width: 100%; } 
.hot_Spots_Listed_By_College_outer h2 { background: rgba(0, 0, 0, 0) url("../images/br-bottom.png") no-repeat scroll center bottom; color: #fff; font-size: 40px; font-weight: bold; padding: 0 0 28px; }
.hot_Spots_Listed_By_College_inner { background:url(../images/hot_listed_bg.png) repeat-y !important; float: left; margin: 0; padding: 3% 0; width: 100%; background-size:100% !important; }
.hot_Spots_Listed_By_College_inner .women_block h2 span { background:url("../images/hexagon-white.png") !important; color:#d46e5e; } 
.hot_Spots_Listed_By_College_inner .men_block h2 span { background:url("../images/hexagon-white.png") !important; color:#d46e5e; }
.hot_Spots_Listed_By_College_inner .wm_stats > li a:hover { color:#782518; }

/* ---End---  */

.hot_Spots_Listed_By_HSchool_outer { background-color:#424242; float: left; padding: 3% 0 4.5%; text-align: center; width: 100%; } 
.hot_Spots_Listed_By_HSchool_outer h2 { background: rgba(0, 0, 0, 0) url("../images/br-bottom.png") no-repeat scroll center bottom; color: #fff; font-size: 40px; font-weight: bold; padding: 0 0 28px; }
.hot_Spots_Listed_By_HSchool_inner { background:url(../images/listed_by_hschool_bg.png) repeat-y !important; float: left; margin: 0; padding: 3% 0; width: 100%; background-size:100% !important; }
.hot_Spots_Listed_By_HSchool_inner .women_block h2 span { background:url("../images/hexagon-white.png") !important; color:#7c7c7c; }
.hot_Spots_Listed_By_HSchool_inner .men_block h2 span { background:url("../images/hexagon-white.png") !important; color:#7c7c7c; }
.hot_Spots_Listed_By_HSchool_inner .wm_stats > li a:hover { color:#424242; }
/* ---End---  */


.ncaa_Tournament_Slctn_Prob_inner .wm_stats > li a,
.hot_Spots_Listed_By_College_inner .wm_stats > li a,
.hot_Spots_Listed_By_HSchool_inner .wm_stats > li a { width:100%; }

.scrollup { background:#0191c8 url("icon_top.png") no-repeat scroll 0 0;
bottom:5px; color:#fff; display:none; height:40px; padding-top:5px; position:fixed; right:23px; text-align:center; width:40px; z-index:9999; }













