
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
vertical-align: baseline;
font-weight: inherit;
font-family: inherit;
font-style: inherit;
font-size: 100%;
border: 0 none;
outline: 0;
padding: 0;
margin: 0;
}

html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}


html, body {


}
body {
	overflow-x: hidden;
	height: 100%;
	font-family: 'proxima-nova';
}

a:link {
	color: #2e6d7f;
	text-decoration: none;
}

a:visited {
	color: #2e6d7f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.mask {
	width: 100%;
	height: 100%;
	background-color: black;
    opacity: .8;
    z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}

.loader {
	font-size: 1.5rem;
	color: #0067cc;
	position: absolute;
    top: 35vh;
    left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	/*animation: pulse infinite ease-in-out 1s;
	-webkit-animation: pulse infinite ease-in-out 1s;*/
}

.load_p {
	    color: #0067cc;
    text-align: center;
    margin-top: 20px;
	 font-weight: bold;
	 font-family: 'proxiima-nova', sans-serif;
	 text-shadow: none;
}

.fa-circle-notch {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.social-wrapper {
	position: relative;
	display: block;
	 margin-top: 20px;
	text-align: center;
}

navbar {
    width: 100vw;
    height: 60px;;
    /*background: linear-gradient(rgb(0, 0, 0),rgba(0, 0, 0, 0.65));*/
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   /* align-content: center;
    align-items: start;
	justify-content: flex-start;*/
    padding: 0px;
    z-index: 15;
    position: fixed;
	top: 0px;
	left: 0;
	background-color: #FFC600;
	
	
	 justify-content: space-between;
    align-content: center;
    align-items: center;
    
}

navbar .textbranding {
	font-size: 2rem;
	font-weight: bold;
	
}

@media only screen and (max-width: 800px) {
	navbar .textbranding {
		font-size: 1.2rem;
		margin-top: 10px;
	}
}

@media only screen and (max-width: 500px) {
	navbar .textbranding {
		display: none;
	}
}

.header {
	font-size: 1.5rem;
		margin-top: 10px;
		text-align: center;
		font-weight: 800;
		margin-bottom: 10px;
}

navbar leftalign, navbar rightalign {
    width: auto;
    height: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
	navbar leftalign {
		justify-content: flex-start;
	}
}
navbar rightalign {
	font-size: 25px;
    width: auto;
    margin-right: 40px;
}
@media only screen and (max-width: 500px) {
	navbar rightalign {
		margin-right: 10px;
		margin-top: -5px;
	}
}

.margin-top-60 {
	margin-top: 60px;
}

a.social_link {
 font-size: .8rem;
 color: black;

}

a.social_link:hover {
	opacity: .7;
}

.fa-square-x-twitter, .fa-print {
	margin-left: 15px;
}

.fa-brands, .fab, .fa-solid {
     font-size: 2rem !important;
	 color: black;
}

@media only screen and (max-width: 500px) {
	.fa-brands, .fab, .fa-solid {
		 font-size: 1.5rem !important;
		 
	}
}

.fa-brands:hover, .fab:hover, .fa-solid:hover {
	opacity: .5;
}

.screen {
	position: relative;
	height: 100vh;
	width: 100%;
	background-color: transparent;
	overflow:hidden;
}


@media only screen and (max-width: 500px) {
  .screen {
    padding-bottom: 0;
  }
}

#screen-last {
	/*margin-top: 700vh;*/
	display: inline-block;
	z-index:999;

}

@media screen and (max-width: 800px) {
	#screen-last {
		padding-top: 20px;
		margin-top: 0;
	}
}

.pg-banner-wrapper {
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #3f3b8e ; /* #025373;*/
	height: 40px;
	z-index:999;
}

#pg-banner {
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 3;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 9;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
         transform: translateX(-50%);
}

.pg-post-gazette {
	padding-right: 10px;
    color: black !important;
	font-size: 2.3rem;
    margin-right: 30px;
	color: white;
	background-color: transparent;
	cursor: pointer;
	
}

.pg-post-gazette::before {
	margin-top: 5px;
	margin-right: 0;
}

@media only screen and (max-width: 500px) {
	.pg-post-gazette {
		font-size: 2rem;
	}
}

/*.pg-post-gazette:hover {
	opacity: .5;
}*/


.bold {
  font-weight: 700;
}

.pub-date {
  font-size: 16px;
	font-family: 'Roboto', sans-serif;
  font-weight: 400;
	margin-top: 0px;
	text-transform: uppercase;
		letter-spacing: .08rem;
	text-align: center;
}


p {
	font-family: 'Roboto', sans-serif;
	margin-bottom: 15px;
	font-size: 1.1rem;
	color: black;
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	width: 90%;
	margin-left: 5%;

}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }


/*  GRID OF FOUR  */
.span_4_of_4 {
	width: 100%;
}
.span_3_of_4 {
	width: 71.6%;
}
.span_2_of_4 {
	width: 45.2%;
	font-family: 'Roboto', sans-serif;
}

	h3 {
		font-size: 1.1rem;
		font-weight: 800;
		text-transform: uppercase;
	}

.span_1_of_4 {
	width: 25.8%;
	position: relative;
	height: 100vh;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 1000px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_1_of_4, .span_2_of_4, .span_3_of_4, .span_4_of_4 { width: 100%; }

}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}


/*------------CREDITS ------------------------------------------------------*/
.mycredits
{
	width:100%;
	text-align:center;
	padding:5% 10px;
	z-index:98;
	font-family: 'Roboto', sans-serif;
	background-color: #f1f3ef;

}

	.creditsWrapper
	{
	width:60%;
	margin:auto;
	}

	.creditsWrapper p {
		text-align: left;
		color: black;
		font-family: 'Roboto', sans-serif;
	}

	.mycredits h2
	{
	margin-top: 30px !important;
	margin-bottom: 20px !important;
	font-weight: 700;
	font-size: 2rem;
	color: black;
	
	
	}

	.mycredits h3
	{
		margin-top: 30px !important;
		font-weight: 700;
		font-size: 1.1rem;
		color: #6C6D3A;
		margin-bottom: 10px;
		
	}

	.mycredits .creditBox
	{
	display:inline-block;
	text-align:left;
	width:32%;
	margin-right:1.5%;
	vertical-align:top;
	}


		.mycredits .creditBox:last-child
		{
		margin-right:0;
		}

	.creditLine {
		 font-size: 120%;
		 margin-top: 40px; padding-bottom: 40px;
	}

		@media only screen and (max-width: 1024px) {
			.mycredits .creditBox
			{
			display:inline-block;
			text-align:left;
			width:100%;
			margin-right:0;
			vertical-align:top;
			padding-top:20px;
			}
			.mycredits h2:first-child
				{


				}


		}

		.mycredits .creditImage
		{
		/*border-radius:150px;*/
		border:2px solid #ddd;
		width:120px;
		height: 120px;
		margin-right:3%;
		background:no-repeat top center;
		background-size:cover;
		float:left;
		}

		.mycredits .creditBio
		{
		float:left;
		width:60%;
		line-height:1.4em;
		font-size:120%;
		}
			.mycredits .creditBio h3
			{
				margin-top: 0px;
				font-size: 120%;
				font-weight: bold;
				color:black;
			}

			.mycredits p {
				    margin-left: 10px;
				    font-size: 1rem;
				    font-weight: 400;
				    color: black;
					text-align: center;
			}


/* AD STYLES----------------------------------------*/

.ad-wrapper {
	width: 100%; height: auto; position: relative; z-index:9; display:inline-block;background-color: white;
	z-index: 98;
}

.leader-ad {
    width: 728px;
    height: auto;
    display: block;
    margin: 10px auto 0 auto;
		padding-bottom: 10px;
		position:relative;
		z-index:99;
}

.box-ad {
	display: none;

}

.ad-preview {
    text-align: center;
    font-family: "proxima-nova", Helvetica, Verdana, sans-serif;
    font-size: 11px;
    margin-bottom: 0;
    text-transform: uppercase;
}

	@media only screen and (max-width: 1000px) {

		.leader-ad {
				display: none;
		}

		.box-ad {
				width: 300px;
				height: auto;
				display: block;
				margin: 5px auto 0 auto;
				padding-bottom: 10px;
		}
	}

/*--------------------------------------------------------*/
.mobile {
	display:none;
}

.desktop {
  display: block;
}

@media only screen and (max-width: 1000px) {
	.mobile {
		display: block;
	}
	.desktop {
		display: none;
	}
}

.height-auto {
	height: auto;
	min-height: 100vh;
}

.height-auto-auto {
	height: auto;
	
}

  .spacer {
    width: 100%;
    height: 20px;
  }

b, strong {
	font-weight: 800;
}

.popup {
	/*width: 100%;
	height: 100%;*/
	padding: 30px;
	/*background-color: rgba(0,0,0,.9);*/
	background-color: white;
    box-shadow: 5px 5px 10px #888;
	position: fixed;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	/*display: none;*/
	z-index: 9999;
}

@media only screen and (max-width: 600px) {
	.popup {
		width: 90%;
	}
}

.popup img {
	width: auto;
	height: 90%;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);

}

@media only screen and (max-width: 1000px) {
	.popup img {
		width: 99%;
		height: auto;
		top: 80px;
	}

}

.popup .caption {
	    color: white;
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
    border-top: 0 none;
}

.popup .close {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 2rem;
	color: gray;
	cursor: pointer;
	z-index: 999;
}
.popup .close:hover {
	opacity: .7;
}

@media only screen and (max-width: 1000px) {
	.popup .close {
		top: 30px;
	}
}

h3.error-head {
	margin-top: 30px;
    margin-bottom: 20px
}

.player {
	width: 100%;
	display: inline-block;
	font-family: 'proxima-nova', sans-serif;
	margin-top: 30px;
	margin-bottom: 20px;
	padding: 10px;
	
}

.headshot {
	float: left;
	
}

	.headshot img {
		padding-right: 20px;
	}

.stats {
	float: left;
	font-size: 1rem;
	font-family: 'proxima-nova';
	margin-right: 20px;
	width: 400px;
}

@media only screen and (max-width: 500px) {
	.stats {
		width: 100%;
	}
}

.first, .last, .suffix, .number {
	font-size: 1.2rem;
	font-weight: bold;
}

.position {
	font-size: 1rem;
}
.positions, .positions-myroster {
	font-size: .9rem;
	font-family: 'proxima-nova';
}

.positions {
	width: 70%;
	width: 90vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.positions-myroster {
	 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
	.positions, .positions-myroster {
		font-size: 1rem;
	}
}

.positions span, .positions-myroster span {
	padding-right: 20px;
	cursor: pointer;
	
}

.positions span:hover,  .positions-myroster span:hover{
	color: #FFC600;
}

.positions .active, .positions-myroster .active {
	font-weight: bold;
	color: #FFC600;
}

.positions-myroster {
	margin-bottom: 10px;
}

.submit {
	padding: 10px 20px;
	font-size: .9rem;
	font-weight: bold;
	/*background-color: #FFC600;*/
	background-color: #eee;
	color: darkgray;
	/*cursor: pointer;*/
	margin-bottom: 10px;
	margin-top: 10px;
}

.instructions, .numLeft, .total-count, .instructions-wrapper {
	font-size: 1rem;
	font-family: 'proxima-nova';
	margin-top: 20px;
	font-weight: bold;
}

.numLeft {
	color: #FFC600;
}

.draft {
	padding: 10px 20px;
	font-size: .9rem;
	font-weight: bold;
	background-color: #BBDEFB;
	cursor: pointer;
}

.draft:hover {
	color: white;
}

.myroster {
	width: 25%;
    position: fixed;
    top: 80px;
    left: 71%;
    max-height: 60vh;
    overflow-y: scroll;
}

.roster-head {
	font-weight: bold;
	font-size: 1.1rem;
	margin-bottom: 10px;
}

.drafted {
	font-size: 1rem;
	font-weight: 400;
	/*position: fixed;
    top: 250px;
    left: 71%;*/
	height: auto;
	/*max-height: 60vh;
	overflow-y: scroll;*/
	padding-right: 10px;
	margin-top: 10px;
}

@media only screen and (max-width: 800px) {
	.drafted {
		 position: relative;
		max-height: none;
		overflow-y: visible;
		height: auto;
		left: 0;
		top: 0;
	}
}
   

.remove {
	padding: 5px;
	font-size: .7rem;
	background-color: #FFCDD2;
	cursor: pointer;
}

.remove:hover {
	color: white;
}

button.OK {
	box-shadow: 2px 2px 5px #888;
	padding: 10px;
	display: block;
	margin: 30px auto 0 auto;
	cursor: pointer;
}

.story-text {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

h2 {
	font-weight: bold;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.shares {
	margin-bottom: 20px;
}

.instructions-wrapper {
	margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
	.instructions-wrapper {
		max-width: 70%;
	}
}

@media only screen and (max-width: 500px) {
	.instructions-wrapper {
		max-width: 100%;
	}
}

.QBleft, .RBleft, .WRleft, .TEleft, .OLleft, .DLleft, .LBleft, .CBleft, .Sleft, .Specialleft. .totalCount {
	color: #FFC600;
}

.view-roster, .back-up {
	width: 100%;
    text-align: center;
    margin-top: 10px;
    color: blue;
    cursor: pointer;
	
}

a.mainshare {
	color: black;
	font-size: 1.5rem;
	padding: 0 5px;
}

a.mainshare:hover {
	opacity: .5;
}

.stick-feedback {
	position: fixed;
	top: 60px;
	left: 5%;
	padding-top: 10px;
	background: white;
}

.players {
	margin-top: 80px;
}

@media only screen and (max-width: 800px) {
	.myroster {
		position: relative;
		width: 100%;
		left: 0;
		top: 80px;
		max-height: none;
		overflow-y: visible;
	}
	
	.stick-feedback {
		position: relative;
		left: auto;
		top: inherit;
		padding-top: 0;
		background: transparent;
	}
	
	.players {
		margin-top: 0px;
	}
}

.drafted-player {
	position: relative;
	margin-bottom: 10px;
}

@media only screen and (max-width: 500px) {
	.drafted-player {
		width: 100%;
	}
}

button.remove {
	position: absolute;
	top: 0;
	right: 0;
}

.center {
	text-align: center;
}

.small {
	font-size: .9rem;
}