@charset "UTF-8";

/*
Colours used on site
Yellow #FFC22E or RGB 255 195 2
Light Blue #2988F0 or RGB 31 133 243
Dark Blue #2066B3 or RGB 18 97 182
*/

* {
	margin: 0;
}

html, body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 125%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 300;
	overflow-x:hidden;
}

html {
	position: relative;
    min-height: 100%;
}

body {
	margin: 0 0 150px;
}

img {
	border: 0;
}

h1, h2, h3, h4, h5, h7 {
	font-size: 170%;
	font-weight: 300;
	margin: 0 0 15px 0;
	color: #2066B3;
}

h2 {
	font-size: 135%;
	line-height: 130%;
	color: #444;
}

h3 {
	font-size: 100%;
	line-height: 125%;
	margin: 10px 0 0 0;
}

h4 {
	font-size: 100%;
	line-height: 100%;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 135%;
	line-height: 100%;
	margin: 0 0 10px 0;
}

h7 {
	font-size: 65%;
	line-height: 100%;
	margin: -10px 0 10px 0;
}

p {
	font-size: 100%;
}

header {
	width: 100%;
	height: 160px;
	position: relative;
	margin: 20px 0 0 0;
	background: url(../images/logo.png) top center no-repeat;
}

#header {
	width: 100%;
	height: 330px;
	position: relative;
	margin: 20px 0 0 0;
}

#header_text {
	position: relative;
	margin: 0 auto;
	width: 600px;
	height: 330px;
}

#header_text_top {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#header_text_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: left;
}

#social_icons {
	position: absolute;
	top: -5px;
	left: 20px;
}

#contact_icons {
	position: absolute;
	top: -5px;
	right: 20px;
}

.facebook, .twitter, .email, .telephone {
	display: block;
	width: 40px;
	height: 40px;
	background: url('../images/facebook.png') bottom;
	text-indent: -99999px;
	float: left;
}

.twitter {
	background: url('../images/twitter.png') bottom;
	margin: 0 0 0 10px;
}

.email {
	background: url('../images/email.png') bottom;
	float: right;
	unicode-bidi: bidi-override;
    direction: rtl;
}

.telephone {
	background: url('../images/telephone.png') bottom;
	margin: 0 10px 0 0;
	float: right;
}

.facebook:hover, .twitter:hover, .email:hover, .telephone:hover {
	background-position: 0 0;
}

#navigation, nav {
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-family: 'Open Sans Condensed', sans-serif;	
	font-weight: 300;
	color: #444;
	font-size: 115%;
	text-align: center;
	height: 40px;
}

nav {
	display: none;
}

#navigation ul, nav ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}

#navigation ul li, nav ul li {
	display: inline;
	margin: 0 7px;
	padding: 0;
}

#navigation a:link, nav a:link {
	color:#444;
	text-decoration: none;
}

#navigation a:hover, #navigation a:focus, #navigation a:active, nav a:hover, nav a:focus, nav a:active {
	color: #FFC900;
	text-decoration: none;
}

#navigation a:visited, nav a:visited {
	color: #2066B3;
	text-decoration: none;
}

.slicknav_menu {
	display:none;
}

#main_second_photo {
	margin: 0 auto;
	width: 1000px;
	height: 400px;
	position: relative;
}

#main_second_photo div {
	width: 2000px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -100%;
}

#main_second_photo div img {
	display: block;
	margin: 0 auto;
}

.deskslides, .sphoneslides, .phoneslides, .stabletslides, .tabletslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sphoneslides, .phoneslides, .stabletslides, .tabletslides {
	display: none;
}

.sphoneslides li, .phoneslides li, .stabletslides li, .tabletslides li, .deskslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

/*.caption {
	position: absolute;
	left: 600px;
	top: 40px;
	z-index: 99;
	background-color: rgba(255,255,255,0.8);
}

.caption h2 {
	font-family: 'Open Sans', sans-serif;	
	font-size: 170%;
	font-weight: 600;
	padding: 15px;
	color: #2066B3;
}

.caption p {
	font-family: 'Open Sans', sans-serif;	
	font-size: 170%;
	font-weight: 600;
	padding: 15px;
	color: #2066B3;
}
*/
.sphoneslides li:first-child, .phoneslides li:first-child, .stabletslides li:first-child, .tabletslides li:first-child, .deskslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

.sphoneslides img, .phoneslides img, .stabletslides img, .tabletslides img, .deskslides img {
	display: block;
	height: auto;
	float: left;
	width: 100%;
	border: 0;
}

#wrapper {
	margin: 0 auto;
	width: 1024px;
}

.main_text, .main_second_text, #main_photos  {	
	margin: 0 12px;
	padding: 20px 0 35px 0;
	width: 1000px;
}

.main_iconic {
	margin: -20px 0 0 0;
}

.main_text p {	
	margin: 0 0 5px 0;
}

.main_text img {
	width: 50%;
	height: auto;
}

.main_text a:link, .secondary_text_left a:link, .secondary_text_right a:link {
	color: #2066B3;
	text-decoration: none;
}

.main_text a:hover, .main_text a:focus, .main_text a:active, #second_secondary_text a:hover, #second_secondary_text a:focus, #second_secondary_text a:active, #second_secondary_icon a:hover, #second_secondary_icon a:focus, #second_secondary_icon a:active, .secondary_text_left a:hover, .secondary_text_left a:focus, .secondary_text_left a:active, .secondary_text_right a:hover, .secondary_text_right a:focus, .secondary_text_right a:active {
	color: #FFC900;
	text-decoration: none;
}

.main_text a:visited, #second_secondary_text a:visited, #second_secondary_icon a:visited {
	color: #2066B3;
	text-decoration: none;
}

#main_photos, #secondary_text {
	padding: 0;
}

#secondary_text, #second_secondary_text, #second_secondary_icon {
	margin: 30px 62px;
	padding-bottom: 30px;
	width: 900px;
	border-bottom: 1px solid #2066B3;
}

#second_secondary_text, #second_secondary_icon {
	margin: -30px 62px 0;
	padding-bottom: 30px;
	border-bottom: none;
}

#second_secondary_text p, #second_secondary_icon p {
	margin: 0 0 5px 0;
}

#secondary_photos {
	margin: -10px 62px 30px;
	width: 900px;
}

#secondary_text h2 {
	font-size: 150%;
	color: #2066B3;
}

#secondary_text a:link, #secondary_text a:hover, #secondary_text a:focus, #secondary_text a:active, #secondary_text a:visited {
	color:#444;
	text-decoration: none;
}

#secondary_left, #secondary_right, .secondary_text_left, .secondary_text_right {
	width: 400px;
	float: left;
}

#secondary_right, .secondary_text_right {
	float: right;
}

.secondary_text_left, .secondary_text_right {
	text-align: left;
}

.secondary_text_left img, .secondary_text_right img {
	height: auto;
	width: 100%;
}

.secondary_icon {
	width: 225px;
	height: 225px;
	float: left;
}

.secondary_icon img {
	width: 100%;
	height: auto;
}

.caption {
	font-family: 'Merriweather', serif;
	font-size: 65%;
	color: #444;
	line-height: 140%;
	font-style: italic;
	text-align: right;
}

.iconic_icon {
	margin: 0 15px 30px 15px;
	width: 270px;
	float: left
}

.iconic_icon_photo img, .iconic_icon_photo_small img {
	width: 100%;
	height: auto;
}

.iconic_icon_title {
	margin: 5px 0 0 0;
}

.iconic_icon_title h2 {
	font-size: 120%;
	color: #2066B3;
}

.iconic_icon_title p {
	margin: -5px 0 0 0;
	font-size: 100%;
	color: #444;
}

.quote, .quote-name {
	font-family: 'Merriweather', serif;
	font-size: 100%;
	color: #2066B3;
	line-height: 140%;
	font-style: italic;
	width: 900px;
	margin: 0 auto;
}

.quote-name {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	color: #444;
	font-style: normal;
	line-height: 200%;
}

footer {	
	position: absolute;
    left: 0;
    bottom: 0;
	margin: 30px 0 0 0;
    height: 120px;
    width: 100%;
	background-color: #2066B3;
}

#footer_navigation {
	position: relative;
	left: -9999px;
	top: -9999px;
	/*height: 0;*/
	font-size: 75%;
	text-align: left;
	display: none;
}

#footer_text {
	position: relative;
	margin: 0 auto;
	width: 900px;
	height: 120px;
	font-size: 85%;
	line-height: 125%;
	text-align: left;
	color: #FFF;
}

#footer_text h2, #footer_text h3 {
	font-size: 100%;
	font-weight: 300;
	color: #FFF;
}

#footer_text h2 {
	font-weight: 600;
	margin: 0;
}

#footer_text h3 {
	margin: 0 0 10px 0;
}

#footer_text a:link, #footer_text a:active, #footer_text a:visited {
	color:#FFF;
	text-decoration: none;
}

#footer_text a:hover, #footer_text a:focus {
	color:#FFC22E;
	text-decoration: none;
}

#address, #second_nav {
	position: absolute;
	width: 445px;
}

#address {
	left: 0;
	bottom: 15px;
}

#second_nav {
	right: 0;
	bottom: 15px;
	text-align: right;
}

#small_footer {
	position: absolute;
	width: 720px;
	bottom: 15px;
}

.space10 {
	margin: 0 10px;
}

.clear, .clear1024, .clear960 {
	height: 0;
	clear: both;
}

.clear10 {
	height: 10px;
	clear: both;
}

.clear20 {
	height: 20px;
	clear: both;
}

.space_after_10 {
	margin: 0 0 10px 0;
}

.photo_space_10 {
	margin: 10px 0 5px 0;
}

.blue_text {
	color: #2066B3;
}

.blue_text2 {
	color: #2066B3;
	font-size: 170%;
}

.blue_text3 {
	color: #2066B3;
	font-size: 170%;
	margin: 10px 0;
}

.day, .time, .activity, .form_caption, .form_field {
	text-align: left;
	margin: 2px 0 0 0;
	float: left;
	width: 300px;
}

.time {
	width: 60px;
}

.activity {
	width: 340px;
	float: right;
}

.form_caption {
	width: 120px;
}

.form_field {
	width: 280px;
	float: right;
}

.accordion-toggle {
	cursor: pointer;
}

.accordion-content {
	display: none;
}

table {
	margin: 0 auto;
	font-size: 100%;
}

.blue_background {
	background-color: #B6CDE6;
}

th {
	padding: 1px 10px 2px;
	text-align: left;
	font-weight: 300;
	color: #2066B3;
	margin: 0;
}

td {
	padding: 0 10px;
	text-align: left;
}




@media screen and (min-width: 960px) {
	
#small_footer {
	display: none;
}

.clear960 {
	display: none;
}

.iconic_icon_show_at_768 {
	display: none;
}

}



@media screen and (min-width: 768px) {
	
.iconic_icon_photo_small {
	display: none;
}

}



@media screen and (max-width: 1023px) {

#navigation {
	display: none;
}

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:block;
}

.deskslides {
	display: none;
}

}

@media only screen and (min-width: 960px) and (max-width: 1023px) {

#social_icons, #contact_icons {
	top: 0;
}

#main_second_photo {
	margin: 20px auto 0;
	width: 512px;
	height: 205px;
}

#main_second_photo div {
	width: 1023px;
}

.tabletslides {
	display: block;
}

#wrapper {
	width: 960px;
}

.main_text, .main_second_text, #main_photos  {	
	margin: 0 20px;
	padding: 30px 0 0 0;
	width: 920px;
}

.main_iconic {
	margin: -30px 0 0 0;
}

#secondary_text, #secondary_photos, #second_secondary_text, #second_secondary_icon {
	margin: 10px 40px 30px;
	width: 880px;
}

#secondary_left, #secondary_right {
	width: 420px;
}

.secondary_icon {
	width: 220px;
	height: 220px;
}

.iconic_icon {
	width: 263px;
}

#footer_text {
	width: 880px;
}

#address, #second_nav {
	width: 435px;
}

}



@media only screen and (max-width: 959px) {

.clear1024 {
	display:none;
}

.iconic_icon_show_at_768 {
	display: block;
}

}



@media only screen and (min-width: 768px) and (max-width: 959px) {

body {
	margin: 0 0 190px;
}

#social_icons, #contact_icons {
	top: 0;
}

#main_second_photo {
	margin: 20px auto 0;
	width: 480px;
	height: 192px;
}

#main_second_photo div {
	width: 959px;
}

.stabletslides {
	display: block;
}

#wrapper {
	width: 768px;
}

.main_text, .main_second_text  {	
	margin: 0 20px;
	width: 728px;
}

.main_second_text  {	
	padding: 0;
}

#main_photos  {	
	margin: 0 9px;
	width: 750px;
}

#secondary_text, #secondary_photos, #second_secondary_text, #second_secondary_icon {
	margin: 30px 20px;
	width: 728px;
}

#second_secondary_text, #second_secondary_icon {
	margin: -30px 20px 0;
	padding-bottom: 30px;
	border-bottom: none;
}

#secondary_photos {
	margin: -10px 20px 30px;
}

#secondary_left, #secondary_right, .secondary_text_left, .secondary_text_right {
	width: 720px;
	float: none;
}

#secondary_right h2 {
	margin-top: 30px;
}

.secondary_text_left, .secondary_text_right {
	text-align: center;
}

.secondary_icon {
	width: 180px;
	height: 180px;
}

.iconic_icon {
	width: 334px;
}

.quote, .quote-name {
	font-size: 95%;
	line-height: 130%;
	width: 740px;
}

.quote-name {
	font-size: 85%;
}

footer {	
	position: absolute;
    left: 0;
    bottom: 0;
	margin: 30px 0 0 0;
    height: 160px;
    width: 100%;
	background-color: #2066B3;
}

#footer_text {
	width: 720px;
	height: 160px;
	text-align: center;
}


#address, #second_nav {
	display: none;
}

#small_footer {
	width: 720px;
	bottom: 15px;
}

.time {
	width: 60px;
}

.activity {
	width: 660px;
}

.form_caption {
	width: 120px;
}

.form_field {
	width: 600px;
}

}


@media only screen and (max-width: 767px) {

h1 {
	font-size: 150%;
	line-height: 120%
}

h2, h5 {
	font-size: 125%;
}

h3 {
	font-size: 100%;
}

p {
	font-size: 90%;
}

.main_text img {
	width: 100%;
	height: auto;
}

.iconic_icon_photo {
	display: none;
}

.iconic_icon_photo_small {
	display: block;
}

/*.blue_text {
	font-size: 100%;
}*/

.blue_text2, .blue_text3 {
	color: #2066B3;
	font-size: 150%;
}

table {
	font-size: 90%;
}

}


@media only screen and (min-width: 480px) and (max-width: 767px) {

body {
	margin: 0 0 190px;
}

#social_icons, #contact_icons {
	top: 140px;
}

#header_text {
	position: relative;
	margin: 0 auto;
	width: 440px;
	height: 330px;
}

#main_second_photo {
	margin: 30px auto -30px;
	width: 383px;
	height: 153px;
}

#main_second_photo div {
	width: 767px;
}

.phoneslides {
	display: block;
}

#wrapper {
	width: 480px;
}

.main_text, .main_second_text  {	
	margin: 30px 20px 0;
	width: 440px;
}
.main_second_text {
	margin: 0 20px;
}

.main_iconic {
	margin: -30px 0 0 0;
}

#main_photos  {	
	margin: 0;
	width: 480px;
}

#secondary_text, #secondary_photos, #second_secondary_text, #second_secondary_icon {
	margin: 30px 20px;
	width: 440px;
}

#second_secondary_text, #second_secondary_icon {
	margin: -30px 20px 0;
	padding-bottom: 30px;
	border-bottom: none;
}

#secondary_photos {
	margin: -10px 20px 30px;
}

#secondary_left, #secondary_right, .secondary_text_left, .secondary_text_right {
	width: 440px;
	float: none;
}

#secondary_right h2 {
	margin-top: 30px;
}

.secondary_text_left, .secondary_text_right {
	text-align: center;
}

.secondary_icon {
	width: 220px;
	height: 220px;
}

.iconic_icon {
	margin: 0 0 30px 0;
	width: 440px;
}

.quote, .quote-name {
	font-size: 95%;
	line-height: 130%;
	width: 440px;
}

.quote-name {
	font-size: 85%;
}

footer {	
	position: absolute;
    left: 0;
    bottom: 0;
	margin: 30px 0 0 0;
    height: 160px;
    width: 100%;
	background-color: #2066B3;
}

#footer_text {
	width: 440px;
	height: 160px;
	text-align: center;
}

#address, #second_nav {
	display: none;
}

#small_footer {
	width: 460px;
	bottom: 15px;
	font-size: 90%;
}

.day, .time, .activity, .form_caption, .form_field {
	font-size: 90%;
}

.time {
	width: 50px;
}

.activity {
	width: 390px;
}

.form_caption {
	width: 120px;
}

.form_field {
	width: 320px;
}

}



@media only screen and (max-width: 479px) {

body {
	margin: 0 0 190px;
}

#header {
	width: 100%;
	height: 250px;
	position: relative;
	margin: 20px 0 0 0;
}

#header_text {
	position: relative;
	padding: 15px;
	margin: 0 auto;
	width: 280px;
	height: 250px;
}

#header_text img {
	width: 100%;
	height: auto;
}

#header_text_top {
	position: absolute;
	top: 0;
	left: 0;
	text-align: left;
}

#header_text_bottom {
	position: absolute;
	bottom: 0;
	right: 0;
	text-align: right;
}

#social_icons, #contact_icons {
	top: 170px;
}

#main_second_photo {
	margin: 70px auto -50px;
	width: 240px;
	height: 153px;
}

#main_second_photo div {
	width: 479px;
}

.sphoneslides {
	display: block;
}

#wrapper {
	width: 320px;
}

.main_text  {	
	margin: 50px 10px 0;
	width: 300px;
}

.main_iconic {
	margin: -50px 0 0 0;
}

#main_photos  {	
	margin: 0 auto;
	width: 300px;
}

#secondary_text, #secondary_photos, #second_secondary_text, #second_secondary_icon {
	margin: 30px 10px;
	width: 300px;
}

#second_secondary_text, #second_secondary_icon {
	margin: -30px 10px 0;
	padding-bottom: 30px;
	border-bottom: none;
}

#secondary_photos {
	margin: -10px 10px 30px;
}

#secondary_left, #secondary_right, .secondary_text_left, .secondary_text_right {
	width: 300px;
	float: none;
}

#secondary_right h2 {
	margin-top: 30px;
}

.secondary_text_left, .secondary_text_right {
	text-align: center;
}

.secondary_icon {
	width: 150px;
	height: 150px;
}

.iconic_icon {
	margin: 0 0 30px 0;
	width: 300px;
}

.quote, .quote-name {
	font-size: 95%;
	line-height: 130%;
	width: 300px;
}

.quote-name {
	font-size: 85%;
}

footer {	
	position: absolute;
    left: 0;
    bottom: 0;
	margin: 30px 0 0 0;
    height: 160px;
    width: 100%;
	background-color: #2066B3;
}

#footer_text {
	width: 300px;
	height: 160px;
	text-align: center;
}

#address, #second_nav {
	display: none;
}

#small_footer {
	width: 300px;
	bottom: 15px;
	font-size: 90%;
}

.day, .time, .activity, .form_caption, .form_field {
	font-size: 90%;
}

.time {
	width: 50px;
}

.activity {
	width: 250px;
}

.form_caption {
	width: 120px;
}

.form_field {
	width: 180px;
}

}
