@charset "UTF-8";



/* =============== BASIC STUFF =============== */

html {
    scroll-behavior: smooth;
}

body {
	background-color: #DDFFF7;
	margin: 0;
}

p, ul {
	color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
	font-size: 1.4em;
    padding-bottom: 20px;
}

.footer p {
    font-size: 1.2em;
}


.colorheader2 p {
    color: #042A32;
}


.colorheader2 h3 {
    color: #042A32;
}


.button2 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 90%;
    }


ul b {
    color: #c2d500;
}

p a {
	color: #c2d500;
	text-decoration: none;
}

a, a:visited {
  color: inherit;
}

li {
    margin: 15px 0;
    margin-left: 70px;
    margin-right: 70px;
}

#preshow, #charity, #proflearning, #expo, #contact {
    margin-top: -90px;
    position: absolute;
}

h1 {
	color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
}

h2 {
	color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
    margin-top: 17px;
    font-size: 200;
}

h3 {
	color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
    font-size: 2.5em;
    margin-bottom: 0;
}

h2 a, a:link, a:visited, a:focus, a:hover, a:active {
	text-decoration: none;
}

#alist li {
    text-align: left;
	padding-bottom: 10px;
}

#alist li a:link, a:visited, a:focus, a:hover, a:active {
    color: black;
	text-decoration: none;
}

.button, #button {
  background-color: #DDFFF7;
  color: #042A32;
  border: none;
  padding: 15px 32px;
  margin: 20px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  position: relative;
  float: left;
  cursor: pointer;
  width: 200px;
  height: 50px;
}


.button3, #button3 {
  background-color: #53917e;
  color: #042A32;
  border: none;
  padding: 15px 32px;
  margin: 20px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  position: relative;
  float: left;
  cursor: pointer;
  width: 200px;
  height: 50px;
}


.button2, #button2 {
  background-color: #DDFFF7;
  color: #042A32;
  border: none;
  padding: 15px 32px;
  margin: 20px;
  text-align: center;
  line-height: 50px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 1.2em;
  font-weight: 800;
  cursor: pointer;
  width: 200px;
  height: 50px;
}

#comingsoonattendees, #comingsoongpi, #comingsoonsalesreps {
  opacity: 40%;
}

#comingsoonattendees:before {
    content: 'ATTENDEES';
}

#comingsoonattendees:hover:before {
    content: 'COMING SOON';
}

#comingsoongpi:before {
    content: 'GPI MEMBERS';
}

#comingsoongpi:hover:before {
    content: 'COMING SOON';
}

#comingsoonsalesreps:before {
    content: 'EMPIRE SALES REPS';
}

#comingsoonsalesreps:hover:before {
    content: 'COMING SOON';
}

.button, #button, .button3 a {
	color: #042A32;
}

.button:hover, .button2:hover, .button3:hover {
    background-color: #042A32;
    color: #DDFFF7;
}

.container {
    width: 80%;
	margin: 0 auto;
}

.content img {
    padding: 20px;
    display: block;
    max-width:300px;
    max-height:300px;
    width: auto;
    height: auto;
    border-radius: 40px;
}

.contact4 img {
    padding: 0px;
}


/* =============== NAV AREA =============== */


.logocontainer {
	float: left;
    padding-left: 35px;
    padding-right: 35px;
    font-size: 2em;
    height: 90px;
    background-color: #951d54;
}

.logocontainer img {
    margin-top: 14px;
}

.nav {
    font-family: 'Poppins', sans-serif;
	width: 100%;
    background-color: #042A32;
	height: 90px;
    position: fixed;
    top: 0;
    z-index: 5;
}

.nav ul {
	list-style-type: none;
	overflow: hidden;
	margin: 0;
    padding: 33px;
    color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
	font-size: 1.4em;
}


.nav li {	
	text-decoration: none;
	display: inline;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 200;
}

.nav a {
	text-decoration: none;
    color: #DDFFF7;
}

.nav a:hover {
	color: #c2d500;
}


.dropbtn {
	display: none;
	float: right;
	padding: 6px 6px;
	cursor: pointer;
}

.dropdown-content {
	display: none;
	position: absolute;
	right: 0;
    color: #c2d500;
	margin-top: 50px;
	background-color: #DDFFF7;
	min-width: 300px;
	overflow: auto;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
}

.dropdown-content a {
	color: #042A32;
	list-style-type: none;
	padding: 30px;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
	display: block;
}

.dropdown a:hover {
	background-color: #042A32;
    color: #DDFFF7;
}

.dropdown-content ul {
	padding: 5px 0 0 0;
}

.show {
	display: block;
}



/* =============== MAIN BODY AREA =============== */
	
.imageheader1 {
	background-color: #f1e7d6;
    padding-top: 50px;
    padding-bottom: 50px;
}

.imageheader1sponsor {
	background-image: url(../_images/header_1.jpg);
	background-position: center top;
	background-repeat: no-repeat;
    background-size: cover;
    padding: 0;
    width: 100%;
	height: 520px;
}

.imageheader1 img {
    padding: 0;
    display: block;
    max-width:100%;
    width: auto;
    height: auto;
}

.imageheader2 img {
    float: right;
    display: block;
}


.imageheader2 {
	background-image: url(../_images/header_2.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 1200px;
    z-index: -1;
}

.featuring img {
    float: right;
    margin: 20px;
}

.featuring2 {
    width: 100%;
    padding: 0;
    margin: 0;
}

.featuring2 img {
    max-width: 800px;
    max-height: 785px;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.imageheader3 {
	background-image: url(../_images/header_3.jpg);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 1400px;
}

.imageheader3 img {
    width: auto;
    height: auto;
    display: inline;
}

.imageheader3 a {
    color: #DDFFF7;
}

.imageheader4, .imageheader4gpi, .imageheader4vendor, .imageheader4salesreps {
	background-image: url(../_images/header_4.jpg);
	background-position: center top;
    background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.imageheader4{
    height: 3500px;
}


.imageheader4vendor{
    height: 3800px;
}


.imageheader4gpi{
    height: 7300px;
}

.imageheader4salesreps {
    height: 3800px;
}

.imageheader5 {
	background-image: url(../_images/header_4.jpg);
	background-position: center top;
    background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 1800px;
}

.colorheader1 {
    background-color: #042A32;
    padding-top: 50px;
    padding-bottom: 50px;
}

.colorheader2 {
    background-color: #e4f0ed;
    padding-top: 50px;
    padding-bottom: 50px;
}

.colorheader3 {
    background-color: #53917e;
    padding-top: 50px;
    padding-bottom: 50px;
}

.colorheader3 a {
    color: #042A32;
}
	
.content {
	max-width: 700px;
	overflow: hidden;
	margin: auto;
    padding: 35px;
}

.content h2 {
    font-size: 5em;
    line-height: 75px;
    margin-bottom: 0;
}

.contentoverimage {
	max-width: 800px;
	overflow: hidden;
	margin: auto;
    padding-top: 100px;
}

.contentoverimagetop {
	max-width: 800px;
	overflow: hidden;
	margin: auto;
    padding-top: 10px;
}

.contentoverimage, .contentoverimagetop h2 {
    font-size: 5em;
    line-height: 75px;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.contentoverimage, .contentoverimagetop h1 {
    color: #DDFFF7;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 3em;
    margin-top: 20px;
    line-height: 1em;
}



/* =============== BOTTOM AREA =============== */

.footer {
	color: #DDFFF7;
	font-family: 'Poppins', sans-serif;
    max-width: 800px;
	overflow: hidden;
	margin: auto;
    padding: 35px;
}

.socialmedia {
    float: left;
    margin: 0;
	padding: 0;
    text-align: justify;
}

.contact4 {
    float: left;
    width: 38%;
    padding-bottom: 50px;
}


.contact2 {
    float: left;
    width: 50%;
    height: 200px;
    text-align: center;
}

.contact5 {
    float: left;
    width: 50%;
    text-align: center;
}

.contact3 {
    float: left;
    width: 100%;
    height: 200px;
    padding-top: 60px;
    text-align: center;
}

.contact7 {
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.footer img {
    display: inline-block;
    padding: 40px;
}

.footer a {
    color: #c2d500;
	text-decoration: none;
}

.footer h3 {
}




/* ================= PRINT FRIENDLY ================= */

@media print {
	body {
		background: white;
		color: black;
		margin: 0;
	}
	
	.imageheader1, .footer, .videoWrapper {
		display: none;	
	}
	
	.content, .content2, .content3 {
		display: block;	
		background: white;
		color: black;
		margin: 0;
		font-size: 12pt;
		float: none;
		width: auto;
	}
	
	.secretcontainer {
		background-color: white;
		margin: 0;
		padding: 0;
	}
	
	p a, h1, h2 {
		color: black;	
	}
	
	p {
		padding-bottom: 0px;
	}
}




/* =============== SCREEN SIZE CHANGES =============== */

@media screen and (min-width: 1920px) {
	.imageheader1, .imageheader2, .imageheader3, .imageheader4, .imageheader1sponsor {
		background-size: 100%;
	}
}

@media screen and (max-width: 1919px) {
	.imageheader1, .imageheader2, .imageheader3, .imageheader4 .imageheader1sponsor {
		background-size: 1920px;
	}
}

@media screen and (max-width: 1350px) {	
	.menu {
		display: none;
	}
	
	.dropbtn {
		display: block;	
	}
}


@media screen and (max-width: 800px) {	
    .contact, .contact2, .contact3 {
        width: 100%;
        margin: 0 auto;
        display: inline-block;
    }
    
    .imageheader3 {
        height: 1400px;
    }
    
    .container {
        width: 50%;
    }
    
    .button, .button3 {
        margin-left: 0px;
        margin-right: 0px;
    }
    
    .contact4 {
        width: 100%;
        margin: auto;
        display: inline-block;
        padding-bottom: 10px;
    }
    
    .imageheader4 {
        height: 4000px;
    }
    
    .imageheader1sponsor {
	background-position: left top;

}
    
    .imageheader4vendor {
        height: 3800px;
    }
    
    .imageheader4gpi {
        height: 7300px;
    }
    
    .imageheader4salesreps {
        height: 3800px;
    }

}


@media screen and (max-width: 700px) {	
    .featuring, featuringtext {
        margin: auto;
        display: inline-block;
    }
    
    h2 {
        word-wrap: break-word;
    }
    
    .imageheader2 {
        height: 1400px;
    }    
    
    .imageheader3 {
        height: 1800px;
    }
    
    .imageheader4 {
        height: 3700px;
    }
    
    .imageheader4vendor {
        height: 4000px;
    }
    
    .imageheader4gpi {
        height: 7600px;
    }
    
    .imageheader4salesreps {
        height: 4000px;
    }
    
    .imageheader5 {
        height: 1900px;
    }
    
@media screen and (max-width: 600px) {	
    .imageheader2 {
        height: 1600px;
    }  
    
    .imageheader4 {
        height: 4300px;
    }
    
    .imageheader4vendor {
        height: 4700px;
    }
    
    .imageheader4gpi {
        height: 8700px;
    }
    
    .imageheader4salesreps {
        height: 4700px;
    }
    
    .imageheader5 {
        height: 2300px;
    }
    
    .content h2 {
        font-size: 9.2vw;
    }
    
    h3 {
        font-size: 7vw;
    }
    
    ul {
        padding-left: 0;
    }
    
    #vendor img {
        width: 100%;
    }
    
    p {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .button, .button3 {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        font-size: 90%;
    }

}
    
}
