@charset "utf-8";
	

	
 body {
	padding: 0;
	margin: 0;
}
	
html {
	color: #666;
	box-sizing: border-box;
	font: 1em/1em 'Roboto', sans-serif;
 }

/* CSS Document */

	
h1 {
	text-align: center;
	margin-top: 0em;
	margin-bottom: 1em;
	color: #6493AC;
	font: 700 3em/1.1em roboto, sans-serif;
	letter-spacing: 2px;
	}

h2 {
	text-align: center;
	margin-bottom: 0.75em;
	color: #6493AC;
	font: lighter 1.9em/1.1em 'Raleway', sans-serif;
	margin-top: 0px;
}

h3 {
	text-align: center;
	color: #DA9F32;
	display: block;
	font: bold 1.2em/1.4em roboto, sans-serif;
}

h4 {
	margin: 0.5em 0 0.5em 1em;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #6493AC;
}

h5 {
	text-align: center;
	color: #666666;
	font: 1.2em Optima, "Lucida Grande";
	padding-top: 3px;
	padding-bottom: 3px;
}

h6 {
	font-size: 1.2em;
	color: #FFFFFF;
	padding-bottom: .5em;
	font-weight: bold;
	padding-left: 1em;
	padding-top: .5em;
	background: #003399;
	margin-top: 1em;
}

p {
	margin: 1em;
	color: #666666;
	font: 1.1em/1.4em roboto, sans-serif;
}
.clear { clear: both; }


.clearfix {
    zoom:1;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.small {
	font-size: 0.9em;
	font-weight: 400;
}
.smaller {
	font-size: 0.8em;
}

.mb-1 { margin-bottom: 1em;}
.mb-2 { margin-bottom: 2em;}
.mb-3 { margin-bottom: 3em;}
.mb-4 { margin-bottom: 4em;}

.p-5 { padding: 2rem !important;}
.p-6 { padding: 2.5rem !important;}
.p-7 { padding: 3rem !important;}
.p-8 { padding: 3.5rem !important;}

.p-5 { padding: 2rem !important;}
.p-6 { padding: 2.5rem !important;}
.p-7 { padding: 3rem !important;}
.p-8 { padding: 3.5rem !important;}
.pr-1 { padding-right: .5rem !important;}
.pr-2 { padding-right: 1rem !important;}
.pr-3 { padding-right: 1.5rem !important;}
.pr-4 { padding-right: 2rem !important;}
.pr-5 { padding-right: 2.5rem !important;}
.pl-1 { padding-left: .5rem !important;}
.pl-2 { padding-left: 1rem !important;}
.pl-3 { padding-left: 1.5rem !important;}
.pl-4 { padding-left: 2rem !important;}
.pl-5 { padding-left: 2.5rem !important;}

.s-1 {letter-spacing: 1px;}
.s-2 {letter-spacing: 2px;}
.s-3 {letter-spacing: 3px;}
.s-4 {letter-spacing: 4px;}

.transparent {background-color:transparent !important;}

.bg1 { background-color: rgba(0,0,0,0.51);}

ul {
	display: block;
	list-style: none;
	}
li {
	text-align: left;
	text-decoration: none;
	padding-right: 0px;
	text-indent: 0;
}
#fooursm {
	display: inline-block;
	vertical-align: middle;
}

ul.icon-list {
	list-style: none;
	width: 98%;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
}

ul.icon-list li {
	margin-left: 2em;
	color: #44697D;
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.5em;
}

ul.icon-list li:before {
	content: '\f111';
	list-style: none;
	float: left;
	margin-left: -1.5em;
	color: #44697D;
	font: 0.6em FontAwesome;
	margin-top: .5em;
}

a {
	color: inherit;
	text-decoration: none;
}
.links a {
	color: inherit;
}

a[href^=tel] { color: inherit; text-decoration: none; }

.center {
	text-align: center;
	float: none;
	margin-right: auto;
	margin-left: auto;
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

.alignL {
	text-align: left;
}
.alignR {
	text-align: right;
}


img{ margin: 0em;
max-width: 100%; 
}

.imgC {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	}

.imgL {
	display: block;
	float:left;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
}

.imgR {
	display: block;
	float:right;
}
.imgbdr {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	border: 2px solid #999999;
	}
	
.imgfull {
	display: block;
	width:100%;
	height:auto;
	margin-right: auto;
	margin-left: auto;
}

.transparent {background-color:transparent !important;}

.white {	color: #FFF;}
.blue {	color:#6493AC;}
.darkblue {	color: #3C6073;}
.midblue {	color: #729cb3;}
.bluepale {	color:#E6EFF3;}
.bluelight {color:#8ECFF1; }
.grey {	color: #e5e5e5;}
.deepgrey {	color: #666;}
.gold {	color: #DA9F32;}

hr    {
	color: #003399;
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #003399;
	display: block;
	background-color: #039;
	margin-bottom: 2em;
}
.borderR { border-right: 1px solid #CCCCCC; 
}
.linkbox {
	font-size: 1em;
	text-align: center;
	display: block;
	padding-top: 0.75em;
	background: #6493AC;
	width: 60%;
	color: #E6EFF3;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0.75em;
}
.linkbox:hover {
	color: #6493AC;
	background: #B1C9D6;
}


/* header*/

header {
	width: 100%;
	height: 300px;
	color: #FFF;
	clear: both;
	display: block;
	background: url(../images/geva_mentor_header_bg.jpg) no-repeat right center;
	background-size:cover;
	margin: 0px;
	padding: 0px;
	border-top: solid 10px #6493AC;
	}

header h1     {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: .5em;
	font-size: 3.5em;
}
header img {
	width: 90%;
	margin-top: 12%;
	margin-left: 2%;
}

.hdrbox {
	background: rgba(114,156,179,0.7);
	width: auto;
	padding: .5em;
	font-size: 1.3em;
}
header li {
	color: #FFF;
	text-align: left;
	margin-left: 5%;
	font-weight: lighter;
	line-height: 1.5em;
	list-style: disc outside;
}


/* sections */

.box {
	padding: 3em 0;
	clear: both;
	overflow:hidden;
}
.col1_2 h1 #logo1 {
	margin-top: 15%;
}

.colourbox {
	background: #6493AC;
	color: #FFF;
	padding: 0.5em;
	box-sizing: border-box;
	border: 3px solid #EFEADE;
	margin-bottom: 1em;
}
.colourbox h2 {
	color: #EFEADE;
}

.colourbox ul {
	padding: 1.5em;
	border: 5px solid #284161;
	margin-bottom: 2em;
}

.colourbox li {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: .5em;
	color: #29414E;
	padding-left: 1em;
}

.style1 {
	background: #FFF;
	color: #999;
}
.box.style1 .col1_7 {
	text-align: center;
	display: block;
	vertical-align: middle;
}
.style2 {
	background: #e6eff3;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #333;
}

.style3 {
	color: #FFF;
	background: #EFEADE;
	box-shadow: #666;
}
.style3 h1 {
	color: #FFF;
	background: #44697D;
	padding-top: 10px;
	padding-bottom: 10px;
}

.style3 p {
	color: #FFF;
}

.effect2
{
  position: relative;
}
.effect2:before, .effect2:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.effect2:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.style4 {
	background-size: contain;
	background: url(../images/geva_mentor_netball_bg.png) no-repeat right top;
	}

.style5 { background: #CCCCCC; 
}


.style6 {
	background: #003399;
	color: #FFFFFF;
}

.box.fullsize{
	padding: 0;
	clear: both;
	overflow:hidden;
}
.col1_3.fullsize { width: 33.33333%;}.col2_3 { width: 66.666666%;}.col3_3 { width: 100%;}
.col1_3.fullsize, .col2_3.fullsize .col3_3.fullsize { margin: 0; padding: 0; display: inline-block; float:left;}


.box.fullsize.style1 #instagram a #instagram {
	font-family: "Courier New", Courier, monospace;
	color: #3F3;
}

.box.fullsize.style1 #instagram a:hover #instagram { opacity: 0.5;}

/* navbox */

.navbox {
	display: block;
	text-align: center;
	background: #3C6073;
	border: 1px solid #729DB4;
	box-sizing:border-box;
	min-height:430px;
	font-family: 'Raleway', sans-serif;
	}
	
	.navbox:hover {
	background: #739DB4;
	}
	
.navbox h2 {
	font-size: 1.3em;
	color: #FFFFFF;
	text-align: center;
	display: block;
	margin-left: 1em;
	margin-top: 1em;
	letter-spacing: 1px;
}
.navbox img a{
	display: block;
	margin-right: auto;
	margin-left: auto;
	
}

.navbox img:hover {
		opacity: 0.6;
	}
.navbox p {
	color: #ebebeb;
	text-align: left;
	font-size: 1.1em;
}
	
.quote {
	font: 1.8em/1.4em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #3c6073;
}

@media (max-width: 900px) {
.quote {
	font: 1.4em/1.2em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
}
/*contact form1*/

#form1 {
	width: 96%;
	padding-top: 0px;
	margin: 2em auto 1em;
}
#form1 span {
	width: 90%;
	clear: both;
	display: block;
	line-height: 1.2em;
	color: #666;
	margin: 1em auto;
}
#form1 span label {
	width: 90%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	font-size: 1.1em;
	padding-bottom: .2em;
}

#form1 input[type="text"]  {
	width: 90%;
	height: 40px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	font-size: 1.1em;
	color: #666666;
	padding-left: 2px;
}
#form1 textarea {
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	display: block;
	color: #666666;
	font: 1.1em Tahoma, Geneva, sans-serif;
	background: #FFFFFF;
	padding-left: 2px;
}
#form1 input, #form1 textarea {
	border-top: .5px solid #CCC;
	border-right: .5px solid #CCC;
	border-bottom: 1px solid #999;
	border-left: .5px solid #CCC;
	color: #666666;
	background: #FFFFFF;
}
#form1 .smaller {
	display: block;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
}


#form1 span #submit {
	display: block;
	height: 40px;
	width: 150px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #999;
	color: #FFFFFF;
	padding-top: 0px;
	margin-top: 0px;
	background: #729CB3;
	font-size: 1.1em;
	}
#form1 span #submit:hover {
	color: #3C5C6F;
	background: #729CB3;
}

/*footer*/

footer {
	clear:both;
	font-size: 1em;
	color: #FFF;
	font-family: "Helvetica LT Std", Arial;
	font-weight: lighter;
	background: #6493AC;
	text-align: center;
	display: block;
	padding-top: 1em;
}
footer h3 {
	color: #FFFFFF;
	font-size: 1.2em;
	text-align: center;
	line-height: 1.1em;
	margin-bottom: 1em;
	display: block;
	font-weight: 200;
}
footer p {
	color: #FFFFFF;
	font: lighter 1em "Helvetica LT Std", Arial;
}

footer img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}
footer ul.ftrlinks  {
	margin-left: 40%;


}
footer ul.ftrlinks li a{
	line-height: 2em;
}
footer ul.socials {
	display: block;
	margin-left: 38%;
	color: #FFF;
}
footer ul.socials  li a{
	margin-left: 0px;
	float: left;
	text-align: left;
	padding-right: 5px;
}
#return {
	position: fixed;
	font-size: 2em;
	color: #497389;
	z-index: 100;
	bottom: 1%;
	right: 10px;
}

responsive from here {}
	
@media (max-width: 900px) {
	.box.style2 .section.group .col1_3.navbox { width: 96%; display: block;	}
	
@media (max-width: 768px) {
	
}
@media screen and (max-width: 650px){
		
h1 { font-size: 2em; clear:both;}
h2 { font-size: 1.7em;} 
h3, h4 { font-size: 1.1em;}
header img {width: 100%; margin-top: 4%;}

	.imgL, .imgR {
	display:block;
	clear: both;
	margin: 1em auto;
	float: none;
}

ul.icon-list {padding-top: 0em;	padding-bottom: 0em;}

.linkbox {width: 100%;}

#form1, #form1 span, #form1 span label, #form1 input[type="text"],#form1 textarea {width: 100%;}

#form1 span #submit {width: 80%;}
	
footer .col1_3 {margin-bottom: 1em;	}
#return {left: 90%;}
}
	
@media screen and (max-width: 580px) {
.div .section .group .col1_3 {border-right: none;}	
}
