/***** Desktop *****/ 
  
.garage-hero {
  height: 300px;
}
.garage-hero-logo {
  padding-left: 3%; 
  padding-top: 115px;
}
.garage-hero-logo-image {
  width: 22px; 
  display: inline-block; 
  vertical-align: -14%;
}
.garage-hero-logo h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 16px;
  display: inline-block; 
  color: #7c899b; 
}
.garage-hero-text {
  padding-left: 3%; 
  margin-top: -15px;
}
.garage-hero-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 34px; 
  text-align: left; 
  color: white; 
}
hr {
  height: 1px; 
  border: 0; 
  border-top: 1px solid #ddd; 
  margin-top: -15px; 
  margin-bottom: 15px;
}
.garage-story {
  width: 100%;
}
.garage-story a {
  color: #145ca6;  
}
.garage-story h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 22px; 
  text-align: left; 
  color: #0054a6;
}
.garage-story p {
  text-align: left; 
  font-size: 16px; 
  line-height: 20px; 
  width: 100%; 
}
.garage-story ol {
  margin-bottom: -15px;
}
.garage-story li {
  font-size: 15px; 
  line-height: 20px; 
}
.garage-build {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 40px;
}
.garage-build h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 22px; 
  text-align: left; 
  color: #0054a6;
}
.garage-tour-button {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  display: inline-block; 
  width: 25%; 
  line-height: 19px;
  margin-left: 4.5%; 
  padding: 10px 8px 8px 8px; 
  border-radius: 4px; 
  background-color: #0054a6; 
  color: white; 
  text-transform: uppercase; 
  text-align: center;
  vertical-align: top;
}
.garage-story-span {
  text-align: left; 
  font-size: 15px; 
  line-height: 20px; 
  width: 70%; 
  display: inline-block;
}
.garage-widget-section {
  position: relative;
  width: 100%; 
  background-color: #fff; 
  margin-bottom: 40px;
  padding: 15px 0px;
  border-radius: 4px;
  border: 1px solid #ddd;
}
.garage-widget-section-alt {
  position: relative;
  width: 100%; 
  margin-bottom: 40px;
  padding: 15px 0px;
}
.garage-widget-section-alt-2 {
  position: relative;
  width: 100%; 
  margin-bottom: 0px;
  padding: 0px 40px;
}
.garage-accordion {
  width: 100%;
  border: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px;
  padding: 12px 15px 10px 15px;
  margin-top: 5px;
  cursor: pointer;
  transition: 0.4s;
}
.garage-accordion h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 14px;
  width: 90%;
  font-weight: bold;
  line-height: 20px;
  text-align: left;
  display: inline-block;
  float: left;
}
.garage-active, .garage-accordion:hover {
  background-color: #f3f5f6;
}
.garage-active {
  margin-top: 5px;
  margin-bottom: 5px;
}
.garage-accordion:after {
  background-image: url("garage-arrow-down.png");
  background-size: 15px 9px;
  background-repeat: no-repeat;
  float: right;
  width: 15px; 
  height: 9px;
  content:"";
  margin-top: 6px;
  margin-right: 0px;
  display: inline-block;
}
.garage-active:after {
  background-image: url("garage-arrow-up.png");
  background-size: 15px 9px;
  background-repeat: no-repeat;
  float: right;
  width: 15px; 
  height: 9px;
  content:"";
  display: inline-block;
}
.garage-panel {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  outline-offset: -1px;
  box-shadow: 0px 0px 0px 1px #ddd inset;
  max-height: 0px;
  transition: max-height 0.3s ease-out;
  overflow: hidden;
}
.garage-panel a {
  color: #145ca6;
}
.garage-panel p {
  font-size: 15px; 
  line-height: 20px;
  padding: 20px;
}
.garage-panel ul {
  font-size: 15px; 
  line-height: 20px;
  padding-left: 2%;
  margin-top: -15px;
}
.garage-panel ol {
  font-size: 15px; 
  line-height: 20px;
  padding-left: 2%;
  margin-top: -15px;
}
.elfsight-sapp-aec7c650-4653-11e8-ab02-775a6fe487f2 {
  width: 100%;
}
  
/***** Tablet *****/ 
  
@media only screen and (max-width: 1023px) {
.garage-hero {
  height: 250px;
  background-position: 65% !important;
  margin-top: 5px;
}
.garage-hero-text h1 {
  width: 80%;
  font-size: 32px;
  line-height: 32px;
}
.garage-hero-text {
  margin-top: 0px;
  padding-left: 5%;
}
.garage-hero-logo {
  padding-left: 5%;
  padding-top: 90px;
}
.garage-story p { 
  width: 100%; 
  display: block;
}
.garage-tour-button {
  width: 100%;
  display: block;
  margin: 0px;
  margin-top: 20px; 
}
.garage-widget-section {
  padding-bottom: 30px;
}
}

/***** Mobile *****/
  
@media only screen and (max-width: 767px) {
.garage-hero {
  background-position: 80% !important;
  margin-top: -5px;
}
.garage-hero-logo {
  text-align: center;
  padding-left: 0%;
  padding-top: 90px;
}
.garage-hero-text h1 {
  width: 100%;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
  padding: 0% 5%;
}
.garage-hero-text {
  padding-left: 0%;
}
.garage-story ol {
    margin-bottom: -10px;
    margin-top: -25px;
}
.garage-widget-section {
  padding-bottom: 10px;
  margin-top: -25px;
}
.garage-panel ul {
  padding: 0% 11%;
  list-style-position: outside;
}
.garage-panel ol {
  padding: 0% 11%;
  list-style-position: outside;
}
}
