/* BASE FEATURES */
img {
width: 100%;
border:0;
vertical-align:middle;
}

img.responsive {
max-width: 1400px;
}

section{
position: relative;
max-width: 1250px;
margin-right: auto;
margin-left: auto;
margin-top: 0;
box-sizing:border-box;
background:white;
}

h1{
text-align:center;
color:#777;
margin:initial;
margin-top:1.5em;
}

p{
font-size:115%;
width:100%;
margin-left:0;
color:#777;
text-align:center;
padding:3%;
box-sizing:border-box;
}

.row#banner_row{
width:100%;
height:20em;
text-align:center;
border:none;
padding:0;
background-image: url("../images/header-background_v3.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position:center;
}

article a{
text-decoration:none;
color:#444;
}

article a:hover{color:red;}

div.block_1 h1, div.block_2 h1, div.block_3 h1, div.block_4 h1, div.block_5 h1{
font-size:150%;
margin:initial;
margin-top:7.5%;
padding:0;
}

.right-text ul{
font-size:115%;
width:90%;
margin-top:0;
margin-left:5%;
text-align:left;
color:#777;
padding:3%;
box-sizing:border-box;
/*list-style-type:none*/
}

.right-text li{
padding-bottom:4px;
}

/* LESSONS FINDER LINK */
.row#finder-row{
min-height:6em;
}

.row#bottom-finder{
height:4em;
}	

p.finder{
box-sizing:border-box;
text-align:center;
color:white;
width:48%;
font-size:95%;
margin:initial;
margin-top:35px;
margin-left:26%;
background:#011751;
padding:10px;
border-radius:15px;
}

p.finder-bottom{
box-sizing:border-box;
text-align:center;
color:white;
width:48%;
font-size:95%;
margin:initial;
margin-top:0;
margin-left:26%;
margin-bottom:25px;
background:#dd3777;
padding:10px;
border-radius:15px;
}

p.finder a, p.finder-bottom a{
text-decoration:none;
color:white;
}

p.finder:hover, p.finder-bottom:hover{
opacity:0.75;
cursor:pointer;
}

p#lessons_text{
display: none;
z-index:100;
position:absolute;
margin:initial;
top:-3em;
width:75%;
left: 12.5%;
background:#fff;
font-size:100%;
text-align:center;
opacity:1;
color:#333;
padding:0;
box-sizing:border-box;
border:solid 2px #bbb;
border-radius:15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p#lessons_text span{
display:block;
padding:3px;
font-size:120%;
color:#666;
}

p#lessons_text span.link_arrow_1{
display:inline;
}

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

p#lessons_text a:hover{opacity:0.5;}

p#lessons_text span#lessons-heading{
color:#008AD8;
font-size:210%;
text-align:center;
padding-top:5%;
margin-left:4%;
margin-right:4%;
margin-bottom:4%;
padding-bottom:4%;
border-bottom:solid 2px #ddd;
}

p#lessons_text span#close_lessons_text{
padding-top:5%;
padding-bottom:5%;
color:#008AD8;
font-weight:bold;
font-size:175%;
}

p#lessons_text span#close_lessons_text:hover{opacity:0.5;cursor:pointer;}

p#lessons_text_bottom{
display: none;
z-index:100;
position:absolute;
margin:initial;
top:-3em;
width:50%;
left: 25%;
background:#fff;
font-size:100%;
text-align:center;
opacity:1;
color:#333;
padding:0;
box-sizing:border-box;
border:solid 2px #bbb;
border-radius:15px;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

p#lessons_text_bottom span{
display:block;
padding:3px;
font-size:120%;
color:#666;
}

p#lessons_text_bottom span.link_arrow_1{
display:inline;
}

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

p#lessons_text_bottom a:hover{opacity:0.5;}

p#lessons_text_bottom span#lessons-heading{
color:#008AD8;
font-size:210%;
text-align:left;
padding-top:5%;
margin-left:4%;
margin-right:4%;
margin-bottom:4%;
padding-bottom:4%;
border-bottom:solid 2px #ddd;
}

p#lessons_text_bottom span#close_lessons_text_bottom{
padding-top:5%;
padding-bottom:5%;
color:#008AD8;
font-weight:bold;
font-size:175%;
}

p#lessons_text_bottom span#close_lessons_text_bottom:hover{opacity:0.5;cursor:pointer;}


/* SWIM INTENSIVES FINDER LINK */
p.intensives-finder{
box-sizing:border-box;
text-align:center;
color:white;
width:70%;
font-size:95%;
margin:initial;
margin-top:1.5em;
margin-left:15%;
background:#dd3777;
padding:10px;
border-radius:15px;
}

p.intensives-finder a{
color:white;
}

p.intensives-finder:hover{
opacity:0.75;
}

/* WORK WITH S4 FINDER LINK */
a.work-with-finder{
display: inline-block;
box-sizing:border-box;
text-align:center;
color:white;
font-size:95%;
background:#dd3777;
padding:10px;
border-radius:25px;
width:60%;
}

a.work-with-finder:hover{color:#eee;}

/* swim england section */
p#swim-england{
width:70%;
margin:initial;
margin-left:15%;
margin-bottom:2.5em;
}

p#swim-england a:hover{opacity:0.75;}


@media (min-width:800px) 
{
	/* GENERIC SPACER ROW */
	div.spacer-row{
	clear:both;
	height:35px;
	}	
	
	.row#banner_row{
	min-height:800px;
	}
	
	h1{
	font-size:300%;
	padding-bottom: 0.5em;
	}
	
	/* LESSONS FINDERS LINK */
	.row#finder-row{
	min-height:7em;
	}
	
	p#lessons_text{
	width:50%;
	left: 25%;
	}
	
	p#lessons_text span#lessons-heading{
	text-align:left;
	}
	
	p.finder, p.finder-bottom{
	width:30%;
	font-size:130%;
	margin-left:35%;
	padding:10px;
	border-radius: 25px;
	}
	
	/*** FIRST AND THIRD ROWS - BLOCKS 3 PER ROW ***/
	div.block_1, div.block_2, div.block_3, div.block_6, div.block_7, div.block_8{
	float:left;
	width:32%;
	margin-right:2%;
	margin-bottom:3.5%;
	box-sizing:border-box;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	}
	
	div.block_1, div.block_2, div.block_3{
	min-height:47.5em;
	}
	
	div.block_6, div.block_7, div.block_8{
	min-height:46em;
	}
	
	div.block_1 h1, div.block_2 h1, div.block_3 h1{
	font-size:150%;
	margin:initial;
	margin-top:8%;
	padding:0;
	}
	
	div.block_3, div.block_8{
	margin-right:0;
	}
	
	/* row 3 main headings */
	div#third-row h1{
	font-size:150%;
	font-weight:bold;
	margin:initial;
	margin-top:1em;
	margin-bottom:0;
	padding:0;
	}
	
	div#third-row p{
	margin:initial;
	text-align:center;
	}
	
	div#third-row p#instructors-text{
	margin-top:2.5em;	
	}
	
	/*** CENTRE ROW 2 BLOCKS PER ROW ***/
	div.block_4, div.block_5{
	float:left;
	width:48%;
	min-height:27em;
	margin-right:2%;
	margin-bottom:1%;
	box-sizing:border-box;
	border:solid 0px #ccc;
	}
	
	div.block_5{
	margin-right:1em;
	}
	
	div.block_4 h1, div.block_5 h1{
	margin-initial;
	margin-bottom:0;
	padding-top:5%;
	font-size:135%;
	font-weight:bold;
	box-sizing:border-box;	
	}
	
	div.left-image{
	float:left;
	width:55%;
	box-sizing:border-box;
	padding:3%;
	padding-right:0;
	margin:initial;
	margin-top:5%;
	}
	
	div.right-text{
	float:right;
	width:45%;
	box-sizing:border-box;
	margin:initial;
	margin-top:5%;
	}
	
	.right-text ul{
	font-size:101%;
	}
	
	/*** OTHER FINDER LINKS ***/
	p.intensives-finder{
	width:90%;
	margin-left:5%;
	font-size:85%;
	}
	
	a.work-with-finder{
	color:white;
	width:80%;
	}
	
	/*** swim england section **/
	p#swim-england{
	width:40%;
	margin-top:0;
	margin-left:30%;
	}
	
	
	
}

/*@media (min-width:1800px) 
{
	.row#banner_row{
	height:90em;
	}

}
*/