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

body {
	font-family: 'Lato', sans-serif;
	height: auto;
}
h1, h2{
	font-weight: 550;
}
h1{
	font-size: 30px;
	color: #5FA745;
	text-align: center;
}
h2{
	font-size: 25px;
	color: #007098;
	font-stretch: expanded;
	font-style: italic;
}
p, li, ul {
    font-size: 18px;
    line-height: 25px;
    color: #141414;
    text-align: left;
}
.title {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 300;
}
#footer {
  position: relative;
  max-width: 95%;
  bottom: 0;
	left: 0;
  
  background-color: #5FA745;
  color: white;
  text-align: left;
	height: 50px;
	margin-top: 0px;
	padding: 10px 10px 40px 10px;
	z-index: 1;
}
#footer p{
	color: white;
	padding-bottom: 25px;
	font-size: 16px;
	
}


/*buttons*/
.button {
  background-color: #5FA745;
  border: none;
	border-radius: 5px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
	clear: both;
	margin: 5px 10px 10px 1px;
	width: 90%;
}
.button:hover {
  background-color: #f19122;
  color: white;
}

.button2 {
  border: solid 2px #007098;
  color: white;
  padding: 15px 5px 5px;
  text-align: center;
  text-decoration: none;
	text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
	clear: both;
	margin: 0 auto 20px;
	width: 190px;
	height: 60px;
}
.button2:hover {
  background-color: #007098;
  color: #fff;
}
a.bb:hover{
	color: #fff;
	padding: 10px;
	transition-duration: 0.4s;
}

#survey {
	max-width: 90%;
	}

/*search bar*/







/*top*/
.hero-image {
  background-image: url("LRTP_Website_Images/boston-3690818_1920.jpg");
  width: 100%;
	height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	z-index: 0;
	border-bottom-color: #5fa745;
	border-bottom-style: solid;
	border-bottom-width: 0px;
}
.hero-logo {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 20%;
  color: white;
	z-index: 1;
	margin: -50px, auto, 0px, auto;	
}
.center {
  display: block;
  margin: 20px,;
  position: absolute;
  top: 15%;
  left:28%;
	max-height: 75%;

}


/*body*/
.content {
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 30px;
	height: auto;
}

.logo {
	position: relative;
}

.whiteboard{
	margin: 0 auto;
	border: 3px solid #007098;
	text-align: center;
	padding: 5px 40px;
	max-width: 800px;
	border-radius: 0px;
	box-shadow: 0px 0px #fff;
}





/* accordians */ 
.accordion {
  background-color: #007098;
	border-radius: 10px;
  color: white;
  cursor: pointer;
  padding: 0px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.accordion p{
	padding: 5px 20px;
	color: #FFF;
}
.accordion h2{
	padding: 5px 20px;
	color: #FFF;
}
.active, .accordion:hover {
  background-color: #F19122;
}
.panel {
  padding: 0 18px;
  background-color: #FFF;
 border-color: #F19122;
	border: #f19122 2px solid;
	margin-bottom: 10px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #F19122;
  float: right;
  margin: -5px 5px;
padding: 5px 5px 20px;	
}


.accimage {
     width: 100%;
	height: 200px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	position: relative;
}

.left, .middle, .right {
	display: inline;
}

/*blocks*/

.block{
	width: 90%;
	background-color: #007098;
	
	padding: 0px 0px 10px;
	margin-bottom: 15px;
	clear: both;
	border-radius: 10px;
	border: none;
	}
.block p, .block h1,.block h2,.block a{
	color: #FFF;
	text-align: center;
}
.block a:hover{
	color: #F19122;
}


div .block:hover {
  background-color: #5FA745;
  transition: .25s linear;
	background-image: none;
}
.blockimage {
      width: 100%;
	height: 100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
	background-image:url("LRTP_Website_Images/WalkButton7.JPG");
	
	border-radius: 10px 10px 0px 0px;
}





@media (min-width: 699px) {

	
body {
	background-image: url("LRTP_Website_Images/background.png");
background-attachment: fixed;
	}
h1{
	text-align: left;
}
p {
    font-size: 18px;
    line-height: 22px;
    max-width: 800px;
    text-align: left;
}	
	
.center {
  display: block;
  margin: 20px, auto, 0, auto;
  position: absolute;
  top: 15%;
  left:18%;
	max-height: 75%;

}	
.title {
	font-size: 40px;
	
}
#footer{
	margin-top: 20px;
	max-width: 1350px;
	padding-bottom: 60px;
	font-size: 18px;
}	
#footer p{
	color: white;
	padding-bottom: 25px;
	padding-left: 25px;
	font-size: 18px;
	
}	

	
	
	
	
/*buttons*/
.button {
		width: 150px;
	}
#survey {
		width: 400px;
	}

/*main*/	
.content {
	margin: 0px auto 10px auto;
	max-width: 1000px;
}	
.container{
	background: #FFF;
	max-width: 1350px;
	min-height: 800px;
	height: auto;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	box-shadow: 0px 0px 20px #000000;
}

/*top*/
.center {
  margin: 40px, auto, 0, auto;
  top: 15%;
  left: 30%;
	max-height: 150%;
	
}
	
.hero-image {
	height: 300px;
}	

/*blocks*/	
	

.block{
	width: 29%;
	min-width: 300px;
	display: inline-table;
	min-height: 200px;
	padding: 0px;
	margin: 5px;
	}
.block h1{
	padding: 0px 5px;
	}
	

}
