ol, ul {
    font-family: OswaldLight;
    color: #000000;
    font-size: 20px;
}
.Sch p {
   font-family: OswaldLight;
   font-size: 22px !important;
}
.Sch h1 {
   font-family: Oswald;
   font-size: 26px !important;
}

.footer {
    /*background-image: url(https://publish.nba.com/nuggets/sites/nuggets/files/na-footer-3.jpg);*/
    background-color: #0e2240;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
    padding: 15px 0;
    text-align: left;
    color: #fff;
    border-top: 7px solid #8B2130;
    background-size: cover;
    background-position: center;
    margin-bottom: -10px;
    /*font-style: italic;*/
    text-decoration: underline !important;
}

.footerhead h3 {
font-family: Oswald, sans-serif !important;
color: #fff;
font-size: 30px !important;
font-weight: bold;
margin-bottom: 10px !important;
}

.footerline a {
font-family: Oswald, sans-serif !important;
color: #fff;
font-size: 16px !important;
/*line-height: 40px !important;*/
}

.footerline a:hover {
  color: #fff;
}

.banner {
	max-height: 50vw;
	margin-top: 0;
  margin-bottom: -178px;
	margin-right: -1px;
}


.banner .accordion-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	width: 100%;
	height: 60vh;
}
.banner .accordion-item {
	-ms-flex: 1;
	flex: 1;
	height: 60vh;
	background-position: center;
	background-size: cover;
	background-repeat: none;
	transition: flex 0.8s ease;
	transition: flex 0.8s ease, -ms-flex 0.8s ease;
	/* transition time */
	position: relative;
	-ms-flex-pack: center;
	justify-content: center;
	display: -ms-flexbox;
	display: flex;
}
.banner .accordion-item:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 60vh;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.banner .accordion-item-content {
	text-align: center;
	position: absolute;
	bottom: 0;
	opacity: 0.5;
	transition: opacity 0.8s ease;
	/* transition time */
	transform: translateZ(0);
}
.banner .accordion-item-content p {
        font-family: Oswald, sans-serif;
	color: white;
	font-size: 1em;
        /*padding: 0 20px 0 20px;*/
        line-height: 1.4em;
}
.banner .accordion-item-content a {
        font-family: Oswald, sans-serif;
	color: #0b1e3a;
	background-color: #fec528;
	outline: none;
	text-decoration: none;
	padding: 17px 0 17px 0;
  line-height: 8px;
	display: block;
	width: 123px;
	margin: 20px auto 70px;
	font-size: 1.2em;
  font-weight: bold;
}

#mobile p {
        font-family: OswaldLight, sans-serif;
	color: white;
	font-size: 1.4em;
        /*padding: 0 20px 0 20px;*/
        line-height: 1.4em;
}
#mobile a {
        font-family: Oswald, sans-serif;
	color: #0b1e3a;
	background-color: #fec528;
	outline: none;
	text-decoration: none;
	padding: 10px 0 17px 0;
        line-height: 8px;
	display: block;
	width: 123px;
	margin: 20px auto 70px;
	font-size: .8em;
        font-weight: bold;
}

.banner .accordion-item:hover {
	-ms-flex: 3;
	flex: 3;
	/* put this value higher for more zoom */
}
.banner .accordion-item:hover .accordion-item-content {
	opacity: 1;
	transition: opacity 0.8s ease;
	/* transition time */
}

#Welcome-Text p {
    font-family: Oswald, sans-serif !important;
    font-size: 36px !important;
    text-align: center;
    color: #0e2240;
    margin-top: -20px;
}

#Academy-Text p {
    font-family: OswaldLight, sans-serif;
    margin-bottom: 60px;
    font-size: 21px;
    text-align: center;
    color: #000;
}

#Welcome-Text hr {
    height:1px;
    border-width:1px;
    color:#0e2240;
    background-color:#0e2240;
    width: 4%;
    margin-top: -10px;
}

@media (max-width:500px){
#Welcome-Text p {
    font-family: Oswald !important;
    font-size: 18px;
    /*font-weight: bold;*/
    text-align: center;
    color: #0e2240;
    /*margin-top: 180px;*/
 }
#Academy-Text p {
    font-family: OswaldLight !important;
    margin-bottom: 60px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #000;
    padding: 0 10px 0 10px;
 }
}

.NuggetsFullScreenSection {
	display: block;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 10%;
	background-attachment: scroll;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}
#hashtagsSection{
  background-image: url('https://publish.nba.com/nuggets/sites/nuggets/files/community-background-2.jpg');
	background-repeat:no-repeat;
	background-position: center center;
	background-attachment: scroll;
	padding: 135px 0;
	text-align: center;
	color: #fff;
  margin-top: -10px;
}
#hashtagsSection h2{
        font-family: Oswald, sans-serif !important;
	font-size:  33px;
	font-weight: 700;
	margin-bottom: 5px;
	color: #fff !important;
}
#hashtagsSection hr{
    height:1px;
    border-width:1px;
    color:#fff;
    background-color:#fff;
    width: 25%;
    margin-top: 0px;
}
#hashtagsSection h2 span{
	font-weight: 100;
}
#hashtagsSection p{
        font-family: Oswald, sans-serif !important;
	width: 80%;
	margin: 0 auto;
	font-size: 25px;
	line-height: 1.4em;
  color: #fff
}
@media(max-width:767px) {
	#hashtagsSection{
		padding: 150px 0;
	}
}
@media(max-width:479px) {
	#hashtagsSection{
		padding: 135px 0;
	}
	#hashtagsSection h2{
		font-size:  2.6em;
	}
	#hashtagsSection p{
		margin: 0 auto;
		font-size: 1.25em;
		line-height: 1.25em;
	}
}

.topAndBottomShadow{
		-moz-box-shadow:0 3px 10px rgba(0, 0, 0,0.3), 0 -3px 10px rgba(0, 0, 0,0.3);
		-webkit-box-shadow:0 3px 10px rgba(0, 0, 0,0.3), 0 -3px 10px rgba(0, 0, 0,0.3);
		box-shadow:0 3px 10px rgba(0, 0, 0,0.3), 0 -3px 10px rgba(0, 0, 0,0.3);
}

#DN-Button a {
    font-family: Oswald, sans-serif;
    color: #0b1e3a;
    background-color: #fec528;
    outline: none;
    text-decoration: none;
    padding: 14px 0 14px 0;
    line-height: 24px;
    display: block;
    width: 250px;
    margin: -35px auto 0px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

#DN-Button2 a {
    font-family: Oswald, sans-serif;
    color: #0b1e3a;
    background-color: #fec528;
    outline: none;
    text-decoration: none;
    padding: 14px 0 14px 0;
    line-height: 24px;
    display: block;
    width: 250px;
    margin: 20px auto 0px;
    font-size: 1.5em;
    font-weight: bold;
    text-transform: uppercase;
}

.not-front #content {
    padding-top: 8px;
    overflow-x:hidden;
    width:100%;
}

.container-mobile {
  position: relative;
  text-align: center;
  color: white;
}

.centered {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cropped {
    width: 370px; /* width of container */
    height: 400px; /* height of container */
    object-fit: cover;

}


#content {
  background-color: transparent !important;
  overflow-x:hidden;

}

/*.panel-display {
    padding: 0;
}*/

@media only screen and (max-width: 1200px) {
.banner {
	display: none !important;
 }
}

.header-text h2 {
	font-family: Oswald, sans-serif;
	font-size: 36px;
	color: #F3F6F9;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}
#mobile h2 {
	font-family: Oswald, sans-serif;
	font-size: 32px;
	color: #F3F6F9;
	font-style: italic;
	text-transform: uppercase;
	text-align: center;
}

#mobile p {
        font-family: Oswald, sans-serif;
	color: white;
	font-size: 1.4em;
        /*padding: 0 20px 0 20px;*/
        line-height: 1.4em;
}
#mobile a {
        font-family: Oswald, sans-serif;
	color: #0b1e3a;
	background-color: #fec528;
	outline: none;
	text-decoration: none;
	padding: 10px 0 17px 0;
        line-height: 8px;
	display: block;
	width: 123px;
	margin: 20px auto 70px;
	font-size: .8em;
        font-weight: bold;
}

.MG:hover {
  transform: scale(1.05);
}
.tiles {
box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.32);
}

/*.h3, h3 {
    font-size: 3.75rem !important;
 }*/

.Youth-Hoops {
Background-color: transparent;
width: 100%;
height: auto;
padding: 30px 20px 30px 20px;
margin-top: -55px;
margin-bottom: 60px;
overflow-x:hidden;
}

#bottom p {
    font-family: Oswald, sans-serif !important;
    font-style: italic;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px !important;
    font-weight: 500;
    color: #ffffff;
    margin-bottom: 2px;
  }

#bottom a{
    color: #0D2140;
}
#bottom a:hover{
    color: #0D2140;
}

.MG:hover {
  transform: scale(1.05);
}
.tiles {
box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.32);
}

#YBBall span {
	position: absolute;
	bottom: 5%;
	left: 8%;
	font-family: Oswald, sans-serif !important;
	font-size: 32px !important;
	line-height: 36px !important;
	color: #F3F6F9;
	font-style: italic;
	text-transform: uppercase;
	margin: 0;
	z-index: 2;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	text-shadow: 1px 1px 3px #000;
}
.MG {
margin-bottom: 30px;
transition: transform .2s; /* Animation */
}
@media only screen and (max-width: 600px) {
  #YBBall span {
	left: 10%;
	font-size: 24px !important;
 }
.HP-Tix1 {
margin-top: 45px !important;
 }
 .pics {
 margin-bottom: 29px !important;
  }
  videoWrapper {
      margin-bottom: -100px;
      height: 200px;
   }
  .videoBottom {
      /*margin-bottom: 50px;*/
      height: 300px;
   }
  .videoTop {
      margin-top: -15px;

   }
   .videoTopFeat {
       margin-top: 70px;

    }
  .videoMain {
      height: 200px;

   }
  .videobreak {
      height: 200px;

   }
  .videobreak2 {
      margin-top: 35px;

   }
   .vidbreak {
       margin-top: -50px !important;

    }
}

.HP-Tix1 {
Background-color: #f5f5f5;
width: 100%;
height: auto;
padding: 60px 0 130px 0;
margin-top: -10px !important;
margin-bottom: 0;
}

#About p {
  font-family: "OswaldLight", sans-serif;
  font-size: 21px;
  text-align: left;
}

#video-text1 P {
   font-family: Oswald, sans-serif !important;
   text-align: center;
   color: #0e2240;
   font-size: 28px;
   font-weight: bold;
   margin-top: 40px;
   line-height: 34px;
}

#video-text2 P {
   font-family: OswaldLight, sans-serif !important;
   text-align: center;
   font-size: 24px;
   color: #383838;
   line-height: 32px;
   margin-bottom: 40px;
   margin-top: 20px;
}

#video-text3 P {
   font-family: Oswald, sans-serif !important;
   font-size: 21px;
   color: #383838;
}

.btn {
   font-family: Oswald, sans-serif !important;
   font-size: 20px;
   color: #000;
   background-color: #FEC524;
   padding: 10px 20px 10px 20px;
   border-color: #FEC524;
}

.btn-primary:hover {
    color: #000 !important;
    background-color: #FEC524 !important;
    border-color: #FEC524 !important;
    font-weight: bold;
    box-shadow: none !important;
}

.btn-primary:visited {
    color: #000 !important;
    background-color: #FEC524 !important;
    border-color: #FEC524 !important;
}

.full-image img{
    width:100%;
    /*margin-bottom: 10px;*/
    margin-top: 127px;
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);*/
  }
  .full-image{
    margin: 0;
  }

#ACTheader p {
    font-family: Oswald, sans-serif !important;
    font-style: italic;
    font-size: 20px!important;
    color: #F3F6F9;
    font-style: italic;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 500;
    color: #ffffff;
    line-height: 32px;
    background-color: #0D2140;
    height: 45px; padding: 6px 20px;
    margin-bottom: 20px;

  }

  @media (max-width:500px){
  #header2 a {
    font-size: 10px!important;
    font-weight: bold;

  }
}
@media (max-width:500px){
  #header2 p {
    padding: 3px 0 0 0!important;
    height: 45px!important;
  }
}
#header2 p {
  font-family: Oswald, sans-serif !important;
  font-style: italic;
  font-size: 24px!important;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  font-size: 26px;

  }

#header2 a{
    color: #0e2240;
}
#header2 a:hover{
    color: #0e2240;
}

.secthead p {
    font-family: Oswald, sans-serif !important;
    color: #0e2240!important;
    font-size: 52px!important;
    font-style: italic;
    margin-bottom: -15px;
}

.secthead hr {
    background-image: linear-gradient(90deg, #0e2240, transparent);
    height: 10px;
}

#More a {
    color: #0e2240 !important;
    font-family: Oswald !important;
    font-size: 24px !important;
}

#More p {
    background-color: #f5f5f5;
    padding: 5px 0 7px 0;
    width: 100%;
    margin-top: 20px;
}

#VidText a {
   font-family: Oswald;
   text-align: center;
   margin-top: -40px;
   font-size: 16px;
}

.FeatVid {
    Background-color: #f5f5f5;
    width: 100%;
    height: auto;
    padding: 30px 0 30px 0;
    /*margin-top: 30px;*/
    margin-bottom: 45px;
    /*box-shadow: 0 -5px 25px 5px #888888;*/
}

@font-face {
  font-family: Oswald;
  src: url(https://kseblobstorage.blob.core.windows.net/sitefiles/NuggetsAcademy/fonts/Oswald-Regular.ttf);
}

@font-face {
  font-family: OswaldMed;
  src: url(https://kseblobstorage.blob.core.windows.net/sitefiles/NuggetsAcademy/fonts/Oswald-Medium.ttf);
}

@font-face {
  font-family: OswaldLight;
  src: url(https://kseblobstorage.blob.core.windows.net/sitefiles/NuggetsAcademy/fonts/Oswald-Light.ttf);
}
