/* ==============
   GLOBAL STYLES
   ============== */

/* WEB FONTS */

@font-face {
    font-family: 'bookmania';
    src: url('mark_simonson_-_bookmania_bold-webfont.woff2') format('woff2'),
         url('mark_simonson_-_bookmania_bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'bookmania';
    src: url('mark_simonson_-_bookmania-webfont.woff2') format('woff2'),
         url('mark_simonson_-_bookmania-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklin';
    src: url('librefranklin-black-webfont.woff2') format('woff2'),
         url('librefranklin-black-webfont.woff') format('woff');
    font-weight: 900;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklin';
    src: url('librefranklin-bold-webfont.woff2') format('woff2'),
         url('librefranklin-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklin';
    src: url('librefranklin-medium-webfont.woff2') format('woff2'),
         url('librefranklin-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklin';
    src: url('librefranklin-regular-webfont.woff2') format('woff2'),
         url('librefranklin-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;

}

@font-face {
    font-family: 'libre_franklin';
    src: url('librefranklin-semibold-webfont.woff2') format('woff2'),
         url('librefranklin-semibold-webfont.woff') format('woff');
    font-weight: 600;
    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;

}

.accent-bg,
.accent-bg th { color:#fff !important; background:#006834 !important }

.skip-navigation { position:fixed; left:0; top:-50px; width:1px; height:1px; font-size:1rem; 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 }

html { font-size:16px !important }
body { font-family:'roboto', arial; font-size:1rem; line-height:1.5; color:#444; background:#f5f5f5; -webkit-font-smoothing:antialiased; -webkit-text-size-adjust:none }

:focus { outline-color:#4d90fe }

a { font-size:1em; color:#222; text-decoration:none }
a:focus,
a:hover { color:#444; text-decoration:underline }

h1,h2,h3,h4,h5,h6 { line-height:1.3 }

h1 { font-size:2.125rem }
h2 { font-size:1.875rem }
h3 { font-size:1.625rem }
h4 { font-size:1.375rem }
h5 { font-size:1.125rem }
h6 { font-size:1rem }

.page { font-size:0.875em }

.body-container { max-width:1170px; margin:0 auto }
.landing .body-container { max-width:none }
.mainbody { display:block; padding:10px; color:#444; 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 { padding:30px 0; font-family:'Libre Franklin', arial; font-size:1rem }
.site-footer > div { max-width:1170px; margin:0 auto }
.site-footer a.edu-logo { display: block;margin-bottom: 25px;max-width: 220px;}
.site-footer .footer-text { font-size: 0.875em;min-width: 250px; }
.site-footer .footer-links { border-left: 1px solid #eee;min-width: 156px;padding-left: 40px; }
.site-footer .footer-links ul { margin: 0; }
.site-footer .footer-links li { list-style: none; padding-top: 5px; }
.site-footer .footer-links .title,
.site-footer .footer-text .title{ font-size: 14px;line-height: 20px;font-weight: 400;letter-spacing: 0.02em;text-transform: uppercase;text-align: left;color: #383838;margin: 0 0 15px;padding-bottom: 12px;position: relative}
.site-footer .footer-links .title:after,
.site-footer .footer-text .title:after{content: '';width: 50px;height: 3px;background-color: #febe10;position: absolute;left: 0;bottom: 0;}
.site-footer .logos { margin: 0 auto; }
.site-footer .logos li { display: inline-block;width: 27%;text-align: center;vertical-align: middle;}
.site-footer .address { font-size: 12px; text-align: center; padding: 20px; }
.site-footer .privacy { display: block;text-align: center;margin: 10px auto;}
.site-footer .nav-footer-links ul { margin: 0; }
.site-footer .nav-footer-links li { display: inline-block; font-size: 14px; padding: 0 5px; }
.site-footer .nav-footer-links li:after { content: '';position: relative;right: -7px;border-left: 1px solid #393736; }
.site-footer .nav-footer-links li:nth-child(8):after { display: none; }

/*.site-footer .footer-col { float:right; width:35%; padding:0 20px; box-sizing:border-box }*/
/*.site-footer .footer-col:first-child { width:65% }*/
/*.site-footer .footer-text { font-size:0.875em }*/
/*.site-footer .footer-text a { color:#006835 }*/
/*.site-footer .footer-text .edu-logo { display:block; margin-bottom:30px }*/
.site-footer .footer-text .telephone { display:block; font-size:1.14em; margin-top:30px; }
.site-footer .footer-text .email,
.site-footer .footer-text .location { display:block; font-size:1.14em; }
.site-footer .footer-text .hash-link { display:block; margin-top:5px; font-size:1.1em;}
.site-footer .footer-text .address { display:block; margin-top:30px }
.site-footer .footer-text .icon { margin-right:40px; font-size: 15px; float: left; clear: both; }
.site-footer .footer-text .location .icon { font-size: 22px; }
.site-footer .footer-text .location a { font-size: 12px; }
.site-footer .footer-text .location .tifton { display: block; }
.site-footer .nav-footer-links { text-align: center; }
/*.site-footer .footer-logos { width:75%; float:left }*/
/*.site-footer .footer-logos li { display:inline-block; vertical-align:middle; max-width:200px; margin:0 0 0 50px }*/
/*.site-footer .footer-logos li:first-child { margin-left:0 }*/
/*.site-footer .footer-links { float:left; width:25%; padding-right:20px; margin-bottom:30px; box-sizing:border-box }*/
/*.site-footer .footer-links .title { font-size:1em; font-weight:600 }*/
/*.site-footer .footer-links:nth-of-type(4n+1) { clear:left }*/
/*.site-footer .footer-links ul { list-style:none; margin:0 }*/
/*.site-footer .footer-links li { margin-top:8px }*/
/*.site-footer .footer-links li a { display:block; font-size:0.875em; line-height:1.2; color:#006835 }*/

/* 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:56.25%; 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 }

.j-carousel .pp { position:absolute; right:0; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; cursor:pointer; text-align:center; text-decoration:none; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.j-carousel .pp:before { content:'\e80b'; display:block; font-size:1.2rem; line-height:30px }
.j-carousel .pp.play:before { content:'\e80a' }
.j-carousel .prev, 
.j-carousel .next { display:block; position:absolute; left:20px; top:50%; z-index:1; margin-top:-20px; width:40px; height:40px; padding:0; border:none; font-family:'arial'; cursor:pointer; text-align:center; text-shadow:0 0 5px rgba(0,0,0,0.8); overflow:hidden; color:#000; text-decoration:none; text-shadow:none; text-shadow:0 0 2px rgba(0,0,0,0.5) }
.j-carousel .next { left:auto; right:20px }
.j-carousel .prev:before { content:"\00ab"; display:block; height:40px; font-size:2rem; line-height:40px; color:#fff }
.j-carousel .next:before { content:"\00bb"; display:block; height:40px; font-size:2rem; line-height:40px; color:#fff }
.j-carousel .prev:focus,
.j-carousel .next:focus { outline:none; text-shadow:1px 1px 10px rgba(0,0,0,0.8) } 

/* ANIMATION # 3 */
.j-carousel { position:relative; z-index:1 }
.j-carousel .feed { position:relative; overflow:hidden }
.j-carousel .seats { width:800%; position:relative }
.j-carousel .seat { opacity:0; visibility:hidden; width:12.5%; float:left; position:relative; transition:all 0.3s 0.3s ease }
.j-carousel .seat.active { opacity:1; visibility:visible; transition:all 0.3s ease }  

.more-news .story { margin-top:10px; padding:0 10px 0 210px; font-size:1rem; position:relative }
.more-news .story:first-child { margin-top:0 }
.more-news .heading { margin:0; font-size:1.25em }
.more-news .heading .thumb { width:190px; float:left; margin-left:-210px; 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; margin-bottom:5px }
.more-news .details { overflow:hidden }
.more-news .details .leadin { display:none }
.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 */
.section-aotw .section-header { position:static; line-height:20px; margin-bottom:0; padding:5px 10px; border-bottom:5px solid #233a75; font-size:1rem; font-weight:normal; text-transform:uppercase; background:#9b1d22; color:#fff }
.aotw { height:300px; padding:10px; font-size:1rem; color:#000; background:#eee }
.aotw .athlete { margin-top:10px }
.aotw .athlete:first-child { margin-top:0 }
.aotw .thumb { float:left; margin:0 10px 0 0; border:3px solid #555 }
.aotw .thumb img { vertical-align:top }
.aotw .title { display:block; margin-bottom:10px; text-decoration:none }
.aotw .title span { display:block; font-size:0.75em; color:#9b1d22 }
.aotw .title span:nth-child(1) { font-size:1.125em; margin-bottom:5px; text-transform:uppercase; color:#233a75 }
.aotw .leadin { font-size:0.875em }

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:10px; padding:15px; font-size:1rem; position:relative; color:#444; 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:1em; line-height:30px; text-transform:uppercase; color:#233a75 }
.schedule-boxscore .sport { font-size:1.25em; color:#233a75 }
.schedule-boxscore .status { float:right; text-transform:uppercase; color:#9b1d22 }
.schedule-boxscore .teams { margin-top:5px }
.schedule-boxscore .team .result { color:#9b1d22 }
.schedule-boxscore .notes,
.schedule-boxscore .neutral-site  { margin-top:5px; font-size:0.75em; color:#a0a0a0 }

/* TABS */
.tabs-wrapper ul.tabs { border-bottom:3px solid #e0e0e0; font-family:'Libre Franklin', arial; font-size:1rem }
.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; padding:10px 20px; font-size:1.71em; font-weight:500; text-transform:uppercase; text-decoration:none; color:#444 }
.tabs-wrapper .tab a:focus,
.tabs-wrapper .tab a.active { color:#006835; background:#e0e0e0 }
.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 }

.secondary-tabs ul.tabs { margin-bottom:20px }
.secondary-tabs .panes { overflow:visible }
.secondary-tabs .pane .overflow { min-height:300px }

/* SLIDER */
.slider-wrapper { position:relative; padding:0 30px }
.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 .lazyloaded { width:100% }
.slider-wrapper .image span { position:absolute; left:-9999px }
.slider-wrapper .next, 
.slider-wrapper .prev { position:absolute; left:0; top:50%; margin-top:-15px; width:30px; height:30px; border:none; font-family:'arial'; cursor:pointer; text-align:center; overflow:hidden; color:#006835; background:transparent }
.slider-wrapper .next { left:auto; right:0 }
.slider-wrapper .prev:before { content:"\00ab"; display:block; height:30px; font-size:2rem; line-height:30px }
.slider-wrapper .next:before { content:"\00bb"; display:block; height:30px; font-size:2rem; line-height:30px }
.slider-wrapper .pp { position:absolute; right:30px; top:0; z-index:1; width:30px; height:30px; font-family:'glyphicons'; text-align:center; border:none; cursor:pointer; overflow:hidden; color:#fff; background:rgba(0,0,0,0.8) }
.slider-wrapper .pp:before { content:'\e80b'; display:block; font-size:1.5em; line-height:30px }
.slider-wrapper .pp.play:before { content:'\e80a' }

.sponsors-slider .image { float:left; width:25%; padding:0 10px; box-sizing:border-box }

/* Photo Galleries */
.photo-galleries { font-family:'Libre Franklin', arial; font-size:1rem; overflow:hidden }
.photo-galleries .stories { margin:0 -1px }
.photo-galleries .story { float:left; width:25%; padding:0 1px; box-sizing:border-box }
.photo-galleries .story .heading { position:relative; margin:0; font-size:1em; font-weight:400 }
.photo-galleries .story .thumb { display:block; position:relative; overflow:hidden; background:#444 }
.photo-galleries .story .thumb:before { content:''; display:block; padding-top:56.25% }
.photo-galleries .story:hover .thumb:after { content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0, 104, 53, 0.9) }
.photo-galleries .story .thumb img { position:absolute; left:0; top:0; width:100% }
.photo-galleries .story .title { display:none; position:absolute; left:35px; right:35px; top:50%; max-height:4.5em; font-size:0.875em; line-height:1.5em; text-align:center; color:#fff; overflow:hidden; -moz-transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) }
.photo-galleries .story .title:after { content:'\e814'; display:block; font-family:'glyphicons'; font-weight:700; color:#FDBE0F }
.photo-galleries .story:hover .title { display:block }
.photo-galleries .story .details { display:none }

/*-------------------------------------------------------------------- 
  SITE SPECIFIC COLORS FOR INTERNAL PAGES 
  --------------------------------------------------------------------*/

/* STAFF DIRECTORY */
.staff-directory th { background:#006834; color:#fff }

/* ROSTER */
.roster th,
.roster td { padding:5px 10px; text-align:left }
.roster .roster-header { background:#006834; color:#fff }
.roster .roster-header a { color:#fff }

/* SCHEDULE */
.schedule-list table th { background-color:#006834; color:#fff }

/* STATS */
.stats-wrapper { width:100% }
.stats-wrapper .stats-quarter-box { width:auto }
.stats-wrapper th { background:#006834 }
.stats-wrapper th,
.stats-wrapper td { font-size:0.875rem; padding:5px }
.highlights.highlights-standalone .stat { color: #fff; }
	
/* BIO */
.bio-wrap .head { background:#006834; color:#fff }
.bio-wrap .head a { color:#fff }

/* ==============
   MEDIA QUERIES
   ============== */

/*-----------------------------------------
  DESKTOP SPECIFIC STYLES 
  -----------------------------------------*/

@media only screen and (min-width:1024px) {

.page { position:relative; padding-top:175px }
.mainbody { min-height:500px; padding:20px; position:relative }
.landing .mainbody { min-height:0; padding:0 }

.site-header { position:absolute; left:0; right:0; top:0; z-index:3; color:#444; background:#fff }
.site-header > div { position:relative; max-width:1170px; height:175px; margin:0 auto }
.site-header .site-title { margin:0 }
.site-header .site-title a { position:absolute; left:-5px; top:22px; z-index:1 }
.site-header .site-title a img { vertical-align:top }
.site-header .site-title:after { content:''; position:absolute; right:20px; top:20px; width:575px; height:63px; background:url(/images/setup/header_text.png) no-repeat 0 0}

.site-header.sticky { position:fixed }
.site-header.sticky > div { height:75px }
.site-header.sticky .site-title:after { display:none }
.site-header.sticky .site-title a { top:15px; width:154px; height:44px; text-indent:-9999px; background:url(/images/setup/sticky_logo.png) no-repeat 50% 50% }
.site-header.sticky .dropnav { top:0 }
.site-header.sticky .dropnav > ul { border:none }

.mobile-menu-bar { display:none }

.landing-row { margin-top:20px; overflow:hidden }
.landing-row:first-of-type { margin-top:0 }
.landing-row .landing-row-offset { margin:0 -10px }
.landing-row > div { max-width:1170px; 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.tabs-row { margin-top:0; padding:20px 0; color:#444; background:#fff }
.landing-row.photo-galleries-row { margin-top:0; color:#444; background:#fff }
.landing-row.sponsors-row { margin-top:0; padding:20px 0; color:#444; background:#fff }

/* NAVIGATION */
.dropnav { position:absolute; left:0; right:0; top:100px; height:75px; font-family:'Libre Franklin', arial; font-size:1rem }
.dropnav ul, .dropnav li { list-style:none; padding:0; margin:0 }
/*.dropnav > ul { float:right; border-top:1px solid #ccc  }*/
.dropnav > ul { width:895px; margin-left:210px;  }
.dropnav .nav { float:left; color:#fff; background:#006835 }
.dropnav .nav > a { position:relative; display:block; height:74px; padding:0 10px;  font-weight:600; line-height:74px; text-decoration:none; color:#444; background:#fff; font-size:14px; }
.dropnav .nav > a[href*="abac.edu"]:after { content:'\e840'; font-family:'glyphicons'; margin-left:10px }
.dropnav .nav.focus > a:before,
.dropnav .nav:hover > a:before { content:''; position:absolute; left:50%; margin-left:-7px; bottom:0; border:7px solid transparent; border-bottom-color:rgba(8,58,30,0.9) }
.dropnav .nav > .submenu { opacity:0; visibility:hidden; position:absolute; left:50%; margin-left:-585px; right:0; top:75px; width:1170px; padding:25px 25px 25px 250px; white-space:nowrap; box-sizing:border-box; overflow:hidden }
.dropnav .nav > .submenu:before { content:''; display:block; position:absolute; left:50%; right:50%; top:0; bottom:0; width:98.8vw; margin-left:-49.4vw; margin-right:-49.4vw; background:url(/images/setup/dropdown_logo_overlay.png) no-repeat 0 0 rgba(8,58,30,0.9); background-size:auto 100%;  }
.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; overflow:visible }
.dropnav .submenu a { display:inline-block; vertical-align:middle; font-size:0.875em; color:#fff; white-space:nowrap; text-decoration:none }
.dropnav .submenu a:hover { color:#fdd35f }
.dropnav .submenu .has-submenu > a { margin-bottom:5px; font-family:'bookmania', arial; font-size:1.125em; font-weight:700; text-transform:uppercase; color:#fdd35f }

.dropnav .submenu.level1 > ul,
.dropnav .submenu.level1 > ul > .has-submenu { position:relative; display:inline-block; vertical-align:top; margin-right:50px }
.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 }
.dropnav .submenu.level2 .has-submenu > a { min-width:180px; margin:0; font-family:'Libre Franklin', arial; font-size:1em; color:#fff }
.dropnav .submenu.level2 .has-submenu > a:hover { color:#fdd35f }
.dropnav .submenu.level2 .has-submenu li a { margin:0 8px; font-size:0.75em; font-weight:400 }

.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:26px; padding:0; margin:0 -3px; overflow:hidden; font-size:16px  }
.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:10px; font-family:'Libre Franklin', arial; font-size:1rem; color:#000; background:#e0e0e0 }
.secondary-nav h1 { float:left; margin-bottom:0; color:#006437; font-family:'bookmania', arial; font-size:1.5em; letter-spacing:1px; text-transform:uppercase }
.secondary-nav ul { list-style:none; padding:0; margin:0 }
.secondary-nav > div { max-width:1170px; margin:0 auto }
.secondary-nav > div > ul { float:right; margin-top:5px }
.secondary-nav li { float:left }
.secondary-nav li a { padding:5px 10px; font-size:0.875em; font-weight:600; color:#000; text-decoration:none }
.secondary-nav li.focus a,
.secondary-nav li:hover a { color:#006835; text-decoration:none }
.secondary-nav .has-nav { position:relative }
.secondary-nav .has-nav.focus > a,
.secondary-nav .has-nav:hover > a { color:#fff; background:#006835 }
.secondary-nav .has-nav > ul { display:none; position:absolute; right:0; padding:10px; background:#006835; 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:#fed258 }
.secondary-nav .has-nav .has-nav { position:relative }
.secondary-nav .has-nav .has-nav > ul { top:0; right:100% }

.j-carousel { position:relative; z-index:1; max-width:1170px; margin:0 auto; font-size:1rem; padding-bottom:140px; background:transparent }
.j-carousel .feed { max-width:1170px; margin:0 auto; overflow:visible }    
.j-carousel .seat { opacity:1; visibility:visible }    
.j-carousel .seat.active .story-box,
.j-carousel .seat.active .content-box { opacity:1; visibility:visible }
.j-carousel .seat.active:after { display:none }    
.j-carousel .seat:after { content:''; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.4) }

.j-carousel .media-box { margin:0 1px }
.j-carousel .story-box { visibility:hidden; position:absolute; left:70px; right:70px; bottom:-70px; padding:45px 20px 20px; font-family:'Libre Franklin', arial; font-size:0.875em; text-align:center; color:#444; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2) }
.j-carousel .story-box .title { display:block; font-family:'bookmania', arial; font-size:2.14em; line-height:1.3; color:#000 }
.j-carousel .story-box .title:hover { color:#006835 }
.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:1.125em }
.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 { position:absolute; left:0; right:0; top:20px; text-transform:uppercase; font-weight:700; letter-spacing:2px; color:#006835 }
.j-carousel .story-box .leadin,
.j-carousel .story-box .readmore { display:none }
.j-carousel .controls { display:none }

.carousel-wrapper { position:relative; max-width:1170px; margin:0 auto }
.carousel-slide { position:absolute; left:0; right:0; top:0; bottom:0 }
.carousel-slide .stories { position:absolute; left:-100%; right:-100%; top:0; bottom:0 }
.carousel-slide .story { display:none; position:relative; width:33.34%; float:left; padding:0 1px; box-sizing:border-box }
.carousel-slide .story:first-of-type { display:block; float:right }
.carousel-slide .story:last-of-type { display:block; float:left }
.carousel-slide .story .heading { position:relative }
.carousel-slide .story .thumb { display:block; padding-top:56.25%; position:relative; cursor:pointer; overflow:hidden }
.carousel-slide .story .thumb img { display:block; width:100% !important; height:auto !important; position:absolute; left:0; top:0 }
.carousel-slide .story .title { display:none }
.carousel-slide .story .details { display:none }
.carousel-slide .load-more { display:none }

.j-carousel .prev { left:50%; top:50%; margin-top:-110px; margin-left:-630px }
.j-carousel .next { right:50%; top:50%; margin-top:-110px; margin-right:-630px }

.scoreboard-slider { position:relative; font-family:'Libre Franklin', arial; font-size:1rem }
.scoreboard-slider .no-events { font-size:1.875em; text-align:center; line-height:5; color:#000; background:#fff }
.scoreboard-slider .slider { position:relative; margin:0 -10px; overflow:hidden }
.scoreboard-slider .slides { position:relative; width:50000% }
.scoreboard-slider .slide { width:0.2%; float:left }
.scoreboard-slider .event-box { float:left; width:25%; padding:0 10px; box-sizing:border-box }
.scoreboard-slider .event-box.empty { opacity:0.3 }
.scoreboard-slider .event-box.empty .no-event { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }
.scoreboard-slider .event { position:relative; min-height:350px; padding:15px 15px 160px; color:#444; background:url(/images/setup/ABAC_v4_03.png) no-repeat 50% 0 #ececec; background-size:100% auto; box-sizing:border-box }
.scoreboard-slider .event > * { color:#fff; background:#006835 }
.scoreboard-slider .event .date { position:absolute; left:15px; right:50%; bottom:105px; text-align:right; line-height:1.1; font-weight:700; color:#444; background:none }
.scoreboard-slider .event .sport { font-size:1.25em; font-weight:700  }
.scoreboard-slider .event .sport a { color:#fff; text-decoration:none }
.scoreboard-slider .event .status { position:absolute; left:15px; right:50%; bottom:75px;  text-align:right; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; color:#444; background:none }
.scoreboard-slider .event .opponent { font-family:'roboto', arial; font-size:0.9375em; font-weight:400; color:#fff; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event .opponent .team-logo { position:absolute; right:25px; bottom:60px; display:block; max-width:80px; text-align:center }
.scoreboard-slider .event .opponent .result { display:block; font-size:1.375em; font-weight:700; color:#fff }
.scoreboard-slider .event .team { font-family:'roboto', arial; font-size:0.9375em; font-weight:400; text-align:left; white-space:nowrap; text-overflow:ellipsis; overflow:hidden }
.scoreboard-slider .event .team .team-logo { position:absolute; right:75px; bottom:75px; display:block; max-width:50px }
.scoreboard-slider .event .team + .team { margin-top:3px }
.scoreboard-slider .event .team + .team .team-logo { right:15px }
.scoreboard-slider .event .team .result { display:block; font-weight:700; text-align:center }
.scoreboard-slider .event .team .score { float:right; margin-left:20px }
.scoreboard-slider .event .status + .team .va { display:block; margin-left:-5px }
.scoreboard-slider .event .status + .team .name:before { content:''; position:absolute; right:15px; bottom:75px; display:block; width:60px; height:60px; padding:10px; background:url(/images/setup/default_team_logo.png) no-repeat 50% 50%; background-size:100% 100% }
.scoreboard-slider .event .status + .team .team-logo ~ .name:before { display:none }
.scoreboard-slider .event .neutralsite-notes { display:none }
.scoreboard-slider .event .links { position:absolute; left:0; right:0; bottom:0; height:30px; padding:10px; border-top:1px solid #ccc; text-align:center; background:#ececec }
.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; margin:0 2px; font-size:1.25em; line-height:30px; color:#000 }
.scoreboard-slider .event .links a:focus,
.scoreboard-slider .event .links a:hover { color:#222 }
.scoreboard-slider .event .links a:nth-of-type(5) ~ a { display:none }
    
.scoreboard-slider .next, 
.scoreboard-slider .prev { position:absolute; left:-40px; top:50%; margin-top:-20px; z-index:1; width:40px; height:40px; font-family:'arial'; font-size:2.5rem; line-height:40px; cursor:pointer; text-decoration:none; text-align:center; color:#000; overflow:hidden }
.scoreboard-slider .next { left:auto; right:-40px }
.scoreboard-slider .prev:before { content:"\00ab"; display:block; height:40px; font-size:2rem; line-height:40px }
.scoreboard-slider .next:before { content:"\00bb"; display:block; height:40px; font-size:2rem; line-height:40px }
.scoreboard-slider .next:focus, 
.scoreboard-slider .prev:focus { outline:none; text-shadow:1px 1px 10px rgba(0,0,0,0.8) }
.scoreboard-slider .next.disabled, 
.scoreboard-slider .prev.disabled { opacity:0.5; cursor:default; text-shadow:none }
.scoreboard-slider .full-schedule-btn { position:absolute; right:0; top:-65px; z-index:1; font-size:0.875em; font-weight:700; line-height:40px; text-align:center; text-decoration:none; text-transform:uppercase; color:#006835 }
.scoreboard-slider .full-schedule-btn:before { content:'\e803'; font-family:'glyphicons'; margin-right:10px  }
.scoreboard-slider .full-schedule-btn:hover,
.scoreboard-slider .full-schedule-btn:focus { text-decoration:underline }
 
 /* SEARCH */
.search-bar { position:absolute; right:0; top:117px;width:150px; height:34px; -webkit-box-sizing:border-box; box-sizing:border-box; border:1px solid #006835; border-radius:5px; }
.search-bar input[type="text"] { width:100%; height:34px; padding:0 33px 0 10px; font-size:0.875em; font-weight:600; text-transform:uppercase; border:none; outline:none; color:#fff; background:#006835; -webkit-box-sizing:border-box; box-sizing:border-box; border-radius:5px; }
.search-bar .submit { width:23px; height:34px; border:none; overflow:hidden; position:absolute; right:0; top:0; background:transparent; color:#fff}
.search-bar .submit span{ position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden }
.site-header.sticky .search-bar {top:20px !important; }

/*.site-footer .logos li:first-child { padding-left: 70px; }*/
.site-footer .footer-col {justify-content: space-between;display: flex;align-items: flex-start;font-size: 13px; padding-bottom: 30px;}

.site-footer .footer-links:last-child { display: none; }

.site-footer .privacy { margin: 30px;float: right;}

}

@media only screen and (min-width:1024px) and (max-width:1300px) {
.body-container { padding-left:20px; padding-right:20px }
.landing .body-container { padding-left:0; padding-right:0 }

.landing .landing-row { padding-left:20px; padding-right:20px }    
.landing .landing-row.no-bounds { padding-left:0; padding-right:0 }

.secondary-tabs { padding:0 20px }
}


@media only screen and (min-width:1024px) and (max-width:1200px) {
.dropnav .nav > a { padding:0 5px; font-size:0.875em }  
.dropnav .nav > .submenu { left:0; right:0; width:auto; margin-left:0; padding-left:25px }  
.dropnav .nav > .submenu:before { left:0; right:0; width:auto; margin:0 }
}

/*---------------------------------------------------------------- 
  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/header_tablet.png) no-repeat 50% 50% }

.mobile-menu-bar { display:block; padding:5px; font-size:1rem; background:#006835 }
.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; padding:10px; text-align:center; font-size:0.875em; line-height:1; color:#444; text-transform:uppercase; text-decoration:none; white-space:nowrap; color:#fff; border-radius:3px }
.mobile-menu-bar li a.active { background:#fdbe0f; color:#000; text-decoration:none } 

.dropnav { display:none; font-size:1rem; color:#fff; 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 0.625em; line-height:2.125em; color:#fff; text-decoration:none; position:relative }
.dropnav .has-submenu { position:relative }
.dropnav .has-submenu > a { margin-right:2.5em }
.dropnav .has-submenu:after { content:'\e810'; position:absolute; right:0; top:0; width:2.5em; text-align:center; font-family:'glyphicons'; speak:none; line-height:2.125em; 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:0.625em; background:#666 }
.dropnav .submenu.level2 .submenu li { border:none }
.dropnav .submenu-title { display:none }

.secondary-nav { background:#222; color:#fff }
.secondary-nav h1 { position:relative; margin:0; padding:10px; font-size:1.5rem; color:#fff; font-weight:700 }
.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 { font-size:1rem; color:#444; background:#fff; overflow:hidden }
.j-carousel .story-box { position:relative; padding:40px 20px 20px; font-family:'Libre Franklin', arial; text-align:center; color:#444; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.2) }
.j-carousel .story-box .title { display:block; font-family:'bookmania', arial; font-size:1.2em; line-height:1.1; font-weight:700; color:#444 }
.j-carousel .story-box .title:hover { color:#006835 }
.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:1.125em }
.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 { position:absolute; left:0; right:0; top:20px; text-transform:uppercase; font-weight:700; font-size:0.75em; letter-spacing:2px; color:#006835 }
.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:56.25%; 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:100% }
.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 }
.carousel-slide { display:none }

.j-carousel .prev, 
.j-carousel .next { top:-39px; z-index:3; margin-top:56.25% }

.tabs-wrapper .tabs { display:none }
.tabs-wrapper .tab_title { display:block; line-height:30px; margin-bottom:0; padding:10px; font-weight:700; text-transform:uppercase; background:#006835; color:#fff }
.tabs-wrapper .tab_title:hover { color:#fff; text-decoration:none }
.tabs-wrapper .pane { position:static; visibility:visible }
.tabs-wrapper .pane .overflow { height:auto; padding:5px }

.secondary-tabs { display:none !important }

.section-photo-galleries .section-header { position:static; display:block; line-height:30px; margin-bottom:0; padding:10px; font-size:1.2em; font-weight:700; text-align:center; text-transform:uppercase; background:#006835; color:#fff }
.photo-galleries { padding:20px }
.photo-galleries .story { width:50%; padding:1px }

/*.site-footer .footer-col,*/
/*.site-footer .footer-col:first-child { float:none; width:100%; margin-top:30px; text-align:center; overflow:hidden }*/
/*.site-footer .footer-col:first-child { margin-top:0 }*/

.search-bar{ display:none }

.site-footer .footer-text { font-size: 0.875em;min-width: 100%;padding-left: 15px;}
.site-footer .footer-links {width: 49%;display: inline-block;vertical-align: top;margin: 10px 0;box-sizing: border-box;padding-left: 10px;}
.site-footer a.edu-logo { padding-left: 15px; }
.site-footer .address { text-align: center; }

.site-footer .nav-footer-links { display: none; }
    
}

/*---------------------------------------
  ADJUSTMENTS FOR MOBILE  
  ----------------------------------------*/

@media only screen and (max-width:767px) {

h1 { font-size:1.75rem }
h2 { font-size:1.5rem }
h3 { font-size:1.375rem }
h4 { font-size:1.25rem }
h5 { font-size:1rem }
h6 { font-size:0.875rem }

.site-header .site-title { margin:0 150px 0 10px }
.site-header .site-title a { position:relative; max-width:240px; height:80px; background:url(/images/setup/header_mobile_wide.png) no-repeat 50% 50%; background-size:100% auto }

.mobile-menu-bar { position:absolute; min-width:150px; right:5px; top:0; height:80px; padding:0; background:none; white-space:nowrap; overflow:hidden }
.mobile-menu-bar ul { position:absolute; right:0; top:50%; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%) }
.mobile-menu-bar li a { padding:10px; line-height:1; background:#333; box-sizing:border-box }
.mobile-menu-bar li .text { position:absolute; left:-9999px; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0) }

.sponsors-slider { padding:10px; background:#444 }
.sponsors-slider .image { width:50%; padding:10px }
.sponsors-slider .image:nth-of-type(2n+1) { clear:left }
.sponsors-slider .pp, 
.sponsors-slider .next,
.sponsors-slider .prev { display:none }

.more-news .story { padding:20px 0; margin-top:0; border-top:1px solid #ccc }
.more-news .story:first-child { padding-top:0;border-top:none }
.more-news .story .thumb { display:none }

.photo-galleries .story { width:100% }

/*.site-footer .footer-links { width:50% }*/
/*.site-footer .footer-logos { width:100% }*/
/*.site-footer .footer-logos li { margin:10px }*/
/*.site-footer .footer-logos li:first-child { margin:10px }*/

.site-footer .logos li { width: 30%; }
.site-footer .footer-links { font-size: 11px; }

}

/* 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;}