@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	

	
    
    
    .page-container .joinus{
        clear: both;
    }
    
    
    .page-container .joinus .ju-left{
        height:auto;
    }
    
    
    
    .page-container .joinus .ju-right{
        height: auto;
    }
    
    
    
    
    
    .partner-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 5vh 5%;
                  display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        
    }

    
     .partner {
        border-radius: 1em;
        height: 25vh;
         width: calc(100% - 1em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: .5em auto;
         
    }
    
    
    
    
    
    
    .sponsor-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
        
        
    }

    
     .sponsor-page-list .partner {
        border-radius: 1em;
        height: 30vh;
         width: calc(100% - 0em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: 0em auto;
         position: relative;
    }
    
    
    .spl-left{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: auto;
        left: 0;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 0.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: auto auto 1em auto;
    }
    
    
    .spll-circle{
        height: 8em;
        width: 8em;
        display: block;
        float: left;
        clear: none;
        border-radius: 4em;
    }
    
    
    .spll-circle.titlesponsor{
        background: rgb(255,219,179);
background: linear-gradient(129deg, rgba(255,219,179,1) 0%, rgba(33,177,156,1) 100%);
    }
    
    
    .spll-circle.platinumsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(214,209,199,1) 100%);
    }
    
    
    .spll-circle.diamondsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(168,164,156,1) 100%);
    }
    
    
    .spll-circle.goldsponsor{
         background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(247,153,83,1) 100%);
    }
    
    
    .spll-circle.normalsponsor{
         background: rgb(137,230,217);
background: linear-gradient(129deg, rgba(137,230,217,1) 0%, rgba(51,181,161,1) 100%);
    }
    
    
    
    .spl-right{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        width: calc(100% - 0em);
        float: right;
        clear: none;
        
    }
    

    
    
    .spl-right-text{
        display: block;
        width: calc(100% - 0em);
        height: auto;
        float: left;
        clear: none;
    }
    
    
    
    .spl-r-t-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .spl-r-t-box h4{
        float: left;
        clear: none;
         font-weight: bolder;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    
    .spl-r-t-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    .whyjoinus{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #FF9233;
        margin: 5vh 5%;
    }
    
    

    
    .wju-right{
        width: 77.5%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh 0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wju-inner{
        width: 90%;
        color: #fff;
        margin: 5%;
       
    }
    
    
    .wju-inner h1{
        margin-bottom: 0;
    }
    
    
    .wju-inner h3{
        font-weight: 400;
    }
    
    
    
    .whyslist{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."
    ". ."; 
        border: solid 0px #fff;
        border-top-width: 1px;
        margin: 5em auto auto;
        
    }
    
    
    .why{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-bottom: 1em;
    }
    
    .why i{
        font-size: 4em;
        float: left;
        clear: both;
        color: #FFE5CE;
        margin: 1em auto auto;
    }
    
    .why h4{
        font-weight: bolder;
        clear: both;
        float: left;
        margin: 1em auto .5em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .exhibition-container{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 5%;
    }
    
    .exhibtion-form{
        
    }
    
    
    
    
    

    















/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	
    
    
    .page-container .joinus{
        clear: both;
    }
    
    
    .page-container .joinus .ju-left{
        height: auto;
    }
    
    
    
    .page-container .joinus .ju-right{
        height: auto;
    }
    
    
    
    
    
    .partner-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
                  display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        
    }

    
     .partner {
        border-radius: 1em;
        height: 25vh;
         width: calc(100% - 2em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: .5em auto;
         
    }
    
    
    
    
    
    
    .sponsor-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
        
        
    }

    
     .sponsor-page-list .partner {
        border-radius: 1em;
        height: 30vh;
         width: calc(100% - 0em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: 0em auto;
         position: relative;
    }
    
    
    .spl-left{
        width: auto;
        height: auto;
        float: left;
        clear: none;
        position: relative;
        top: auto;
        left: 0;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 0.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: auto auto 1em auto;
    }
    
    
    .spll-circle{
        height: 8em;
        width: 8em;
        display: block;
        float: left;
        clear: none;
        border-radius: 4em;
    }
    
    
    .spll-circle.titlesponsor{
        background: rgb(255,219,179);
background: linear-gradient(129deg, rgba(255,219,179,1) 0%, rgba(33,177,156,1) 100%);
    }
    
    
    .spll-circle.platinumsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(214,209,199,1) 100%);
    }
    
    
    .spll-circle.diamondsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(168,164,156,1) 100%);
    }
    
    
    .spll-circle.goldsponsor{
         background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(247,153,83,1) 100%);
    }
    
    
    .spll-circle.normalsponsor{
         background: rgb(137,230,217);
background: linear-gradient(129deg, rgba(137,230,217,1) 0%, rgba(51,181,161,1) 100%);
    }
    
    
    
    .spl-right{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        width: calc(100% - 0em);
        float: right;
        clear: none;
        
    }
    

    
    
    .spl-right-text{
        display: block;
        width: calc(100% - 0em);
        height: auto;
        float: left;
        clear: none;
    }
    
    
    
    .spl-r-t-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .spl-r-t-box h4{
        float: left;
        clear: none;
         font-weight: bolder;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    
    .spl-r-t-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    .whyjoinus{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #FF9233;
        margin: 5vh 5%;
    }
    
    

    
    .wju-right{
        width: 77.5%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh 0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wju-inner{
        width: 90%;
        color: #fff;
        margin: 5%;
       
    }
    
    
    .wju-inner h1{
        margin-bottom: 0;
    }
    
    
    .wju-inner h3{
        font-weight: 400;
    }
    
    
    
    .whyslist{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."
    ". ."; 
        border: solid 0px #fff;
        border-top-width: 1px;
        margin: 5em auto auto;
        
    }
    
    
    .why{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-bottom: 1em;
    }
    
    .why i{
        font-size: 4em;
        float: left;
        clear: both;
        color: #FFE5CE;
        margin: 1em auto auto;
    }
    
    .why h4{
        font-weight: bolder;
        clear: both;
        float: left;
        margin: 1em auto .5em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .exhibition-container{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 7.5%;
    }
    
    .exhibtion-form{
        
    }
    
    
    
    
    
    
    
    
    
	
    
    
    
    
    
    
    
    
    
	

	
	
	
}



/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    
    
    .page-container .joinus{
        clear: both;
    }
    
    
    .page-container .joinus .ju-left{
        height: 50vh;
    }
    
    
    
    .page-container .joinus .ju-right{
        height: 50vh;
    }
    
    
    
    
    
    .partner-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
                  display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        
    }

    
     .partner {
        border-radius: 1em;
        height: 25vh;
         width: calc(100% - 2em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: .5em auto;
         
    }
    
    
    
    
    
    
    .sponsor-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
        
        
    }

    
     .sponsor-page-list .partner {
        border-radius: 1em;
        height: 30vh;
         width: calc(100% - 0em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: 0em auto;
         position: relative;
    }
    
    
    .spl-left{
        width: 30%;
        float: left;
        clear: none;
        position: sticky;
        top: 15em;
        left: 0;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 0.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: auto;
    }
    
    
    .spll-circle{
        height: 8em;
        width: 8em;
        display: block;
        float: left;
        clear: none;
        border-radius: 4em;
    }
    
    
    .spll-circle.titlesponsor{
        background: rgb(255,219,179);
background: linear-gradient(129deg, rgba(255,219,179,1) 0%, rgba(33,177,156,1) 100%);
    }
    
    
    .spll-circle.platinumsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(214,209,199,1) 100%);
    }
    
    
    .spll-circle.diamondsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(168,164,156,1) 100%);
    }
    
    
    .spll-circle.goldsponsor{
         background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(247,153,83,1) 100%);
    }
    
    
    .spll-circle.normalsponsor{
         background: rgb(137,230,217);
background: linear-gradient(129deg, rgba(137,230,217,1) 0%, rgba(51,181,161,1) 100%);
    }
    
    
    
    .spl-right{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."; 
        width: calc(65% - 2em);
        float: right;
        clear: none;
        
    }
    

    
    
    .spl-right-text{
        display: block;
        width: calc(65% - 2em);
        height: auto;
        float: right;
        clear: none;
    }
    
    
    
    .spl-r-t-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .spl-r-t-box h4{
        float: left;
        clear: none;
         font-weight: bolder;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    
    .spl-r-t-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    .whyjoinus{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #FF9233;
        margin: 5vh 5%;
    }
    
    

    
    .wju-right{
        width: 77.5%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh 0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wju-inner{
        width: 90%;
        color: #fff;
        margin: 5%;
       
    }
    
    
    .wju-inner h1{
        margin-bottom: 0;
    }
    
    
    .wju-inner h3{
        font-weight: 400;
    }
    
    
    
    .whyslist{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
        border: solid 0px #fff;
        border-top-width: 1px;
        margin: 5em auto auto;
        
    }
    
    
    .why{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-bottom: 1em;
    }
    
    .why i{
        font-size: 4em;
        float: left;
        clear: both;
        color: #FFE5CE;
        margin: 1em auto auto;
    }
    
    .why h4{
        font-weight: bolder;
        clear: both;
        float: left;
        margin: 1em auto .5em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .exhibition-container{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 7.5%;
    }
    
    .exhibtion-form{
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    .page-container .joinus{
        clear: both;
    }
    
    
    .page-container .joinus .ju-left{
        height: 50vh;
    }
    
    
    
    .page-container .joinus .ju-right{
        height: 50vh;
    }
    
    
    
    
    
    .partner-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
                  display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        
    }

    
     .partner {
        border-radius: 1em;
        height: 25vh;
         width: calc(100% - 2em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: .5em auto;
         
    }
    
    
    
    
    
    
    .sponsor-page-list{
        width: 90%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 5%;
        
        
    }

    
     .sponsor-page-list .partner {
        border-radius: 1em;
        height: 30vh;
         width: calc(100% - 0em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: 0em auto;
         position: relative;
    }
    
    
    .spl-left{
        width: 30%;
        float: left;
        clear: none;
        position: sticky;
        top: 15em;
        left: 0;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 0.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: auto;
    }
    
    
    .spll-circle{
        height: 8em;
        width: 8em;
        display: block;
        float: left;
        clear: none;
        border-radius: 4em;
    }
    
    
    .spll-circle.titlesponsor{
        background: rgb(255,219,179);
background: linear-gradient(129deg, rgba(255,219,179,1) 0%, rgba(33,177,156,1) 100%);
    }
    
    
    .spll-circle.platinumsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(214,209,199,1) 100%);
    }
    
    
    .spll-circle.diamondsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(168,164,156,1) 100%);
    }
    
    
    .spll-circle.goldsponsor{
         background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(247,153,83,1) 100%);
    }
    
    
    .spll-circle.normalsponsor{
         background: rgb(137,230,217);
background: linear-gradient(129deg, rgba(137,230,217,1) 0%, rgba(51,181,161,1) 100%);
    }
    
    
    
    .spl-right{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."; 
        width: calc(65% - 2em);
        float: right;
        clear: none;
        
    }
    

    
    
    .spl-right-text{
        display: block;
        width: calc(65% - 2em);
        height: auto;
        float: right;
        clear: none;
    }
    
    
    
    .spl-r-t-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .spl-r-t-box h4{
        float: left;
        clear: none;
         font-weight: bolder;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    
    .spl-r-t-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    .whyjoinus{
        width: 90%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #FF9233;
        margin: 5vh 5%;
    }
    
    

    
    .wju-right{
        width: 77.5%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh 0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wju-inner{
        width: 90%;
        color: #fff;
        margin: 5%;
       
    }
    
    
    .wju-inner h1{
        margin-bottom: 0;
    }
    
    
    .wju-inner h3{
        font-weight: 400;
    }
    
    
    
    .whyslist{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 1em 1em; 
      grid-template-areas: 
        ". . . ."; 
        border: solid 0px #fff;
        border-top-width: 1px;
        margin: 5em auto auto;
        
    }
    
    
    .why{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        padding-bottom: 1em;
        
    }
    
    .why i{
        font-size: 3.5em;
        float: left;
        clear: both;
        color: #FFE5CE;
        margin: 1em auto auto;
    }
    
    .why h4{
        font-weight: bolder;
        clear: both;
        float: left;
        margin: 1em auto .5em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .exhibition-container{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 7.5%;
    }
    
    .exhibtion-form{
        
    }
    
    
    

    
    
    
    
    
    
}
    
    
    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    .page-container .joinus{
        clear: both;
    }
    
    
    .page-container .joinus .ju-left{
        height: 50vh;
    }
    
    
    
    .page-container .joinus .ju-right{
        height: 50vh;
    }
    
    
    
    
    
    .partner-page-list{
        width: 85%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 7.5%;
                  display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . . ."; 
        
    }

    
     .partner {
        border-radius: 1em;
        height: 25vh;
         width: calc(100% - 2em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: .5em auto;
         
    }
    
    
    
    
    
    
    .sponsor-page-list{
        width: 85%;
        height: auto;
        float: left;
        clear: both;
        margin: 10vh 7.5%;
        
        
    }

    
     .sponsor-page-list .partner {
        border-radius: 1em;
        height: 30vh;
         width: calc(100% - 0em);
        display: block;
        float: left;
        clear: none;
        background-size: 80%;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: white;
         margin: 0em auto;
         position: relative;
    }
    
    
    .spl-left{
        width: 30%;
        float: left;
        clear: none;
        position: sticky;
        top: 15em;
        left: 0;
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 0.5fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". ."; 
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        margin: auto;
    }
    
    
    .spll-circle{
        height: 8em;
        width: 8em;
        display: block;
        float: left;
        clear: none;
        border-radius: 4em;
    }
    
    
    .spll-circle.titlesponsor{
        background: rgb(255,219,179);
background: linear-gradient(129deg, rgba(255,219,179,1) 0%, rgba(33,177,156,1) 100%);
    }
    
    
    .spll-circle.platinumsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(214,209,199,1) 100%);
    }
    
    
    .spll-circle.diamondsponsor{
        background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(168,164,156,1) 100%);
    }
    
    
    .spll-circle.goldsponsor{
         background: rgb(229,228,226);
background: linear-gradient(129deg, rgba(229,228,226,1) 0%, rgba(247,153,83,1) 100%);
    }
    
    
    .spll-circle.normalsponsor{
         background: rgb(137,230,217);
background: linear-gradient(129deg, rgba(137,230,217,1) 0%, rgba(51,181,161,1) 100%);
    }
    
    
    
    .spl-right{
          display: grid; 
  grid-auto-flow: row dense; 
  grid-auto-columns: 1fr; 
  grid-auto-rows: 1fr; 
  grid-template-columns: 1fr 1fr 1fr; 
  grid-template-rows: 1fr; 
  gap: 1em 1em; 
  grid-template-areas: 
    ". . ."; 
        width: calc(65% - 2em);
        float: right;
        clear: none;
        
    }
    

    
    
    .spl-right-text{
        display: block;
        width: calc(65% - 2em);
        height: auto;
        float: right;
        clear: none;
    }
    
    
    
    .spl-r-t-box{
        margin: auto auto 1em;
        background-color: rgba(255,255,255,.5);
        border-radius: 1em;
        padding: 2em auto;
        float: left;
        clear: both;
        width: 100%;
        height: 4em;
        display: flex;
        
    }
    
    
    
    .spl-r-t-box h4{
        float: left;
        clear: none;
         font-weight: bolder;
        color: #C6C6C6;
        align-self: center; /* aligns the items vertically only */
        margin: auto 1em;
    }
    
    
    
    .spl-r-t-box h5{
        text-align: left;
        font-weight: 400;
        letter-spacing: -.5px;
        float: left;
        clear: none;
        align-self: center; /* aligns the items vertically only */
        margin: auto 0;
    }
    
    
    
    
    
    
    
    
    .whyjoinus{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        background-color: #FF9233;
        margin: 5vh 7.5%;
    }
    
    

    
    .wju-right{
        width: 77.5%;
        height: auto;
        background-color: #FF9233;
        margin: 0vh 0 0 0;
        float: right;
        clear: none;
        display: block;
        color: #FFFFFF;
         display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
    }
    
    
    .wju-inner{
        width: 90%;
        color: #fff;
        margin: 5%;
       
    }
    
    
    .wju-inner h1{
        margin-bottom: 0;
    }
    
    
    .wju-inner h3{
        font-weight: 400;
    }
    
    
    
    .whyslist{
        width: 100%;
        height: auto;
        float: left;
        clear: none;
        display: grid; 
      grid-auto-flow: row dense; 
      grid-auto-columns: 1fr; 
      grid-auto-rows: 1fr; 
      grid-template-columns: 1fr 1fr 1fr 1fr; 
      grid-template-rows: 1fr; 
      gap: 2em 2em; 
      grid-template-areas: 
        ". . . ."; 
        border: solid 0px #fff;
        border-top-width: 1px;
        margin: 5em auto auto;
        
    }
    
    
    .why{
        width: 100%;
        height: 50vh;
        display: block;
        float: left;
        clear: none;
        
    }
    
    .why i{
        font-size: 4em;
        float: left;
        clear: both;
        color: #FFE5CE;
        margin: 1em auto auto;
    }
    
    .why h4{
        font-weight: bolder;
        clear: both;
        float: left;
        margin: 1em auto .5em;
        
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .exhibition-container{
        width: 85%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: 5em 7.5%;
    }
    
    .exhibtion-form{
        
    }
    
    
    

    
    
    
    
    
    
    
    
    
    
    
    
    
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

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

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
	
    
    
}

