/* -----------------------------------------------------------------------------------------------------------------------
File Purpose:	Framework style sheet
Notes:			Copied from ven/b2 and stripped of vy things that won't be here, like Showcase and Galleria
-------------------------------------------------------------------------------------------------------- 
CONTENTS
	- Global
	- Links
	- Text
	- Images
	- Framework Header
	- Navigation
	- Framework Body
	- Framework Footer
	- Dev Toolbar and Error Reporting
*/

/* TRANSITIONS CONTROLS */
body {
	transition: all .3s linear; 
    -webkit-transition: all .3s linear;
}

/* ==>  Global  ---------------------------------------------------------------------------------------- */
html {
	font-size: 62.5%;
	background: #fff; 
}
body {
	min-width: 75%;
	font-family: 'Times New Roman', Times, serif;;
	color: #333;
	height: 100%;
}
body #recaptcha_area { line-height: normal; }
*[class*=rel] { position: relative; }
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
#Body > nav {
}
#Body div#slide {
	width: 100%;
	display: block;
	top: 0;
	z-index: 9999;
	transition:all .3s linear; 
    -webkit-transition:all .3s linear;
}
#Body.reveal div#slide { right: 0; }

/* ==>  Links ---------------------------------------------------------------------------------------- */
a, 
a:visited { text-decoration: none; }
a:hover, 
a:active,
a:focus { text-decoration: underline; }
a.opposite, 
a:visited.opposite { text-decoration: underline; }
a.opposite:hover, 
a.opposite:active,
a.opposite:focus { text-decoration: none; }

/* ==>  Colors and Fonts ---------------------------------------------------------------------------------------- */

/* font color for indexes */
*[class^=targets] p { color: #666; }

/* link, title colors */
a,
#SearchBar a,
*[class^=targets] a p[class^=title] { color: #f0b310; }
#Breadcrumb p { color: #666; }
#Breadcrumb a { color: #b50d20; }

/* related icon bg color */
#Related img,
div.thumbs div.block img.icon { background: #009; }

/* bar colors */
*[class^=bar] { background: #004990; }
*[class^=bar] a,
div[class^=bar] p { color: #fff; }
*[class^=bar] p.right { color: #ccc; }

/* required asterisk */
span.required,
div[class^=form-row] > label span { color: #c00; }

/* buttons */
input[type=submit], 
button, 
a.button {
	background: #b50d20;
	color: #fff;
}

/* remove pushbutton appearance from safari/chrome on mobile and restore to designed look */
input[type="submit"],
button { -webkit-appearance: inherit; }

/* tables */
*[class^=targets] ul { border-top: 1px solid #ccc; }
*[class^=targets] ul:first-child { border-top: 0; }
*[class^=targets] div[class^=row] { border-bottom: 1px solid #ccc; }
#Portfolio ul { border: 0; }

/* form fields */
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { border: 1px solid #7f9db9; }
input[type=submit], 
button { border: 1px solid #00c0ff; }
input[type=text]:focus, 
input[type=password]:focus, 
textarea:focus, select:focus, 
input[type=email]:focus, 
input[type=tel]:focus, 
#globalSearch input[type=search]:focus {
	-webkit-box-shadow: 0 0 3px #999;
	box-shadow: 0 0 3px #999;
}

/* main body framework */
header { background: #004990; }
#content { background: #fff; }
#Breadcrumb { background: #e5e5e5; }
#Breadcrumb p,
#content {
	max-width: 320px;
	margin: 0 auto;
}
footer ul.links li a { color: #fff; }

/* data tables */
table.standings,
table.match {
	font-family: Helvetica, Arial, sans-serif;
}

/* ==>  Text ---------------------------------------------------------------------------------------- */
p.centered-text { text-align: center; }
*.no-records {
	padding: 20px 0 !important;
	text-align: center;
	clear: both;
}
div[class^=gutters] { 
	width: 100%;
	max-width: 720px;
	padding: 0; 
	margin: 0 auto;
	display: block;
}
#Primary div[class^=gutters] { padding: 0 0 25px; }

/* ALL BOLD FONT DECLARATIONS - necessary since webfonts may need to override */
a,
#SearchBar a,
#Breadcrumb ul,
#Showcase .right .att-row p.label,
.paging-bar,
.alert-error p,
div.sm-section p.title,
div.sm-section span,
*[class^=targets] p.info { font-weight: bold; }

/* ALL ITALIC FONT DECLARATIONS - necessary since webfonts may need to override */
*[class^=targets] p.position,
*[class^=targets] p.source,
div.sub-title p.source,
*.no-records { font-style: italic; }

footer a,
nav a,
input[type=submit], 
button,
h1[class^=title] {
	font-weight: normal;
}
nav#leagues p {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

/* MAIN BODY TEXT SIZE DEF */
body {
	font-size: 16px; font-size: 1.6rem;
	line-height: 24px; line-height: 2.4rem;
}
/* ----- 12px ----- */
#website p,
nav p,
#Breadcrumb p,
p.copy,
input[type=submit].small { 
	font-size: 12px; font-size: 1.2rem; 
	line-height: 20px; line-height: 2rem;
}
nav#leagues p { line-height: 38px; line-height: 3.8rem; }
p.copy { line-height: 16px; line-height: 1.6rem; }
/* ----- 14px ----- */
footer ul.links p,
div[class^=bar] p.right,
div[class^=bar] a.right,
*[class^=targets] p, 
#MediaGallery p,
label,
div[class^=form-row] p,
footer,
footer p {
	font-size: 14px; font-size: 1.4rem;
	line-height: 22px; line-height: 2.2rem;
}
input[type=text], 
input[type=password], 
textarea, 
select, 
input[type=email], 
input[type=tel], 
input[type=search] { 
	font-size: 14px; 
	font-size: 1.4rem; 
}
/* ----- 16px ----- */
h6,
.details ul,
.details ol { 
	font-size: 16px; font-size: 1.6rem; 
	line-height: 24px; line-height: 2.4rem;
}
/* ----- 18px ----- */
h1#title,
footer ul.main p,
#RelTab a p,
h5,
input[type=submit], 
p[class^=title], 
div.headline p.long {
	font-size: 18px; font-size: 1.8rem;
	line-height: 26px; line-height: 2.6rem;
}
h5, h6 { padding: 0 0 14px; }
h1#title { line-height: 20px; line-height: 2.0rem; }
/* ----- 22px ----- */
h4 {
	font-size: 22px; font-size: 2.2rem;
	line-height: 30px; line-height: 3rem;
}
h4 { padding: 0 0 16px; }
/* ----- 26px ----- */
h2,
h3,
div.headline p { 
	font-size: 26px; font-size: 2.6rem;
	line-height: 34px; line-height: 3.4rem;
}
h2, h3 { padding: 0 0 20px; }
/* ----- 30px ----- */
h1 {
	font-size: 30px; font-size: 3rem;
	line-height: 38px; line-height: 3.8rem;
}
h1[class^=title] { padding: 0 0 20px; }
@media only screen and (max-width : 1100px) {
	div.headline p.long { 
		font-size: 16px; font-size: 1.6rem; 
		line-height: 24px; line-height: 2.4rem;
	}
}

/* ==>  Images ---------------------------------------------------------------------------------------- */
img.float-right { float: right; }
img.float-left { float: left; }
div[id^=image] { position: relative; }
div#FullWrap {
	width: 100%;
	max-height: 480px;
	overflow: hidden;
	position: relative;
	z-index: 100;
}
#content .s-image { max-height: 300px; }
img[class^=full] {
	max-width: 100%;
	height: auto !important;
	margin: 0 auto;
	padding: 0;
}
div#FullWrap img.full-scale {
	width: 100%;
	padding: 0;
}
div.imageWrap {
	padding: 7px 0 20px 35px;
	float: right;
}
div.imageWrap img { float: left; }
img.left-thumb, 
div.callout img {
	border: 0;
	padding: 0;
	float: left;
}
*[class^=targets] img.right-thumb,
*[class^=targets] img.outside-thumb {
	border: 0;
	padding: 0 0 10px 20px;
	float: right;
}
*[class^=targets] img.outside-thumb {
	max-width: 200px;
	height: auto; 
}

/* ==>  Framework Header ---------------------------------------------------------------------------------------- */
html.top-pad {
	padding-top: 70px;
}
#NavWrap.top-anchor {
	position: fixed;
	top: 0;
	border: 0;
	z-index: 9999;
	background: rgba(00, 49, 90, 0.9);
	-webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.7);
	box-shadow: 0 0 6px 0 rgba(0,0,0,0.7); 
}	
header {
	width: 100%;
	text-align: center;
}
header > div#NavWrap {
	width: 100%;
	position: relative;
}
#website {
	padding: 6px 0 3px;
}
#website a {
	padding: 2px 10px;
	color: #fff;
	font-weight: normal; 
}
#logo img {
	width: 90%;
	max-width: 300px;
	margin: 0 auto;
}
#logo p { display: none; }
h1#title {
	padding: 3px 10px 12px;
	color: #fff;
}

/* ==>  Navigation ---------------------------------------------------------------------------------------- */
#mobileNav, #dropSearch { display: none; }
nav {
	height: 40px;
}
nav#leagues {
	background-color: #b50d20;
}
nav > ul {
	width: auto;
	height: 40px;
	margin: 0;
	padding: 0;
}
nav > ul > li {
	height: 100%;
	padding: 0 10px;
	float: left;
	position: relative;
	z-index: 500;
}
nav#leagues > ul > li {
	width: 50%;
	text-align: center;
}
nav > ul > li a.global {
	height: 100%;
	padding: 0;
	float: left;
	position: relative;
}
nav > ul > li:hover a.global, 
nav > ul > li:active a.global, 
nav > ul > li:focus a.global,
nav > ul > li.on a.global { 
	text-decoration: none;
	color: #fff;
	transition: all .5s linear; 
    -webkit-transition: all .5s linear;
}
nav#leagues > ul > li.first a.global {
	float: right;
}
nav > ul > li a.global > p { 
	padding: 29px 20px 0; 
	float: left;
	position: relative;
	text-transform: uppercase;
}
nav > ul > li#NQSearch a img {
	padding: 20px 20px 0;
	float: right;
}
header nav > ul > li > div.drop {
	position: absolute;
	top: 75px;
	left: 0;
	width: 250px;
	padding: 0;
	margin: 0;
	background: rgba(36, 36, 36, 0.9);
	border: 1px solid #00c0ff;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	-webkit-transition: visibility 0s linear 0.2s, opacity 0.2s linear;
	z-index: 800 !important;
}
nav > ul > li > div.drop {
	width: 100%;
	padding: 5px 15px 0;
	margin: 0;
	float: left;
}
nav > ul > li > div#n-drop-search {
	left: auto;
	right: 0;
}
nav > ul > li#NQSearch div.q-search {
	width: 250px;
	padding: 0 5px 5px;
	margin: 0;
	float: left;
}
nav > ul > li#NQSearch div#search {
	padding: 10px;
	float: right;
}
div.q-search input[type=submit] {
	height: 30px;
	margin: 0; 
	float: right;
}
div.q-search input[type=search] {
	width: 182px;
	height: 30px;
	padding: 2px 5px 0;
	float: left;
	border: 1px solid #333;
	background: #fff;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}
div#search input[type=text]:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
}
nav > ul > li ul {
	width: 100%;
	padding: 0 5px 5px;
	margin: 0;
	float: left;
}
header nav > ul > li:hover div, 
header nav > ul > li:active div, 
header nav > ul > li:focus div { 
	visibility: visible;
	opacity: 1;
	transition-delay: 0s;
	-webkit-transition-delay: 0s;
}
nav > ul li ul li {
	width: 100%;
	float: left;
}
nav > ul li ul li a {
	width: 100%;
	margin: 5px 0 0;
	padding: 6px 0 8px;
	float: left;
	color: #fff;
}
header nav > ul li ul li a:hover, 
header nav > ul li ul li a:active, 
header nav > ul li ul li a:focus {
	background: #00c0ff;
	text-decoration: none;
}
nav > ul li ul li p { 
	padding: 0 10px; 
	float: left;
}

/* ==>  Framework Body ---------------------------------------------------------------------------------------- */
header, 
#content, 
footer { min-width: 320px; }
.wrap {
	width: 60%;
	margin: 0 auto;
}
@media only screen and (max-width : 1200px) {
	.wrap { width: 96%; }
	#RelTab { left: 2%; }
}
#content {
	width: 100%;
	text-align: left;
	min-height: 200px;
	padding: 30px 0;
}
#content .wrap {
	padding: 0 0 40px; 
	clear: left;
}
#content .section { 
	padding: 35px 20px 0;
	clear: both; 
}
#content #RelPad {
	width: 100%;
	height: 50px;
	margin: -50px 0 0;
	display: block;
	visibility: hidden;
}
#content #PrimaryCols, 
#content #SectionCustom {
	width: 100%;
	padding: 0;
	float: left;
}
#Breadcrumb {
	width: 100%;
	height: 30px;
	min-height: 30px;
	padding: 0;
}
#Breadcrumb p { 
	padding: 3px 10px 0;
}
#Breadcrumb ul li { 
	padding: 6px 5px 6px 0;
	display: inline-block;
}
@media (pointer:coarse) {
	#Breadcrumb ul li p,
	#Breadcrumb ul li a { padding: 0 5px; }
}
#Breadcrumb ul li.divider { padding-right: 3px; } 
div#Social {
	width: 100%;
	max-width: 100%;
	padding: 10px 20px 15px;
	float: left;
	overflow: hidden;
	background: #000;
	position: relative;
	border-top: 1px solid #666;
}
div#Social > p {
	position: absolute;
	top: 16px;
	left: 20px;
	color: #e5e5e5;
}
div#Social div { 
	max-height: 27px;
	padding: 0 0 0 60px;
	float: left; 
}
div#Social > div > div { padding: 5px 10px 0 0; }
div#Social div > p {
	float: left;
	margin-top: 5px;
	margin-right: 8px;
	color: #e5e5e5;
} 
div#Social div.atclear { display: none; }
div#Social > div > div a { 
	max-height: 27px;
	margin: 0; 
	padding: 0 !important;
}
#fb-root { display: none; }
.fb_iframe_widget span { vertical-align: top !important; }
.fb-like iframe { z-index: 100 !important; }
#Social .twitter-wrapper iframe { width: 55px !important; }
#main-send { padding-left: 2px; }
#overlay-like { margin-right: 8px; }
#RelTab {
	position: fixed;
	bottom: 0;
	left: 15%;
	margin: 0 0 0 20px;
	border-radius: 5px 5px 0 0; 
	-webkit-border-radius: 5px 5px 0 0;
	background-color: rgba(102, 102, 102, 0.9);
	display: none;
}
#RelTab.on { display: block; }
#RelTab a {
	min-height: 45px;
	padding: 0 20px;
	display: block; 
	font-weight: normal;
}
#RelTab a p { 
	padding: 10px 0 0;
	color: #fff;  
}
#BackToTop {
	position: fixed;
	right: 20px;
	bottom: 80px;
	width: 50px;
	height: 50px;
	background: url(/_themes/_images/framework/top-icon.png) top left no-repeat;
	display: none;
}
html.top-pad #BackToTop { display: block; }
#BackToTop a {
	width: 100%;
	height: 100%;
	display: block;
}
#BackToTop p { display: none; }

/* ==>  Framework Footer ---------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	padding: 20px 0;
	clear: left;
	background: #004990;
	text-align: center;
}
footer ul.links {
	width: 100%;
	padding: 10px 0;
	display: block;
}
footer ul.links li { display: inline; }
footer p { 
	padding: 0 15px;
	color: #fff;
}
#phone {
	padding: 10px 0 5px;
}
@media (pointer:coarse) {
	footer p { padding: 5px 15px; }
}
p.copy { 
	padding: 5px 0; 
}
p.copy a { font-weight: normal; }
div.copy div.icons {
	padding: 0 15px 0 0;
	float: right;
}
div.copy div.icons a { float: right; }
div.copy img.icon {
	padding: 2px 5px 0;
	float: right;
}

/* ==>  Dev Toolbar and Error Reporting ---------------------------------------------------------------------------------------- */
#toolbar {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	height: 25px;
	overflow: hidden;
	background-color: black;
	color: white;
	padding-top: 5px;
	padding-left: 5px;
	font-size: 0.75em;
	line-height: 0.875em;
}
#toolbar li {
	float: left;
	padding-right: 10px;
	margin-right: 10px;
	border-right: solid 1px white;
}
#toolbar span {
	margin-right: 10px;
	float: left;
}
html.toolbar-enabled { margin-top: 30px; }
.xdebug-error {
	font-family: monospace;
	width: 100%;
}