.container-garage { 
    position: relative; 
    width: 100%; 
    margin: 0 auto; 
    padding: 0;
  	margin-top: -100px;
}

.garage-hero {
  	height: 350px;
}

.garage-hero-text h1 {
  	position: relative;
	display: block;
	font-size: 70px;
  	line-height: 60px;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: uppercase;
  	letter-spacing: 0px;
    font-weight: 400;
  	padding-top: 160px;
} 

.garage-story-text h1 {
	position: relative;
	display: block;
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-align: center;
  	text-transform: none;
  	letter-spacing: 0px;
    font-weight: 400;
  	margin-top: 60px;
  	margin-bottom: 20px;
    padding: 0px 10px 0px 10px;
}

.garage-story-text p {
	position: relative;
	display: block;
	font-size: 18px;
  	line-height: 24px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: 20px 8% 40px 8%;
	text-align: left;
    font-weight: 300;
}

.garage-story-text a {
	color: #0054CF;
  	text-decoration: none;
}

.garage-story-text ol {
	position: relative;
	display: block;
	font-size: 18px;
  	line-height: 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
    margin: -40px 12% -70px 12%;
	text-align: left;
    font-weight: 300;
}


.garage-dividers {
	position: relative;
  	display: flex;
    align-items: center;
  	margin-left:auto;
    margin-right:auto;
    width: 190px;
}

.garage-dividers img {
	width: 40px;
  	margin: 0px 10px 0px 10px;
  	display: inline-block;
}

.garage-feature-divider {
	border: solid 1.5px;
    display: inline-block;
    width: 60px;
    text-align: left;
    color: #0054CF;
}

.garage-feature-divider-2 {
	border: solid 2px;
    display: block;
    width: 100px;
  	margin: 0 auto;
  	margin-top: 25px;
    color: #0054CF;
}

/*****************************************************/

.garage-widget-section {
  	background-color: #262626;
  	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 20px 2% 20px 2%;
}

.elfsight-sapp-aec7c650-4653-11e8-ab02-775a6fe487f2 {
    width: 100%;
  	/** box-shadow: 1px 2px 5px rgba(0, 0, 0, .18); **/
}

.garage-widget-placeholder {
    position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 8% 0px 8%;
}

.garage-widget-placeholder img {
  	width: 100%;
  	margin-top: 35px;
    margin-bottom: 15px;
}

.garage-widget-placeholder-2 {
    position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 2% 0px 2%;
}

.garage-widget-placeholder-2 img {
  	width: 100%;
  	margin-top: 15px;
    margin-bottom: 15px;
}

/*****************************************************/


.garage-widget-section-2 {
  	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 20px 2% 0px 2%;
  	padding: 0px;
}

/*****************************************************/

.tour-button {
 	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 8% 0px 8%;
  
  	margin-top: 10px;
  	margin-bottom: 80px;
    background-color: #0054CF;
  	border-radius: 4px;
    border: none;
    color: white;
    padding: 7px 30px;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  	letter-spacing: 0px;
  	text-transform: none;
    text-align: center;
  	font-weight: 500;
    font-size: 18px;
}


/*****************************************/


.garage-accordion {
    background-color: #eee;
  	border-radius: 4px;
    color: #555;
    cursor: pointer;
    padding: 15px;
    width: 84%;
  	margin: 5px 8% 0px 8%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Source Sans Pro', Arial, sans-serif;
  	font-weight: 400;
  	font-size: 22px;
  	letter-spacing: 0px;
  	text-transform: none;
}

.garage-active, .garage-accordion:hover {
    background-color: #ddd;
}

.garage-active {
    margin-top: 5px;
    margin-bottom: 5px;
}

.garage-accordion:after {
    background-image: url("arrow-down.png");
    background-size: 15px 9px;
  	background-repeat: no-repeat;
    float: right;
    width: 15px; 
    height: 9px;
    content:"";
  	margin-top: 11px;
    margin-right: 4px;
}

.garage-active:after {
    background-image: url("arrow-up.png");
    background-size: 15px 9px;
  	background-repeat: no-repeat;
    float: right;
    width: 15px; 
    height: 9px;
    content:"";
}

.garage-panel {
    padding: 0px;
    background-color: #f5f5f5;
  	border-radius: 4px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    width: 84%;
  	margin: 0px 8% 0px 8%;
}

.garage-panel a {
    color: #0054CF;
}

.garage-panel p {
  	font-family: 'Source Sans Pro', Arial, sans-serif;
  	font-weight: 300;
  	font-size: 18px;
  	letter-spacing: 0px;
  	text-transform: none;
  	padding: 15px 20px 0px 20px;
}

.garage-panel ul {
	font-size: 18px;
  	line-height: 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
  	padding-left: 2%;
	text-align: left;
    font-weight: 300;
    margin-bottom: -5px;
}

.garage-panel ol {
	font-size: 18px;
  	line-height: 20px;
	font-family: 'Source Sans Pro', Arial, sans-serif;
  	padding-left: 2%;
	text-align: left;
    font-weight: 300;
  	margin-bottom: -5px;
}

/**** Garage Tablet/Mobile ***/

  @media screen and (max-width: 768px)  {
  .garage-hero-text h1 {
	font-size: 50px;
  	padding-top: 140px;
  } 
  .garage-story-text h1 {
	font-size: 36px;
    line-height: 40px;
  }
  .tour-button {
    margin-bottom: 40px;
  }
  .container-alternate {
    margin-bottom: 55px;
  }
}

  @media screen and (max-width: 767px)  {
  .container-alternate {
    margin-bottom: 25px;
  }
  .garage-story-text h1 {
	font-size: 32px;
    line-height: 36px;
  }
}