/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'adelle';
    src: url('Adelle-Bold.woff2') format('woff2'),
         url('Adelle-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'adelle';
    src: url('Adelle-Regular.woff2') format('woff2'),
         url('Adelle-Regular.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Regular-webfont.eot');
    src: url('Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Regular-webfont.woff') format('woff'),
         url('Roboto-Regular-webfont.ttf') format('truetype'),
         url('Roboto-Regular-webfont.svg#robotoregular') format('svg');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'roboto';
    src: url('Roboto-Bold-webfont.eot');
    src: url('Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-Bold-webfont.woff') format('woff'),
         url('Roboto-Bold-webfont.ttf') format('truetype'),
         url('Roboto-Bold-webfont.svg#robotobold') format('svg');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'oswald';
    src: url('oswald-bold-webfont.eot');
    src: url('oswald-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('oswald-bold-webfont.woff') format('woff'),
         url('oswald-bold-webfont.ttf') format('truetype'),
         url('oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: 700;
    font-style: normal;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#C2172B !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:15px; font-weight:700; line-height:1; color:#000 !important; background:#fff; text-transform:uppercase; overflow:hidden; box-sizing:border-box; transition:all 0.5s ease; box-shadow:0 0 15px rgba(0,0,0,0.4) inset }
.skip-navigation:focus { top:0; z-index:9999; width:auto; height:auto; padding:15px; text-decoration:none }

body { font-family:'roboto', arial; font-size:14px; line-height:1.5; color:#444; background:#fff; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#233a75 }

a { color:#9b1d22; text-decoration:none }
a:focus,
a:hover { color:#233a75; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:34px }
h2 { font-size:30px }
h3 { font-size:26px }
h4 { font-size:22px }
h5 { font-size:18px }
h6 { font-size:16px }

.body-container { max-width:1200px; margin:0 auto }
.landing .body-container { max-width:none }

.mainbody { display:block; padding:10px; background:#fff }
.landing .mainbody { padding:0; background:none }

.section-header { position:absolute; left:-9999px }

.navbar-image ul { list-style:none; margin:0 }
.navbar-image li img { vertical-align:top }

.site-footer { position:relative; padding:0 0 40px; font-family:'adelle', arial; text-align:center; background:#fff }
.site-footer:after { content:''; position:absolute; left:0; right:0; bottom:0; height:40px; background:url(/images/setup/2018_bg_red_pattern.jpg) repeat }
.site-footer .footer-logos { margin-bottom:50px; border:1px solid #eee; border-right:none }
.site-footer .footer-logos li { float:left; width:20%; padding:20px; border-right:1px solid #eee; box-sizing:border-box }
.site-footer .footer-address { font-size:20px; text-transform:uppercase }

/* CAROUSEL */
.j-carousel .seats:after { content:""; display:block; clear:both }

/* PADDING WILL CHANGE ACCORDING SITE PHOTO SIZE */
.j-carousel .media-box { position:relative }
.j-carousel .media-box .slide-img { display:block; padding-top:64%; position:relative;  cursor:pointer; overflow:hidden }
.j-carousel .media-box .slide-img img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.touch .j-carousel .close-player { display:block !important }

/* ANIMATION # 3 */
.j-carousel3 { position:relative; z-index:1 }
.j-carousel3 .feed { position:relative; overflow:hidden }
.j-carousel3 .seats { width:800%; position:relative }
.j-carousel3 .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel3 .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.more-news .story { margin-top:10px; padding:0 10px 0 200px; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0 }
.more-news .heading .thumb { width:190px; float:left; margin-left:-200px; box-shadow:0 2px 2px rgba(0,0,0,0.4); position:relative }
.more-news .heading .thumb img { vertical-align:top }
.more-news .heading .title { display:block; font-size:18px; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { font-size:13px }
.more-news .details .related-links ul { list-style:none; margin:0 }
.more-news .details .related-links li { float:left; margin-right:5px }
.more-news .load-more { display:block; max-width:100px; padding:5px 15px; margin:0 auto; text-align:center; background:#6f6f6f; color:#fff; border-radius:3px }

/* AOTW */
.aotw .athlete { position:relative; float:right; width:250px; max-width:50%; border:5px solid #fff; background:#fe0827; box-sizing:border-box }
.aotw .athlete:first-child { float:left }
.aotw .thumb { display:block }
.aotw .thumb img { width:100%; vertical-align:top }
.aotw .title { position:absolute; left:0; right:0; bottom:0; display:block; padding:10px; text-align:center; text-decoration:none; background:rgba(25, 90, 146, 0.9) }
.aotw .title span { display:block; font-size:12px; color:#fff }
.aotw .title span:nth-child(1) { font-size:18px; text-transform:uppercase; color:#fff }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; position:relative; background:#fff; overflow:hidden; box-shadow:0 0 10px rgba(0,0,0,0.5) inset }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .date  { display:block; margin-bottom:5px; border-bottom:3px solid #233a75; font-size:16px; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:20px; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team { font-size:16px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:12px; color:#a0a0a0 }

/* TABS */
.tabs-wrapper .tab_title { display:none }
.tabs-wrapper .panes { position:relative; overflow:hidden }
.tabs-wrapper .pane { display:block !important; position:absolute; left:0; right:0; top:-9999px; visibility:hidden }
.tabs-wrapper .pane.active { position:static; visibility:visible }

.main-tabs ul.tabs { height:50px; border-bottom:5px solid #c41525 } 
.main-tabs .tab a { display:block; padding:0 15px; font-family:'adelle', arial; font-size:20px; line-height:50px; color:#fff; text-transform:uppercase; text-decoration:none }
.main-tabs .tab a.active,
.main-tabs .tab a:focus { border-bottom:5px solid #fff }

.social-tabs ul.tabs { border-bottom:5px solid #004076 }
.social-tabs .tab a { display:block; height:50px; line-height:50px; padding:0 10px; font-size:20px; text-align:center; text-transform:uppercase; text-decoration:none; background:#8f9090; color:#fff; overflow:hidden }
.social-tabs .tab a:focus,
.social-tabs .tab a.active { background:#004076 }

/*
.composite-tabs ul.tabs { width:700px; margin:0 auto 20px }
.composite-tabs ul.tabs .tab { margin-right:15px }
.composite-tabs ul.tabs .tab1 ~ .tab:before { content:'/'; float:left; margin-right:15px; font-size:30px; line-height:55px; color:#c41425; }
.composite-tabs .tab a { display:block; font-size:40px; padding:0 10px; letter-spacing:10px; text-align:center; text-transform:uppercase; text-decoration:none;  color:#c41425; overflow:hidden; font-family:"adelle",arial; font-weight:700 }
.composite-tabs .tab a:focus,
.composite-tabs .tab a.active { color:#004077 }
.composite-tabs .panes { overflow:visible }
*/

.composite-tabs ul.tabs { width:700px; margin:0 auto 20px }
.composite-tabs ul.tabs .tab1 ~ .tab:before { content:''; width:40px; height:60px; float:left; margin:0 20px 0 25px; background:url(/images/setup/2018_master_sprite.png) no-repeat -350px -235px }
.composite-tabs .tab a { display:block; height:50px; overflow:hidden; text-indent:-9999px;-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.composite-tabs .tab1 a { width:335px; background:url(/images/setup/2018_master_sprite.png) no-repeat 0 -235px }
.composite-tabs .tab2 a { width:246px; background:url(/images/setup/2018_master_sprite.png) no-repeat -402px -235px }
.composite-tabs .tab a:focus,
.composite-tabs .tab a.active { -webkit-filter: grayscale(0); filter: grayscale(0); }
.composite-tabs .panes { overflow:visible }

/* SLIDER */
.slider-wrapper { position:relative; padding:0 50px }
.slider-wrapper .slider { position:relative; overflow:hidden }
.slider-wrapper .items { position:relative; width:50000% }
.slider-wrapper .item { float:left; width:0.2% }
.slider-wrapper .image img { vertical-align:top }
.slider-wrapper .image span { position:absolute; left:-9999px }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:0; top:50%; z-index:1; margin-top:-20px; width:40px; height:40px; border:none; font-size:20px; line-height:40px; cursor:pointer; text-decoration:none; text-align:center; color:#fff; background:#c41425; overflow:hidden; border-radius:100% }
.slider-wrapper .next { left:auto; right:0 }
.slider-wrapper .pp { display:none }
.slider-wrapper .prev:before { content:"\e80f"; display:block; font-family:'glyphicons'  }
.slider-wrapper .next:before { content:"\e810"; display:block; font-family:'glyphicons' }

.sponsors-slider .image { float:left; width:12.5%; padding:0 10px; box-sizing:border-box }

/* SCOREBOARD */
.section-scoreboard .section-header {  max-width:660px; height:50px; margin:0 auto 20px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat 0 -240px  }
.scoreboard-slider { position:relative; font-family:'adelle', arial }
.scoreboard-slider .no-events { min-height:120px; font-size:30px; text-align:center; line-height:3; color:#fff }
.scoreboard-slider .slider { position:relative; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { float:left; width:20%; padding:0 5px; box-sizing:border-box }
.scoreboard-slider .event { position:relative; min-height:320px; padding:10px 10px 60px; text-align:center; color:#444; background:#fff }
.scoreboard-slider .event .date { padding:10px 50% 10px 10px; margin-bottom:10px; font-weight:700; text-transform:uppercase; color:#fff; background:#004077 }
.scoreboard-slider .event .date span:first-child { display:none }
.scoreboard-slider .event .sport { text-transform:uppercase  }
.scoreboard-slider .event .sport a { color:#444 }
.scoreboard-slider .event .status { position:absolute; left:50%; right:0; top:10px; padding:10px; color:#fff }
.scoreboard-slider .event .team-logo { display:none }
.scoreboard-slider .event .opponent { margin-bottom:20px; font-family:'roboto', arial; font-weight:700  }
.scoreboard-slider .event .opponent .team-logo { display:block; max-width:90px; margin:0 auto }
.scoreboard-slider .event .opponent .result { display:block; color:#c41425 }
.scoreboard-slider .event .neutralsite-notes { font-size:12px; font-weight:700 }
.scoreboard-slider .event .links { position:absolute; left:10px; right:10px; bottom:0; height:30px; padding:10px; border-top:1px solid #ccc }
.scoreboard-slider .event .links .sep { display:none }
.scoreboard-slider .event .links .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.scoreboard-slider .event .links a { display:inline-block; vertical-align:top; width:30px; height:30px; line-height:30px; color:#c41425; border-radius:100%  }
.scoreboard-slider .event .links a:hover { background:#000 }

.scoreboard-slider .pp,
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:-50px; top:50%; z-index:1; margin-top:-15px; width:40px; height:40px; font-size:20px; line-height:40px; cursor:pointer; text-decoration:none; text-align:center; color:#fff; background:#c41425; overflow:hidden; border-radius:100% }
.scoreboard-slider .next { left:auto; right:-50px }
.scoreboard-slider .pp { display:none }
.scoreboard-slider .prev:before { content:"\e80f"; display:block; font-family:'glyphicons'  }
.scoreboard-slider .next:before { content:"\e810"; display:block; font-family:'glyphicons' }
.scoreboard-slider .full-schedule-btn { display:block; margin:30px 0 0; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center; line-height:35px; color:#c41425 }
.scoreboard-slider .full-schedule-btn:before { content:'\e803'; font-family:'glyphicons'; margin-right:10px }

.graphic-buttons li { width:25%; float:left; font-family:'adelle', arial; text-align:center; text-transform:uppercase }
.graphic-buttons li a { position:relative; display:block; padding-top:128%; overflow:hidden }
.graphic-buttons li a img { position:absolute; left:0; top:0; width:100%; -moz-transition:transform 0.5s 0.2s ease; -webkit-transition:transform 0.5s 0.2s ease; transition:transform 0.5s 0.2s ease }
.graphic-buttons li a span { position:absolute; left:2px; right:2px; bottom:2px; padding:10px; font-size:20px; color:#fff; background:#c41425 }
.graphic-buttons li a:hover img { -moz-transform:scale(1.2); -webkit-transform:scale(1.2); transform:scale(1.2) }

.section-axe-links .section-header { position:static; margin:0 0 15px; font-family:'adelle', arial; font-size:30px; font-weight:700; text-transform:uppercase; text-align:center; color:#fff }
.exceptional-axe-links { font-family:'adelle', arial; text-transform:uppercase }
.exceptional-axe-links ul { list-style:none; margin:0 }
.exceptional-axe-links li { float:left; width:25%; padding:5px 10px; box-sizing:border-box }
.exceptional-axe-links li:nth-child(4n+1) { clear:left }
.exceptional-axe-links li a { display:block; border:2px solid #fff; padding:10px; font-size:15px; text-align:center; color:#fff }

.goacadiago-wrapper { padding:20px; background:url(/images/setup/2018_bg_blue_pattern.jpg) repeat }
.goacadiago-wrapper ul { list-style:none; margin:0 }
.goacadiago-wrapper li { float:left; width:18%; min-height:150px; padding:15px 30px; margin:1%; box-sizing:border-box; background:#fff }
.goacadiago-wrapper li a { display:block; font-size:50px; line-height:1; }
.goacadiago-wrapper li:nth-child(n+6) { display:none }
.goacadiago-wrapper li a[rel="wiki-link"] { font-size:11px }

.social-links { font-family:'roboto', arial }
.social-links ul { list-style:none; margin:0 }
.social-links li { float:left; margin:0 5px }
.social-links li a { display:block; font-size:13px; font-weight:700; line-height:40px; text-transform:uppercase; color:#fff }
.social-links li:nth-child(1) ~ li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

.top-nav { font-family:'roboto', arial }
.top-nav ul { list-style:none; margin:0 }
.top-nav li { float:left; margin:0 5px }
.top-nav li a { display:block; font-size:13px; font-weight:700; line-height:40px; text-transform:uppercase; color:#fff }

.sponsor-logos { padding:0 50px; margin-bottom:20px }
.sponsor-logos li { float:left; width:12.5%; padding:0 10px; text-align:center; box-sizing:border-box }

.twitter-feed { color:#000; background:#fff }
.twitter-feed a { color:#065384 }
.twitter-feed .tweet .info { position:relative; padding:15px 15px 50px }
.twitter-feed .tweet .userinfo { min-height:40px; border-bottom:1px solid #eee; padding-bottom:10px; margin-bottom:10px }
.twitter-feed .tweet .userinfo a { text-decoration:none }
.twitter-feed .tweet .userinfo .icon { position:absolute; right:10px; top:10px; font-size:1.6em; line-height:1; color:#eee }
.twitter-feed .tweet:hover .userinfo .icon { color:#4ec2dc }
.twitter-feed .tweet .logo { float:left; max-width:40px; margin-right:10px }
.twitter-feed .tweet .logo img { vertical-align:middle }
.twitter-feed .tweet .title { display:block; font-size:1.1em; font-weight:700; color:#444 }
.twitter-feed .tweet .username { display:block; font-size:0.9em }
.twitter-feed .tweet .text { display:block; font-size:1.2em; line-height:1.4 }
.twitter-feed .tweet .thumb { margin-top:10px }
.twitter-feed .tweet .thumb img { vertical-align:middle }
.twitter-feed .tweet .links { position:absolute; left:15px; right:15px; bottom:5px; line-height:35px }
.twitter-feed .tweet .links a { margin-right:20px; font-size:1.2em; color:#ccc }
.twitter-feed .tweet .links a .text { position:absolute; left:-9999px; top:-9999px }
.twitter-feed .tweet .links a:focus,
.twitter-feed .tweet .links a:hover { color:#444 }
.twitter-feed .tweet .date { float:right; font-size:0.9em; font-weight:700 }
        
.twitter-feed.list .head { padding:10px 15px }
.twitter-feed.list .head h1 { margin:0; font-size:26px; font-weight:400; line-height:30px }
.twitter-feed.list .tweet .info { border-top:1px solid #eee }

.section-instagram .section-header { position:static; margin:0; padding:10px 20px; font-size:30px; font-family:'adelle', arial; text-transform:uppercase; color:#fff; background:#004075 }
.instagram-feed { position:relative; padding:20px; background:#fff }
.instagram-feed ul { margin:0; list-style:none }
.instagram-feed img { position:absolute; left:0; top:50%; vertical-align:middle; width:100%; transform:translateY(-50%) }
.instagram-feed img.lazyload,
.instagram-feed img.lazyloading { opacity:0; transform:scale(0) }
.instagram-feed img.lazyloaded { opacity:1; transition:opacity .8s, transform .4s; transform:scale(1), translateY(-50%); transition-delay:.4s }
.instagram-feed .item .placeholder { position:relative; padding-top:100% }
.instagram-feed .load-more { text-align:center; cursor:pointer }
.instagram-feed .load-more span { position:absolute; left:0; right:0; top:50%; margin-top:-1em; text-transform:uppercase }
.instagram-feed .item a { display:block; position:absolute; left:0; right:0; top:0; bottom:0; background:#ccc; text-decoration:none }
.instagram-feed .item.video a:before { content:"\e80a"; position:absolute; left:0; right:0; top:50%; z-index:2; font-family:'glyphicons'; font-size:30px; color:#eee; text-align:center; text-shadow:0 0 2px rgba(0,0,0,0.5); speak:none }
.instagram-feed .item a:after { content:""; transition:background .6s ease-out } 
.instagram-feed .item:hover a:after { position:absolute; left:0; right:0; top:0; bottom:0; z-index:3; background:rgba(0,0,0,0.2) }
.instagram-feed .feed { overflow:hidden }
.instagram-feed .feed ul { position:relative; float:left; white-space:nowrap }
.instagram-feed .item { display:inline-block; vertical-align:top; width:315px }
.instagram-feed .item .gutter { padding-left:2px }
.instagram-feed .prev, 
.instagram-feed .next { position:absolute; right:70px; top:-60px; width:59px; height:59px; line-height:59px; font-size:30px; text-decoration:none; text-align:center; cursor:pointer; color:#fff; background:#004074; overflow:hidden }
.instagram-feed .next { right:10px }
.instagram-feed .prev:before { content:"\e80f"; display:block; font-family:'glyphicons'  }
.instagram-feed .next:before { content:"\e810"; display:block; font-family:'glyphicons' }

.section-youtube .section-header { position:static; margin:0; padding:10px 20px; font-family:'adelle', arial; text-transform:uppercase; color:#fff; background:#004075 }
.youtube-widget { padding:20px; background:#fff }
.youtube-widget iframe { width:100%; height:307px }
.youtube-wrapper .playlist{ display:none }

.section-standings .section-header { position:static; max-width:370px; height:50px; margin:0 auto 20px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat 0 -290px  }
.standings-brief { background:#fff }
.standings-brief table { width:100%; border-collapse:collapse }
.standings-brief th,
.standings-brief td { padding:10px 20px; border:1px solid #eee; font-weight:700; text-align:center }
.standings-brief th { color:#fff; border:1px solid #004074; font-family:'adelle', arial; text-transform:uppercase; background:#004074 }
.standings-brief .team-name a { display:block; font-family:'adelle', arial; font-size:20px; text-transform:uppercase; text-align:left; color:#004074 }

/* FULL STANDINGS */
.full-standings h1 { margin:0; border-bottom:5px solid #c41425; font-size:20px; text-transform:uppercase; text-align:center; color:#c41425 }
.full-standings table { width:100%; line-height:1.2; border-collapse:collapse }
.full-standings th,
.full-standings td { padding:10px; text-align:center }
.full-standings th { font-size:14px; font-style:italic; text-transform:uppercase; color:#fff; background:#c41425 }
.full-standings td:first-child { text-align:left; text-transform:uppercase }
.full-standings td a { text-decoration:none }
.full-standings tr:hover td { color:#000; background:#f4f4f4 }
.full-standings .pinned { display:none }
.full-standings > .container { margin-top:10px }
.full-standings > .container:first-child { margin-top:0 }
.full-standings td.conf-field { color:#444; background:#D1D1D1 }
.full-standings .overflow .pinned-col{ width:300px }

.donate-btn{ background:#9b1d22; color:#fff; font-family: 'adelle', arial; font-size: 20px; text-align:center; text-transform:uppercase }
.donate-btn ul{ list-style: none;padding: 0;margin: 0 }
.donate-btn a{ display:block; padding:20px; background:#9b1d22; color:#fff; transition:0.3s}
.donate-btn a:hover,
.donate-btn a:focus{ background:#233a75; color:#ccc }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#C2172B; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#C2172B; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#C2172B; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#C2172B }
.stats-wrapper th,
.stats-wrapper td { font-size:14px; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#C2172B; color:#fff }
.bio-wrap .head a { color:#fff }

.tickets-include .banner-score,
.tickets-include .sidebar{ display:none }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; max-width:2000px; margin:0 auto; overflow:hidden }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:relative; z-index:3; min-height:245px; background:url(/images/setup/2018_header_bg.png) repeat-x 0 0 }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; left:50%; top:0; display:block; width:590px; height:230px; margin-left:-290px; text-indent:-9999px; background:url(/images/setup/2018_master_sprite.png) no-repeat 0 0  }
.site-header .social-links { position:absolute; left:0; top:0 }
.site-header .top-nav { position:absolute; right:0; top:0 }

.mobile-menu-bar { display:none }

.landing-row { margin-top:20px }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1410px; margin:0 auto; padding:20px; box-sizing:border-box }
.landing-row > div:after { content:""; display:block; clear:both }
.landing-row.no-pad > div { padding:0 }
.landing-row.no-bounds > div { max-width:none }

.landing-row .landing-col { float:left; padding:0 10px; box-sizing:border-box }
.landing-row .landing-col.span1 { width:8.33333333333% }
.landing-row .landing-col.span2 { width:16.6666666667% }
.landing-row .landing-col.span3 { width:25% }
.landing-row .landing-col.span4 { width:33.3333333333% }
.landing-row .landing-col.span5 { width:41.6666666667% }
.landing-row .landing-col.span6 { width:50% }
.landing-row .landing-col.span7 { width:58.3333333333% }
.landing-row .landing-col.span8 { width:66.6666666667% }
.landing-row .landing-col.span9 { width:75% }
.landing-row .landing-col.span10 { width:83.3333333333% }
.landing-row .landing-col.span11 { width:91.6666666667% }
.landing-row .landing-col.span12 { width:100% }

.landing-row .landing-col.offset1 { margin-left:8.33333333333% }
.landing-row .landing-col.offset2 { margin-left:16.6666666667% }
.landing-row .landing-col.offset3 { margin-left:25% }
.landing-row .landing-col.offset4 { margin-left:33.3333333333% }
.landing-row .landing-col.offset5 { margin-left:41.6666666667% }
.landing-row .landing-col.offset6 { margin-left:50% }
.landing-row .landing-col.offset7 { margin-left:58.3333333333% }
.landing-row .landing-col.offset8 { margin-left:66.6666666667% }
.landing-row .landing-col.offset9 { margin-left:75% }
.landing-row .landing-col.offset10 { margin-left:83.3333333333% }
.landing-row .landing-col.offset11 { margin-left:91.6666666667% }

.landing-row.news-row { padding:50px; background:no-repeat 50% 0 fixed #003462; background-size:cover }
.landing-row.exceptional-axe-row { margin-top:0; padding:50px; background:url(/images/setup/2018_bg_blue_pattern.jpg) repeat fixed }
.landing-row.buttons-row { margin-top:0; padding:50px; background:url(/images/setup/2018_bg_buttons_row.jpg) no-repeat 50% 50% fixed #0d4e86; background-size:cover }
.landing-row.scoreboard-row,
.landing-row.standings-row { margin-top:0; padding:50px; background:url(/images/setup/2018_bg_grey_pattern.jpg) repeat 50% 50% fixed #f0f0f0 }
.landing-row.aotw-row { margin-top:0; padding:50px; background:url(/images/setup/2018_bg_aotw.jpg) no-repeat 50% 0 fixed #e9e9e9; background-size:cover }
.landing-row.sponsors-row { margin-top:0; padding:50px; background:#f0f0f0 }
.landing-row.social-row { margin-top:0; padding:50px; background:url(/images/setup/2018_bg_social_row.jpg) repeat 50% 50% fixed #a90d1e; background-size:cover }

/* NAVIGATION */
.dropnav { position:absolute; left:0; right:0; top:40px; font-family:'adelle', arial; text-align:center }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
.dropnav .nav { display:inline-block; vertical-align:top; text-align:left }
/* .dropnav .nav1 { margin-left:-40px }
.dropnav .nav5 { margin-left:250px } */
.dropnav .nav > a { position:relative; display:block; height:40px; padding:10px; font-size:15px; font-weight:700; line-height:40px; text-decoration:none; color:#004077; text-transform:uppercase }
.dropnav .nav.focus > a:before,
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; bottom:0; border:10px solid transparent; border-bottom-color:rgba(195, 21, 37, 0.9)  }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:0; right:0; top:96px; min-width:200px; padding:40px; text-align:center; background:rgba(195, 21, 37, 0.9); white-space:nowrap }
.dropnav .nav.focus > .submenu,
.dropnav .nav:hover > .submenu { opacity:1; visibility:visible; -ms-transition:all 0.5s 0.2s ease; -moz-transition:all 0.5s 0.2s ease; transition:all 0.5s 0.2s ease  }
.dropnav .submenu a { display:inline-block; vertical-align:top; color:#fff; font-size:18px; font-weight:800; line-height:35px; text-transform:uppercase; text-decoration:none }
.dropnav .submenu a:hover { color:#83012b; background:#fff }
.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:50px; text-align:left }
.dropnav .submenu.level1 > ul > .has-submenu > a { margin-bottom:10px; font-size:30px; font-style:italic; text-transform:uppercase; cursor:default; color:#fff; background:transparent }
.dropnav .submenu.level2 .has-submenu ul,
.dropnav .submenu.level2 .has-submenu li,
.dropnav .submenu.level2 .has-submenu .submenu { display:inline-block; vertical-align:top }
.dropnav .submenu.level2 .has-submenu { display:block; padding:0 10px }
.dropnav .submenu.level2 .has-submenu:hover { background:#fff }
.dropnav .submenu.level2 .has-submenu:hover a { color:#83012b }
.dropnav .submenu.level2 .has-submenu > a { min-width:180px }
.dropnav .submenu.level2 .has-submenu li a { padding:0 2px; font-family:'arial'; font-size:12px; font-weight:400; text-transform:none }

.dropnav .submenu.level1 .has-submenu li a:before { display:block; font-family:"GlyphIcons"; font-style:normal; font-weight:normal; speak:none; text-decoration:inherit; text-align:center; font-variant:normal; text-transform:none }
.dropnav .submenu.level1 .has-submenu li a[href*="twitter"],
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"],
.dropnav .submenu.level1 .has-submenu li a[href*="instagram"] { width:30px; height:30px; padding:0; margin:2px 0; overflow:hidden; font-size:18px; line-height:26px  }
.dropnav .submenu.level1 .has-submenu li a[href*="twitter"]:before { content:"\e81d" }
.dropnav .submenu.level1 .has-submenu li a[href*="facebook"]:before { content:"\e81c" }
.dropnav .submenu.level1 .has-submenu li a[href*="instagram"]:before { content:"\e81f" }
.dropnav .submenu.level1 .has-submenu li a[href="#twitter"],
.dropnav .submenu.level1 .has-submenu li a[href="#facebook"],
.dropnav .submenu.level1 .has-submenu li a[href="#instagram"] { pointer-events:none; color:#ccc; opacity:0.8 }
.dropnav .submenu.level1 a[rel="wiki-link"]  + a { display:none !important }

.secondary-nav { position:relative; z-index:2; padding:15px; color:#fff; background:#C0192B }
.secondary-nav h1 { float:left; margin-bottom:0; color:#fff; font-family:'adelle', arial; font-size:24px }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-weight:700; color:#fff; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#eee; text-decoration:none }
.secondary-nav li:before { content:"|" }
.secondary-nav li:first-child:before,
.secondary-nav .has-nav li:before { display:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#004075 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#004075; border-radius:5px 0 }
.secondary-nav .has-nav.focus > ul,
.secondary-nav .has-nav:hover > ul { display:block }
.secondary-nav .has-nav li { float:none }
.secondary-nav .has-nav li a { display:block; min-width:100px; padding:0; color:#fff; white-space:nowrap }
.secondary-nav .has-nav li.focus a,
.secondary-nav .has-nav li:hover a { color:#9b1d22 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.news-social-wrapper { position:relative; overflow:hidden }

/*.j-carousel { float:left; width:77%; padding-right:23%; border-bottom:5px solid #c41425; font-family:'adelle', arial; }*/
.j-carousel { border-bottom:5px solid #c41425; font-family:'adelle', arial }
.j-carousel .story-box { position:absolute; left:0; right:0; bottom:0; min-height:100px; padding:20px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.6); background:rgba(0,0,0,0.8) }
.j-carousel .story-box .title { display:block; margin:0 100px 10px 0; font-family:'oswald', arial; font-size:30px; color:#fff; font-weight:700; text-transform:uppercase; line-height:1.1 }
.j-carousel .story-box .carousel-share-links { display:inline-block; vertical-align:top; margin-left:10px }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .leadin { display:block; font-family:arial }
.j-carousel .story-box .readmore { display:none }
/*.j-carousel .controls { position:absolute; right:20px; top:-130px; margin-top:49%; margin-right:23%; z-index:2 }*/
.j-carousel .controls { position:absolute; right:20px; top:0; margin-top:50%; z-index:2 }
.j-carousel .control { position:relative; float:left; width:5px; height:5px; margin-left:5px; border:2px solid #fff; text-indent:-9999px; cursor:pointer; border-radius:100% }
.j-carousel .control:first-child { margin-left:0 }
.j-carousel .control:focus,
.j-carousel .control.active { background:#fff }
 
.main-tabs .panes{ width:77% }
 
.social-tabs { position:absolute; right:0; top:55px; bottom:0; z-index:1; width:23%; border-bottom:5px solid #c41425 }
.sport-home .social-tabs{ top:122px }
.social-tabs ul.tabs { position:relative; z-index:1}
.social-tabs .tab { width:50% }
.social-tabs .tab a:before { font-family:'glyphicons'; display:block; margin-right:10px }
.social-tabs .tab2 a:before { content:'\e81d' }
.social-tabs .tab1 a:before { content:'\e81b' }
.social-tabs .panes { position:static }
.social-tabs .pane .overflow { position:absolute; left:0; right:0; top:55px; bottom:0; overflow:auto; background:#fff }
.social-tabs .pane2 .overflow { overflow:hidden }

.section-aotw { position:relative }
.section-aotw .aotw { position:relative }
.section-aotw .aotw:before { content:''; position:absolute; left:50%; top:0; width:635px; height:209px; margin-left:-318px; background:url(/images/setup/2018_master_sprite.png) no-repeat -600px 0 }
.section-aotw .saotw-sponsor > span { display:block; margin-bottom:5px; font-weight:700; }
.section-aotw .saotw-sponsor { position:absolute; left:50%; top:209px; -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%)  }
.section-aotw .aotw-archive-btn { display:block; max-width:300px; margin:0 auto; padding:10px; border:3px solid #c41525; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center }

.archive-news-btn { display:inline-block; vertical-align:top; padding:15px 20px; font-family:'adelle', arial; font-weight:700; text-decoration:none; text-transform:uppercase; color:#fff; background:#c41525 }
.archive-news-btn:hover { color:#fff; background:#004074 }

.goacadiago-wrapper li { position:relative }
.goacadiago-wrapper li > a { position:absolute; left:30px; right:30px; bottom:45% }
.goacadiago-wrapper li .body { position:absolute; left:30px; right:30px; top:50%; margin-top:10px; line-height:1.4 }

.yt-player-holder{ height:354px }

.donate-btn{ position: absolute; right: 0; top: 55px; width:23%; z-index: 2 }

.landing-row.potw-video { padding:50px 0 }
.landing-row.potw-video > div { max-width:1000px }
.landing-row.potw-video .yt-player-holder{ height:412px }

.landing-row.potw-video .landing-col.span8  { width:61.6666666667% !important; margin-left: 39px !important; }

}

@media only screen and (min-width:1200px) {

.landing-row.potw-video > div { max-width:1190px }
.landing-row.potw-video .yt-player-holder{ height:412px }

}

@media only screen and (min-width:1410px) {

.landing-row.potw-video > div { max-width:1390px }
.landing-row.potw-video .yt-player-holder{ height:318px }

}


@media only screen and (min-width:1024px) and (max-width:1310px) {
.dropnav .nav > a { padding:10px 5px; font-size:16px }    
}

@media only screen and (min-width:1024px) and (max-width:1100px) {
.dropnav .nav > a { font-size:14px }
}

/*---------------------------------------------------------------- 
  COMMON STYLES FOR MOBILE AND TABLET 
  ----------------------------------------------------------------*/

@media only screen and (max-width:1023px) {

body { padding:0 }

.site-header { position:relative; background:#fff }
.site-header .site-title { margin:0 }
.site-header .site-title a { display:block; height:115px; text-indent:-9999px; background:url("/images/setup/2018_header_tablet.png") no-repeat 50% 50% }

.social-links { text-align:center; background:#c41022 }
.social-links ul { display:inline-block; vertical-align:top }

.top-nav { text-align:center; background:#000 }
.top-nav > div { display:inline-block; vertical-align:top }

.mobile-menu-bar { display:block; padding:5px; background:#004077 }
.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.active { background:#9B1d22; color:#fff; text-decoration:none } 

.dropnav { display:none; background:#333 }
.dropnav.active { display:block }
.dropnav .has-submenu > .submenu { display:none }
.dropnav li { border-top: 1px solid #434343 }
.dropnav li:first-child { border-top:none }
.dropnav .submenu li { border-top:solid 1px #363636 }
.dropnav .submenu.level2 li { border-top:solid 1px #464646 }
.dropnav li a { display:block; padding:0 10px; line-height:34px; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:40px }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:40px; text-align:center; font-family:'glyphicons'; speak:none; line-height:34px; color:#fff; background:rgba(0,0,0,0.4) }
.dropnav .has-submenu.active:after { content:'\e811' }
.dropnav .has-submenu.active > .submenu { display:block; background:#444 }
.dropnav .submenu.level1 .submenu { background:#555 }
.dropnav .submenu.level2 .submenu { padding:10px; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu.level2 .submenu a { font-size:0.9em; line-height:20px }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#9b1d22; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:20px; color:#fff; font-weight:normal }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div > ul { display:none }
.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:5px 5px 0; position:absolute; right:10px; top:50%; margin-top:-2px }
.secondary-nav.active h1 { background:rgba(0,0,0,0.3) }
.secondary-nav.active h1:after { border-color:transparent transparent #fff; border-width:0 5px 5px }
.secondary-nav li { border-top:1px solid #8c8c8c }
.secondary-nav li:first-child { border-top:none }
.secondary-nav li a { display:block; padding:5px 10px; color:#fff; text-transform:none; text-decoration:none }
.secondary-nav .has-nav > a { display:none }

.j-carousel { background:#000 }
.j-carousel .story-box { padding:10px; font-size:14px; color:#fff }
.j-carousel .story-box .title { display:block; margin-bottom:5px; font-size:18px; color:#fff; text-shadow:1px 1px rgba(0,0,0,0.8) }
.j-carousel .story-box .carousel-share-links a { font-size:0; color:#eee; text-shadow:1px 1px #000 }
.j-carousel .story-box .carousel-share-links a:before { font-size:18px }
.j-carousel .story-box .carousel-share-links a[href*="twitter"]:hover { color:#00abf1 }
.j-carousel .story-box .carousel-share-links a[href*="facebook"]:hover { color:#3c5a99 }
.j-carousel .story-box .date,
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { position:absolute; left:0; right:0; top:-32px; z-index:2; height:12px; padding:10px 0; margin-top:64%; text-align:center; background:rgba(0,0,0,0.3) }
.j-carousel .control { position:relative; display:inline-block; vertical-align:top; width:4px; height:4px; margin:4px; text-indent:-9999px; cursor:pointer; border-radius:15px }
.j-carousel .control:before { content:''; position:absolute; left:-4px; right:-4px; top:-4px; bottom:-4px; border:2px solid #fff; border-radius:100% }
.j-carousel .control.active { background:#fff; box-shadow:none }
.j-carousel .control .thumb { display:none }
 .archive-news-btn { display:block; max-width:300px; margin:10px auto; padding:10px; border:3px solid #c41525; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center; background:#fff }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; padding:10px 20px; font-family:'adelle', arial; font-size:18px; text-transform:uppercase; color:#fff; background:#004075 }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:0 }

.social-tabs { display:none }

.section-youtube .section-header,
.section-instagram .section-header { font-size:18px }

.section-axe-links { padding:20px; background:url(/images/setup/2018_bg_blue_pattern.jpg) repeat #003362 }
.section-axe-links .section-header { font-size:20px }
.exceptional-axe-links li { width:50% }
.exceptional-axe-links li:nth-child(2n+1) { clear:left }

.graphic-buttons { padding:5px; background:#c41425 }
.graphic-buttons li { width:50%; border:5px solid #c41425; box-sizing:border-box }

.goacadiago-wrapper li { float:none; width:auto; min-height:0; display:inline-block; vertical-align:top }

.section-aotw { padding:20px; background:url(/images/setup/2018_bg_grey_pattern.jpg) repeat #efefef }
.section-aotw .section-header { position:static; margin:0 0 15px; font-family:'adelle', arial; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center; color:#003362 }
.section-aotw .saotw-sponsor > span { display:block; margin-bottom:5px; font-weight:700; }
.section-aotw .saotw-sponsor { text-align:center; margin:20px }
.section-aotw .aotw-archive-btn { display:block; max-width:300px; margin:0 auto; padding:10px; border:3px solid #c41525; font-size:20px; font-weight:700; text-transform:uppercase; text-align:center }

.sponsor-logos { margin:0; background:#f0f0f0 }
.sponsor-logos li { width:33.32%; padding:10px; box-sizing:border-box }

.sponsors-slider { background:#f0f0f0 }
.sponsors-slider .image { width:25%; padding:10px; box-sizing:border-box }

.site-footer .footer-logos { padding:10px; margin:0; border:none  }
.site-footer .footer-logos li { border:none; float:none; width:auto; display:inline-block; vertical-align:top }
.site-footer .footer-logos li img { max-height:60px }

.landing-row.scoreboard-row { 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; -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 }

}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

.site-header .site-title { margin:0 144px 0 10px }
.site-header .site-title a { max-width:240px; height:80px; text-indent:-9999px; background:url("/images/setup/2018_header_mobile_wide.png") no-repeat 0 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; right:5px; top:22px; padding:0; background:none }
.mobile-menu-bar li a { background:#333 }
.mobile-menu-bar li .text { position:absolute; left:-9999px }

.graphic-buttons li,
.exceptional-axe-links li { width:100% }

.aotw .athlete,
.aotw .athlete:first-child { max-width:100%; float:none; margin:5px auto }

.goacadiago-wrapper li { display:block }

.sponsor-logos { padding:10px; text-align:center }
.sponsor-logos li { width:50%; padding:10px; box-sizing:border-box }
.sponsor-logos li img { max-height:80px }

.sponsors-slider { padding:10px; text-align:center }
.sponsors-slider .image { float:left; width:50%; padding:10px }
.sponsors-slider .image:nth-child(2n+1) { clear:left }
.sponsors-slider .prev,
.sponsors-slider .next { display:none }

.site-footer .footer-address { font-size:16px }

}

/* CAMPS */
.camp-box > h2 {background-color: #5B5B5B!important;}
.camp-box button:hover {background: #5B5B5B!important;}
.camp-box button {background: #231F20!important; color: #fff;}
.camp-box button:before {background: #5B5B5B!important;}

/* PrestoSports Logo Styling */

a[aria-label="PrestoSports Home"] img {
    max-width: 200px;
    padding-top: 20px;
}

/* Social tab update 7-20-021 -- removed twitter feed */
.social-tabs .tab1 a:before {
    content: '\e81b';
}
/*.social-tabs .tab {*/
/*    width: 100%;*/
/*}*/
.section-aotw {
    background: #fff;
}
.section-aotw .aotw-heading {
    padding: 7px 20px !important;
    font-family: 'adelle', arial;
    text-transform: uppercase;
    color: #fff !important;
    background: #004075 !important;
    font-size: 30px !important;
}
/*.social-tabs .tab1 a:before {*/
/*    position: static;*/
/*    content: '' !important;*/
/*    background: url(/images/logos/facebook-logo.png);*/
/*    width: 153px;*/
/*    background-size: cover;*/
/*    margin: 7px auto;*/
/*    height: 30px;*/
/*}*/
.potwhead {
    background: #004076;
    color: #fff;
    margin: 0;
    font-size: 30px !important;
    font-family: 'adelle', arial;
    padding: 10px 20px;
}

@media only screen and (min-width: 1024px) {
    .site-header .dropnav > ul:first-of-type {
        float: left;
        justify-content: flex-end;
    }
    .site-header .dropnav > ul:last-of-type {
        float: right;
        justify-content: flex-start;
    }
    .site-header .dropnav .nav {
        display: inline-flex;
        padding: 36px 10px;
        align-items: flex-start;
    }
    .site-header .dropnav > ul {
        display: flex;
        width: calc(50% - 100px);
        height: 130px;
        padding: 0 20px;
        box-sizing: border-box;
    }
}