/** SEE "EDITED" IN THEME.LIQUID **/

.about-body {
  background-color: #fff;
  margin-top: -100px;
}

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

.about-story-text {
    position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 0px 8% 0px 8%;
}

.about-story-title h1 {
	position: relative; 
	display: block;
	font-size: 70px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 14px;
  	line-height: 80px;
	margin: 0px 8% 0px 8%;
  	padding-top: 240px;
	text-align: center;
    font-weight: 400;
}

.about-story-title span {
	color: #0054CF;
}

.about-story-text h2 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 80px;
	text-align: left;
    font-weight: 400;
  	text-transform: capitalize;
}

.about-story-text p {
	font-size: 18px;
    color: #474747;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 40px;
	text-align: left;
    font-weight: 300;
  	line-height: 22px;
}

.about-feature-divider {
	border: solid 2px;
    display: block;
    width: 80px;
    text-align: left;
    color: #0054CF;
}

.about-picture-grid {
	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 40px 8% 0px 8%;
  	text-align: center;
   
}

.about-picture-tile {
	position: relative;
	display: inline-block;
	margin-right: 15px;
  	margin-bottom: 11px;
    width: 31.0%;
  	min-width: 250px;
}

.about-picture-tile img {
    width: 100%;
}

.about-quote {
  	background: url("quote-bg2.jpg");
  	background-size: 100%;
  	background-position: left; 
    background-repeat: no-repeat;
    background-color: #474747;
  	position: relative;
  	width: 100%;
	margin: 0 auto;
	/** max-width: 1920px; **/
 	margin-top: 80px;
}

.about-quote h2 {
  	width: 55%;
  	margin: 0 auto;
  	padding: 100px 0;
	font-size: 28px;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
  	text-transform: none;
}

.about-quote-2 {
  	background: url("quote-bg3.jpg");
  	background-size: 100%;
  	background-position: left; 
  	background-repeat: no-repeat;
    background-color: #474747;
  	position: relative;
  	width: 100%;
	margin: 0 auto;
	/** max-width: 1920px; **/
 	margin-top: 100px;
}

.about-quote-2 h2 {
  	width: 60%;
  	margin: 0 auto;
  	padding: 100px 0;
	font-size: 28px;
  	color: #fff;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: center;
  	text-transform: none;
}

.about-story-grid {
	position: relative;
	margin: 0 auto;
  	margin-top: 80px;
	max-width: 1920px;
  	margin: 100px 8% 0px 8%;
  	/** display: flex; **/
    /** align-items: top; **/
   
}

.about-story-text-2 {
    position: relative;
	display: inline-block;
	width: 50%;
  	margin: 0px 3% 40px 0px;
  	vertical-align: top;
  	/** flex: 1; **/
}

.about-story-text-2 h2 {
	font-size: 40px;
  	line-height: 42px;
	font-family: 'Montserrat', Arial, sans-serif;
	letter-spacing: 0px;
	text-align: left;
    font-weight: 400;
  	text-transform: capitalize;
}

.about-story-text-2 p {
	font-size: 18px;
    color: #474747;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	letter-spacing: 0px;
	margin-top: 40px;
  	margin-bottom: 0px;
	text-align: left;
    font-weight: 300;
  	line-height: 22px;
}

.about-picture-tile-2 {
	position: relative;
	display: inline-block;
	padding: 0px 0px 0px 0px;
  	width: 45%;
  	max-width: 570px;
  	min-width: 300px;
    vertical-align: top;
  	/** flex: 1; **/
  	
}

.about-picture-tile-2 img {
  	width: 100%;
}

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

.about-widget-placeholder img {
  	width: 100%;
}

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

.about-widget-section {
  	/** background-color: #262626; **/
  	position: relative;
	margin: 0 auto;
	max-width: 1920px;
  	margin: 40px 8% 0px 8%;
}

.elfsight-sapp-09b6e550-4649-11e8-a8e1-f14168bc2fc2 {
    width: 100%;
  	box-shadow: 1px 2px 5px rgba(0, 0, 0, .18);
}

@media only screen and (max-width: 768px) {
    
  .about-story-title h1 {
	font-size: 45px;
    line-height: 48px;
    letter-spacing: 7px;
  }
  
  .about-story-text-2 {
	width: 90%;
  }
  
  .about-quote h2 {
  	width: 80%;
    font-size: 26px;
  	line-height: 30px;
  }
  
  .about-quote-2 h2 {
  	width: 80%;
    font-size: 26px;
  	line-height: 30px;
  }
  
  .about-picture-tile {
	margin-right: 0px;
  	margin-left: 0px;
  }
}


/**** About Tablet/Mobile ****/

  @media screen and (max-width: 768px)  {
  .about-picture-tile-2 {
  	width: 100%;
  	max-width: 768px;
   }
  .about-picture-tile {
	margin-right: 15px;
  	margin-bottom: 11px;
    width: 100%;
  	min-width: 310px;
   }
}

@media screen and (max-width: 768px) and (min-width: 768px) {
  .about-story-title h1 {
	font-size: 44px;
    line-height: 48px;
    letter-spacing: 7px;
    margin-top: -150px;
  }
  .about-story-text h2 {
	font-size: 36px;
    line-height: 40px;
  }
  .about-story-text-2 h2 {
	font-size: 36px;
    line-height: 40px;
  }
    .about-picture-tile {
    margin-right: 8px;
    margin-bottom: -40px;
    width: 20%;
    min-width: 204px;
  }
  .about-quote {
	margin-top: 60px;
    margin-bottom: -20px;
  }
  .about-quote-2 {
	margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
    
  .about-story-title h1 {
	padding-top: 180px;
  }
  .about-story-text h2 {
	font-size: 32px;
    line-height: 36px;
    margin-bottom: 35px;
  }
  .about-quote {
	margin-top: 15px;
    margin-bottom: -20px;
  }
  .about-quote-2 {
	margin-top: 25px;
  }
  .about-story-text-2 h2 {
	font-size: 31px;
    line-height: 36px;
    margin-bottom: 35px;
  }
}
