body { padding-top:90px; font-family:'Roboto', sans-serif; font-size:1rem; line-height:1.5; color:#000; background-color:#fbfbfb }

a { color:#003087; text-decoration:none }
a:hover { text-decoration:underline }

h1, h2, h3, h4, h5, h6 { font-family:'Roboto Condensed', sans-serif; color:#003087 }
h1 { font-size:30px; text-transform:uppercase }
h2 { font-size:24px }
h3 { font-size:19px }
h4 { font-size:16px }
h5 { font-size:14px }

.wrapper { max-width:1200px; margin:0 auto }
.landing .wrapper { max-width:none }
.mainbody { padding:20px; background:#fff }
.landing .mainbody { padding:0; background:none }

.content-row > div { position:relative; max-width:1200px; min-height:200px; padding:40px; margin:0 auto }

.tournament-section .section-heading { font-size:1.875rem; line-height:1; text-transform:uppercase; overflow:hidden }
.tournament-section .section-heading span { position:relative; display:inline-block; vertical-align:top; line-height:1 }
.tournament-section .section-heading span:after { content:''; position:absolute; left:calc(100% + 10px); top:2px; bottom:2px; right:-5000px; background:url(/images/setup/2020_headlines_pattern.png) repeat }

.tournament-location { background:#fff }
.tournament-participants { background:#fdfdfd }
.tournament-central { background:#fff }
.tournament-brackets { background:#00539C; color:#fff }
.tournament-guide { background:#ddd }
.tournament-videos { background:rgba(0,0,0,0.6); color:#fff }
.tournament-social { background:rgba(0,21,37,0.5); color:#fff }
.tournament-social > div > h1 { display:none }

/* Footer */
footer.mod-site-footer.style1 { position:relative; z-index:1; font-family:'Roboto', sans-serif; font-size:1rem; color:#003087; background:#fff; box-shadow:0 0 10px 0 rgba(0,0,0,0.2) }
footer.mod-site-footer.style1 .footer-logos li { display:block }
footer.mod-site-footer.style1 .footer-logos li img { max-height:100% }
footer.mod-site-footer.style1 .footer-text span { display:block; font-weight:700; text-transform:uppercase }
footer.mod-site-footer.style1 .footer-presto-logo { display:none }

@media only screen and (min-width:992px) {
  footer.mod-site-footer.style1 .footer-logos li { display:inline-block; margin:0 3rem }
}

@media only screen and (min-width:1200px) {
  footer.mod-site-footer.style1 .footer-logos li { margin:0 }
  footer.mod-site-footer.style1 .footer-logos li:nth-child(2) { margin:0 13rem 0 8rem }
}

/* Site Developer */
.inc-hostedby { padding:1rem; text-align:center; vertical-align:top; color:#003087; background:#fff; border-bottom:8px solid #cc8a00 }
.inc-hostedby > a { display:inline-block; vertical-align:top }
.inc-hostedby svg { vertical-align:top }

.search-bar { position:relative; width:232px; margin:0 auto 100px; background:#fff; border-radius:3px; overflow:hidden }
.search-bar input[type="text"] { width:100%; height:30px; padding:0 30px 0 10px; border:none; font-family:'museo700', arial; text-transform:uppercase; background:#fff; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box  }
.search-bar .submit { width:30px; height:30px; border:none; overflow:hidden; background:#001B37; position:absolute; right:0; top:0 }
.search-bar .submit span { display:none }
.search-bar .submit i:before { display:block; width:100%; height:30px; line-height:30px; text-align:center; color:#fff; margin:0; font-size:18px }

.hero-image { position:relative; padding-top:56.25%; overflow:hidden }
.hero-image img { position:absolute; left:0; top:0; width:100% }
.hero-image:after { content:""; position:absolute; left:0; right:0; top:0; bottom:0;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}
.hero-image .title { position:absolute; left:0; right:0; top:50%; z-index:2; text-align:center; text-shadow:1px 1px 3px rgba(0,0,0,0.6); color:#fff; -moz-transform:translate(0,-50%); -webkit-transform:translate(0,-50%); transform:translate(0,-50%) }
.hero-image .title h1 { max-width:700px; margin:0 auto; font-size:50px; line-height:1; text-transform:uppercase; color:#fff }
.hero-image .title h1 i { font-size:2.6em; float:left }

.tournament-participants .row { margin-top:20px  }
.tournament-participants .row:first-child { margin-top:0 }
.tournament-participants .participant { float:right; width:49%; min-height:200px; box-shadow:0 0 10px rgba(0,0,0,0.3); background:#fff; overflow:hidden; border-radius:5px  }
.tournament-participants .participant:first-child { float:left }
.tournament-participants .participant > div { padding:20px }
.tournament-participants .thumb { float:left; max-width:150px; margin-right:20px }
.tournament-participants .info { overflow:hidden }
.tournament-participants info { float:left }
.tournament-participants h2 span { display:block; font-size:0.875rem }

.tournament-location .row { margin-top:20px  }
.tournament-location .row:first-child { margin-top:0 }
.tournament-location .story { position:relative; float:right; width:49% }
.tournament-location .story:first-child { float:left }
.tournament-location .thumb { padding-top:56%; position:relative; overflow:hidden }
.tournament-location .thumb img { vertical-align:middle; position:absolute; left:0; top:0 }
.tournament-location .info { padding:10px 20px; background:#f0f0f0; font-size:16px }
.tournament-location .info .title { margin:0 }
.tournament-location .info .leadin { margin-top:10px }

.tournament-guide .row { margin-top:20px  }
.tournament-guide .row:first-child { margin-top:0 }
.tournament-guide .location { float:right; width:49%  }
.tournament-guide .location:first-child { float:left }
.tournament-guide .thumb { padding-top:56%; position:relative; overflow:hidden }
.tournament-guide .thumb img { vertical-align:middle; position:absolute; left:0; top:0; width:100% }
.tournament-guide .info { padding:10px 20px; font-size:16px }

.tournament-links { margin-bottom:15px }
.tournament-links ul { list-style:none; margin:0 }
.tournament-links li { display:inline-block; margin-left:15px }
.tournament-links li:first-child { margin-left:0 }

.tournament-composite { padding:10px; background:#f5f5f5 }
.tournament-composite table { width:100%; border-collapse:collapse }
.tournament-composite th { text-align:left; padding:5px 10px; text-transform:uppercase }
.tournament-composite td { padding:10px; border-top:solid 1px #ccc; vertical-align:middle }
.tournament-composite .event-info { width:50% } 

.youtube-wrapper { position:relative }
.youtube-wrapper ul,
.youtube-wrapper li { list-style:none; padding:0; margin:0 }
.youtube-wrapper .playlist { width:100%; position:relative; overflow:hidden }
.youtube-wrapper .overflow { width:20000%; position:relative }
.youtube-wrapper .overflow > div { width:0.5%; float:left }
.youtube-wrapper ul { margin-top:20px }
.youtube-wrapper ul:first-child { margin-top:0 }
.youtube-wrapper li { position:relative; width:23.5%; margin-left:2%; float:left; overflow:hidden }
.youtube-wrapper li:first-child { margin-left:0 }
.youtube-wrapper li img { width:100%; vertical-align:middle }
.youtube-wrapper li .title:before { content:""; display:block; width:50px; height:50px; position:absolute; left:50%; top:50%; margin:-47px 0 0 -25px; background:url(/images/setup/2014/master_sprite.png) no-repeat 0 -646px }
.youtube-wrapper li .title { display:block; padding:5px 10px; color:#fff; text-decoration:none }
.youtube-wrapper .prev, .youtube-wrapper .next { display:block; width:20px; height:20px; text-indent:-9999px; position:absolute; right:35px; top:-35px; background:url(/images/setup/2014/master_sprite.png) no-repeat -954px 0 }
.youtube-wrapper .next { right:10px; background-position:-979px 0 }

.schedule-bracket .bracketevent{width:222px;height:104px;padding:5px;background:#e7e7e7;float:left;color:#000;border:1px solid #aaa;font-family:arial;font-size:10px;position:relative}
.schedule-bracket .info{padding:5px;width:212px;float:left}
.schedule-bracket .sport{background:#00539c;color:#fff;padding:3px;text-transform:uppercase}
.schedule-bracket .date-cont{margin-bottom:3px}
.schedule-bracket .team{font-weight:700;font-size:11px;margin-bottom:2px}
.schedule-bracket .links-cont{padding:5px;width:212px;float:left;border-top:1px solid #a0a0a0}
.schedule-bracket .links-cont a{color:#8a000f;margin-bottom:2px}

.scac-social .col { width:32%; min-height:390px; padding:10px; float:left; margin-left:2%; background:#000; background:rgba(0,0,0,0.6); -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
.scac-social .col:first-child { margin:0 }
.scac-social iframe { display:block }
.scac-social .instagram-widget { height:370px; overflow:auto; position:relative }
.scac-social .social-hdr { margin:0 0 10px; font-size:20px; line-height:1; text-align:center; color:#fff; text-transform:uppercase }

span[id="wiki-toggle-btn"] { top:auto !important; bottom:0 }

.page-nav ul > li a {border-bottom:5px solid transparent; }

.page-header a{color:#fff; }

@media only screen and (min-width:1201px) {

body { padding:0; padding-top:56px; }  

/*.page-header { position:fixed; left:0; right:0; top:0; z-index:4; -moz-transition:background 0.5s ease; -webkit-transition:background 0.5s ease; transition:background 0.5s ease } */
.page-header { background: rgb(0,48,135); position:fixed; left:0; right:0; top:0; z-index:4; -moz-transition:background 0.5s ease; -webkit-transition:background 0.5s ease; transition:background 0.5s ease }
.page-header > div { max-width:1200px; margin:0 auto; padding:10px }
.page-header h1 { float:left; margin:0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; transition:all 0.5s ease }
.page-header h1 img { height:75px; margin-bottom:-47px; }
.page-header.fade { background:rgba(0,48,135,0.8) }
.page-header.fade > div { padding:10px; }

.page-nav { float:right }
.page-nav .trigger { display:none }
.page-nav ul,
.page-nav li { list-style:none; padding:0; margin:0 }
.page-nav ul { -moz-transition:margin 0.5s ease; -webkit-transition:margin 0.5s ease; transition:margin 0.5s ease }
.page-nav ul > li { float:left; margin-left:30px }
.page-nav ul > li a { display:block; padding:10px 0 5px; font-size:16px; font-weight:bold; line-height:1; text-transform:uppercase; text-decoration:none; color:#fff; -moz-transition:padding 0.5s ease; -webkit-transition:padding 0.5s ease; transition:padding 0.5s ease }
.page-nav ul > li a:hover, .page-nav ul > li a:focus { border-bottom-color:#CC8A00; }
.page-header.fade .page-nav ul { margin-top:0 }
/* .page-header.fade .page-nav ul li a { padding:15px 10px } */
.page-nav .back-to-top { display: none; width:80px; height:30px; padding:5px 40px 5px 10px; line-height:30px; color:#FFF; cursor:pointer; background:#005EC4; position:fixed; right:50%; bottom:0; margin-right:-65px; z-index:4; border-radius:5px 5px 0 0  }
.page-nav .back-to-top a { color:#FFF; font-size: 11px; text-transform:uppercase ; text-decoration:none }
.page-nav .back-to-top i { width:30px; height:40px; font-size:20px; line-height:40px; font-weight:bold; color:#FF9C00; background:#001B37; text-align:center; position:absolute; right:0; top:0; border-radius:0 5px 0 0 }

}

@media only screen and (max-width:1200px) {
    
    body { padding:0; padding-top:70px; }  

.page-header { position:fixed; left:0; right:0; top:0; z-index:4; background: rgba(0,48,135,0.8); -moz-transition:background 0.5s ease; -webkit-transition:background 0.5s ease; transition:background 0.5s ease }
.page-header > div { max-width:1200px; margin:0 auto; padding:10px }
.page-header h1 { float:left; margin:0; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; transition:all 0.5s ease }
.page-header h1 img { height:75px; margin-bottom:-47px;  }

.page-nav { position:relative; float:right; width:50px }
.page-nav ul,
.page-nav li { list-style:none; padding:0; margin:0 }
.page-nav .trigger { float:right; width:30px; height:30px; padding:10px; font-size:20px; text-align:center; color:#fff; background:#333 }
.page-nav .trigger span { display:none }
.page-nav .trigger.active:before { content:""; position:absolute; right:50%; bottom:-10px; margin-right:-10px; border:10px solid transparent; border-bottom-color:rgba(0,0,0,0.7) }
.page-nav .container { position:absolute; right:0; top:60px; max-width:0; max-height:0; text-align:right; background:rgba(0,0,0,0.7); overflow:hidden; -moz-transition:all 0.5s ease; -webkit-transition:all 0.5s ease; transition:all 0.5s ease; border-radius:5px 0 5px 0 }
.page-nav.active .container { max-width:400px; max-height:400px }
.page-nav ul { padding:20px }
.page-nav li a { display:block; padding:0 10px; font-size:16px; line-height:30px; text-decoration:none; text-transform:uppercase; color:#fff; white-space:nowrap; border-radius:3px 0 3px 0}
.page-nav ul > li a:hover, .page-nav ul > li a:focus { border-bottom-color:#CC8A00; }
.page-nav .back-to-top { display:none; width:80px; height:30px; padding:5px 40px 5px 10px; line-height:30px; color:#FFF; cursor:pointer; background:#005EC4; position:fixed; right:50%; bottom:0; margin-right:-65px; z-index:4; border-radius:5px 5px 0 0  }
.page-nav .back-to-top a { color:#FFF; font-size: 11px; text-transform:uppercase ; text-decoration:none }
.page-nav .back-to-top i { width:30px; height:40px; font-size:20px; line-height:40px; font-weight:bold; color:#FF9C00; background:#001B37; text-align:center; position:absolute; right:0; top:0; border-radius:0 5px 0 0 }

}

@media only screen and (max-width:767px) {

.content-row > div { min-height:0; padding:20px }
.content-row > div > h1 { font-size:20px }

.tournament-location .story { width:100%; margin-top:20px }
.tournament-location .story:first-child { margin-top:0 }

.hero-image:after { display:none }
.hero-image .title { position:static; padding:20px; text-align:left; background:rgba(0,0,0,0.6); -moz-transform:none; -webkit-transform:none; transform:none }
.hero-image .title h1 { font-size:1.5rem }
.hero-image .title i { font-size:90px }


.tournament-participants .row { margin-top:0 }
.tournament-participants .participant,
.tournament-participants .participant:first-child { float:none; width:auto; margin-top:10px }

.tournament-guide .row { margin-top:0 }
.tournament-guide .location,
.tournament-guide .location:first-child { float:none; width:auto }


.youtube-wrapper ul { margin-top:0 }
.youtube-wrapper li { width:49%; margin-left:0; margin-top:10px }
.youtube-wrapper li:nth-child(even) { float:right }

.scac-social .col { width:auto; min-height:390px; padding:10px; float:none }

}

@media only screen and (max-width:479px) {

  .tournament-participants .thumb { float:none; max-width:100%; margin-right:0 }

  .youtube-wrapper li,
  .youtube-wrapper li:nth-child(even) { float:none; width:auto}
  
}