*{
  margin: 0;
  padding: 0;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  line-height: 26px;
}


img{
  border: 0;
  vertical-align: middle;
}

a{
  text-decoration: none;
  transition: .6s all;
  color: #555555;
}
a:focus{
  outline: none;
}
a:hover{
  transition: .3s all;
}


h2{
  font-size: 26px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 10px;
}

h3{
  font-size: 20px;
  line-height: 22px;
  font-weight: 400;
  margin-top: 40px;
  margin-bottom: 10px;
}
h3:first-child{
  margin-top:0;
}

p{
  margin-bottom: 15px;
}

ul, ol{
  margin: 0 0 15px 30px;
}


.container{
  width: 95%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 10px;
}

#header{
  padding: 20px;
}

#header h1 img{
  width: 350px;
  max-width: 40%;
}
#header #phone{
  display: block;
  float: right;
  color: #75767B;
  font-size: 55px;
  margin-top: 50px;
  font-style:italic;
}

.nav{
  background-image: url(images/nav.png);
  background-size: 100% 100%;
  line-height: 56px;
  min-height: 56px;
  margin: 15px 0;
  text-align:center;
  padding: 0 20px;
}
.nav ul{
  list-style-type: none;
  margin: 0;
  color: #FFFFFF;
  font-size: 18px;
  text-transform: uppercase;
}
.nav ul li{
  display:inline-block;
  margin-right: 40px;
  position: relative;
}
.nav ul li:last-child{
  margin-right:0;
}
.nav li a{
  color:#FFFFFF;
}
.nav ul li ul{
  display: none;
}

.nav ul li:hover ul{
  display: block;
  position: absolute;
  z-index: 9;
  top: 50px;
  left: -10px;
  background-image: url(images/subnav.png);
  width: 200px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.nav ul li ul li{
  float: none;
  margin:0;
  border-bottom:1px solid #ffffff;
}
.nav ul li ul li:last-child{
  border: 0;
}
.nav ul li ul li a{
  color: #FFFFFF;
  display: block;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
}

.nav a:hover, .nav a.current{
  color: #CCCCCC;
}

#mobilenav{
  display: none;
}

.clear{ clear:both; }



#owl{
  position: relative;
  margin-bottom: 20px;
  margin-top: -15px;
}
#owl img{
  width: 100%;
}

#owl .owl-prev{
  position: absolute;
  left: 0;
  top: 50%;
  width: 20px;
  height: 37px;
  background: none;
  background-image: url(images/slider-left.png);
  padding: 0;
  margin: -20px 0 0 0;
  opacity: .8;
  text-indent: -100px;
  border: 0;
  border-radius: 0;
  overflow:hidden;
}

#owl .owl-next{
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 37px;
  background: none;
  background-image: url(images/slider-right.png);
  padding: 0;
  margin: -20px 0 0 0;
  opacity: .8;
  text-indent: -100px;
  border: 0;
  border-radius: 0;
  overflow:hidden;
}

.right{
  width: 28%;
  margin-left: 2%;
  float: right;
}
.right2 {
  display:block;
  width: 28%;
  margin-left: 2%;
  float: right;
}
.right2, .link{
  display: block;
  background-color: #f1f1f1;
  border: 1px solid #CCCCCC;
  padding: 10px;
  margin-bottom: 15px;
  color: #333333;
  border-radius: 5px;
}
.right2 .title {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.right2 p {
  text-align:center;
}
.right2:hover{
  background-color: #dddddd;
}
.link .title{
  display: block;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}
.link:hover{
  background-color: #dddddd;
}







.select, .input,.textarea{
  box-sizing:border-box;
  width: 100%;
  max-width: 650px;
  border: 1px solid #CCCCCC;
  padding: 10px;
  font-family:arial;
  font-size: 14px;
}
.textarea{
  height: 80px;
}

#form .block{
  margin-bottom: 10px;
  color: #666666;
}
#form .block.current{
  border-left: 5px solid #CCC;
  padding-left: 5px;
  color: #000000;
}

#timeform{
  margin-bottom: 30px;
}
#timeform td, .timeform td{
  border-bottom: 1px solid #CCCCCC;
  padding: 5px 10px 5px 10px;
}

#timeform .heading, .timeform .heading{
  background-color: #f1f1f1;
}

#timeform label{
  display: block;
}

#shuttleform .form td{
  padding-bottom: 10px;
  padding-right: 5px;
}


.button{
  text-align: center;
  background-color: #000000;
  background-repeat: repeat-x;
  color: #FFFFFF;
  padding: 8px 40px 8px 40px;
  border: 0;
  cursor: pointer;
  border-radius: 8px;
  vertical-align: middle;
  margin-top: 15px;
  text-shadow: 0 0 3px #223662;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  transition: .6s box-shadow;
}
.button:hover{
  box-shadow: 0 0 10px #333333;
  transition: .3s box-shadow;
}



#bottom{ height: 25px; }

#homequote{
  clear: both;
  text-transform: uppercase;
  line-height: 56px;
  min-height: 56px;
  margin: 15px 0 0 0;
  color: #666;
  text-align: center;
  font-size: 18px;
}




.error, .covid{
  border: 5px dashed red;
  color:red;
  padding: 30px;
  margin: 30px 0;
  text-align:center;
  font-size: 18px;
  line-height: 35px;
}


.homebuttons{
  display:flex;
  flex-wrap:wrap;
  margin-bottom: 40px;
  position:relative;
  top: -60px;
}
.homebuttons a.link{
  flex:1;
  display:block;
  margin: 0 10px;
  margin-bottom: 10px;
  text-align:center;
  padding: 20px;
  background-color:#000;
  color:#FFF;
  box-shadow: -2px 2px 10px #333;
  border:0;
}
.homebuttons a.link .title{
  font-weight: bold;
  margin-bottom: 15px;
  text-transform:uppercase;
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
}
.homebuttons a.link:hover{
  background-color: #666;
}

.greybg{
  background-color:#f1f1f1;
  padding: 30px 0;
  margin: 40px 0;
}

#map{
  border:1px solid #CCC;
  margin: 10px 0;
}

.gone{ display:none;}
.here{ display:block;}

.formlabel{
  margin-top: 15px;
}
