/* Reset and base styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}


body {
  font-family: Lato, Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #333;
  background-color: #fff;
}

a {
  color: #195888;
  text-decoration: none;
  transition: color 0.3s ease;
  overflow: hidden;
}

a:hover {
  color: #C70000;
}

/* Layout */
.wrapper {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 15px;
  
}

/* Header */
header {
  background-color: #fff;
  padding: 7px 0;
  
  height: 84px;
}
.site-logo {
  display: block;
  float: left;
  height: 70px;
  width: 135px;
  background: url(../images/logo.png) center center no-repeat;
  
  text-indent: -999em;
}

.desktop-menu {
  float: right;
  margin-top: 20px;
  font-size: 14px;
  line-height: 18px;
} 
#menu {
  float: right;
  margin-top: 15px;
}

#menu li {
  display: inline-block;
  margin-left: 20px;
}

#menu a {
  font-size: 14px;
  text-transform: uppercase;
}
/* Mobile menu styles */
.mobile-menu {
  display: none;
}

#menu-icon {
  cursor: pointer;
  width: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
}
#menu-icon span {
  background: #3e3e3e;
  height: 2px;
  margin-bottom: 8px;
  transition: all 300ms ease 0s;
  display: block;
}

.mobile-nav {
  display: none;
  list-style-type: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 64px;
  left: 0;
  right: 0;
  background-color: #fff;
  border-top: 2px solid #195888;
}

.mobile-nav li {
  margin: 0;
}

.mobile-nav a {
  display: block;
  padding: 15px;
  color: #195888;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #eee;
}

/* Main content */
.intro {
  background: url(../images/courtbg.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 60px 0;
}

.intro h2 {
  font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;

  font-size: 46px;
  font-weight: 700;
  line-height: 52px;
  letter-spacing: inherit;
  
}

.intro p {
  font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
  margin: 25px 0;
  
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
 
}
.intro h3 {
  font-family: 'PT Sans Narrow', Arial, Helvetica, sans-serif;
  margin: 20px 0;
  
  font-size: 30px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: inherit;
  text-transform: uppercase;
  
}
.search-form {
  background: #FFF;
  padding: 28px 48px 13px 48px;
  border-radius: 7px;
  margin: 35px 0;
  padding-bottom: 17px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;

}

.form-cell {
  flex: 1 1 160px;
  padding: 7px 5px;
}

.form-cell label {
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 5px;
  color: #333;
}
.form-cell label i {
  color: #F00;
}

input.req {
  text-transform: capitalize;
  background-color: #FFF29A;
}

.form-cell input[type="text"],
.form-cell select,
.form-cell input[type="submit"] {
  width: 100%;
  height: 46px;
  padding: 0 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  border: 1px solid #999;
  border-radius: 3px;
  transition: all 0.3s ease;

  box-sizing: border-box;
 
}
.search-form .btn {
  padding-top: 30px;
}

.form-cell input[type="submit"] {
  background-color: #C70000;
  color: #fff;
  border: none;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.form-cell input[type="submit"]:hover {
  background-color: #F00;
}
.start-here:before {
  display: block;
  content: ".";
  width: 0;
  height: 0;
  text-indent: -999em;
  border-style: solid;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #138800 transparent;
  position: absolute;
  top: -5px;
  left: 10px;
}
.start-here {
  display:  block;
  padding: 5px 10px;
  width: fit-content;
  color: #FFF;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  text-align: center;
  background: #138800;
  position: relative;;
  left: 5px;
  margin-top: -5px;
  margin-bottom: -25px;
  z-index: 10;
  border-radius: 2px;
}
.search-info {
  margin-top: 10px;
  color: #555;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
.search-info ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
}
.search-info .lock {
  
  background: url(../images/lock.png)  no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  list-style-type: none;
  margin: 3px 6px;
}
.search-info .calendar {
  background: url(../images/calendar.png)  no-repeat;
  background-size: 16px 16px;
  padding-left: 20px;
  list-style-type: none;
  margin: 3px 6px;
}

.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style-type: none;
  padding: 0;
 
  margin: 20px 0;
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
 
}

.info-list li {
  width: 30%;
  margin: 4px 0;
  padding-left: 20px;
  background: url(../images/check.png) no-repeat;
  background-position: 0 4px;
  text-align: left;
}

/* Article content */
article {
  color: #312E2E;
}

article h1 {
    font-size: 1.5em;
    line-height: 1.1em;
    text-align: center;
    margin-top: 20px;
}

.subcontent {
  padding: 0 20px;
  margin: 25px 0px 25px 0px;
  border-bottom: 2px solid #aacce6;
}

.subcontent h3 {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0px 2px 0px;
}
.subcontent p {
  padding: 0px;
  margin: 10px 0px;
  font-size: 1em;
  line-height: 1.2em;
}
.subcontent a {
  display: block;
  padding: 0px;
  margin: 0px;
  font-size: 1em;
  line-height: 1.2em;
  overflow: hidden;
  text-decoration: underline;
}
.siteimg {
  display: block;
  max-width: 75%;
  margin: 20px auto;
}
.searchterms {
  padding: 10px;
}
.searchterms h2 {
  margin: 0px 0px 10px 0px;
}
.searchterms a {
  padding: 5px 10px 5px 0px;
}
/* Footer */
footer {
  margin-top: 40px;
  text-align: center;
  color: #000000;
  width: 100%;
  background-color: #FFF;
  cursor: default;
}
.footline {
  border-top: 2px solid #195888;
  padding: 20px 0;
}
.fnav {
  margin-bottom: 20px;
}

.fnav li {
  display: inline-block;
  margin: 0 15px;
}

.fnav a {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 24px;
}

.ftext {
  font-size: 14px;
}

/* Responsive design */
@media (max-width: 768px) {

header {
  height: 64px;
  
}
  .site-logo {
    background-size: 96px 50px;
    width: 96px;
    height: 50px;
}
  #menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }

  .menu-toggle {
    display: block;
    float: right;
    margin-top: 15px;
  }

  .mobile-nav.active {
    display: block;
  }
  .intro {
    padding: 30px 0;
  }
  .intro h2 {
    
    font-weight: 700;
    font-size: 30px;
    line-height: 32px;
  } 
  .intro p {
    margin: 15px 0;
    font-size: 18px;
    line-height: 22px;
  }
  .intro h3 {
    
    
    margin: 15px 0;
    font-size: 26px;
    line-height: 28px;
    
  }
  .search-form {
    padding: 18px 28px 13px 28px;
  }
  .form-cell {
    flex: 1 1 100%;
  }
  .search-form .btn {

    padding-top: 7px;
  }
  .start-here:before {
    top: 26px;
    border-width: 5px 5px 0px 5px;
    border-color: #138800 transparent transparent transparent;
}
  .start-here {
    top: -350px;
   
}
  .info-list li {
    width: 45%;
    font-size: 18px;
    line-height: 22px;
    margin-left: 60px;
  }
}

@media (max-width: 480px) {
  .intro {
    background: url(../images/courtbg480.jpg) center center no-repeat;
    background-size: cover;
  }
 .intro p {
    font-size: 13px;
    line-height: 18px;
  }
  .info-list li {
    width: 100%;
   }
  
  .site-logo a {
    width: 100px;
    height: 52px;
  }
  
  #menu {
    float: none;
    margin-top: 10px;
    text-align: center;
  }
  
  #menu li {
    margin: 0 10px;
  }
}


