@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700;800;900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; }
html {
  -webkit-text-size-adjust:100%;
  -ms-text-size-adjust:100%;

}
body {
  margin:0;
  background:#fff;
  font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-family: 'Work Sans', sans-serif;
  padding:0!important;
  overflow-x: hidden;

}
.mobile {
	display: none;
}

.icon {
	display: none;
}

/* nav bar */
 
.nav-bar {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: #0f294d;
	position: fixed;
	width: 100%;
	height: 75px;
	top: 0;
	z-index: 100;
	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
	text-align: center;
}
.logo img{
	height: 100%;
}
.logo {
	height: 68px;
}
.topnav {
	display: flex;
	flex-direction: row;
	align-items: center;
	min-width: 50%;
	width: 75%;
	justify-content: space-between;
	
}
.topnav .icon {
	display: none;
  }
.navlink {
	margin: 0 3%;
	width: 240px;
	padding: 0 10px;
	height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	text-decoration: none;
	font-weight: 700;
	font-size: 20px;
	height: 75px;
}
/* .nav-bar a  {
	text-decoration: none;
	color: inherit;
	font-weight: 700;
	font-size: 1.2em;
} */
/* .dropbtn  {
	text-decoration: none;
	color: white;
	font-weight: 700;
	font-size: 1.2em;
} */
.navlink:hover {

	color: #f1d356;
}
.dropdown:hover, .dropdown:focus {
	background-color: white;
	color: #00438c;
}
.dropdown {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 75px;
}
  
.dropdown .dropbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	cursor: pointer; 
	height: 75px;
}
/* .nav-bar .signuplink {
	width: 150px;
	border: none;
	color: white;
	padding: 0 10px;
	font-weight: auto;
	border-radius: none;
} */

  
.dropdown-content {
    display: none;
    position: absolute;
    top: 75px;
    background-color: #6cace4;
    width: 260px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.topnav .dropdown-content {
	margin: 0;
}
  
.dropdown-content a {
	float: none;
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
}
  
.dropdown-content a:hover {
	background-color: #ddd;
	color: #00438c;
}
  
.show {
	display: block;
}


/* section-one */ 
.section-one {
	margin-top: 70px;

}

.section {
	background-color: #f7f7f7;
	padding-top: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.inside {
	width: 98%;
	padding: 0 1%;
	max-width: 1400px;
	background-color: #f7f7f7;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.s1-inside {
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}
.s1-right {
	width: 250px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.s1-right img {
	margin: 20px 0;
	width: 92%;
}
.s1-left {
	width: 80%;
	padding: 20px ;
	display: flex;
	flex-direction: column;
	align-items: center;
}
h1 {
	background-color: #40a0ad;
	font-weight: 800;
	font-size: 2.2em;
	color: white;
	padding: 20px 0;
	width: 100%;

}
.workers-heading {
	font-size: 2em;
}
h2 {
	color: #0f294d;
	font-weight: 400;
	font-size: 2em;
	margin: 20px 0;

}
.s1-left .img-section {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 30px 0;
	align-items: center;
}
.circle-img {
	width: 280px;
	border-radius: 100%;
	margin-left: 20px;
	border: 4px solid white;
	box-shadow: 1px 1px 13px 0px #00000026;
}
.img-section-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 90%;
}
.s1-left p {
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4;
	margin: 0 20px;
}
.s1-left .img-section-text p {
	margin: 0px 20px 20px;
	width: 90%;
}
.social-icons {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 60%;
}
.social-icons img {
	width: 80px;
}

.videos {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	width: 100%;
	margin: 40px 0 20px;
}
.vid-outer	{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 10px #0003;
	background: white;
	border: 3px solid white;

}
  
.video-div {
	width: 320px;
    height: 190px;
	position: relative;
	border-radius: 5px;
	border: 3px solid white;
	background: white;
	
}
.vid-outer h4 {
	margin-bottom: 12px;
	font-size: 1.3em;
	font-weight: 600;
	color: #0f294d;
}
.placeholder{
	width: 320px;
    height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	border-radius: 5px;
}
.placeholder img{
	width: 320px;
    height: 190px;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 5px;

}
.player {
	position: absolute;
	top: 0;
	left: 0;
	width: 320px;
    height: 190px;
	border-radius: 5px;
}


.bullets-outer {
	display: flex;
	flex-direction: row;
	width: 100%;
	margin: 30px 0;
	align-items: center;
	justify-content: space-evenly;
}
.bullets-text {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 46%;
}
.s2-bullets {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 46%;
	padding-bottom: 10px;
	background: #0f294d;
	border-radius: 5px;
	box-shadow: 1px 1px 15px #00000033;
}
.ss-bullets {
	width: 96%;
	margin-top: 20px;
}
.ss-bullets .s2-text {
	width: 100%;
	margin-bottom: 10px;
}
.s2-bullets h3 {
	padding: 8px;
	color: white;
	font-weight: 600;
	font-size: 1.4em;
	margin: 10px 0;
}
.s2-bullet {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	margin: 6px 0;
}
.s2-number {
	width: 40px;
	height: 40px;
	background:#001489;
	color: white;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 800;
	font-size: 1.2em;
	margin-right: 12px;
	border-radius: 2px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.s2-text {
	width:300px;
	height: 40px;
	background: white;
	display: flex;
	color: #001489;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.section-two .s2-text p {
	width: 96%;
	margin: 0;
	font-size: 1em;
	line-height: 1.3;
	font-weight: 600;
}
.what-is {
	margin: 20px 0;
}
.last-p span {
	font-weight: 600;
	color: #001489;
}
.last-p a {
	font-weight: 700;
	color: #6cace4;
	text-decoration: none;
}
.qualify {
	padding: 10px;
	width: 80%;
	font-size: 1.8em;
	font-weight: 700;
	color: white;
	background: #6cace4;
	border-radius: 4px;
	margin: 30px 0 40px;
	box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);

}



footer {
	background-color: #0f294d;
	color: white;
	padding: 20px;
	font-size: 1em;
}
footer a {
	color: #f1d356;
	text-decoration: none;
	font-weight: bold;
}
footer h3 {
	font-size: 1.7em;
	color: white;
	font-weight: 400;
}
.all-logos {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	flex-wrap: wrap;
	align-items: center;
	margin: 25px 0;
}
.all-logos img {
	width: 10%;
	margin: 12px 3%;	
}
@media only screen and (max-width: 1100px) {
	.desktop {
		display: none;
	}
	.mobile {
		display: inline;
	}
	.nav-bar {
		justify-content: flex-end;
	}
	.nav-bar .logo {

		position: absolute;
		display:flex;
		top: 50%;
		left: 5px;
		transform: translate(0%, -50%);
	}


	.navlink {display: none;}
	.nav-bar a.icon {
		float: right;
		display: block;
		margin-right: 5%;
		z-index: 1000;
	  }
	  .nav-bar .logo a {
		  display: flex;
	  }
	.nav-bar .signuplink {
		padding: 0;
		border: none;
	}
	.bar {
		width: 30px;
		height: 4px;
		background-color: white;
		margin: 5px 0;
	  }
	.topnav.responsive{
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
		position: absolute;
		top: 99%;
		left: 0;
		background-color: #6cace4;
		width: 60vw;
		height: 100vh;
		line-height: 2rem;
		padding: 10px 10px 10px 30px;
	}

	.topnav.responsive a.icon {
	  position: absolute;
	  right: 0;
	  top: 0;
	}
	.topnav.responsive .navlink {
	  display: flex;
	  text-align: left;
	  height: auto;
	  width: 100%;
	  align-items: flex-start;
	  justify-content: flex-start;
	  padding: 10px 0;
	  margin: 0;
	}
	.topnav.responsive .dropdown {
	  display: flex;
	  flex-direction: column;
	  text-align: left;
	  height: auto;
	  width: 100%;
	  align-items: flex-start;
	  justify-content: flex-start;
	  padding: 10px 0;
	  margin: 0;
	}
	.topnav.responsive .dropdown-content {
		position: relative;
		top: auto;
		background-color: #6cace4;
		width: auto;
		box-shadow: none;
		/* z-index: 1; */
	}
	.dropdown:focus, .dropdown:hover, .navlink:hover {
		color: white;
		background: #6cace4;
	}

	.dropdown .dropbtn {
		height: auto;
		padding: 0px;
	}
	h1 {
		width: 96%;
		padding: 4px 0;
		font-size: 3.5em;
	}
	.workers-heading {
		font-size: 2.3em;
	}
	.section-one {
		margin-top: 74px;
	}
	.s1-inside {
		justify-content: center;
	}

	.bullets-outer {
		flex-direction: column;
	}
	.bullets-text {
		width: 100%;
	}
	.s2-bullets {
		width: 96%;
		margin-top: 30px;
	}
	.ss-bullets {
		width: 100%;
		margin-top: 30px;
	}

	.s2-bullet {
		width: 95%;
	}
	.ss-bullets .s2-bullet {
		width: 100%;
	}
	.s2-text {
		width: 100%;
	}

	.ss-bullets .s2-text {
		height: 70px;

	}
	.ss-bullets .s2-text p {
		line-height: 1;
		font-size: 1em;
	}
	



	footer {
		font-size: .8em;
	}
	.all-logos {
		flex-wrap: wrap;
	}
	.all-logos img {
		width: 40%;
		margin: 12px 0;
	}

}
@media only screen and (max-width: 700px) {
	.headline {
		font-size: 1.1em;
	}
	.slide-desktop {
		display: none;
	}
	.slide-mobile {
		display: flex;
	}
	h1 {
		font-size: 2.8em;
	}
	.s1-left {
		width: 100%;
		padding: 3px;
		align-items: center;
	}
	.s1-left p {
		margin: 0;
	}

	.s1-left .img-section {
		flex-direction: column;
		width: 100%;
	}
	.circle-img {
		width: 70%;
		margin-left: 0;
	}
	.makeup-circle {
		margin-bottom: 30px;
	}
	.social-icons {
		width: 96%;
	}
	.social-icons img {
		width: 100%;
	}
	.social-icons a {
		width: 15%;
	}
	.videos {
		flex-wrap: wrap;
	}
	.vid-outer {
		margin: 10px 0;
		padding: 5%;
	}
	.placeholder img {
		width: 80vw;
		height: 47.5vw;
	}
	.placeholder {
		width: 80vw;
		height: 47.5vw;
	}
	.video-div {
		width: 80vw;
		height: 47.5vw;
	}
	.player {
		width: 80vw;
		height: 47.5vw;
	}
	.qualify {
		width: 94%;
		font-size: 1.5em;
	}



}
