@-ms-viewport{
  width: device-width;
}

* {   
margin: 0;
padding: 0;
}

@font-face
    {
    font-family: tppFont;
    src: url('../fonts/GothamExtraLight.ttf');
    /* ,url('Sansation_Light.eot'); /* IE9 */
    }

A 
    {
    text-decoration: none;
    } 
    
html
    {
    height: 100%;
	max-width: 100%;
    /*background: transparent url(../images/ss.jpg) no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -90;*/
	} 

 body
    {
    height: 100%;
    max-width: 100%;
    }

#TPPArtbody
    {
    overflow: hidden;
    margin: 0 auto;
    }
.press
    {
    display: none;
    }
    
/* ******* NEW NAV MENU  ******* */
/* =Nav
-------------------------------------------------------------- */
#nav-trigger
    {
    float: right;
    margin-top: 10px;
    margin-right: 0px;
    /*background: transparent url(../images/TPP_mobMenu2.png) no-repeat;
    width: 66px;
    height: 54px;*/
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 1;
    }

.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 76px;
  height: 60px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
          transition: background 0.3s;
    background: transparent;

}

.c-hamburger:focus {
  outline: none;
}

.c-hamburger span {
  display: block;
  position: absolute;
  top: 24px;
  left: 18px;
  right: 18px;
  height: 3px;
  background: #03eaff;
}

.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #03eaff;
  content: "";
}

.c-hamburger span::before {
  top: -10px;
}

.c-hamburger span::after {
  bottom: -10px;
}

/*.c-hamburger--htx {
  background-color: #ff3264;
}*/

.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}

.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}

.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}

/* active state, i.e. menu open */
/*.c-hamburger--htx.is-active {
  background-color: #cb0032;
}*/

.c-hamburger--htx.is-active span {
  background: none;
}

.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}



/*#nav-trigger span.open:after 
    {
    border-left: solid 10px transparent;
    border-top: none;
    border-bottom: solid 10px #fff;
    border-right: solid 10px transparent;
    }*/

nav#nav-main 
    {
    display: none; 
    }

nav#nav-mobile
    {
    margin-top: 0px;
    display: none;
    }
    
nav#nav-mobile ul
    {
    display: none;
    list-style-type: none;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    position: absolute;
    text-align: center;
    font-size: 30px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
    font-weight: lighter;
    background-color: #ffffff;
    border-bottom: solid 1px #a5afa8;
    }

nav#nav-mobile #liTop
    {
    display: block;
    padding: 5px 0;
    margin: 0 0px;
    height: 85px;
    border-style: hidden;
    }

nav#nav-mobile #liHome
    {
    border-top-style: hidden;
    }

nav#nav-mobile li
    {
    position: relative;
    display: block;
    padding: 8px 0;
    margin: 0 0px;
    height: 55px;
    border-bottom: solid 1px #a5afa8;
    border-top: solid 1px #a5afa8;
    }

nav#nav-mobile li:last-child
    {
    border-bottom: none; 
    }

nav#nav-mobile a 
    {
    display: block;
    color: #a5afa8;
    padding: 0px 0px;
    text-decoration: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    }

nav#nav-mobile a:hover
    {
    background-color: #e0eee4;
    color: #a5afa8;
    text-decoration: none;
    }

/* =Media Queries
-------------------------------------------------------------- */
@media all and (max-width: 1200px) {
  #nav-trigger {
    display: inline-block; }

  nav#nav-mobile {
    display: block; }
}
/* ******* NEW NAV MENU END ***** */ 

nav navHome {
  display: none;
}

#homeTextBlock2
    {
    display: none;
    }

@media (max-width: 1280px) {
  nav .logoBG2 { display: inline; }
  nav .logoBG { display: none; }
}
    
@media (max-width: 1200px) {
  .click { display: none; }
  .press { display: inline; }
  nav navBrowse     { display: none; }
  nav navHome { display: inline; }
  serv servSec1 { display: none; }
  #homeTextBlock { display: none; }
  #homeTextBlock2 { display: inline-block; }
  .platPack2 { display: block; }
  .goldPack2 { display: block; }
  .silvPack2 { display: block; }
  .bronPack2 { display: block; }
  .prodContent1 { display: none; }
  }

@media (max-width: 700px) {
  .click { display: none; }
  .press { display: inline; }
  nav .logoBG2 { display: none; }
  nav .logoBG3 { display: inline; }
  }
 

/*nav navHome
    {
    float: right;
    background: transparent url(../images/menu.jpg) no-repeat;
    width: 129px;
    }*/

nav navBrowse
    {
    text-align: right;
	font-family: tppFont;
	font-weight: lighter;
	font-size: 35px;
	/*word-spacing: 20px;*/
	float: right;
	margin-top: 0px;
	margin-right: 2%;
	padding-top: 60px;
	width: 100%;
	height: 188px;
	color: #ffffff;
	/*background: transparent url(../images/TPP_nav_tile.png) repeat-x;*/
    /*border-bottom: 1px solid #3D8A92;
	border-bottom-width: thin;*/
    }

.navLinks
    {
    font-family: tppFont;
    display: inline-block;
	word-spacing: 110px;
	/*float: right;*/
    }

@media (max-width: 4000px) 
    {
    nav navBrowse { font-size: 100px; }
    nav .navLinks { word-spacing: 120px;}
    }

@media (max-width: 3300px) 
    {
    nav navBrowse { font-size: 80px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 2700px) 
    {
    nav navBrowse { font-size: 60px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 2210px) 
    {
    nav navBrowse { font-size: 40px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1850px) 
    {
    nav navBrowse { font-size: 35px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1650px) 
    {
    nav navBrowse { font-size: 30px; }
    nav .navLinks { word-spacing: 80px;}
    }

@media (max-width: 1460px) 
    {
    nav navBrowse { font-size: 30px; }
    nav .navLinks { word-spacing: 60px;}
    }

@media (max-width: 1320px) 
    {
    nav navBrowse { font-size: 27px; }
    nav .navLinks { word-spacing: 50px;}
    }

@media (max-width: 1180px) 
    {
    nav navBrowse { font-size: 25px; }
    nav .navLinks { word-spacing: 45px;}
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    }

@media (max-width: 1100px) 
    {
    nav navBrowse { font-size: 22px; }
    nav .navLinks { word-spacing: 45px;}
    }

.TPPdivider
    {
    width: 100%;
    height: 2px;
    border-bottom: 1px solid #e2e2e2;
    }

.TPPdivider2
    {
    width: 50%;
    height: 2px;
    margin: auto;
    border-bottom: 1px solid #e2e2e2;
    }

.contSpan
    {
    word-spacing: normal;
    }
    
.subscribeSpan
    {
    width: 170px;
    height: 22px;
    padding: 10px;
    padding-left: 30px;
    padding-right: 30px;
    border: 1px solid #7f7f7f;
    word-spacing: normal;
    }
        
#home, #work, #prod, #con, #abo, #faq
    {
	display: inline;
	}

    
.navLinks A:link	{
	text-decoration: none;
	color: #7f7f7f;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}

.navLinks A:visited	{
	text-decoration: none;
	color: #7f7f7f;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}
.navLinks A:hover	{
	text-decoration: none;
	color: #7f7f7f;
	font-family: tppFont;
	/*font-size: 25px;*/
	/*font-weight: bold;*/
	}
      
#nav_menu 
    {
        z-index: 9998;
        position: fixed;
        display: block;
        height: 122px;
        width: 100%;
    }
    
    #nav_menu li {
        list-style-type: none;
        text-decoration: none;
        vertical-align: middle;
        height: 80px;
        display: inline-block;
        position: relative;
    }
    

    .nav_menu_link {
        color: white;
        font-size: 18px;
        height: 0;
        font-family: tppFont;
        vertical-align: baseline;
        position: relative;
        display: inline-block;
        height: auto;
        padding: 29px;
    }
    .nav_menu_link:hover {
        background: rgba(0, 0, 0, 0.4);
        color: #FFF;
        transition: all .2s;
    }
    .nav_menu_link:hover .arrow.down {
        border-top-color: #FFF;
    }

#content1:hover
    {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
        z-index: -999;
    }
    #content2:hover {
        display: block !important;
        width: 100%;
        height: auto !important;
        position: absolute;
    }
    #content1, #content2 {
        width: 100%;
        height: auto;
        background: black;
        background-color: rgba(0, 0, 0, 0.5);
        filter: alpha(opacity=70);
        display: none;
        position: absolute;
        z-index: -999;
    }

.TPPlogoMicro
    {
     width: 28px;
    height: 29px;
    margin-right: 10px;
    background: transparent url(../images/TPP_logo_micro.png) no-repeat;
    display: inline-block;
    }

.TPPlogoMicro2
    {
     width: 28px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(../images/TPP_logo_micro.png) no-repeat;

    }

.logoBG
    {
    z-index: 999;
    width: 390px;
    height: 87px;
    background: transparent url(../images/bizLogo.png) no-repeat;
    margin-left: 15%;
    margin-right: ;
    margin-top: 10px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    }

.logoBG2
    {
    z-index: 999;
    width: 250px;
    height: 56px;
    background: transparent url(../images/logo01.png) no-repeat;
    margin-top: 35px;
    margin-left: 5px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    display: none;
    }

.logoBG3
    {
    z-index: 999;
    width: 225px;
    height: 50px;
    background: transparent url(../images/logo02.png) no-repeat;
    margin-top: 35px;
    margin-left: 5px;
    /*box-shadow: 0px 0px 7px #888888;*/
    position: absolute;
    display: none;
    }

.menuIMG
    {
    width: 66px;
    height: 54px;
    background: transparent url(../images/menu2.png) no-repeat
    }
    
/* Video Header
header.l-header
    {
    #video-header
    {

    top: 0px; 
    left: 0px; 
    width: 100%; 
    height: 200px; 
    overflow: hidden; 
    }
Video Header End */



/* ***HOME SECTION START *** */

/* ***Form*** */
.mmFormfieldTxt
    {

    padding-left: 5px;
    color: #797a7b;
	font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 17px;
	text-align: center;
    }

.mmTitleForm
    {
    display: inline;
    padding-top: 0px;
    margin-left: 0px;
    margin-top: -10px;
    font-family: dateFont;
	font-size: 25px;
	font-weight: lighter;
	color: #ffffff;
	height: 30px;
    }

.mmFields
    {
    width: 269px;
    height: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
   
.mmcontfield
    {
    width: 263px;
    height: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    }
    
.mmcontfield2
    {
    width: 383px;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    }

.TPPlearn
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-right: auto;
    text-align: center;
    border: none;
    background-color: #ff4d18;
    filter: alpha(opacity=70);
	}


.tppDonateSubmit2
    {
    width: 200px;
    height: 80px;
    margin-top: 10px;
    margin-right: auto;
    background: transparent;
	border: 1px solid 7f7f7f;
    text-decoration: none;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #7f7f7f;
	border: 1px solid #7f7f7f;
	}


.tppDonateSubmit2:hover {
  /* 50% opacity white */
  cursor: pointer;
}

.tppSubmit
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-right: auto;
    border: none;
	border: 1px solid 7f7f7f;
    filter: alpha(opacity=70);
    text-decoration: none;
	}

.tppSubmit a
    {
    text-decoration: none;
	vertical-align: middle;
    }    

.tppVolSubmit
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-right: auto;
    border: none;
	vertical-align: middle;
    filter: alpha(opacity=70);
	}

.tppDonateSubmit
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    margin-right: auto;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
	border: none;
	vertical-align: middle;
    background-color: #03eaff;
	}

.tppDonateSubmit:hover {
  /* 50% opacity white */
  cursor: pointer;
}

.submitText
    {
    width: 200px;
    height: 80px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
    }

.learnText
    {
    width: 300px;
    height: 100px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 40px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
    }

.signUpText
    {
    width: 200px;
    height: 80px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #7f7f7f;
	border: 1px solid #7f7f7f;
    }


.signUpText a
    {
    text-decoration: none;
	vertical-align: middle;
    }    
  
.signUpVolText
    {
    width: 200px;
    height: 80px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
	border: none;
    background-color: #ff4d18;
    }

.signUpDonText
    {
    width: 200px;
    height: 80px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 30px;
	text-align: center;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	color: #ffffff;
	border: none;
    background-color: #03eaff;
    }




.submitText a
    {
    text-decoration: none;
	vertical-align: middle;
    }    
    
.mmForms
    {
    width: 369px;
    height: 140px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	background-color: rgba(0, 0, 0, 0.5);
    filter: alpha(opacity=20);
    }
/* ***Form End*** */


.homeLogo01
    {
    width: 175px;
    height: 178px;
    background: transparent url(../images/TPP_logo_Home01.png) no-repeat;
    margin-top: 0px;
    margin-left: 5%;
    margin-right: auto;
    }

.homeLogo02
    {
    width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_web02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo03
    {
    width: 253px;
    height: 259px;
    background: transparent url(../images/TPP_logo_web03.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo04
    {
    width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_Home02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo05
    {
     width: 115px;
    height: 117px;
    background: transparent url(../images/TPP_logo_Home02.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

.homeLogo06
    {
     width: 84px;
    height: 86px;
    background: transparent url(../images/TPP_logo_Home04.png) no-repeat;
    margin-left: auto;
    margin-right: auto;
    display: none;
    }

/*@media (max-width: 1280px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: block; }
}

@media (max-width: 1000px) {
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: block; }
}*/
    
@media (max-width: 970px) {
  .click { display: none; }
  .press { display: inline; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: inline-block; }
}

@media (max-width: 600px) {
  .click { display: none; }
  .press { display: inline; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: inline-block; }
}

@media (max-width: 500px) {
  .click { display: none; }
  .press { display: inline; }
  .homeLogo01 { display: none; }
  .homeLogo02 { display: none; }
  .homeLogo03 { display: none; }
  .homeLogo04 { display: none; }
  .homeLogo05 { display: none; }
  .homeLogo06 { display: block; }
}

.servicesAnchor
    {
    width: 10px;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 250px;
    }

video#bgVid
    {
    background-color: white;
    z-index: -999;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    overflow-y: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    }
       
.homeSection
    {
    width: 100%;
    min-height: 100%;
    /*background: transparent url(../images/background_youtube.jpg) no-repeat;*/
	/*-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
	padding-bottom: 25px;
    }

.homeHead
    {
    display: inline-block;
    vertical-align; middle;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    /*border-bottom: 4px solid #01e8fc;*/
    }

.homeLogos
    {
    position: fixed;
    margin-top: 15px;
    margin-left: 3%;
    z-index: 9999;
    display: inline-block;
    }

@media (max-width: 767px) {
.fullscreen-bg { display: none; }
.homeSection
    {
    width: 100%;
    min-height: 100%;
    background: white url(../images/Suz_hands.png) no-repeat;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
    }
}
    
.homeTextBlock
    {
    width: 755px;
    float: right;
    padding-top: 150px;
    font-family: tppFont;
    margin-right: 5%;
    }
    
.homeTextBlock2
    {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 150px;
    font-family: tppFont, "century gothic", helvetica, sans-serif;
    }
    
.homeText
    {
    font-size: 65px;
    color: #503b8a;
    margin-right: 10%;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText2
    {
    font-family: tppFont;
	font-size: 30px;
	margin-top: 10px;
    color: #e3c80f;
    margin-right: 10%;
    text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    }

.homeText22
    {
    font-family: tppFont;
	font-size: 30px;
	margin-top: 10px;
    color: #503b8a;
    margin-right: 10%;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText3
    {
    float: right;
    font-family: tppFont;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeTextb
    {
    font-size: 45px;
    color: #503b8a;
    text-shadow: 0px 3px 7px #FFFFFF;
    }

.homeText2b
    {
    font-family: tppFont;
	font-size: 20px;
	margin-top: 10px;
	text-shadow: -1px -1px 1px #fff, 1px 1px 1px #000;
    color: #e3c80f;
    }

.homeText3b
    {
    float: right;
    font-family: tppFont;
	font-size: 15px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }

.propText
    {
    color: #00b050;
    text-shadow: 0px 3px 2px #000000;
    font-size: larger;
    }
        
.prop215
    {
    width: 100%;
    overflow: hidden;
    font-family: Times New Roman;
    font-weight: bold;
    color: Black;
    text-shadow: 0px 3px 5px #ffffff;
    }

.homeTextBlock A:link	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock A:visited	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}
.homeTextBlock A:hover	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock2 A:link	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeTextBlock2 A:visited	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}
.homeTextBlock2 A:hover	{
	text-decoration: none;
	font-family: Times New Roman;
	/*font-size: 25px;*/
	}

.homeSentence
    {
   margin-top: 5px;
    float: right;
    font-family: tppFont;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeSentence1
    {
   margin-top: 5px;
    float: right;
    font-family: tppFont;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    margin-right: 10%;
    text-shadow: 0px 3px 5px #ffffff;
    }

.homeSentenceb
    {
   margin-top: 5px;
    float: right;
    font-family: tppFont;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }
.homeSentence1b
    {
   margin-top: 5px;
    float: right;
    font-family: tppFont;
	font-size: 20px;
	margin-top: 5px;
    color: #000000;
    text-shadow: 0px 3px 5px #ffffff;
    }
    
/* ***HOME SECTION END *** */



/* ***STATEMENT SECTION *** */

.statementSection A:link	{
	text-decoration: none;
	/*font-size: 25px;*/
	}

.statementSection A:visited	{
	text-decoration: none;
	/*font-size: 25px;*/
	}
.statementSection A:hover	{
	text-decoration: none;
	/*font-size: 25px;*/
	}

#statementAnchor
    {
    width: 100px;
    height: 113px;
    position: absolute;
    bottom: 0;
    }

.statementSection
    {
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px;
    background: transparent url(../images/statementBG.jpg) repeat;
    }

.titleText
    {
    
    display: block;
    margin-top: 200px;
    margin-left: 3%;
    margin-right: auto;
    margin-bottom: 15px;
    text-align: justify;
    
    font-family: tppFont, tppFont;
    color: #ffffff;
    }

.TPPaboutTopSection
    {
    width: 100%;
    height: 400px;
    background: transparent url(../images/CDScontBG.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventTopSection
    {
    width: 100%;
    height: 400px;
    background: transparent url(../images/TPP_events_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: fixed;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }


.TPPSpoT2018TopSection
    {
    width: 100%;
    height: 400px;
    background: transparent url(../images/TPPSPoT2018header.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPSpoT2019TopSection
    {
    width: 100%;
    height: 400px;
    background: transparent url(../images/TPPSPoT2019header.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPaboutFrame
    {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 190px;
    }

.TPProwTile
    {
    width: 100%;
    height: 105px;
    background: rgba(255, 255, 255, 0.6);
    position: absolute;
    bottom: 0px;
    }
    
.row
    {
    width: 55%;
    position: absolute;
    bottom: 0px;
    left: 50%;
    }

.TPPaboutTopFrame
    {
    padding-top: 0px;
    position: relative;
    left: -50%;
    }

.TPPeventsSection
    {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #efede8;
    padding-bottom: 45px;
    }


.TPPeventContainerFlex
    {
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    width: 100%;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    }

.TPPeventContainerFlexCenter
    {
    width: 90%;
    display: -webkit-inline-flex; /* Safari */
    display: inline-flex;
    -webkit-justify-content: space-around; /* Safari */
    justify-content: space-around;
    -webkit-flex-direction: row; /* Safari */
    flex-direction: row;
    -webkit-flex-wrap: wrap; /* Safari */
    flex-wrap: wrap;
    
    }

.TPPeventContainer
    {
    display: flex;
    flex-direction: column;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    margin-bottom: 50px;
    }

.TPPeventYear
    {
    -webkit-flex-direction: column; /* Safari */
    flex-direction: column;
    width: 300px;
    height: 300px;
    -webkit-justify-content: center; /* Safari */
    justify-content: center;
    margin-bottom: 45px;
    }

.TPPeventYearImage2019
    {
    width: 100%;
    height: 50%;
    background: transparent url(../images/TPPSPoT2019header.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventYearImage2018
    {
    width: 100%;
    height: 50%;
    background: transparent url(../images/TPPSPoT2018header.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventYearImage2018R
    {
    width: 100%;
    height: 50%;
    background: transparent url(../images/TPP_SPOT_flyer_reception_site.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventYearImage2017
    {
    width: 100%;
    height: 50%;
    background: transparent url(../images/eventFlyer.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventYearImage
    {
    width: 100%;
    height: 50%;
    background: transparent url(../images/TPPSPoT2019header.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    position: relative;
    left: 0;
    bottom: 0px;
    }

.TPPeventYearTextTitle
    {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    }

.TPPeventButnText
    {
    font-family: tppFont, "century gothic", helvetica, sans-serif;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	text-decoration: none;
	color: #7f7f7f;
    }


.TPPeventButnText a
    {
    text-decoration: none;
	vertical-align: middle;
    }    
 
.tppSubmitEvent
    {
    width: 300px;
    height: 100px;
    margin-top: 10px;
    /*margin-right: auto;*/
    border: none;
    filter: alpha(opacity=70);
    text-decoration: none;
	}

.tppSubmitEvent a
    {
    text-decoration: none;
	vertical-align: middle;
    }    

.TPPSpoTSection
    {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    padding-bottom: 45px;
    overflow: hidden;
    }

.TPPSPoTContainer
    {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding-top: 30px;
    margin-bottom: 50px;
    clear: both;
    }

.TPPSpotWork
    {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 100px;
    }

.SPotWorkItem
    {
    display: inline;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    /*-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    /*filter: grayscale(100%);*/
    }

.SpoTDesc
    {
    width: 50%;
    display: inline;
    float: left;
    }


.QAposterSectionCvr2
    {
    background: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
    }

.TPPthumbTitle
    {
    color: #7f7f7f;
    font-family: tppFont;
    font-size: 45px;
    display: inline-block;
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 50%;
    }


#pageOverlay
    {
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    background: rgba(255,255,255,.9);   
    position: fixed;
    z-index: 99999;
    display: none;
    transition: opacity .5s;
    overflow: hidden;
    }

.close {
  width: 40px;
  fill: #E8AB23;
  position: absolute;
  right: 20px;
  /* Bring above video */
  top: 20px;
}

.close:hover {
  /* 50% opacity white */
  fill: rgba(49,196,236,0.5);
  cursor: pointer;
}

.centerFrame
    {
    width: 100%
    }

.TPPhzcontainer
    {
    display: flex;
    flex-direction: row;
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap; /* Safari */
    flex-wrap: nowrap;
    }

.TPPhzcontainer img
    {
    margin-right: 15px;
    flex-shrink: 0;
    }
    
#wrk1
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_ChristianaLewis-I_Have_Arrived.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk2
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_ErinSchalk-Light_Enters.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk3
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_GreggChadwick-A_Resilient_Light.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk4
    {
    width: 40%;
    height: 80vh;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_YoonAhJung-Embrace_Your_Tears.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk5
    {
    width: 40%;
    height: 90vh;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_KathleenRogers-A_Tethered_Rose.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk6
    {
    width: 40%;
    height: 90vh;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_TravisFlack-Crecer.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk7
    {
    width: 40%;
    height: 90vh;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_JoseAngelHernandez-Ms_K.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk8
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_MichaelCollin-Reflections.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk9
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_StephanieLeonard-AllegoryofGifts.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk10
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_MerylLebowitz-MargaretsMagic.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk11
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_HeatherCopinger-LullabyintheSky.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk12
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_JeanMarcheseGallagher-Strength.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk13
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_KellieThomas-Walker-RainofLight.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk14
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_NancyWillis-Lesson.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk15
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_NancyWillis-Hover.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk16
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_NancyWillis-Sinjar,Iraq.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk17
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_NancyWillis-TwoWheelingThreeReds.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk18
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_NancyWillis-TheFamilyTractor.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk19
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_ChristianaLewis-IAmEnough.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk20
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_TravisFlack-ThisPlaceExists.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk21
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_AnneGarvey-ThreeStages.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk22
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_YoonAhJung-BrokenWaves.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk23
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_DianaSimon-StillGolden.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

#wrk24
    {
    width: 40%;
    display: block;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/TPP_ChrisAmmon-Underwater.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: top;
    overflow: hidden;
    position: relative;   
    }    

/*
#wrk1:hover
    {
    cursor: pointer;
    }

#wrk1:hover .QAposterSectionCvr2
    {
    opacity: 1;
    }

#wrk1:hover .pageOverlay
    {
    display: block;
    }
*/

.TPPSPoTCL
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_ChristianaLewis-I_Have_Arrived.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTES
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_ErinSchalk-Light_Enters.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTGC
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_GreggChadwick-A_Resilient_Light.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTYJ
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_YoonAhJung-Embrace_Your_Tears.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTKR
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_KathleenRogers-A_Tethered_Rose.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTTF
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_TravisFlack-Crecer.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTJH
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_JoseAngelHernandez-Ms_K.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoTMJC
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_MichaelCollin-Reflections_full.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTSL
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_StephanieLeonard-AllegoryofGifts.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTML
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_MerylLebowitz-MargaretsMagic.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTHC
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_HeatherCopinger-LullabyintheSky.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTJMG
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_JeanMarcheseGallagher-Strength.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTKTW
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_KellieThomas-Walker-RainofLight.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTNW1
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_NancyWillis-Lesson.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTNW2
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_NancyWillis-Hover.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTNW3
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_NancyWillis-Sinjar,Iraq.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTNW4
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_NancyWillis-TwoWheelingThreeReds.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTNW5
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_NancyWillis-TheFamilyTractor.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTCL2
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_ChristianaLewis-IAmEnough.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTTF2
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_TravisFlack-ThisPlaceExists.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTAG
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_AnneGarvey-ThreeStages.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    overflow-x: scroll;
    }

.TPPSPoTYJ2
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_YoonAhJung-BrokenWaves.png) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoT19DS
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_DianaSimon-StillGolden.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

.TPPSPoT19CA
    {
    display: flex;
    flex-direction: column;
    background: transparent url(../images/TPP_ChrisAmmon-Underwater.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    overflow: hidden;
    }

/*///////////////////Original Script
.TPPeventDesc
    {
    width: 100%;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    }
////////////////////Original Script*/

.TPPeventDesc
    {
    margin-top: 15px;
    margin-bottom: 15px;
    }

.TPPeventImage 
    {
    float: left;
    max-width: 20%;
    height: auto;
    margin-right: 6px;
    margin-bottom: 15px;
    }

.TPPeventParagraph1
    {
    overflow: hidden;
    text-align: left;
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 28px;
    }
        
/*///////////////////Original Script
.TPPeventImage img
    {
    float: left;
    max-width: 20%;
    height: auto;
    display: inline-block;
    margin-right: 6px;
    }
////////////////////Original Script*/


.TPPheadShot img
    {
    max-width: 20%;
    height: auto;
    }

.TPPaboutHead
    {
    font-family: tppFont;
    font-size: 60px;
    color: #363636;
    }

.TPPshowHead
    {
    font-family: tppFont;
    font-size: 60px;
    color: #363636;
    text-align: center;
    }

.TPPaboutHead2
    {
    font-family: tppFont;
    font-size: 30px;
    color: #7f7f7f;
    }

.TPPartist
    {
    font-family: tppFont;
    font-size: 22px;
    color: #363636;
    }

.TPPsubHead
    {
    font-family: tppFont;
    font-size: 18px;
    color: #363636;
    }

.TPPshowDate
    {
    font-family: tppFont;
    font-size: 35px;
    color: #363636;
    text-align: center;
    }

.TPPshowGall
    {
    font-family: tppFont;
    font-size: 25px;
    color: #363636;
    text-align: center;
    }

.TPPaboutParagraph
    {    
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: left; 
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 90px;
    font-size: 28px;
    }

.TPPaboutParagraph2
    {    
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: left; 
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 30px;
    font-size: 28px;
    }

.TPPbreak
    {
    width: 100%;
    margin-left: auto;
    }

.TPPcontParagraph
    {    
    margin-top: 20px;
    display: block;
    width: 100%;
    text-align: left; 
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 28px;
    }

/*//////////////////////////////////Original Script
.TPPeventParagraph1
    {
    margin-top: 0px;
    display: block;
    width: 100%;
    text-align: left;
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 28px;
    }
//////////////////////////////////Original Script*/

.TPPeventParagraph2
    {
    margin-top: 0px;
    display: inline-block;
    width: 100%;
    text-align: left;
    font-family: tppFont;
    color: #7f7f7f;
    margin-bottom: 0px;
    font-size: 28px;
    }

/*Contact/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.TPPsocial
    {
    height: 58px;
    width: 160px;
    z-index: 9999;
    display: block;
    margin-left: auto;
    margin-right: auto;
    }
    
.TPPig
    {
    float: left;
    width: 58px;
    height: 58px;
    background: transparent url(../images/TPP_soc_ig.png) no-repeat;
    display: inline-block;
    }

.TPPfb
    {
    float: right;
    width: 58px;
    height: 58px;
    background: transparent url(../images/TPP_soc_fb.png) no-repeat;
    display: inline-block;
    }       


.TPPcontactSection
    {
    width: 55%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    }

.TPP_form{
    font-family: 'Open Sans Condensed', tppFont, sans;
    width: 100%;
    margin-top: 55px;
}

.TPP_form input[type="text"],
.TPP_form input[type="date"],
.TPP_form input[type="datetime"],
.TPP_form input[type="email"],
.TPP_form input[type="number"],
.TPP_form input[type="search"],
.TPP_form input[type="time"],
.TPP_form input[type="url"],
.TPP_form input[type="password"],
.TPP_form textarea,
.TPP_form select
{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    display: block;
    width: 100%;
    padding: 7px;
    border: none;
    border-bottom: 2px solid #ddd;
    background: transparent;
    margin-bottom: 40px;
    font: 35px tppFont, Helvetica, sans-serif;
    height: 70px;
}
.TPP_form textarea{
    resize:none;
    overflow: hidden;
}
.TPP_form input[type="button"],
.TPP_form input[type="submit"]
{
    width: 300px;
    height: 100px;
    background-color: #ff4d18;
    border: 0;
    display: inline-block;
    cursor: pointer;
    color: #FFFFFF;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 30px;
    padding: 8px 18px;
    text-decoration: none;
}
.TPP_form input[type="button"]:hover,
.TPP_form input[type="submit"]:hover {
    background-color:#03eaff;
}



/*Contact/////////////////////////////////////////////////////////////////////////////////////////////////////////*/

@media (max-width: 4000px) 
    {
    .titleText { font-size: 225px; }
    .aboutText { font-size: 110px;}
    }

@media (max-width: 3300px) 
    {
    .titleText { font-size: 180px; }
    .aboutText { font-size: 80px;}
    }

@media (max-width: 2700px) 
    {
    .titleText { font-size: 140px; }
    .aboutText { font-size: 70px;}
    }

@media (max-width: 2210px) 
    {
    .titleText { font-size: 120px; }
    .aboutText { font-size: 65px;}
    }

@media (max-width: 1925px) 
    {
    .TPPaboutHead { font-size: 60px; }
    .TPPaboutParagraph, .TPPaboutParagraph2, .TPPeventParagraph1, .TPPeventParagraph2 { font-size: 24px;}
    .TPPaboutTopSection, .TPPeventTopSection { height: 325px; }
    }

@media (max-width: 1725px) 
    {
    .TPPshowHead { font-size: 55px; }
    }

/*@media (max-width: 1850px) 
    {
    .TPPaboutHead { font-size: 40px; }
    .TPPaboutParagraph { font-size: 85px;}
    }*/

@media (max-width: 1580px) 
    {
    .TPPshowHead { font-size: 45px; }
    .TPPshowDate { font-size: 30px; }
    .TPPshowGall { font-size: 20px; }
    }

@media (max-width: 1295px) 
    {
    .TPPshowHead { font-size: 40px; }
    .TPPshowDate { font-size: 25px; }
    .TPPshowGall { font-size: 20px; }
    #TPPshowDate { font-size: 22px; }
    }

@media (max-width: 1155px) 
    {
    .TPPeventContainer { width: 90%; }
    }

@media (max-width: 1100px) 
    {
    .TPPSPoTContainer { display: block; width: 80%; height: 100%; margin: 0 auto; padding-top: 0px; margin-bottom: 0px; margin-top: 0px; position: relative; }
    .TPPSpotWork { display: block; width: 100%; height: auto%; margin: 0 auto;  padding: 0px; margin-top: 0px; margin-bottom: 0px; }
    .SPotWorkItem  { display: block; position: relative; margin: 0 auto; }
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24 { display: block; width: 100%; height: 80vh; background-position: center; }
    .SpoTDesc { width: 100%; height: auto; display: block; margin: 0 auto; margin-top: 0px; }
    }

@media (max-width: 1000px) 
    {
    .TPPaboutFrame { width: 85%; }
    .TPPeventFrame { width: 85%; padding-top: 20px;}
    .TPPcontactSection { width: 85%; }
    .TPPaboutTopSection, .TPPeventTopSection, .TPPSpoT2018TopSection, .TPPSpoT2019TopSection { height: 250px; }
    .row { width: 85%; }
    .TPPaboutHead { font-size: 50px; }
    .TPPaboutParagraph, .TPPaboutParagraph2, .TPPeventParagraph1, .TPPeventParagraph2 { font-size: 20px;}
    }

@media (max-width: 830px) 
    {
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24  { height: 65vh; }
    }

@media (max-width: 765px) 
    {
    .titleText { margin-top: -30px; margin-bottom: 5px;}
    }

@media (max-width: 720px) 
    {
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24  { height: 50vh; }
    .TPPshowHead { font-size: 30px; }
    .TPPshowDate { font-size: 20px; }
    .TPPshowGall { font-size: 17px; }
    #TPPshowDate { font-size: 22px; }
    }

@media (max-width: 600px) {
  .aboutText { font-size: 20px; width: 300px; word-spacing: 5px;}
}

@media (max-width: 540px) 
    {
    .TPPeventContainer { margin-bottom: 20px; }
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24  { height: 40vh; }
    .TPPshowHead { font-size: 25px; }
    .TPPshowDate { font-size: 20px; }
    .TPPshowGall { font-size: 17px; }
    #TPPshowDate { font-size: 17px; }
    }
     
@media (max-width: 500px) 
    {
    .titleText { font-size: 40px; }
    .aboutText { margin-bottom: 20px; font-size: 20px; width: 300px; word-spacing: 5px;}
    .submitText { text-align: center; }
    .tppSubmit { text-align: center; width: 94%; }
    .signUpText { text-align: center; }
    .TPPaboutFrame { width: 85%; }
    .TPPeventFrame { width: 85%; padding-top: 15px;}
    .TPPcontactSection { width: 85%; }
    .row { width: 85%; }
    .TPPaboutHead { font-size: 40px; }
    .TPPsubHead { font-size: 15px; }
    .TPPaboutParagraph, .TPPaboutParagraph2, .TPPeventParagraph1, .TPPeventParagraph2 { font-size: 17px;}
    }

@media (max-width: 490px) {
  .click { display: none; }
  .press { display: inline; }
  .titleText { font-size: 35px; width: 250px; word-spacing: 5px;}
  .aboutText { margin-bottom: 20px; font-size: 20px; width: 300px; word-spacing: 5px;}
}

@media (max-width: 455px) 
    {
    .TPPshowHead { font-size: 22px; }
    .TPPshowDate { font-size: 17px; }
    .TPPshowGall { font-size: 15px; }
    #TPPshowDate { font-size: 15px; }
    }
 
@media (max-width: 430px) 
    {
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24  { height: 30vh; }
    }

@media (max-width: 400px) 
    {
    .TPPaboutFrame { width: 85%; }
    .TPPeventFrame { width: 85%; padding-top: 10px;}
    .TPPcontactSection { width: 85%; }
    .row { width: 85%; }
    .TPPaboutHead { font-size: 40px; }
    .TPPsubHead { font-size: 15px; }
    .TPPaboutParagraph, .TPPaboutParagraph2, .TPPeventParagraph1, .TPPeventParagraph2 { font-size: 15px;}
    }

@media (max-width: 330px) 
    {
    #wrk1, #wrk2, #wrk3, #wrk4, #wrk5, #wrk6, #wrk7, #wrk8, #wrk9, #wrk10, #wrk11, #wrk12, #wrk13, #wrk14, #wrk15, #wrk16, #wrk17, #wrk18, #wrk19, #wrk20, #wrk21, #wrk22, #wrk23, #wrk24  { height: 20vh; }
    }


/* ***STATEMENT SECTION END *** */




    
/* ****ABOUT SECTION END**** */



/* Sponsor Section Sponsor Section Sponsor Section Sponsor Section Sponsor Section Sponsor Section Sponsor Section Sponsor Section Sponsor Section */

.TPPSponsors
    {
    display: inline-flex;
    flex-direction: column;
    min-height: 100%;
    margin-bottom: 60px;
    }

.TPPSponsorLogos
    {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    min-height: 100%;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    }
    
.TPPSponsorLogo
    {
    width: 120px;
    height: 120px;
    display: inline;
    float: left;
    /*border: 1px solid red;*/
    }

#ACB
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/ACB_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#ACS
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/ACS_Logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#BaseCoat
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/BaseCoat_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#BRLA
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/BRLA_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Cast
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Castelli_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#CDMG
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/CDMG_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Curves
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Curveslogo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#DscvrCb
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/DscvrCb_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#emerald
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/emerald_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Fess
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/FP_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Fresh
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/FB_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#firestone
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/firestone_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Flappers
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Flappers_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Grammy
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Grammy_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Hahn
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Hahn_logo.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#HWax
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/HWax_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Howl
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Howl_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Hunt
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Hunt_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#ipsy
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/ipsy_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#JANM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/JANM_logo.jpg) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#LaCol
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/LaCol_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Laugh
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Laugh_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Liquitex
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Liquitex_Logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Lorimar
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Lorimar_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#malibuwine
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/malibuwine_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#MM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/MM_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#NDF
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/NDF-Logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#NHM
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/NHM_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#PacificPark
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/PacificPark_logo.gif) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Philz
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/philz_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#picaboo
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/picaboo_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Pinots
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Pinots_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Ralphs
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Ralphs_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#RMLA
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/RMLA_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#SC
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/SC_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Sparks
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Sparks_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Sprouts
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Sprouts_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#TBL
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/TBL_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#TemeculaBalloon
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/TemeculaBalloon_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#thebroad
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/thebroad_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#totalwine
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/totalwine_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#TraderJoes
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/TraderJoes_Logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#uprinting
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/uprinting_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#WilsonCreek
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/WilsonCreek_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

#Zevia
    {
    max-height: 100%;
    max-width: 100%;
    display: inherit;
    /*border: 1px solid #03eaff;*/
    background: transparent url(../images/sponsors/Zevia_logo.png) no-repeat;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    position: relative;
    }

/* Sponsor Section End Sponsor Section End Sponsor Section End Sponsor Section End Sponsor Section End Sponsor Section End Sponsor Section End  */

/* **** Pop-up Overlay **** */

/*.button
    {
    width: 150px;
    padding: 10px;
    background-color: #FF8C00;
    box-shadow: -8px 8px 10px 3px rgba(0,0,0,0.2);
    font-weight:bold;
    text-decoration:none;
    }*/

#cover
    {
    position:fixed;
    top:0;
    left:0;
    background:rgba(0,0,0,0.6);
    z-index:5;
    width:100%;
    height:100%;
    display:none;
    } 

#loginScreen
    {
    height:380px;
    width:340px;
    margin:0 auto;
    position:relative;
    z-index:10;
    display:none;
    background: url(images/eventFlyer.jpg) no-repeat;
    border:5px solid #cccccc; border-radius:10px;
    }

#loginScreen:target, #loginScreen:target + #cover
    {
    z-index: 9999;
    display:block;
    opacity:2;
    }

.cancel
    {
    display:block;
    position:absolute;
    top:3px;
    right:2px;
    background:rgb(245,245,245);
    color:black;
    height:30px;
    width:35px;
    font-size:30px;
    text-decoration:none;
    text-align:center;
    font-weight:bold;
    }

/* **** Pop-up Overlay End **** */