@import url('https://fonts.googleapis.com/css2?family=News+Cycle&display=swap');
/*GLOBAL ***************
purple	622a80		rgba(98,42,128,1)
green	314014		rgba(49,64,20,1)
grey	666666		rgba(0,0,0,.6)
grey 2	999999		rgba(0,0,0,.4)
font-family:   var(--font-used), sans-serif; font-weight:600;
font-family: 'Barlow', sans-serif;
*/


:root{
    
    --header-color: #fff;
    --section-box-color: #4c1b67bf;
    --buckets-font-color: #4c1b67;
    --font-used: 'News Cycle';
    --btn-color: #4c1b67;
    
    
    
    
}
    
    
    






::-webkit-scrollbar{
    display:none;
    
}




p {padding: 12px 0px 12px 0px; margin: 0px;}
ul, ol {margin: 0px; padding: 9px 0 9px 35px;}
p, ul, ol, dl { line-height:30px; }


a {color: #622a80; text-decoration: underline;}
a:hover {color: #314014; text-decoration: none;}


img {
    border: none; 
    max-width:100%; 
    height:auto; 
    display: block;
    border-radius: 5px 5px 5px 5px;
    
}




.rightimg, .leftimg {float: right; margin: 0px 0px 30px 30px; position:relative; display:block; max-width: 50%;}
.leftimg {float: left; margin: 0px 30px 30px 0px;}
.fullimg {position:relative; display:block; margin: 0 0 30px;}












.btn {
	padding:5px 20px;
	color:#fff;
	text-decoration: none;
	margin: 10px 0 5px;
	display: inline-block;
	letter-spacing: normal;
	border-radius: 5px 5px 5px 5px;
	font-size: 20px;
	line-height: 38px;
	background:#622a80;
	font-family:   var(--font-used), sans-serif; font-weight:600;
	text-transform: uppercase;

}
nav .btn {

}


.btn:hover {
    background:#fff; 
    color:#622a80; 
    text-decoration: none;  
    border-radius: 5px 5px 5px 5px; 
    transform: translateY(100%,0); 
    
}




/*BODY ***************/
body {
	padding:0 0 20px;
	margin: 0;
	font-family: 'Barlow', sans-serif;
	font-size: 18px;
	background: #622a80;
	-webkit-text-size-adjust: none;
	color: #666666;
	min-width:300px;
}





body, body * {
	transition:all .3s ease; 
	-o-transition:all .3s ease; 
	-moz-transition:all .3s ease; 
	-webkit-transition:all .3s ease;
}





.noAnimate {
	transition:none .01s linear; 
	-o-transition:none .01s linear; 
	-moz-transition:none .01s linear; 
	-webkit-transition:none .01s linear;
}





header > *,
footer > *,
.hero > *,
.buckets > *,
.content > *
	{max-width:1400px; margin:0 auto; padding: 0 20px;}


/*HEADER **************/
header {
	background: var(--header-color);
	position:absolute;
	top:0;
	left:0;
	right:0;
	height: 10%;
	box-shadow: 0px 5px 15px 15px #fff;
}


header nav > a {
    float:left; 
    padding: 15px 0;
    
    
}






header nav > div strong {
	display:block;
	font-size:21px;
	padding:5px 0;
}





header nav > div a {
	font-size:30px;
	color:#fff;
	font-weight:bold;
	text-decoration: none;
	position: absolute;
	top:25px;
	left:0;
	right:0;
	display: block;
}





header nav > ul {
	padding:0;
	margin:0;
	list-style: none;
	text-align: center;
}





header nav > ul li {
	padding:0;
	margin:0;
	display: inline-block;
	position: relative;
	z-index: 100;
}

header nav > ul li:hover {
    z-index:150;
    
}





header nav > ul li a {
	display:block;
	line-height: 100px;
	padding:15px 30px;
	font-size:25px;
	color: #314014;
	text-decoration: none;
	position: relative;
	font-family: var(--font-used), sans-serif; font-weight:600;
	text-transform: uppercase;
}






header nav > ul > li:hover > a:before {
	content: "";
	border-bottom: 5px solid #622a80;
	position: absolute;
	top:70%;
	left:15px;
	right:15px;
	height:1px;
}






header nav > ul ul {
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	transform: translateX(-2em);
	display: block;
	position: absolute;
	top: 70%;
	border-top: 5px solid #622a80;
	left:15px;
	background: #666;
	padding:0;
	margin:0;
	list-style: none;
	text-align: left;
}






header nav > ul li:hover > ul {
	visibility: visible;
	opacity: 1;
	z-index: 1;
	transform: translateX(0%);
	transition-delay: 0s, 0s, 0s;
}






header nav > ul ul li {
    padding:0; 
    margin:0; 
    display:block;
}





header nav > ul li ul li a {
	padding: 10px 20px;
	line-height:30px;
	white-space: nowrap;
	font-size:90%;
	color:#fff !important;
}




header nav > ul ul li:hover a {
    background:#622a80;
    
}





header nav > p {
	display:block;
	float: right;
	padding:40px 0 20px;
	font-size: 16px;
	text-align: right;
	color: #666666;
	line-height: 30px;
}





header nav > p strong {
	font-family:   var(--font-used), sans-serif; font-weight:600;
	font-size:40px;
	color:#622a80;
	display: block;
}





header nav > p em {
	display: block;
	white-space: nowrap;
	font-style: normal;
}





/*header nav > ul > .apply-now a{*/
    
/*    display: inline-block;*/
/*    background: #622a80 !important;*/
/*    float: right;*/
    
/*    width: 100px;*/
/*    color: #ffffff !important;*/
/*    height:25px;*/
/*    border-radius: 5px 5px 5px 5px;*/
    
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 19.5px;*/
/*    transform: translate(10px, 20px);*/
/*    margin-right: 20px;*/
  
/*}*/









/*[type="submit"][value="Submit"][class="btn"]{*/
    
    
/*    transform:translateX(25px);*/
    
    
/*}*/












/*HERO **************/


section.hero {
	background: url(../images/hero-soccer.jpg) center center no-repeat;
	background-size: cover;
	display: block;
	padding-top:70vh;
	overflow: hidden;
}





section.hero h1 {
	font-family: var(--font-used), sans-serif; font-weight: 300;
	font-size:55px;
	color:#fff;
	text-shadow: 0 0 10px #314014;
	padding: 0 20px;
	line-height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: static;
	transform: translate(20%, 0);
	z-index: 100;
}





section.hero p {
	background: var(--section-box-color);
	padding:30px 220px 30px 60px;
	display: block;
	font-size: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color:#fff;
	line-height: 44px;
	border-radius: 25px 25px 25px 25px;
}





section.hero p:before, section.hero p:after {
	display: block;
	position: absolute;
	content:"";
	bottom:0;
	right:100%;
	/*width:100%;*/
	background:#fff;
	height: 40px;
}




section.hero p:after {
	right:auto; left:100%;
}




section.hero p a {
	color: #314014;
	background: #fff;
	position: absolute;
	right:30px;
	bottom:30px;
	width:170px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size:25px;
	text-align:center;
}







section.hero p a:hover {
	background: var(--btn-color); 
	color:#fff;
	
}





	/*inside*/
	
	
section.hero.inside {
		background-image: url(../images/bgAbout.jpg);
		padding: 180px 20px 20px;
}
section.hero.inside h1 {
    padding:0;
    
}






/*BUCKETS **************/
section.buckets {
	background:#fff;
	padding: 100px 0;
}




section.buckets > * { 
    max-width:1500px;
    
}






section.buckets h2 {
	text-align: center;
	padding:0;
	margin:0;
	font-family:   var(--font-used), sans-serif; font-weight:600;
	font-size:72px;
	text-transform: uppercase;
}






section.buckets ul {
	margin:0;
	padding:0;
	list-style: none;
	text-align: center;
}





section.buckets ul li {
	display: inline-block;
	width:25%;
	padding:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}






section.buckets ul li a {
	font-family:   var(--font-used), sans-serif; font-weight:600;
	font-size:30px;
	color:#314014;
	line-height: 40px;
	display: block;
	text-align: left;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding:0 0 40px;
}






section.buckets ul li a strong {
	position: absolute;
	font-weight: 600;
	left:0;
	right:100%;
	bottom:0;
	text-align: right;
	white-space: nowrap;
}






section.buckets ul li a:hover strong {
	left:0;
	right:0;
	color: var(--buckets-font-color);
}




/*CONTENT **************/
section.content {
	background:#fff;
	padding: 80px 0 0;
	overflow:hidden;
}




section.content.grey { 
    background:#e6e6e6;
    
}





section.content h2 {
	font-family:   var(--font-used), sans-serif; font-weight:600;
	font-size:48px;
	margin:0;
	padding:40px 0 10px;
}





section.content > div img.mainImage {
	float:left;
	max-width: 50%;
	padding: 0 60px 80px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





section.content > div > div {overflow:hidden; padding: 0 0 80px;}
section.content.right > div img.mainImage {float:right; padding: 0 0 80px 60px;}


/*FOOTER **************/
form {
    padding:20px 0 0;
    
}





form label {
	display:block;
	font-size:120%;
	padding: 0 0 20px;
}





form label input, form label textarea {
	border:1px solid rgba(0,0,0,.2);
	line-height: 32px;
	padding:5px;
	margin:5px 0 0;
	display: block;
	width:100%;
	max-width:300px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}





form input.btn {
	border:none;
	cursor: pointer;
}



/*FOOTER **************/
footer {
	background:#e5e5e5;
	position: relative;
	padding:40px 0 15%;
	min-height: 200px;
}





footer:after {
	background:url(../images/bgFooter.png) bottom center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
	content:"";
	z-index: 1;
}





footer > div {
    position:relative; 
    z-index:100; 
    text-align: right;
    
}





footer ul {
	float: left;
	width:200px;
	padding:0;
	margin:0;
	border-right:1px solid #666;
	list-style: none;
	text-align: left;
}





footer ul li {
    padding:0; margin:0;
    
}





footer ul li a {
    color:#666; 
    text-decoration:none; 
    line-height:36px;
    
}





footer ul + p { 
    padding:0 0 0 40px; 
    float:left; 
    text-align: left; 
    
}






footer h3 {
	font-family:   var(--font-used), sans-serif; font-weight:600;
	font-size:40px;
	color:#622a80;
	margin:0;
	padding:0 0 40px;
}







/*RESPONSIVE **************/
@media screen and (max-width:1200px) {
	header nav > a {
	    width:200px;
	    
	}
	
	
	
	header nav > ul li a { 
	    line-height: 80px; 
	    padding: 15px 2vw; 
	    font-size: 2.5vw; 
	    
	}
	
	
	
	
	
	header nav > p {
	    padding:30px 0 0;
	    
	}
	
	
	
	
	
	header nav > p strong {
	    font-size:36px;
	    
	}
	
	
	
	
	
	header nav > p {
	    font-size:13px;
	    
	}
	
	
	
	
	section.hero h1 {
	    font-size:5vw; 
	    line-height: 4.9vw;
	    
	}
	
	
	
	
	section.hero p {
	    font-size:2.2vw; 
	    line-height: 4vw;
	}
	
	
	
	
	section.buckets ul li {
	    width:50%;
	    
	}
	
	
	
	
	
	section.buckets ul {
	    max-width:740px;
	    margin:0 auto;
	    
	}
	
	
}








@media screen and (max-width:930px) {
	header nav > a {padding:10px 0;}
	header nav > p {float:none; padding:10px 0;}
	header nav > p strong {font-size: 30px;}
	header nav > p em {display:none;}
	header nav > ul li a { line-height: 60px; padding: 0 0 0 30px; font-size: 3vw; }
	header nav > ul {text-align:right;}
	header nav > ul > li:hover > a:before {top:80%; left:30px; right:0;}
	header nav > ul ul {top:80%; left:30px;}
	
	footer > div {text-align:left;}
	footer h3 {clear:both; padding:40px 0 0;}
	
	section.content h2 {padding-top:0;}
}




@media screen and (max-width:650px) {
	section.hero {padding-top: 50vh;}
	section.hero h1 {font-size:42px; line-height: 42px; padding: 0 20px 20px; text-align: center; transform: translate(-10px,0);}
	section.hero p {font-size:18px; line-height: 28px; padding: 20px; text-align: center;}
	section.hero p a {position: relative; right: 0; bottom: 0; display: block; margin:30px auto 0;}
	
	header nav > ul {clear:both; text-align: center;}
	header nav > ul li a { padding: 0 1vw; font-size: 3.5vw; }
	header nav > ul > .apply-now a{font-size: 3.5vw; transform: translateY(5px); margin-left: 10px;}
	header nav > ul > li:hover > a:before {top:80%; left:2vw; right:2vw;}
	header nav > ul ul {top:80%; left:2vw;}
	header nav > a { width: 150px; }
	header nav > p em {display:block;}
	
	section.buckets h2 {font-size:12vw; padding-bottom:20px;}
	section.buckets ul li {width:100%;}
	section.buckets ul {max-width:370px;}
	section.buckets > * {padding:0;}
	section.buckets {padding:40px 0;}
	
	footer {padding-top:15px;}
	footer ul {float: none; border: none; text-align: center; width: 100%; padding: 0 0 20px}
	footer ul li {display:inline-block; padding:0 15px;}
	footer > div {text-align:center;}
	footer ul + p { padding: 0; float: none; text-align: center;}
	footer h3 {clear:both; padding:20px 0 0;}
	footer ul + p br:nth-child(4) {display:none;}
	
	section.hero.inside h1 {text-align: left;}
	section.content h2 {font-size:30px;}
	section.content > div img.mainImage { max-width: 250px; padding: 0 30px 20px 0; }
	section.content.right > div img.mainImage {padding: 0 0 20px 30px; }
	section.content > div img.mainImage + div {overflow:inherit;}
}
@media screen and (max-width:470px) {
	section.content > div img.mainImage,
	section.content.right > div img.mainImage
		{ width:100%; max-width: 300px; padding: 0 0 20px 0; float:none; }
}
@media screen and (max-width:410px) {
	header > * {padding:0;}
	header nav > a { float: none; display: block; margin: 0 auto; }
	header nav > p {text-align:center; padding: 10px 0 0 ;}
	header nav > p em {display:none;}
	section.hero.inside { padding: 220px 20px 20px; }
}