@charset "utf-8";
/* CSS Document */

body, maincont, banner, nav-wrap, page-cont, h1, h2, h3, h4, h5, h6, footer
{margin: 0;
padding: 0;
}

body {margin: 0 auto;
background-color: #fff;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
color: #444;
}

/*
background-color: #486b9c;
*/
#maincont {margin: 0px auto 0 auto;
padding: 21px 0 0 0;
background-color: #fff;
width: 890px;
}
#banner {margin: 0 auto 0 auto;
padding:0;
background-image:url(../siteimages/WimbledonCapitalBanner.png);
background-repeat: no-repeat;
background-position: top center;
width: 400px;
height: 77px;
text-align: right;
font-family: 'Open Sans', sans-serif;
color: #fff;
line-height: 1.1em;
}
#banner a {color: #fff;
text-decoration: none;
}
#banner a:hover {color: #444;
}

/*----------------------------MENU STYLES------------------------------*/
#nav-wrap { margin: 32px 12% 0 17%;   
text-align: center;
}
nav {
  display: inline-block;
  text-align: center;
}
nav ul {
  margin: 0 0 0 0;
  padding:0;
  list-style: none;
}
.nav a {
  display:block; 
  background: #fff; 
  color: #456ea6; 
  text-decoration: none;
  padding: 0.8em 1.8em;
  text-transform: uppercase;
  font-size: 1.15em;
  letter-spacing: 1px;
  text-shadow: 0 0 0 #fff;
  position: relative;
}
.nav{  
  vertical-align: top; 
  display: inline-block;
  box-shadow: 
    0px 0px 0px 0px #fff, 
    0px 0px 0px 0px #fff, 
    0 0 0px 0px #fff;
}
.nav li {
  position: relative;
}

.nav > li { 
  float: left; 
  border-bottom: 0px solid #fff; 
  margin-right: 1px; 
} 


.nav > li > a { padding: 8px 20px 8px 20px;
  margin-bottom: 1px;
}
.nav > li:hover, 
.nav > li:hover > a { 
  border-bottom: 0px dotted #fff;

}
.nav li:hover > a { 
  color: #91a8c7; 
}
.nav > li:first-child { 
  border-radius: 4px 0 0 4px;
} 
.nav > li:first-child > a { 
  border-radius: 4px 0 0 0;
}
.nav > li:last-child { 
  border-radius: 0 0 4px 0; 
  margin-right: 0;
} 
.nav > li:last-child > a { 
  border-radius: 0 0 0 0;
}

.nav li li a { 
  margin-top: 0px;
}

.nav li a:first-child:nth-last-child(2):before { 
  content: ""; 
  position: absolute; 
  height: 0; 
  width: 0; 
  border: 5px dotted transparent; 
  top: 50% ;
  right:5px;  
 }
/* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  border-bottom: 1px dotted #69aac9;
  z-index: 1;
  left: -99999em;
  text-align: left;
}
.nav > li:hover > ul {
  left: auto;
  margin-top: -1px;
  min-width: 100%;
}
.nav > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -3px;
}
#menu-icon {display: none;}

/*---------------------------------PAGE STYLES------------------*/
#main-image {width: 100%;
}
#main-image img { 
}
#page-cont {margin: 55px 5% 40px 5%;
}
#page-cont-left {margin: 0;
width: 66%;
float: left;
}
#page-cont-right {width: 28%;
float: right;
}
#page-cont-right ul {list-style: none outside;
list-style-position: outside;
test-indent: 0;
}
#page-cont-right li {margin: 0;
padding: 0;
}
#page-head {margin: 5px 0 10px 0;
}
#clear {clear: both;}

#home-image-wrap {margin: 35px 0 0 0;
padding: 0;
}
#home-image {margin: 0 28px 0 0;
padding: 0;
width: 250px;
height: auto;
float: left;
text-align: center;
}
#home-image img {padding: 0 0 15px 0;
}
#home-image a {font-family: 'Open Sans', sans-serif;
color: #69aac9;
font-weight: 300;
font-size: 20px;
text-decoration: none;
}
#home-image a:hover {color: #777;
}
.awards-text {clear: both;
margin: 40px 0 0 0;
padding: 0;

}
#page-text {margin: 3% 0 0 0;
}
/*-------------------------------FOOTER------------------------*/
#footer {margin: 30px 4% 0 4%;
padding: 16px 0 20px 0;
border-top: 1px solid #333333;
clear: both;
font-family: 'Open Sans', sans-serif;

}
#footer ul {margin: 0;
padding: 0;
list-style: outside none;
dislay: inline;
text-align: center;
}
#footer li {display: inline;
padding: 0 ;
color: #333;
font-size: 10pt;
}
#footer li:after {padding: 8px;
color: #333;
content: "|";
}

#footer li:last-child:after {padding: 0;
content: "";
 }

#footer li a {color: #333;
text-decoration: none;

 }

#footer li a:hover {color: #91a8c7;
text-decoration: underline;
}
/*-------------------HEADINGS--------------------------*/
h1, h2, h3, h4, h5, h6 {
font-family: 'Open Sans', sans-serif;
color: #486b9c ;
font-weight: 300;}

h1 {font-size: 20px;
}
h2 {font-size: 18px;
text-align: left;
padding: 0 0 8px 0;
}
/*-------------------------- LINKS--------------------------------------*/
a {color: #748eb0;
text-decoration: none;
}

a:hover {color: #777;
text-decoration: underline;
}
/*--------------------------CLASSES-------------------------------------*/
.imageright {float: right;
padding-top: 8px;
padding-left: 20px;
padding-bottom: 20px;
}
.imageleft {float: left:
}
p {text-align: justify;}
/*----------------------------MOBILE STYLES----------------------------------*/

@media screen and (max-width: 750px) {
#maincont {margin: 0px auto 0 auto;
padding: 21px 0 0 0;
background-color: #fff;
width: 750px;
}
#nav-wrap { margin: 32px 12% 0 14%;   
text-align: center;
}
.nav a {

  padding: 0.8em 1.8em;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: 1px;
  text-shadow: 0 0 0 #fff;
  position: relative;
}
.nav > li > a { padding: 8px 14px 8px 14px;
  margin-bottom: 1px;
}
}
@media screen and (max-width: 600px) {


#wrapper {
}

#maincont {margin: 0 auto 0 auto;
padding: 0;
background-color: #fff;
width: 100%;
}
#banner {margin: 0 auto;
padding: 0 0 0 0;
background-image:url(../siteimages/WimbledonCapitalBanner.png);
background-repeat: no-repeat;
background-position: top center;
width: 400px;
height: 77px;
text-align: center;
color: #fff;
}	
#banner-text {display: none;
}
/*-----------------MOBILE MENU-----------------------*/
#menu-icon {color: #486b9c;
width: 50px;
height: 30px;
background-image:url(../siteimages/menu-icon.png);
background-repeat: no-repeat;
background-position: left center;
padding: 0px 10px 0 32px;
cursor: pointer;
border: solid 1PX #fff;
display: block;
font-family: 'Open sans', Arial, sans serif;
}
.nav {clear: both;
position: absolute;
top: 141px;
left: 2%;
width: 210px;
padding: 0 30px 20px 0;
z-index: 1000;
background: #7D99C0;
border: solid 1px #7D99C0;
display: none; 

}
.nav ul {padding: 30px 0 30px 0;}

.nav li {display: block;
width: 210px;
padding: 12px 20px 0px 0;
text-transform: uppercase;
}
.nav li:after {display: none;
}

.nav li a {background: #7D99C0;
	color: #ffffff;
text-decoration: none;
font-size: 1.1em;
padding: 0.5em 30px 0.5em 10px;
display: block;
text-align: left;
 }

.nav li a:hover {color: #ffffff;
text-decoration: underline;
}	

/*-----------PAGE STYLES-------------*/
#pagecont {margin: 30px 0 0 0;
padding: 0 ;
}
#page-wrapper {margin: 0;
padding: 0 2% 0 2%;
}
#page-cont-left {margin: 0;
width: 100%;
float: left;
}
#page-cont-right {width: 100%;
float: left;
}
#page-head {margin: o auto;
float: right;
padding: 0;
width: 100%;
height: auto;
}
#page-image {margin: 25px 0 0 0;
padding: 0;
width: 100%;
height: auto;
float: center;

}
#page-text {margin: o auto 20px auto;
float: left;
padding: 0;
width: 100%;
height: auto;
}

#clear {clear:both;}
#image {display: none;
}
h1, h2, h3, h5, h5, h6 {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
}
h1 {color: #486b9c;
	font-size: 16px;
	font-weight: 300;}
h2 {font-size: 14px;
padding: 8px 0 5px 0;}
/*---------FOOTER STYLES------*/
#footer li {display: block;
padding: 0 ;
color: #333;
font-size: 8pt;
}
#footer li:after {display: none;
}
/*-----------------------GOOGLE MAP----------------------------*/
.mapbox {
position: relative;
padding-bottom: 26.25%;
padding-top: 20px;
height: 0;
overflow: hidden;
}
 
.mapbox iframe,
.mapbox object,
.mapbox embed {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
#mapbox {position: relative;
padding-bottom: 45%; // This is the aspect ratio
height: 0;
overflow: hidden;
}
#mapbox iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
}

@media screen and (max-width: 400px) {
#banner {margin: 0 auto;
padding: 0 0 0 0;
background-image:url(../siteimages/WimbledonCapitalBanner-mob.png);
background-repeat: no-repeat;
background-position: top center;
width: 300px;
height: 58px;
text-align: center;
color: #fff;
}
.nav {
top: 122px;
left: 2%;
}
}