body, html, div, blockquote, img, label, p, h1, h2, h3, h4, h5, h6, pre, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td
{ margin: 0; padding: 0; /*border: 0;*/ outline: none; }

body { line-height: 1; font-size: 1em; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; padding: 0; margin: 0; }
ul, ol { list-style: none; }
a, a img { color: black; text-decoration: none; border:none;}
a:hover { text-decoration: underline; }
.floatLeft { float: left; padding: 0; }
.floatRight { float: right; padding: 0; }

/*----------------------------------------------------------

[COLUMN]			COLUMNS LAYOUT

-----------------------------------------------------------*/
/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline; 	float: left; 	position: relative; 	margin-left: 10px; 	margin-right: 10px;
}
.push_1, .pull_1, .push_2, .pull_2, .push_3, .pull_3, .push_4, .pull_4,.push_5, .pull_5, .push_6, .pull_6,
.push_7, .pull_7, .push_8, .pull_8, .push_9, .pull_9, .push_10, .pull_10, .push_11, .pull_11, .push_12, .pull_12 {
	position:relative;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .grid_1 { 	width:60px; }
.container_12 .grid_2 { 	width:140px; }
.container_12 .grid_3 { 	width:220px; }
.container_12 .grid_4 { 	width:300px; }
.container_12 .grid_5 { 	width:380px; }
.container_12 .grid_6 { 	width:460px; }
.container_12 .grid_7 { 	width:540px; }
.container_12 .grid_8 { 	width:620px; }
.container_12 .grid_9 { 	width:700px; }
.container_12 .grid_10 { 	width:780px; }
.container_12 .grid_11 { 	width:860px; }
.container_12 .grid_12 { 	width:940px; }

/* Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .prefix_1 { 	padding-left:80px; }
.container_12 .prefix_2 { 	padding-left:160px; }
.container_12 .prefix_3 { 	padding-left:240px; }
.container_12 .prefix_4 { 	padding-left:320px; }
.container_12 .prefix_5 { 	padding-left:400px; }
.container_12 .prefix_6 { 	padding-left:480px; }
.container_12 .prefix_7 { 	padding-left:560px; }
.container_12 .prefix_8 { 	padding-left:640px; }
.container_12 .prefix_9 { 	padding-left:720px; }
.container_12 .prefix_10 { 	padding-left:800px; }
.container_12 .prefix_11 { 	padding-left:880px; }

/* Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .suffix_1 { 	padding-right:80px; }
.container_12 .suffix_2 { 	padding-right:160px; }
.container_12 .suffix_3 { 	padding-right:240px; }
.container_12 .suffix_4 { 	padding-right:320px; }
.container_12 .suffix_5 { 	padding-right:400px; }
.container_12 .suffix_6 { 	padding-right:480px; }
.container_12 .suffix_7 { 	padding-right:560px; }
.container_12 .suffix_8 { 	padding-right:640px; }
.container_12 .suffix_9 { 	padding-right:720px; }
.container_12 .suffix_10 { 	padding-right:800px; }
.container_12 .suffix_11 { 	padding-right:880px; }

/* Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .push_1 { 	left:80px; }
.container_12 .push_2 { 	left:160px; }
.container_12 .push_3 { 	left:240px; }
.container_12 .push_4 { 	left:320px; }
.container_12 .push_5 { 	left:400px; }
.container_12 .push_6 { 	left:480px; }
.container_12 .push_7 { 	left:560px; }
.container_12 .push_8 { 	left:640px; }
.container_12 .push_9 { 	left:720px; }
.container_12 .push_10 { 	left:800px; }
.container_12 .push_11 { 	left:880px; }

/* Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/
.container_12 .pull_1 { 	left:-80px; }
.container_12 .pull_2 { 	left:-160px; }
.container_12 .pull_3 { 	left:-240px; }
.container_12 .pull_4 { 	left:-320px; }
.container_12 .pull_5 { 	left:-400px; }
.container_12 .pull_6 { 	left:-480px; }
.container_12 .pull_7 { 	left:-560px; }
.container_12 .pull_8 { 	left:-640px; }
.container_12 .pull_9 { 	left:-720px; }
.container_12 .pull_10 { 	left:-800px; }
.container_12 .pull_11 { 	left:-880px; }

/*----------------------------------------------------------
	- [CLEAR]			CLEARS
-----------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear {   clear: both;   display: block;   overflow: hidden;   visibility: hidden;   width: 0;   height: 0; }

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after {   content: '\0020';   display: block;   overflow: hidden;   visibility: hidden;   width: 0;   height: 0; }
.clearfix:after {   clear: both; }

/*----------------------------------------------------------

[CORE]					CORE styles

-----------------------------------------------------------*/

/*----------------------------------------------------------
	- [STRU]			STRUCTURE
						- horizontal structure
						- some top-level height
-----------------------------------------------------------*/
* { }

body,
#site-wrapper,
#header-wrapper,
#banner-wrapper,
#content-wrapper,
#footer-wrapper {
	min-width:980px;
}

#header-content,
#banner-content,
#content,
#footer-content {
	position:relative;
	margin:0 auto;
	width:960px;
}

/*----------------------------------------------------------
	- [SPAC]		SPACING, VERTICAL-STRUCTURE
					- padding, margins, etc.
-----------------------------------------------------------*/
#header-wrapper,
#banner-wrapper,
#content-wrapper,
#footer-wrapper { clear: both; }

#header-content {
	padding-top:20px;
}
#header-content .tab {
	margin-top:30px;
}
#header-content .tab a {
	padding:10px;
}
#banner_short {
	clear:both;
	margin:0 auto;
	padding-bottom:10px;
	text-align:center;
}
#content-wrapper {
	padding:40px 0 20px 0;
}
#content div, p {
	min-height:20px;
}
.inputs,
form input[type=submit],
p {
	margin-bottom:20px;
}

#footer-wrapper {
	min-height:100px;
}

/*----------------------------------------------------------

	- [TYPO]			TYPOGRAPHY

-----------------------------------------------------------*/
body {
	font-family:"Source Sans Pro", Arial, sans-serif;
	font-size:16px;
	font-weight:400;
	line-height:20px;
}

h1,
form input:not([type='submit']),
div.sign-up-box form input[type=text],
div.sign-up-box form input[type=password]
							{font-weight:300; }
h2, h3, h4, h5, h6, p
							{ font-weight:400; }
h1>span
							{ font-weight:600; }
strong
							{ font-weight:700;	}

.oversize, .oversized
							{ font-size:60px;
							line-height:60px; }
h1
							{ font-size:40px;
							  line-height:60px;	}
h2
							{ font-size:36px;
							  line-height:40px; }
h3
							{ font-size:30px;
							  line-height:40px; }
h4,
div.sign-up-box form input[type=text],
div.sign-up-box form input[type=password]
							{ font-size:26px;
							  line-height:40px; }
h5,
div.sign-up-box form input[type=submit]
							{ font-size:20px;
							  line-height:20px;	}
h6,
.form.meta p
							{ font-size:18px;
							  line-height:20px; }
p
							{ font-size:16px;
							  line-height:20px; }

small
							{ font-size:12px;
							  line-height:20px; }

.textalignleft, .text-bubble p,
.page-type-list .post-wrap .title,
.page-type-grid .post-wrap .title
					{ text-align:left; }
.textaligncenter, .feature-box
					{ text-align:center; }
.textalignright
					{ text-align:right; }

#header-content a {
	text-decoration:none;
}

#content #sso-signin-button {
	margin: 20px auto;
}

#content #sso-signin-button div {
	min-height: 0px;
}

#content #sso-signin-msg {
	text-align: center;
	padding-bottom: 10px;
}

.signin-button-disabled {
	pointer-events: none;
	opacity: 0.4;
}

/*----------------------------------------------------------

[SKIN]					SKIN

-----------------------------------------------------------*/

/* Use this to swap out for the instance's other logo */

html.meta-page #logo-main 			{ display:block; }
html.meta-page #logo-configurator 	{ display:none; }

html.dashboard #logo-main 			{ display:none; }
html.dashboard #logo-configurator 	{ display:block; }

html.teamstatus #logo-main 			{ display:none; }
html.teamstatus #logo-configurator 	{ display:block; }

/*----------------------------------------------------------
	- [GENE]			GENERIC styles
-----------------------------------------------------------*/
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.aligncenter {
	display: flex;
	justify-content: center;
	gap: 4px;
}
.aligncenterparent {
	text-align:center;
}

input {
	height:20px;
}
.tab ul {
	float:right;
}
.tab ul li {
	float:left;
}

#banner-content h1 {
	text-align:center;
}
/*----------------------------------------------------------
	- [COLO]		COLORS
----------------------------------------------------------*/
body { background:transparent; }
html,
#header-wrapper,
#banner-wrapper,
#footer-wrapper						{ background: #eeeeee; }

input[type="submit"]				{ background: #999999; }
#content-wrapper,
.rg-content
									{ background: #ffffff; }
.form.meta input[type=submit]
									{ background: #666666; }
input[type=submit]
									{ color: #ffffff; }
a									{ color: #8888aa; }
#header-content,
#footer-content
									{ color:#555555; }
body,
div.sign-up-box p
									{ color:#2a2a2a;}
.form.meta input[type=text],
.form.meta input[type=password]
									{ border:3px solid #aaaaaa; }

/*----------------------------------------------------------
	- [FORM]		FORM
-----------------------------------------------------------*/
form {
	text-align:center;
}
form h4,
form div.input,
form input {
	display:inline-block;
}
form h4 {
	position:relative;
	top:5px;
	text-align: right;
	margin-right:15px;
	width:175px;
}
form h4.activate {
    width: 275px;
}
.inputs {
	width:820px;
}
form input:not([type='checkbox']) {
	width:320px;
}
form input[type='submit'] {
	width:180px;
}
form input:not([type='submit']),
form input[type=text],
form input[type=password] {
	height:20px;
	padding:5px 0px 5px 10px;
	border-radius:5px;
}
form input[type=submit] {
	height:40px;
}

.form.meta input[type=submit] {
	cursor:pointer;
	border:none;
	border-radius:5px;
	font-weight:bold;
}

#content .msg {
	min-height: 0;
	color: #DD2222;
}
#pwd-errors {
	background: rgba(255, 255, 255);
	border-color: #aaaaaa;
	padding: 5px 0 5px 10px;
	border-radius: 5px;
	margin-bottom: 20px;
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}
#pwd-errors:empty {
	display: none;
}
#pwd-errors ul {
	text-align: left;
	color: black;
	padding: 5px;
	line-height: 23px;
}
#pwd-errors ul li {
	padding: 0 0 0 21px;
}
#pwd-errors ul li.valid {
	color: #06b456;
	background: url("../img/greencheckmark.png") no-repeat 0 3px;
}
#pwd-errors ul li.invalid {
	color: #db1617;;
	background: url("../img/redx.png") no-repeat 0 3px;
}
.arrow_box {
	position: relative;
	background: #ffffff;
	border: 3px solid #9c9c9c;
}
.arrow_box:after, .arrow_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 10px;
	margin-left: -10px;
}
.arrow_box:before {
	border-color: rgba(156, 156, 156, 0);
	border-bottom-color: #aaaaaa;
	border-width: 14px;
	margin-left: -14px;
}
.form.meta input[type="submit"]:disabled {
  background-color: #e68c00;
}
/*----------------------------------------------------------
[OTHE]					Other
-----------------------------------------------------------*/
.thankyounote {
	padding-top:10px;
	font-size:12px;
	font-style:italic;
}

p.terms {
	font-size:10px;
	color:#777777;
}

/*----------------------------------------------------------
[TEAM]					Team Status
-----------------------------------------------------------*/

html.teamstatus {
	background:#ffffff;
}

html.teamstatus #banner_short {
 /* position: relative;
  top:-10px;
  left:-10px;*/
  width:100%;
}

html.teamstatus #content {
	margin:10px;
	width:90%;
}

html.teamstatus #banner_short .header-logo {
  	padding:20px 10px 10px 20px;
}
