/*-------------------------------------------------------------*/
/* Fonts */
@font-face {
  font-family: 'Exo';
  font-style: normal;
  	src: url('../fonts/Exo-Regular.eot'); /* IE9 Compat Modes */
	src: url('../fonts/Exo-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/Exo-Regular.woff') format('woff'), /* Modern Browsers */
	     url('../fonts/Exo-Regular.woff2') format('woff2'), /* Modern Browsers */
	     url('../fonts/Exo-Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.exo {
  font-family: 'Exo';
}

@font-face {
  font-family: 'UniversityRomanStdBold';
  font-style: normal;
  src: url('../fonts/UniversityRomanStdBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/UniversityRomanStdBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/UniversityRomanStdBold.woff') format('woff'), /* Modern Browsers */
     url('../fonts/UniversityRomanStdBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.UniversityRomanStdBold {
	font-family: 'UniversityRomanStdBold', serif;
}

@font-face {
  font-family: 'sora';
  font-style: normal;
  src: url('../fonts/Sora-ExtraBold.eot'); /* IE9 Compat Modes */
  src: url('../fonts/Sora-ExtraBold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('../fonts/Sora-ExtraBold.woff') format('woff'), /* Modern Browsers */
     url('../fonts/Sora-ExtraBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.sora {
	font-family: 'sora', sans-serif;
}


h1, h2, h3, h4{
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  font-weight: normal;
}

body {
	margin: 0;
  /* font-family: 'exo', Sans-Serif; */
  font-family: 'exo';
	color: #000000;
	width: 100%;
	height: 100%;
  text-align: center;
}



.mainWrapper{
	width: 100%;
	text-align: center;
	position: absolute;
  overflow:hidden;
  top: 0;
  left:0;
  min-height: 100vh;
  /* background-image: linear-gradient(
    #000000,
    #272628); */
}




/* pages */

.newPage {
  min-height: 100vh;
  width: 100%;
  overflow:hidden;
  padding: 80px 0px 50px 0px;
}
.newPage-x {
  width: 100%;
  overflow:hidden;
  padding: 80px 0px 0px 0px;
}
.newPage-short {
  height: 80vh;
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}

.newPage-small {
  min-height: 20vh;
  width: 100%;
  overflow:hidden;
  padding-bottom: 30px;
}


.newPage-xsmall {
  width: 100%;
  overflow:hidden;
  padding: 10px 0 20px 0;
}

.newPage-blank {
  width: 100%;
  overflow:hidden;
  padding: 80px 0px 50px 0px;
}

.newPage-empty {
  width: 100%;
  overflow:hidden;
  padding: 0px 0px 10px 0px;
}

.newPage-intro {
  width: 100%;
  overflow:hidden;
}
.newPage-intro-sub {
  margin-top: 0px;
  width: 100%;
  /* height: 50vh; */
  overflow:hidden;
  /* display: none; */
}
.newPpage-sub {
  width: 100vw;
  height: 40vh;
  position: relative;
}

.newPage-intro-sub .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.3;
}

.newPage-win {
  min-height: 20vh;
  width: 100%;
  overflow:hidden;
  padding: 50px 0px;
}

@media only screen and (min-width: 950px){
  .newPage-x {
    min-height: 100vh;
    width: 100%;
    overflow:hidden;
    padding: 80px 0px 50px 0px;
  }
  .newPpage-sub {
    height: 60vh;
  }

  .newPage-win {
    height: 60vh;
  }
}

.newTitlePage {
  width: 100%;
  overflow:hidden;
  margin-bottom: 80px;
}



.fillContainer {
  position: relative;
	width: 100%;
	height: 100%;
	margin: 15vh 0px;
}



/* backs */

.backWhite {
  background: #FFFFFF;
}

.backBlack {
  background: #000000;
}

.backGrayL {
  background: #EEEEEE;
}

.backGold {
  background: #9A814B;
}


.backGoldGradient {
  background-image: radial-gradient(
    circle at top left,
    #624e21,
    #9A814B);
}

.backGold {
  background: #9A814B;
}
.backGoldL {
  background: #D7C388;
}


.backBlackGoldGradient {
	background: #000000;
  background-attachment: fixed;
	background: -webkit-radial-gradient(circle at top right, #9A814B, #000000); /* Safari 5.1 to 6.0 */
	background: -o-radial-gradient(circle at top right, #9A814B, #000000); /* For Opera 11.6 to 12.0 */
	background: -moz-radial-gradient(circle at top right, #9A814B, #000000); /* For Firefox 3.6 to 15 */
	background-image:
    radial-gradient(
      circle at top right,
      #9A814B,
      #000000
    );
}

.backwhiteGold {
  background-image: linear-gradient(
    to bottom,
    #FFFFFF,
    #9A814B
  );
}

.introvidback {
    background-image: url(../images/KenKnightAwards-0136.jpg);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.introvidback1 {
    background-image: url(../images/090822-2022-231.jpg);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}
.introvidback2 {
    background-image: url(../images/090723-42.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.introvidback25 {
    background-image: url(../images/1DH07901.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media only screen and (min-width: 700px){
  .introvidback {
      background-image: url(../images/KenKnightAwards-0135.jpg);
  	background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
  }
  .introvidback1 {
      background-image: url(../images/090822-2022-231.jpg);
  	background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
  }
  .introvidback2 {
      background-image: url(../images/090723-42.jpg);
  	background-size: cover;
      background-position: center center;
      background-repeat: no-repeat;
  }
}

.allBack {
    background-image: linear-gradient(
      rgba(161, 169, 189, 0.7),
      rgba(161, 169, 189, 1)
    ), url(../images/brickell-skyline-bs.jpg);
	background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
}


.picBackH1 {
    background-image: linear-gradient(
      to bottom,
      rgba(154, 129, 75, 0),
      rgba(55, 46, 19, 0)
    ), url(../images/KenKnightAwards-00x.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-173.jpg);
	background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}



.picBackH3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/DSC07191.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH4 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-130.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH4x {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-56.jpg);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.picBackH5x {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-50.jpg);
	background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}
.picBackH5 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-152.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackH6 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090723-63.jpg);
	background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
}
.picBackH6x {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0.5)
    ), url(../images/090822-2022-90.jpg);
	background-size: cover;
    background-position: top left;
    background-repeat: no-repeat;
}

.picBackH7 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/090723-47.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


.picBackH8 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/090723-96.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH9 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/benfrazier.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH10 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/KenKnightAwards-496.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH11 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/090723-69.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH12 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/KenKnightAwards-9982.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}


.picBackH13 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/DSC07261.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH14 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/1DH08331.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH15 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/1DH07811.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picBackH16 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/1DH08047.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.picbackKen1 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/ken-knight-radio.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.picbackKen2 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/kenknight/Uncle-Kenneth.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.picbackKen3 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/kenknight/Uncle-Kenneth-WJXT.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.picbackKen4 {
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0),
    rgba(0, 0, 0, 0.5)
  ), url(../images/090723-171.jpg);
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.picBackKen {
    background-image: linear-gradient(
      to bottom,
      rgba(154, 129, 75, 0.1),
      rgba(55, 46, 19, 0.9)
    ), url(../images/ken-knight-radio.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWinners {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/090723-178.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWinnersD {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/KenNightAwards2022-00972.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackObi {
    background-image: linear-gradient(
      to bottom,
      rgba(154, 129, 75, 0),
      rgba(55, 46, 19, 0)
    ), url(../images/KenKnightAwards2022-482.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackHug {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0),
      rgba(0, 0, 0, 0)
    ), url(../images/090723-111.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin1 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/trey-ford.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/jenese-harris.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/shaunee-jones.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin4 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/deborah-maiden.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin5 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/keitha-nelson.jpg);
    background-size: cover;
    background-position: top right;
    background-repeat: no-repeat;
}

.picBackWin6 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/john-reid1.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin7 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2022-294.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin8 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2794.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin9 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2022-399.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.picBack25Win1 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/erik-avanier.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/troy-hadley.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/rahman-johnson.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win4 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/melanie-lawson.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win5 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/chris-porter.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win6 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/nicky-sparrow.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBack25Win7 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/dana-michelle-maule.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-1 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/Angela-Spears-2021.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.picBackWin-2022-2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/bo-harris-090822-324.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/Deborah-McDuffie.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-4 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/everette-easy-e-003.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-5 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/lawrence-jacobs.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-6 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/rob-sweeting.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-7 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2022-294.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2022-8 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2022-399.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-2 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/Tonyaa-Weathersbee-HOF.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-1 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2826.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-3 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2745.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-4 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/LetishaBereola-097586.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-5 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2765.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-6 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2782.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-7 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2794.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-8 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2794.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackWin-2021-9 {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.1),
      rgba(0, 0, 0, 0.2)
    ), url(../images/KenKnightAwards2021-2805.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.picBackChanel {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url(../images/chanel-leblanc-aikens.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackBen {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url(../images/ben-fraizer.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackDawn {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.4),
      rgba(0, 0, 0, 0.4)
    ), url(../images/dawn-lopez.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackJoyce {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.2),
      rgba(0, 0, 0, 0.2)
    ), url(../images/joyce-morgan.jpg);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


.picBackPattern34 {
    background-image: url(../images/61csFFQsNaL--22.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackPattern34s {
    background-image: url(../images/pattern34s.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackPattern34x {
    background-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0.85),
      rgba(0, 0, 0, 0.95)
    ), url(../images/pattern34s.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.picBackPattern35 {
    background-image: url(../images/tri-patterns_1017-18410.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}





/*-------------------------------------------------------------*/
/* Banner */
.bannerWrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display:inline-block;
	height: 25px;
	z-index: 998;
  background: #121212;
  text-align: center;
}
.bannerContent {
  display:inline-block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  font-size: 0.7em;
  color: #fff;
  text-decoration: none;
}
.bannerContent span{
  margin: 0px 10px;
}
.bannerContent span:hover {
  margin: 0px 10px;
  color: #bbb;
  cursor: pointer;
}
/*-------------------------------------------------------------*/
/* Navigation */
.navWrapper {
  position: fixed;
  top: 25px;
  left: 0;
  right: 0;
	display:inline-block;
  /* display: none; */
	height: 60px;
	z-index: 998;
  background-image: linear-gradient(
    to bottom,
    #121212,
    rgb(0, 0, 0, 0.5),
    rgb(0, 0, 0, 0),
    rgb(0, 0, 0, 0)
  );
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.navbackwhite {
  background: #fff;
}
.navbackFade {
  background-image: linear-gradient(
    to bottom,
    #121212,
    rgb(0, 0, 0, 0.5),
    rgb(0, 0, 0, 0),
    rgb(0, 0, 0, 0)
  );
}

.navWrapper a {
  text-outline: 1px 1px #FFFFFF;
}

.navTitle {
  position: relative;
  margin: 0 auto;
  margin-top: 17px;
  display: inline-block;
  vertical-align:  middle;
  padding: 0px 10px;
  color: #FFF;
  text-shadow: 1px 1px 1px #aaa;
	font-family: 'UniversityRomanStdBold', serif;
  font-size: 1.6em;
  letter-spacing: 2px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.mainNavTitleFull {
  font-size: 1.8em;
  color: #FFF;
}
.mainNavTitleScroll {
  color: #000;
  text-shadow: none;
}
.logo{
	display:inline-block;
  position: fixed;
  z-index: 999;
	left: 2%;
	top: 30px;
}

.logo a{
	text-decoration:none;
	border: none;
  color: #FFFFFF;
}

.logoTxt {
  display: inline-block;
  line-height: 50px;
  vertical-align: top;
  padding: 0px 10px;
  font-size: 1.5em;
  text-shadow: 1px 1px 2px #444444;
	font-family: 'UniversityRomanStdBold', serif;
  letter-spacing: 2px;
}


.logo a img{
	border: none;
	height: 50px;
}

.logoB{
	font-size: 1.5em;
	text-align: center;
	float: left;
	margin-top: 10px;
}


@media only screen and (min-width: 950px){
  .navTitle {
    font-size: 5em;
    margin-top: 20px;
  }

  .mainNavTitleFull {
    font-size: 5em;
    line-height: 50px;
    color: #FFF;
  }
  .mainNavTitleScroll {
    margin-top: 5px;
    font-size: 2.5em;
    line-height: normal;
    color: #000;
  }
}

.menu_icon{
	position: fixed;
  top: 14px;
	/* display: none; */
  right: 2%;
	font-size: 0.8em;
	text-align: center;
    cursor: pointer;
	z-index: 2002;
}
.menu_icon img{
	padding-top: 20px;
	width: 40px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.menu_icon img:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.menu {
	position: fixed;
	width: 100%;
	top: 0;
	bottom: 0;
	color: #FFFFFF;
	z-index: 990;
	font-size: 1.4em;
	text-align: center;
	display: none;
	padding-top: 150px;
  overflow-y: scroll;
}

.menu a {
	text-decoration:none;
	color: #fff;
  font-family: 'sora';
  font-size: 1em;
}

.menu {
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
    scrollbar-width: none;  /* Firefox */
}
.menu::-webkit-scrollbar {
    display: none;  /* Safari and Chrome */
}

.menuOption{
	width: 100%;
	padding: 3% 0px;
  text-align: left;
}

.menuOption a {
  margin-left: 20%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.menuOption:hover a {
  /* text-decoration: underline; */
  color: #9A814B;
}

.menuOption a img{
	border: none;
	height: 35px;
	width: 35px;
	padding: 0px 20px;
}

.mSocial{
	height: 12%;
}
.mSocial a img {
	padding: 2% 10px;
	height: 40px;
	width: 40px;
}

.Social{
	display: block;
}
.Social a img {
	padding: 2% 10px;
	height: 45px;
	width: 45px;
}

.navbar { display: none; }

.selectedNav  {
	background: #FFFFFF;
}


@media only screen and (min-width: 950px){
  .menu a {
  	font-size: 1.2em;
  }

  .navbar { display: block; }
  .navbar{
    width: auto;
    text-align: right;
    margin-right: 3%;
    margin-top: 1%;
  }
  .navbar a{
    text-decoration:none;
    margin-top: 5px;
    padding: 0px 10px;
		color: #fff;
    /* text-shadow: 1px 1px 2px #000000; */
    font-size: 0.9em;
  }
  .menuOption {
  	padding: 1% 0px;
  }
  .sub_menu {
    background: #FFFFFF;
  }

  .sub_menu a {
    font-weight: normal;
  }

  .downarrow {
    font-size: 0.6em;
  }
  ul#nav, ul#nav ul.sub_menu {
    padding: 0px;
    margin: 0px;
  }
  ul#nav li, ul#nav ul.sub_menu li {
    list-style-type: none;
    display: inline-block;
  }

  ul#nav li a, ul#nav li ul.sub_menu li a {
    text-decoration: none;
    display:inline-block;
    height: 30px;
    text-align: center;
    padding: 5px 10px 0px 10px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  ul#nav li {
    position: relative;
  }
  ul#nav li a:hover{
    font-weight: bold;
    color: #CFB872;
  }

  ul#nav li ul.sub_menu {
    display:none;
    position: absolute;
    text-align:left;
    width: auto;
  }

  ul#nav li:hover ul.sub_menu {
    display:block;
  }

  ul#nav li:hover ul.sub_menu li:hover a {
    text-decoration:none;
  }
  .no_select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

}


.picBackMobileMenu {
    background-image: linear-gradient(
      rgb(0, 0, 0, 1),
      rgb(18, 18, 18, 0.99)
    ), url(../images/pattern34s.png);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}





/* headers */
.introCaption {
  margin-top: 20%;
  font-size: 2.8em;
  text-align: center;
  padding: 30px 5px;
}


@media only screen and (min-width: 950px){
  .introCaption {
    font-size: 3.5em;
  }
}


/*---------- standard section ------*/

.sectionWrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}



.sectionBlock, .sectionBlock2{
  display: inline-block;
	width: 100%;
  vertical-align: top;
}

.sectionBlockTitle {
  font-size: 2em;
  margin: 20px 0px;
}

.sectionBlockTitle h2 {
  /* font-weight: bold; */
  font-family: 'sora';
}

.sectionBlockPortion {
  display: inline-block;
  padding: 20px 10px;
  font-size: 1.2em;
  margin: 20px 5px;
  min-height: 320px;
  box-shadow: 1px 1px 3px #777777;
  font-weight: bold;
}
.sectionBlockPortionHead {
  padding: 10px;
}

.sectionBlockTxt {
  text-align: left;
  padding: 20px 25px;
  font-size: 1.2em;
  line-height: 31px;
}

.sectionBlockTxt h3 {
  font-size: 1.6em;
  /* font-weight: bold; */
}

.sectionBlockTxt .box {
  display: inline-block;
  background: #fff;
  color: #000;
  padding: 5px 10px;
  font-weight: bold;
  font-size: 1em;
  margin-bottom: 5px;
}

.sectionCaption {
  font-size: 1.6em;
  font-weight: bold;
  text-align: left;
  line-height: 40px;
  padding: 20px 15px;
}

.sectionBlockPic {
  width: 100%;
  height: 450px;
  text-align: center;
  overflow: hidden;
  border-radius: 0px;
  /* border-top: solid 5px #D7C388;
  border-bottom: solid 5px #D7C388; */
}



.fTitle {
  display: none;
  margin-top: 30%;
  font-size: 2.5em;
  color: #FFFFFF;
  font-weight: bold;
}

.sponsorBlock {
  display: inline-block;
  text-align: center;
	width: 30vw;
	height: 30vw;
  border-radius: 3px;
  /* border-radius: 50%; */
  vertical-align: top;
  margin: 10px;
  overflow: hidden;
  box-shadow: 1px 2px 3px #777777;
  cursor: pointer;
}

.sponsorBlock:hover {
  opacity: 0.7;
}
.sponsorBlock img {
  margin-top: 5px;
  width: 90%;
}

@media only screen and (min-width: 950px){

  .sectionBlockTitle {
    font-size: 3em;
  }
  .sectionBlock{
    width: 40%;
    vertical-align: middle;
    margin: 10px 20px;
  }
  .sectionBlock2 {
    width: 75%;
  }
  .sectionBlockPic {
    height: 600px;
  }

  .sectionBlockPortion {
    margin: 20px;
  }

  .fTitle {
    margin-top: 25%;
    font-size: 3.5em;
  }

  .sectionBlockPic {
    /* border: solid 5px #D7C388; */
  }

  .sponsorBlock {
  	width: 10vw;
  	height: 10vw;
  }
  .sponsorBlock img {
    width: 90%;
  }

}

.quoteTxt {
  display: inline-block;
  margin: 0 5%;
}
.quoteWrap {
  display: inline-block;
  width: 100%;
}
.bigQuotes {
  display: inline-block;
	font-size: 2em;
	color: #323093;
	font-family: 'candara';
  padding: 0;
  line-height: 5px;
}




.workWrapper {
  position: absolute;
  display: inline-block;
  left: 0;
  right: 0;
	width: 100%;
  overflow: hidden;
  padding: 5px;
}




/* forms */

.formBlock{
  display: inline-block;
  text-align: center;
  margin: 30px 0px;
  width: 80vw;
}

@media only screen and (min-width: 950px){
  .formBlock{
    width: 40vw;
  }
}


.inputContainer {
  width: 100%;
  text-align: center;
	font-size: 0.9em;
  margin: 0 auto;
}

.inputWrap {
  width: 100%;
	text-align: center;
  padding: 10px 0;
}

.inputBlock {
  width: 100%;
	padding: 5px 0px;
}


.userInput{
  font-size: 1em;
  border: none;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
  background: rgba(255,255,255,0.0);
  height: 40px;
  width: 92%;
  display: inline-block;
  padding-left: 2%;
  color: #FFFFFF;
}

.userInput-short {
  font-size: 1em;
  border: none;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
  background: rgba(255,255,255,0.0);
  height: 40px;
  width: 45%;
  display: inline-block;
  padding-left: 1%;
  color: #FFFFFF;
}



.userInput:hover, .userInput-short:hover{
  background: rgb(180, 141, 58, 0.2);
}


.bigTextBox
{
    height: 100px;
    font-family: 'exo';
    /* font-weight: bold; */
    width: 92%;
}

.reqiredInput {
border: solid 1px #007cb6;
}

input::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

input:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

input::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

input:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-weight: normal;
}

textarea::-webkit-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'exo';
padding-top: 5px !important;
}

textarea:-moz-placeholder { /* Firefox 18- */
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'exo';
padding-top: 5px !important;
}

textarea::-moz-placeholder {  /* Firefox 19+ */
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'exo';
padding-top: 5px !important;
}

textarea:-ms-input-placeholder {
color: #FFFFFF !important;
opacity: 0.8;
font-family: 'exo';
padding-top: 5px !important;
}

input[type="date"]:before {
  content: attr(placeholder) !important;
  color: #FFFFFF !important;
  font-family: 'exo';
  margin-right: 0.5em;
  opacity: 0.8;
}
input[type="date"]:focus:before,
input[type="date"]:valid:before {
  content: "";
}

.owneronly, .tenantonly {
  display: none;
}

.submitButton, .submitButtonOff{
	padding: 10px 0px 10px 2%;
	border: none;
	display: inline-block;
	color: #444444;
	background: #EEEEEE;
	font-size: 1.1em;
	font-weight: bold;
  border-radius: 2px;
  border: solid 1px #DDDDDD;
	cursor: pointer;
  width: 93%;
	text-align: center;
}


.submitButtonOff {
  opacity: 0.4;
	color: #000000;
	background: #FFFFFF;
}



.submitButton:hover{
	color: #FFFFFF;
	background: #9A814B;
}








/*--------- topic Stuff  ---------*/

.topicWrapper {
  width: 100%;
  text-align: left;
  margin: 30px 0px;
}

.topicMemberBlock{
  display: inline-block;
	width: 95%;
	min-width: 225px;
  margin: 0px 5px;
  padding: 15px 5px 0px 0px;
  vertical-align: top;
  overflow: hidden;
  cursor: pointer;
	border-bottom: 1px solid #BBBBBB;
}
.topicMemberBlock:hover {
	border-bottom: 3px solid #BBBBBB;
}

.topicMemberPic{
  width: 100%;
  height: auto;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
}

.topicMemberPic img {
  width: 100%;
  max-width: 400px;
  height: auto;
  vertical-align: bottom;
}
.topicMemberPic img:hover{
  opacity: 0.8;
}
.topicMemberBio{
  display: none;
  width: 95%;
}
.nameTxt{
  color: #FFFFFF;
  text-align: left;
  padding: 10px;
  display: block;
  float: left;
  width: 85%;
}

.rightArrow {
    display: block;
    float: right;
    margin-top: 0px;
}

.rightArrow img {
  width: 25px;
  height: 25px;
}


.infoTxt {
  color: #FFFFFF;
  text-align: left;
  padding: 15px;
  margin-top: 30px;
}

.verticalTop {
  vertical-align: top;
}

@media only screen and (min-width: 900px){
  .topicWrapper {
    margin: 0;
  }

  .topicMemberBlock{
  	width: 80%;
  }

  .nameTxt{
    /* width: auto; */
  }

}













/* buttons */


.connectButton {
  display: inline-block;
  width: 200px;
  padding: 10px 15px;
  margin: 10px;
  border-radius: 2px;
  background: #9A814B;
  border: solid 1px #FFFFFF;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.connectButton:hover {
  background: #000;
  /* color: #9A814B; */
}

.connectTxt {
  vertical-align: middle;
  font-size: 1.1em;
  font-weight: normal;
}






.hhh {
  font-size: 1.5em;
}


.txtWhite{
	color: #FFFFFF;
}

.txtBlack{
	color: #000000;
}


.txtGray{
	color: #444444;
}

.txtGrayD{
	color: #222222;
}

.txtGrayL{
	color: #666666;
}

.txtGold {
  color: #9A814B;
}

.txtSky {
  color: #a0a8bd;
}

.txtBlue {
  color: #323093;
}


.backBlue {
  background: #323093;
}

.backSkyBlue {
  background: #aad1f9;
}

.sectionAnchor {
  height: 60px;
}



.shadow1 {
  box-shadow: none;
}



@media only screen and (min-width: 950px){
  .shadow1 {
    box-shadow: 2px 7px 5px #5e4f2f;
  }
}

/*video stuff */
.vidContainer {
  width: 100vw;
  height: 70vh;
  position: relative;
}

.vidContainer video {
  width: 100%;
  height: auto;
}

.introvidContainer {
  min-width: 100vw;
  height: 80vh;
  position: relative;
  margin-top: 20px;
}

.introvidContainer video {
  min-width: 100vw;
  height: 80vh;
}

.vidContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.4;
}

.closeBar {
  display: inline-block;
  color: #FFFFFF;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
  width: 100%;
  margin: 0 auto;
}
.closeBar a {
  text-decoration: none;
}


.imgContainer {
  position: relative;
  height: 45vh;
  padding-bottom: 30px;
}

.imgContainerBak {
    background-image: linear-gradient(
      to bottom,
      rgba(55, 46, 19, 0),
      rgba(55, 46, 19, 0)
    ), url(../images/114.jpg);
	background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.imgContainer img {
  width: 100%;
}

.imgContainer .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    /* background: #2f2916; */
    opacity: 0.9;
}


.smallMemo {
  display: inline-block;
  color: #FFFFFF;
  font-weight: bold;
  padding: 5px;
  text-align: center;
  width: 100%;
}

.smallMemo a img {
  width: 45px;
  height: 45px;
}

.smallMemo a img:hover {
  opacity: 0.5;
}

.vidOverlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2003;
  width: 100%;
  min-height: 100vh;
  background: rgba(0, 0, 0, 0.9);
  display: none;
}

.overlayTitle {
  margin: 23% 0px;
}

.overlayTitle h1 {
	font-family: 'UniversityRomanStdBold', serif;
  font-size: 2.5em;
  text-shadow: 3px 3px 3px #000000;
  letter-spacing: 2px;
}

audio:-webkit-full-page-media, video:-webkit-full-page-media {
    max-height: 100%;
    max-width: 100%;
}

@media only screen and (min-width: 950px){
  .imgContainer {
    display: none;
  }

  .vidOverlay .vidContainer video {
    width: 60%;
    height: auto;
  }

  .vidContainer .overlay .smallMemo {
    margin-top: 20px;
  }
  .smallMemo a img {
    width: 65px;
    height: 65px;
  }

  .overlayTitle {
    margin: 5% 20px 20px 20px;
  }

  .overlayTitle h1 {
    font-size: 5.5em;
  }
}





/* ----------- new video stuff -----------*/

.video-container {
  height: 60vh;
  min-width: 100vw;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2),
    rgba(0, 0, 0, 0.2)
  ), url(../images/video-container-back.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.video-container .overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #000;
    opacity: 0.3;
}
@media only screen and (min-width: 950px) {
  .video-container {
    height: 95vh;
    width: 100vw;
  }
}

.video-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: top;
}



/* blocks stuff */

.blockContainer {
  padding: 40px 0px;
}
.bblock {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 300px;
  /* box-shadow: 2px 7px 5px #5e4f2f; */
  margin: 5px 0px;
  cursor: pointer;
  overflow: hidden;
  border-radius: 60px 0px 60px 0px;
  border: solid 5px #D7C388;
}


.bblock:hover {
  opacity: 0.8;
}

.bblock .overlay {
    position: absolute;
    bottom: 5%;
    left: 5%;
    z-index: 2;
    color: #D7C388;
    font-size: 1.1em;
    font-family: 'sora';
}

.innerBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.innerBlock:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

@media only screen and (min-width: 650px) and (max-width: 950px ){
  .bblock {
    width: 90%;
    height: 400px;
    margin: 5px 15px;
  }
}

@media only screen and (min-width: 950px ){
  .bblock {
    width: 40%;
    height: 400px;
    margin: 5px 15px;
  }
}



/*----------- meblock stuff -----------*/

.meblockContainer {
  padding: 30px 0px;
}

.meblockBox {
  display: inline-block;
  width: 85%;
  height: 350px;
  margin: 10px 0px;
  cursor: pointer;
  overflow: hidden;
}
.meblock {
  position: relative;
  width: 100%;
  height: 80%;
  overflow: hidden;
  background: green;
}
.meblockBoxTxt {
  color: #000;
  text-align: left;
  padding: 10px 0px 5px 0px;
  font-family: 'sora';
}
.meblockLine {
  width: 20%;
  border-bottom: 3px solid #000;
}
@media only screen and (min-width: 950px ){
  .meblockContainer {
    margin: 100px 0px 40px 0px;
  }

  .meblockBox {
    width: 25%;
    height: 500px;
    margin: 5px 1%;
  }
}

.meblockInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

.meblockInner:hover {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}






/* ------- homeGrid -----------*/

.homeGrid {
  display: grid;
  grid-template-columns: auto auto;
  width: 100%;
  height: 80vh;
  grid-gap: 5px;
}

.homeGrid-item-L {
  grid-column: 1 / -1;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.homeGrid-item-R {
  grid-column: 1 / -1;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.homeGrid-item-L:hover, .homeGrid-item-R:hover {
  /* opacity: 0.9; */
  -webkit-filter: brightness(60%);
}

.homeGrid-txt {
  position: absolute;
  width: 85%;
  left: 2%;
  bottom: 4%;
  font-size: 1.3em;
  text-align: left;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.homeGrid-txt p {
  margin-bottom: 5px;
}
.homeGrid-txt:hover {
  color: #999;
}

.homeGrid-txt-line {
  border-bottom: #FFF solid 3px;
  width: 15%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.homeGrid-txt-line:hover {
  width: 25%;
}

@media only screen and (min-width: 1100px ){
  .homeGrid-item-L, .homeGrid-item-R {
    grid-row: 1 / 2;
  }
  .homeGrid-item-L {
    grid-column: 1 / span 1;
  }
  .homeGrid-item-R {
    grid-column: 2 / span 1;
  }
}



/* -------------- kenGrid --------------*/
.kenGrid {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(6, 1fr);
  width: 100%;
  min-height: 100vh;
  max-height: 150vh;
  grid-gap: 10px;
}

.kenGrid-item-1, .kenGrid-item-2, .kenGrid-item-3, .kenGrid-item-4 {
  grid-column: 1 / -1;
  height: 50vh;
  width: 100%;
}


@media only screen and (min-width: 1100px ){
  .kenGrid {
    height: 90vh;
  }
  .kenGrid-item-1 {
    grid-column: 1 / span 1;
    grid-row: 1 / -1;
    width: 100%;
    height: 100%;
    /* background: #444; */
  }
  .kenGrid-item-2, .kenGrid-item-3, .kenGrid-item-4 {
    grid-column: 2 / span 1;
  }
  .kenGrid-item-2 {
    grid-row: 1 / span 3;
    width: 100%;
    height: 100%;
  }
  .kenGrid-item-3 {
    grid-row: 4 / span 3;
    width: 100%;
    height: 100%;
  }
}


/* winner stuff */

.winBlockContainer {
  padding: 40px 0px;
}

.winBlockContainer a {
  text-decoration: none;
}

.winOutterBlock {
}

.winBlock {
  display: inline-block;
  position: relative;
  width: 90%;
  height: 300px;
  margin: 5px 0px;
  overflow: hidden;
}

.winBlock:hover {
  /* opacity: 0.8; */
}


.winInnerBlock {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 88%;
    /* border: solid 5px #000; */
}


.winTxt {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 5px 0px;
  color: #000;
  font-size: 1.1em;
  font-family: 'sora';
  border-bottom: 3px solid #000;
}


@media only screen and (min-width: 650px) and (max-width: 950px ){
  .winBlock {
    width: 90%;
    height: 410px;
    margin: 5px 15px;
  }
}

@media only screen and (min-width: 950px ){
  .winBlock {
    width: 40%;
    height: 410px;
    margin: 5px 15px;
  }
}








/* media blocks */

.mediaWrapper {
  width: 100%;
  margin: 2% auto;
  text-align: center;
}

.mediaBlock{
  position: relative;
  display: inline-block;
	width: 30vw;
	height: 150px;
  margin: 5px 5px;
  vertical-align: top;
  font-size: 0.9em;
  overflow: hidden;
}

.mediaImgWrapper {
  width: 100%;
  height: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.mediaImgWrapper img {
  flex-shrink: 0;
  min-width: 100%;
  min-height: 100%;
  max-width: 180%;
}

.mediaBlock a {
  text-decoration: none;
}


.mediaDesc{
  width: 100%;
}

.mediaDescTxtWrapper, .downloadOverlay {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  right: 0;
  top: 80%;
}

.downloadOverlay {
  z-index: 3;
  height: 100%;
  cursor: pointer;
  /* background: rgba(0,0,0,0.1); */
}

.mediaDescTxt {
  position: relative;
  display: inline-block;
  width: 100%;
	height: auto;
  background: #333333;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
	border-bottom: 5px solid #9A814B;
}

.innerTxt {
  padding: 5px 10px;
}


.mediaDescTxt:hover {
  background: #EEEEEE;
  color: #333333;
	/* border-bottom: 2px solid #000000; */
}

@media only screen and (min-width: 950px){
  .mediaBlock, .mediaBlock2{
		width: 20vw;
  	height: 300px;
  }
}




.mediaButton {
  display: inline-block;
  margin: 10px 0px;
	width: 90px;
  padding: 5px;
  border-radius: 3px;
  background: rgba(90, 185, 79, 1);
  /* background: rgba(0, 124, 182, 0.69); */
  border: solid 1px #BBBBBB;
  color: #FFFFFF;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 0.8em;
}
.mediaButton:hover {
  background: #007cb6;
}





/*--------- overlay Stuff  ---------*/

.overlay-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  margin: 0 auto;
  text-align: center;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.overlay-wrap::-webkit-scrollbar {
  display: none;
}

.overlay-container {
  display: inline-block;
  position: relative;
  width: 100%;
  text-align: justify;
  margin-top: 5%;
}

.close {
  margin: 75px 0px 0px 15px;
  background: #FFFFFF;
  height: 25px;
  width: 25px;
  border-radius: 3px;
  font-size: 1.1em;
  cursor: pointer;
  vertical-align: middle;
}

.close:hover {
  background: #016475;
  color: #FFFFFF;
}


.overlayHeader {
	font-size: 2em;
	margin: 10px 0;
}


#enter-info {
  display: none;
  background: rgba(0,0,0,0.9);
}

@media only screen and (min-width: 900px){
  .overlay-container {
    width: 70%;
  }
}







/* ajax loader stuff */


.loaderWrap {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.59);
  text-align: center;
  z-index: 999;
  height: 100%;
  width: 100%;
}
.loader {
  font-size: 10px;
  margin: 35vh auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader:after {
  background: #9A814B;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}





/* Modal  popup stuff */
.modal {
  /* display: none; */
  position: fixed;
  z-index: 91;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.6);
}

.modalContent {
  background-color: rgba(0,0,0,0.95);
  margin: 22% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
}

@media only screen and (min-width: 950px){
  .modalContent {
    margin: 10% auto;
    width: 30%;
  }
}

.modalClose {
  color: #fff;
  float: right;
  font-size: 35px;
  font-weight: bold;
}

.modalClose:hover,
.modalClose:focus {
  color: #9A814B;
  text-decoration: none;
  cursor: pointer;
}

.upButton {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 70px;
}
.upButton img {
  width: 40px;
  padding: 10px;
  text-decoration: none;
}











/* Footer classes */
.footerWrapper{
	position: relative;
	bottom: 0;
	left: 0;
	margin-bottom: 0px;
	width: 100%;
	height: auto;
  overflow: hidden;
	/* background: #111111; */
	color: #888888;
	padding: 30px 0px;
}

.footerSectionWrapper {
  width: 100%;
  margin: 50px 0px;
  text-align: center;
}


.footerSectionWrapper .footer img {
  width: 120px;
  padding: 5px;
}

.contactWrap {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.contactFooter {
  display: inline-block;
  text-align: left;
  color: #FFFFFF;
}

.bottomnav{
	width: 100%;
	text-align:center;
	padding-top:10px;
}
.bottomnav a {
	text-decoration:none;
	padding: 10px;
	font-size: 1em;
  font-weight: bold;
	color: #888888;
}
.bottomnav a:hover {
	color: #5AB94F;
}

.footertitles{
	display: inline-block;
	width: 230px;
	text-align: left;
	margin: 10px 0px;
	vertical-align: top;
}
.disclaimer{
  font-size: 0.9em;
  color: #666666;
}
@media only screen and (min-width: 900px){
	.footertitles{
		margin: 10px 10px;
	}
}

.footer{
	width: 100%;
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	padding-top:10px;
}





/*-------------------------------------------------------------*/
/*Carousel*/
.carousel {
  padding: 0 10px;
  margin: 0;
  color: #665D5E;
  font-family: 'Open Sans', sans-serif;
  min-height: 50vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}


.contain {
  width: 100%;
  overflow: hidden;
}
.row {
  width: 100%;
  height: 100%;
  margin-bottom: -50px; /* maximum width of scrollbar */
  padding-bottom: 100px; /* maximum width of scrollbar */
  overflow-y: hidden;
  overflow-x: scroll;
  text-align: left;
}
.row__inner {
  -webkit-transition: 450ms -webkit-transform;
  transition: 450ms -webkit-transform;
  transition: 450ms transform;
  transition: 450ms transform, 450ms -webkit-transform;
  /* white-space: nowrap; */
  margin: 70.3125px 0;
  padding-bottom: 40px;
  padding-left: 10vw;
  width: 800vw;
}


.go-left, .go-right {
  position: fixed;
  top: 200px;
  z-index: 4;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 3em;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.3);
  padding: 150px 0px;
}

.go-left {
  float: left;
  left: 7vw;
}
.go-right {
  float: right;
  right: 10vw;
}

.go-left img, .go-right img {
  width: 50px;
}

.go-left:hover, .go-right:hover {
  background: rgba(255, 255, 255, 0.7);
}











/* Display Modes */
.deskview { display: none !important; }
.mobileview { display: inline-block !important; }

.hideIt { display: none !important; }

@media only screen and (min-width: 950px){
	.deskview { display: inline-block !important; }
	.mobileview { display: none !important; }
}
