
* {
    -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: underline;
}

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

a:hover {
	text-decoration: underline;
}

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

}

.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: 999;
    position: fixed;
	top: 0px;
	left: 0;
	background-color: #FFC600;


	 justify-content: space-between;
    align-content: center;
    align-items: center;

}

navbar .textbranding {
  font-size: 1.5rem;
  font-weight: 900;
  font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

@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-link  {
	color: black !important;
	text-decoration: none !important;
}

.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-70 {
	margin-top: 70px;
}

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

}

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


.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;
	margin-top: 70px;
}


@media only screen and (max-width: 500px) {
  .screen {
    margin-top: 30px;
	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: 'proxima-nova', Helvetica, Verdana, sans-serif;
  font-weight: 400;
	margin-top: 0px;
	text-transform: uppercase;
		letter-spacing: .08rem;
	text-align: center;
}


p {
  font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
    margin-top: 0;
    font-size: 1.05rem;
    color: black;
    line-height: 1.2rem;
}

/*  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;
	border: 10px solid #FFC600;
}

@media only screen and (max-width: 800px) {
	.popup {
		top: 20px;
	}
}

@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: 10px;
	right: 10px;
	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: 3px;
	}
}

h3.error-head {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

button.OK {
	box-shadow: 2px 2px 5px #888;
	padding: 10px;
	display: block;
	margin: 30px auto 0 auto;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
    margin-bottom: 15px;
    font-size: .9rem;
    color: black;
	font-weight: 800;
	text-transform: uppercase;
	background-color: #FFC600;
}

button.OK:hover {
	opacity: .7;
}

.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';
}

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

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

.positions {
	width: auto;
    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, .round {
	/*padding-right: 20px;*/
	cursor: pointer;
  transition: 0.3s all ease-in-out;

}

.r-ALL {
	padding-left: 7px;
}


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

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

.rounds .active {
	/*padding-right: 0;
	padding-left: 10px;*/
}

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

.rounds, .positions {
	 flex-basis: 100%;
}

.round {
	/*padding-right: 0px !important;
	padding-left: 20px !important;*/

}

.r-all {
	padding-left: 10px !important;
}

.round1 {
	/*padding-left: 10px;*/
}

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


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

.shares {
	margin-bottom: 20px;
}

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

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

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

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

.players {
	/*flex-basis: 100%;
	 flex-wrap: wrap;
	 display: flex;*/
}
hr {
  background-color: black;
  height: .5px;
  width: 100%;
}

.name {
  font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #ffc600;
  padding: 0 0 0 10px;
}

.flex-container {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;

}

@media only screen and (max-width: 800px) {
	.flex-container {
		flex-wrap: wrap;
	}
}

.flex-child {
	padding: 10px 5px;
}

.flex-child.stats {
	flex-grow: 1;
}

.sub-notation {
  font-size: .8rem;
  font-family: 'proxima-nova';
  color: lightgray;
  text-align: center;
}

.rank-num {
  font-size: 5rem;
  font-family: 'proxima-nova';
  font-weight: bold;
  width: 90px;
  text-align: center;
}

.myroster .gray {
  color: #494949;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.2rem;
}

.flex-container2 {
display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  background-color: #CFCFCF;
  padding: 10px;
  margin-bottom: 10px;
}

.flex-container2 div {
  padding-right: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.flex-container2 div b {
  margin-right: 5px;
}

.flex-child.stats p {
  margin-bottom: 10px;
  line-height: 1.3rem;
  padding: 0 5px 0 5px;
}

.roster-text p {
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.popimg {
  background-image: url("../img/AP23118847587256.jpg");
  background-size: cover;
  margin: -30px -30px 0 -30px;
  height: 200px;
  background-position: center center;
}

.school-logo {
	width: 30px;
	clear: both;
	padding-right: 5px;
}

i {
	font-style: italic;
}

.gray {
	color: darkgray;
}



#top-100 {
	margin-top: 20px;

}

#top-100 tr td {
	padding: 10px;


}

#top-100 tr:nth-child(even) {
	background-color: #F8F8F8;
}

.center-text {
	text-align: center;
}

.layout {
	width: 100%;
	display: flex;
	margin-top: 0px;
	flex-wrap: wrap;
}

.layout-sub1 {
	/*position: fixed;
    top: 60px;
    left: 0;
    padding-top: 10px;
    background-color: white;
    padding-left: 10%;*/
	 display: flex;
	 flex: 66.66%;
	 padding-left: 20px;

	padding-right: 20px;


}

.layout-sub2 {
	display: flex;
	flex: 33.33%;
	padding-left: 20px;
	border-left: .5px solid black;

}

@media only screen and (max-width: 1000px) {
	.layout-sub1, .layout-sub2 {
		flex: 100%;
		border-left: 0 none;

	}
}

.subnav {
	   /* position: fixed;
    top: 60px;
    left: 20px;*/
    z-index: 991;
    padding-top: 0px;
    background-color: white;
   /* width: 66.6%;*/
   flex-basis: 66%;
    display: flex;
	 flex-wrap: wrap;
	 margin-left: 20px;
}



.PGSportsVid {
	width: 100%;
	aspect-ratio: 9/16;
}

button.draft, button.view-roster, button.back-up, button.view-roster2  {
    padding: 5px 10px;
    font-size: .9rem;
    font-weight: bold;
    background-color: #ffc600;
    cursor: pointer;
    border: 0.5px solid black;
	color: black;
	text-transform: uppercase;
  font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
  transition: 0.3s all ease-in-out;
}

button.view-roster {
	position: fixed;
    top: 200px;
    right: 20px;

    width: 30vw;
}

button.back-up {
	position: fixed;
    top: 260px;
    right: 20px;

    width: 30vw;
}

button.view-roster2 {
	margin-top: 20px;
}

.roster-head {
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
    font-size: 1.3rem;
}

button.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;
	cursor: normal;
	  font-family: 'proxima-nova', Helvetica, Verdana, sans-serif;
  transition: 0.3s all ease-in-out;
}

.submit-active {
	background-color: #ffc600 !important;
	cursor: pointer;
	color: black !important;
	border: .5px solid black;
}

.submit-active:hover {
	color: white !important;
}

button.remove {
	padding: 5px;
	font-size: .7rem;
	background-color: lightgray; /* #FFCDD2;*/
	border: .5px solid lightgray;
}

.remove-active {
	background-color: #FFCDD2 !important;
	cursor: pointer;
}

button.draft:hover, button.remove-active:hover {
	color: white;
}

.picks-left {
	padding-right: 0 !important;

}

.roster-subhead {
	font-weight: 600;
	font-size: .9rem;
}

.see-vid {
	margin-top: 10px;
}

.player-round {
  padding: 5px 0 5px 10px;
}

.fa-circle-video { font-size: 1.1rem !important;}

.drafted {
	margin-left: 20px;
}

.draft-pick {
	border-bottom: .5px solid black;
	color: lightgray;
	margin-right: 10px;
}

.drafted-active {
	color: black;
}

.story-text {
	margin-left: 20px;
	margin-top: 100px;
}

.photo {
	width: 200px;
}

.myroster {
	position: fixed;
	top: 100px;
	left: 70vw;
}

@media only screen and (max-width: 1000px) {
	.myroster {
		position: relative;
		top: 0;
		left: 0;
	}

	#credits, .mycredits {
		height: 100vh;
	}
}

hr {
	width: 100%;
	color: black;
	height: .5px;
	margin-bottom: 10px;
}

th {
	font-weight: bold;
}
