/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONT FOR LANDING PAGES */
@font-face {
    font-family: 'oswaldbook';
    src: url('oswald-regular-webfont.eot');
    src: url('oswald-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-regular-webfont.woff') format('woff'),
         url('oswald-regular-webfont.ttf') format('truetype'),
         url('oswald-regular-webfont.svg#oswaldbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'RussoOne-Regular';
    src: url('RussoOne-Regular.eot');
    src: url('RussoOne-Regular.eot?#iefix') format('embedded-opentype'),
         url('RussoOne.woff') format('woff'),
         url('RussoOne-Regular.ttf') format('truetype'),
         url('RussoOne-Regular.svg#RussoOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'proximanova-bold';
    src: url('proximanova-bold-webfont.eot');
    src: url('proximanova-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-bold-webfont.woff') format('woff'),
         url('proximanova-bold-webfont.ttf') format('truetype'),
         url('proximanova-bold-webfont.svg#proximanova-bold') format('svg');
    font-weight: normal;
    font-style: normal;


}
@font-face {
    font-family: 'proximanova-regular';
    src: url('proximanova-regular-webfont.eot');
    src: url('proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('proximanova-regular-webfont.woff') format('woff'),
         url('proximanova-regular-webfont.ttf') format('truetype'),
         url('proximanova-regular-webfont.svg#proximanova-regular') format('svg');
    font-weight: normal;
    font-style: normal;


}
@font-face {
    font-family: 'montserratbold';
    src: url('montserrat-bold-webfont.eot');
    src: url('montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('montserrat-bold-webfont.woff') format('woff'),
         url('montserrat-bold-webfont.ttf') format('truetype'),
         url('montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'utility-icons';
  src: url('utility-icons.eot?72836288');
  src: url('utility-icons.eot?72836288#iefix') format('embedded-opentype'),
       url('utility-icons.woff?72836288') format('woff'),
       url('utility-icons.ttf?72836288') format('truetype'),
       url('utility-icons.svg?72836288#utility-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}
 
[class^="icon-"]:before, [class*=" icon-"]:before { font-family: "utility-icons"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; width: 1em; margin-right: .2em; text-align: center; font-variant: normal; text-transform: none; line-height:1em; margin-left:.2em }

/* WEB FONTS FOR THE INTERNAL PAGES */
@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansbold';
    src: url('opensans-bold-webfont.eot');
    src: url('opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-bold-webfont.woff') format('woff'),
         url('opensans-bold-webfont.ttf') format('truetype'),
         url('opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#1A3E1E !important }

body { font-family:'open_sansregular', arial; font-size:14px; line-height:1.5; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }
.landing body {  font-family: 'proximanova-bold' }

a { color:#144219; text-decoration:none }
a:hover { color:#808080; text-decoration:none }

h1,h2,h3,h4,h5,h6,b,strong { font-family:'open_sansbold', arial; font-weight:normal }

h1 { font-size:24px; color:#144219 }
h2 { font-size:21px; color:#144219 }
h3 { font-size:18px }
h4 { font-size:16px }
h5 { font-size:14px }
h6 { font-size:13px }

.mainbody { padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.box-hdr { height:20px; line-height:20px; margin-bottom:0px; padding:10px 10px; font-weight:normal; text-transform:uppercase; color:#fff; text-align:center }

.select-dropdown { position:relative; min-width:150px; max-width:300px; font-family:arial; background:#fff; margin-bottom:10px; border:1px solid #000; border-radius:5px; z-index:2 }
.select-dropdown > .selection { display:block; position:relative; text-decoration:none }
.select-dropdown > .selection span { display:block; padding:0 10px; margin-right:30px; line-height:30px; text-decoration:none }
.select-dropdown > .selection:after { content:""; display:block; width:0; height:0; position:absolute; right:10px; top:50%; margin-top:-3px; border-style:solid; border-width:6px 6px 0; border-color:#333 transparent transparent  }
.select-dropdown.active > .selection:after { border-color:transparent transparent #333; border-width:0 6px 6px }
.select-dropdown ul, 
.select-dropdown li { margin:0; padding:0; list-style:none }
.select-dropdown ul { display:none; position:relative; left:0; right:0; top:23px; max-height:200px; overflow:auto; border-radius:0 0 5px 5px }
.select-dropdown.active ul { display:block; }
.select-dropdown li { display:block; padding:0 10px; height:25px; line-height:25px; color:#444; background:#EEE; position:relative; cursor:pointer } 
.select-dropdown li.selected { display:none }
.select-dropdown li:hover { background:#1a2e6e; color:#FFF }

/* CAROUSEL */
.j-carousel .seats:before,
.j-carousel .seats:after { content: " "; display:table }
.j-carousel .seats:after { clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { padding-top:43%; position:relative; overflow:hidden }
.j-carousel .media-box img:first-child,
.j-carousel .media-box a img { display:block; width:100% !important; height:100% !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 1 */
.j-carousel1 { position:relative; z-index:1 }
.j-carousel1 .seats { padding-top:43%; position:relative; overflow:hidden } 
.j-carousel1 .seat { width:100%; position:absolute; left:0; top:0; display:none }

/* ANIMATION # 2 */
.j-carousel2 { position:relative; z-index:1 }
.j-carousel2 .seat { position:relative; display:none; overflow:hidden }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { width:12.5%; float:left; position:relative }

/* AOTW */
.aotw { height:330px; padding:5px 10px; background:transparent; color:#fff }
.aotw .athlete { margin-top:0px; text-align:center; font-family: 'proximanova-regular';}
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb {display:block }
.aotw .thumb img { vertical-align:top; border:2px solid #bfbfbf }
.aotw .title { display:block; margin-bottom:0px; color:#fff }
.aotw .title span { display:block; margin-top:5px; font-size:14px; text-transform:uppercase;  }
.aotw .title span:first-child { font-size:18px; font-family: 'proximanova-bold'; }
.aotw .info span { display:block }
.aotw .readmore a{ font-size:16px; text-transform:uppercase; color:#a8a8a8;  font-family: 'proximanova-bold' }


/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:10px 10px 10px 75px; position:relative; background:#fff; overflow:hidden; border-radius:3px }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date { float:left; width:60px; margin-left:-65px; text-align:center }
.schedule-boxscore .date span { display:block }
.schedule-boxscore .date .month { display:block; margin-bottom:5px; line-height:30px; color:#fff; background:#233a75; border-radius:3px  }
.schedule-boxscore .date .day { font-size:30px; line-height:1.2; text-transform:uppercase }
.schedule-boxscore .sport-status { display:block; margin-bottom:5px; padding:0 10px; line-height:30px; color:#fff; background:#233a75; border-radius:3px  }
.schedule-boxscore .event-info { width:100%; overflow:hidden }
.schedule-boxscore .team { margin-top:5px  }
.schedule-boxscore .team:first-child { margin-top:0 }
.schedule-boxscore .team-logo { width:40px; float:left; margin-right:10px }
.schedule-boxscore .team-logo img { vertical-align:middle }
.schedule-boxscore .team-logo i,
.schedule-boxscore .no-logo img { display:none }
.schedule-boxscore .no-logo i { display:block }
.schedule-boxscore .team .va, 
.schedule-boxscore .team .team-name { display:inline-block; vertical-align:top; padding:5px 0 }
.schedule-boxscore .team .team-name { max-width:80% }
.schedule-boxscore .status,
.schedule-boxscore .result { float:right }

.navbar-buttons li{ list-style:none }
.navbar-buttons ul{ margin:0 }

.social-col { font-size:40px; color:#144219; font-family: 'proximanova-bold'; word-spacing:5px; letter-spacing:5px; text-align:center  }
.Hawks{text-align: center;font-size: 38px;  font-family: 'RussoOne-Regular'; padding-top:20px }

.box-hdr1:before {content: '\e801'; color:#1a3e1e; padding-right:5px; font-size:29px; font-family: "utility-icons";font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;text-align: center;font-variant: normal;text-transform: none;line-height: 1em; }
.box-hdr2:before {content: '\e800'; color:#1a3e1e; padding-right:5px; font-size:29px; font-family: "utility-icons";font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;text-align: center;font-variant: normal;text-transform: none;line-height: 1em; }
.box-hdr3:before {content: '\e805'; color:#1a3e1e; padding-right:5px; font-size:29px; font-family: "utility-icons";font-style: normal;font-weight: normal;speak: none;display: inline-block;text-decoration: inherit;text-align: center;font-variant: normal;text-transform: none;line-height: 1em; }

.content-row2  .athlete-col{ background: url(/images/setup/aotw_container_bg.jpg) no-repeat #17361a; background-size:100%}

.s-overflow{ height:400px; overflow:hidden}

.content-row3 .navbar-image.nav-sponsors li { float:left ;width:23%; box-sizing:border-box; list-style:none; margin: 0 5px; }
.content-row3 .navbar-image.nav-sponsors li:nth-child(2),
.content-row3 .navbar-image.nav-sponsors li:nth-child(3) { padding-top: 10px;  }


/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* ROSTER */
.roster table td { padding:5px 10px }
.roster .roster-header { background:#1a3e1e; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#1a3e1e; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#1a3e1e }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
	
/* BIO */
.bio-wrap .head { background:#1a3e1e; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }
#page{ background: #376F3E}
.body-container { padding:10px }

.site-header { position:relative; background:#1A3E1E}
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url(/images/setup/header_tablet.png) no-repeat 50% 50% }

.news-btn{ display:none}
.content-row2 .content-col1 { display:none }

.content-row2 .content-col2 { width:100%; float:none; margin:0 auto }

.content-row4{ background:#fff; margin-top:5px}
.content-row4 .content-col1 { float:left; width:49%;box-sizing:border-box }
.content-row4 .content-col2 {float: right;width: 49%;box-sizing: border-box }
.content-row4 .content-col3 { float:none; width:100%; margin:0 auto; text-align:center}

.site-footer { padding:30px 0; text-align:center; background:#A8A9A9}
.site-footer .footer-text { float:left; width:100%; color:#fff }
.site-footer .footer-logo {  margin-top:0px; float:left; width:100%}
.site-footer .footer-thumb { float:left;  display:block; width:100%; margin:0 auto}
.site-footer .footer-thumb img { max-width:75%; max-height:50px; margin-left:0px }


.mobile-menu-bar { display:block; padding:5px; background:#1A3E1E }
.mobile-menu-bar ul { list-style:none; padding:0; margin:0 }
.mobile-menu-bar > ul { float:right }
.mobile-menu-bar li { float:left; margin-left:5px }
.mobile-menu-bar li a { display:block; height:35px; padding: 0 10px; text-align:center; font-size:14px; line-height:35px; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.mobile-menu-bar li a:hover,
.mobile-menu-bar li a.active { background:#A9A8A8; color:#fff; text-decoration:none } 

.search-bar { display:none; width:100%; padding:10px; position:relative; background:#CCC; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.search-bar.active { display:block }
.search-bar input[type="text"] { width:100%; height:25px; padding:0 30px 0 10px; border:none; background:#F5F5F5; box-shadow:0 0 3px #999; border-radius:3px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:23px; border:none; overflow:hidden; background:none; position:absolute; right:10px; top:10px; border-radius:0 3px 3px 0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:23px; line-height:25px; text-align:center; color:#333; margin:0 }

.dropnav { display:none; font-family:'oswaldbook', arial; background:#333 }
.dropnav.active { display:block }
.dropnav .nav > .submenu { display:none }
.dropnav .nav > a,
.dropnav .submenu a { display:block; padding:0 10px; height:34px; line-height:34px; color:#fff; position:relative }
.dropnav .submenu .has-submenu > a { color:#fff; text-transform:none; background:#000 }
.dropnav li { border-bottom: solid 1px #292929; border-top: 1px solid #434343 }
.dropnav .submenu.level1 li { border-top:solid 1px #363636; border-bottom:solid 1px #494949 }
.dropnav li:first-child { border-top:none !important }
.dropnav li:last-child { border-bottom:none !important }
.dropnav li.active { border-bottom:none !important }
.dropnav .submenu.level1 .has-submenu { border:none !important }
.dropnav .has-submenu.active + li { border-bottom:none !important }
.dropnav .nav.has-submenu > a:after { content:""; width:0; height:0; border-style:solid; border-color:#777 transparent transparent; border-width:0.4em 0.4em 0; position:absolute; right:1em; top:50%; margin-top:-0.2em }
.dropnav .nav.has-submenu.active > a:after { border-color:transparent transparent #fff; border-width:0 0.4em 0.4em }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu-title { display:none }

.secondary-nav { font-family:'oswaldbook', arial; background:#1A3E1E; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none; padding:10px; margin:0 10px 10px; background:#000; background:rgba(0,0,0,0.6); border-radius:3px }
.secondary-nav.active > div > ul { display:block }
.secondary-nav h1:after { content:""; width:0; height:0; border-style:solid; border-color:#eee transparent transparent; border-width:8px 8px 0; position:absolute; right:10px; top:50%; margin-top:-4px }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 8px 8px }
.secondary-nav li a { display:block; padding:5px 0; color:#fff; text-transform:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel .media-box { padding-top:50%; position:relative; overflow:hidden }
.j-carousel { text-align:center }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; padding:30px 10px 10px; font-size:14px; color:#fff; text-align:left;
background: -webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
background: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -moz-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,1));
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#4c000000', endColorstr='#ff000000')";
}
.j-carousel .title { display:block; font-size:18px; color:#fff; text-shadow:1px 1px #000; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .date,
.j-carousel .leadin,
.j-carousel .readmore { display:none}
.j-carousel .controls { height:40px; padding:0 20px; text-align:center  }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:10px; height:10px;  margin:13px 5px; text-indent:-9999px; background:#1A3E1E; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:""; display:block; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #1A3E1E; border-radius:10px }
.j-carousel .control.active { background:#A9A8A8; box-shadow:none }
.j-carousel .control.active:before { border-color:#A9A8A8}


.slider-wrapper { padding:0 5px 5px; background:#1A3E1E }
.slider-wrapper .item { display:block; margin-top:5px }
.slider-wrapper .next,
.slider-wrapper .prev,
.slider-wrapper .item.cloned,
.slider-wrapper .image img { display:none }
.slider-wrapper .image span { display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; background:#fff; border-radius:3px;font-family:'montserratbold', arial }
.slider-wrapper .image span:after { content:"\00bb"; float:right;  width:20px; height:20px; margin:5px 0; font-family:arial; font-size:20px; line-height:18px; text-align:center; background:#A9A8A8; border-radius:3px }

.schedule-boxscore .event-box:nth-child(n+6) { display:none }
.aotw { height:auto }


.schedule .title { margin-bottom:10px }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { padding:5px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.schedule .table .titles { display:none }
.schedule .team-record .titles  { display:block; color:#fff; overflow:hidden; padding:5px 5px 0 }
.schedule .team-record .item { padding:5px}
.schedule .team-record { text-align:center; margin-bottom:10px; border-top:solid 1px #CCC; border-bottom:solid 1px #CCC }
.schedule .team-record .titles > div,
.schedule .team-record .data > div { width: 23%; text-align:center; color:#fff; margin:0 1%; float:left; background:#333; border-radius:3px }
.schedule .team-record .titles > div { background:#333; color:#fff }
.schedule .opponent { width: 70%; float:left }
.schedule .result { width: 30%; float:right; text-align:right }
.schedule .item { padding:10px }
.schedule .item.even { background-color:#eee }
.schedule .item .data { position:relative }
.schedule .item .data:before,
.schedule .item .data:after { content: " "; display:table }
.schedule .item .data:after { clear:both }
.schedule .item .date { height:25px; line-height:25px; margin:-10px -10px 10px; padding:0 10px; background:#333; color:#fff }     
.schedule .item .time { height:25px; line-height:25px; color:#fff; position:absolute; right:0; top:-10px }    
.schedule .conf-teams-container { width:100% }
.schedule .conf-teams-container .opponent { width:80%; float:left }
.schedule .conf-teams-container .result { width:20%; float:right }
.schedule .more { display:block !important }
.schedule .more strong { font-weight:normal }
.schedule .more a { display:inline-block; vertical-align:top; text-decoration:none }
.schedule .more a:after { content:"\00BB"; padding:0 5px 0 4px }
.schedule .arrow { display:none }

.bios .profile { overflow:hidden; color:#fff; background:#333; position:relative; padding: 10px 10px 10px 110px;}
.bios .icon { position:absolute; right:31px; bottom:-4px }
.bios .images { width: 100px; padding-top:50px; float:left; margin-left: -110px; text-align:center; position:relative }
.bios .photo img { border: 2px solid #333 }
.bios .number { font-size:20px; line-height: 40px; position:absolute; left:5px; right: 5px; top:0; font-weight: bold;}
.bios .texts .name { font-size:1.2em; padding:5px 10px; margin-bottom:10px;background:#333; color:#fff; border-radius:3px }
.bios .data { line-height:20px }
.bios .profile .texts .icon { text-align: right; padding: 0 31px 0 0; position:relative; top:3px }
.bios .details { color:#444; text-align:left; padding:10px; margin:0 }

div[id="results"] .tabs .tab { display:none }
div[id="results"] .panel:before { content:""; display:block; height:30px; line-height:30px; padding:0 10px; text-transform:uppercase; color:#FFF; background:#333 }
div[id="results"]  #tab-1:before { content:"Yesterday" }
div[id="results"]  #tab-2:before { content:"Today" }
div[id="results"]  #tab-3:before { content:"Tomorrow" }
div[id="results"] h4 { height:25px; line-height:25px; padding:0 10px; font-weight:normal; margin:0 }
div[id="results"] .event  { padding:10px }
div[id="results"] .date:first-child { background:#000; color:#fff }
div[id="results"] .sport {  background:#333; color:#fff }
div[id="results"] .team-result { float:right }

div[id="headlines"] .new { margin-top:15px; padding:10px; border:1px solid #fff; background:#f5f5f5; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box; box-shadow:0 0 5px rgba(0,0,0,0.4) }
div[id="headlines"] .new:first-child { margin-top:0 }
div[id="headlines"] .new .links { margin-bottom:5px }
div[id="headlines"] .new .text { display:block; margin-top:5px; font-size:12px; color:#444 }
div[id="headlines"] .new .title a { font-size:16px;  text-transform:uppercase }

.content-row3 { background: #fff; padding-top: 25px; }

}
/*----------------------------------------------------------
  ADJUSTMENTS FOR TABLET LANDSCAPE  
  ----------------------------------------------------------*/

@media only screen and (min-width:601px) and (max-width:1023px) {
.top-stories .thumb { width:40%; float:left }
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 0 }
.site-header .site-title a { height:80px; text-indent:-9999px; background:url(/images/setup/header_mobile_wide.png) no-repeat 5px 50% }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li span { display:none }

.content-row4 .content-col1, .content-row4 .content-col2 {width:80%; float:none; margin:0 auto 10px; text-align:center;}
.content-row4 .content-col3 { float:none; width:100%; margin:0 auto; text-align:center}

.social-col{font-size: 30px }

.nav-sponsors li { width: 46% !important; margin: 0 auto !important; }


}

@media only screen and (max-width:600px) {
  

}

/*------------------------------------------------------
  ADJUSTMENTS FOR MOBILE PORTRAIT  
  -------------------------------------------------------*/

@media only screen and (max-width:479px) {
  
.site-header .site-title a { background-position:5px 50%; background-size:93% auto } 

.j-carousel .media-box { padding-top:65%; position:relative; overflow:hidden }

.content-row4 .content-col1, .content-row4 .content-col2 {width:100%}


}


/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page {background: url(/images/setup/page_bg.jpg) no-repeat 50% 0%  #0b3c0b; background-size:100% 100% }

.wrapper { padding:0px; margin:0px auto }
.mainbody { min-height:500px; padding:10px; position:relative }
.landing .mainbody { min-height:0; padding:0px; max-width:1038px; margin:0 auto; background:#fff; box-shadow:-60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000; -webkit-box-shadow:-60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000}
.internal-page .mainbody {margin:0 auto; max-width:1038px; padding:10px; background:#fff; box-shadow:-60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000; -webkit-box-shadow:-60px 0px 100px -90px #000000, 60px 0px 100px -90px #000000 }


.site-header { position:relative; z-index:3; margin-bottom:10px; background:url(/images/setup/header_bg.png) no-repeat 50% 50%; height:186px }
.site-header >div{ max-width:1038px; position:relative; margin:0 auto}
.site-header .site-title { margin:0 }
.site-header .site-title a {display: block;width: 164px;height: 139px;text-indent: -9999px;background: url(/images/setup/master_sprite.png) no-repeat 0px 0px;position: absolute;left: 42%;top: 35px; z-index:2  }

.mobile-menu-bar, .search-bar { display:none }

.site-footer { padding:20px 0 10px; text-align:center }
.site-footer .footer-container{ max-width:750px; margin:0 auto}
.site-footer .footer-logo{ margin:24px }
.site-footer .footer-logo{ padding-top:20px; margin-bottom:10px }
.site-footer .footer-thumb{ margin:0 30px}
.site-footer .footer-text{ text-align:center; padding-top:10px; color:#fff; text-transform:uppercase; margin-bottom:20px}
.footer-text p{ line-height:5px }
.footer-text span{font-family: 'proximanova-regular' }

.content-row { margin-top:10px; padding:15px }
.content-row1 { margin-top:0 }
.content-row.content-row2{ background:#e4e4e4}
.content-row2 .content-col1 { width:66.999%; float:left }
.content-row2 .content-col2 { width:31.599229%; float:right }

.content-row4 .content-col1 { float:left; width:32%; margin-right:2%;box-sizing:border-box }
.content-row4 .content-col2 { padding: 0px 15px;float: left;width: 33%;margin-right: 1.5%;box-sizing: border-box;border-left: 1px solid #afafaf ; border-right: 1px solid #afafaf; }
.content-row4 .content-col3 { float:right; width:30%; box-sizing:border-box}

/* NAVIGATION */
.dropnav { position: relative;top: 80px;bottom: 0;font-family: 'proximanova-bold';}
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .submenu > ul{ position: relative;z-index: 2}
.dropnav .nav { float:left }
.dropnav .nav3 { margin-right:196px }
.dropnav .nav > a { cursor:pointer; display:block; height:45px; padding:0 18px; font-size:16px; line-height:45px; text-decoration:none; color:#525252; text-transform:uppercase; border-right:1px solid #bebebe; z-index:4 }
.dropnav .nav3 >a, .dropnav .nav6 >a { border-right: 0px solid #bebebe }
.dropnav .nav:hover > a { color:#525252 }
.dropnav .nav > .submenu { display:none; position:absolute; left:-40px; top:20px; width:1110px; height:225px; padding:68px 0px 0px 40px; background:url(/images/setup/down_new.png) no-repeat;  background-size:100% 100%;white-space:nowrap; z-index:1 }
.dropnav .nav:hover > .submenu { display:block }
/*.dropnav .submenu a { font-size:16px; font-weight:normal; color:#fff; display:block; white-space:nowrap; text-decoration:none }
.dropnav .submenu .has-submenu > a {padding:10px 2px; font-size:18px; text-transform:uppercase; color:#fff; cursor:default }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display: inline-block;vertical-align: top;float: left }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .level1 > ul > li.has-submenu{ padding-top:20px; width: 38%;float: left;box-sizing: border-box}
.dropnav .level2 li.has-submenu > a{ display:none }
.dropnav .level2 li.has-submenu .level2 li a{ font-size: 16px;line-height: 20px;white-space: nowrap;text-decoration: none;color: #24812f;float: left}
.dropnav .level2 li.has-submenu .level2 li:first-child a{ color:#fff }
.dropnav .level2 li.has-submenu .level2 li:first-child{ width:115px}
.dropnav .level2{ float:left}
.dropnav .level2 li.has-submenu{ width:100%}
.dropnav .level2 li.has-submenu .level2 li{ float: left; padding: 5px}
.dropnav .submenu.level2 .submenu li:nth-child(3) a:before, .dropnav .submenu.level2 .submenu li:nth-child(4) a:before, .dropnav .submenu.level2 .submenu li:nth-child(5) a:before{content: "|";margin: 0px 8px 0px 0px;color: #fff;line-height: 20px;float: left;}*/
.dropnav .nav:hover > .submenu { display:block }
.dropnav .submenu a { display:block; font-size:14px; white-space:nowrap; text-decoration:none; text-transform:uppercase; line-height:28px; color:#fff }
.dropnav .submenu a:hover { color:#24812f }
.dropnav .submenu ul,
.dropnav .submenu .has-submenu { display:inline-block; vertical-align:top; min-width:150px; margin-left:40px }
.dropnav .submenu ul:first-child,
.dropnav .submenu .has-submenu:first-child { margin-left:0 }
.dropnav .submenu .has-submenu[data-follow-link="false"] > a { font-size:20px; cursor:default; color:#fff }
.dropnav .submenu .has-submenu[data-follow-link="true"] { display:block; margin:0 }
.dropnav .submenu .has-submenu[data-follow-link="true"] > *,
.dropnav .submenu .has-submenu[data-follow-link="true"] li { display:inline-block; vertical-align:top }
.dropnav .submenu .has-submenu[data-follow-link="true"] > a { min-width:150px }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a { font-size:12px; font-weight:400; color:#fff }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:hover { color:#24812f }
.dropnav .submenu .has-submenu[data-follow-link="true"] li a:before { content:'| '; padding:0 3px; color:#fff }
.dropnav .submenu .has-submenu[data-follow-link="true"] li:first-child a:before { display:none }
.dropnav .submenu a[rel*="wiki-link"] + a { display:none !important }
.dropnav .nav1 > .submenu.level1 > ul > li.has-submenu:nth-child(4) { position: absolute; top: 65px; right: 171px; }

.secondary-nav { position:relative; z-index:2; padding:0px 10px 5px 10px; margin-bottom:0px; color:#1a3e1e; background:#fff; font-family: 'proximanova-bold'}
.secondary-nav h1 { float:left; margin-bottom:0; color:#1a3e1e; font-size:28px; font-weight:normal; text-transform:uppercase; border-top:3px solid #1a3e1e; height:35px; line-height:40px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:12px; font-family: 'proximanova-regular'; font-size:17px}
.secondary-nav li { float:left }
.secondary-nav li a { color:#1a3e1e; text-decoration:none }
.secondary-nav li a:hover { color:#808080; text-decoration:none }
.secondary-nav li:before { content:"|"; padding:0 5px }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#000; background:rgba(0,0,0,0.8); border-radius:5px 0 }
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { color:#fff; display:block; min-width:100px; white-space:nowrap }
.secondary-nav .has-nav li a:hover{color:#fff }

.j-carousel .media-box { padding-top:43%; position:relative; overflow:hidden;margin-right:350px }
.j-carousel .story-box { position:absolute; top:15px; right:0; max-width:300px; color:#808080; padding:30px 10px 10px; font-size:16px }
.j-carousel .title { display:block; font-size:24px; color:#003f07; text-transform:uppercase }
.j-carousel .leadin { display:block;  font-family: 'proximanova-regular'; margin-top:10px  }
.j-carousel .date { display:block; font-family: 'proximanova-regular';; position:absolute; top:0px  }
.j-carousel .readmore{ text-transform:uppercase; color:#003f07} 
.j-carousel .readmore:after{ content:">>"; color:#003f07; font-size:12px; padding:5px 5px  } 
.j-carousel .controls { padding-top:15px }
.j-carousel .control { position:relative; float:left; width:243px;margin-left:1%; cursor:pointer }
.j-carousel .control:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:2px solid #bfbfbf }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control.active:after { content:""; position:absolute; left:0; right:0; bottom:0; top:0; border:2px solid #425d3e}
.j-carousel .control .thumb { width:100%; vertical-align:top}
 
.news-btn {top: 419px;display: block;right: 21px;position: absolute;z-index: 4;color: #fff;background: #003f07;width: 129px;height: 19px;padding: 10px;text-align: center;text-transform: uppercase}
.news-btn:hover{color:#fff}

.sport-home .news-btn {top: 461px}

/* TABS */
.tabs-wrapper ul.tabs .tab { margin-left:5px }
.tabs-wrapper ul.tabs .tab:first-child { margin-left:0 }
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .tab a { display:block; height:40px; line-height:40px; padding:0 10px; text-transform:uppercase;  color:#9b9b9b; font-size:20px; margin-top:-14px}
.tabs-wrapper .tab a.active { color:#1a3e1e; border-top:3px solid #1a3e1e  }
.tabs-wrapper .tab a:hover { color:#1a3e1e; text-decoration:none }
.tabs-wrapper .panes { position:relative }
.tabs-wrapper .pane { display:block !important; visibility:hidden; position:absolute; left:0; right:0; top:-9999px }
.tabs-wrapper .pane.active { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { min-height:300px; padding:10px }


/* SLIDER */
.slider-wrapper { position:relative }
.slider-wrapper .slider { position:relative; border:5px solid #fff; overflow:hidden }
.slider-wrapper .items { position:relative; width:2000% }
.slider-wrapper .item { float:left; width:5% }
.slider-wrapper .image { display:block }
.slider-wrapper .image img { width:100%; vertical-align:top }
.slider-wrapper .image span { display:none }
.slider-wrapper .next, 
.slider-wrapper .prev { display:none; position:absolute; left:10px; top:50%; margin-top:-15px; width:30px; height:30px; cursor:pointer; text-align:center; overflow:hidden }

/* SCOREBOARD */
.scoreboard-slider { position:relative; font-size:12px; text-transform:uppercase; color:#1a3e1e }
.scoreboard-slider .slider { position:relative; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .no-events,
.scoreboard-slider .no-event { display:block; line-height:300px; text-align:center; color:#000; background:#fff; background:rgba(255,255,255,0.5) }
.scoreboard-slider .event-box { width:32%; margin-left:2%; float:left }
.scoreboard-slider .event-box:first-child { margin-left:0 }
.scoreboard-slider .event { position:relative; min-height:300px; border:2px solid #bfbfbf; color:#003f07; text-align:center; padding-bottom:35px; background:#fff }
.scoreboard-slider .event .status { color:#656565 }
.scoreboard-slider .event .date { display:block; height:38px; line-height:38px; font-size:16px; text-align:center }
.scoreboard-slider .event .date span:first-child{ color:#fff; background:#1a3e1e; float:left; width:27%; text-align:center}
.scoreboard-slider .event .sport { text-align:center; padding-bottom:10px; padding-top:10px }
.scoreboard-slider .event .sport a { color:#1a3e1e; font-size:20px }
.scoreboard-slider .event .team,
.scoreboard-slider .event .opponent { padding:10px; text-align:center; color:#1a3e1e; font-size:18px; line-height:1.2; background:#fff }
.scoreboard-slider .event .result { display:block; margin-top:10px; }
.scoreboard-slider .event .score { float:right }
.scoreboard-slider .event .notes { padding:10px; color:#1a3e1e; text-align:center }
.scoreboard-slider .event .neutral-site { display:none }
.scoreboard-slider .event .links { position:absolute; left:0; right:0; bottom:0; padding:0 10px; line-height:35px; text-align:center }
.scoreboard-slider .event .links .sep,
.scoreboard-slider .event .links a span { display:none }
.scoreboard-slider .event .links a { display:inline-block; vertical-align:top; height:35px; font-size:15px; color:#003f07; }
.scoreboard-slider .next,
.scoreboard-slider .prev { position:absolute; right:44px; top:-54px; width:40px; height:34px; text-indent:-9999px; cursor:pointer; background:url(/images/setup/master_sprite.png) no-repeat -171px 0px }
.scoreboard-slider .next { right:6px; background-position:-211px 0px }
.scoreboard-slider .prev.disabled,
.scoreboard-slider .next.disabled { visibility:hidden }
.scoreboard-slider .full-schedule-btn { display:none }

}

/* Presto Logo */
.site-footer a[href*="https://www.prestosports.com/landing/index"] img {
    max-width: 200px;
    padding-bottom: 30px;
}