/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Lato', sans-serif;
font-family: 'Playfair Display', serif;
font-family: 'Oswald', sans-serif;
font-family: 'Raleway', sans-serif;
____

thin 100
light 300
regular 400
bold 700
black 900
____

========================================================================================================================
*/

/*
Home Intro Section
==============================================
*/
.intro-section, .blog-landing-content-wrapper .blog-landing-content-container .blog-landing-copy {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color:#343434;
	padding-top:4px;

}
.intro-content {
	padding: 55px 200px 90px;
}
.intro-content h1,
.grid-home .intro-content h1  {
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #104c6e;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 4px;
	animation-duration: 2s;
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	 animation-fill-mode: both;}

.intro-content h1 .head-1 {
	display: block;
}

.intro-content h1 .head-2 {
	font-family: 'Prata', serif;
	font-size: 38px;
	text-transform: lowercase;
	color: #104c6e;
	text-align: center;
	letter-spacing: 0px;
	display: block;
/*
	animation-delay: 0.5s;
	animation-duration: 2s;
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	 animation-fill-mode: both;
*/
	line-height: 44px;
	margin-bottom: 42px;
}

.intro-slider-team-quote-section, .intro-slider-team-quote-section, .footer-cta-contact-section, .intro-team-quote-section {
	-webkit-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
	-moz-box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
	box-shadow: -1px 2px 9px 3px rgba(0,0,0,0.07);
}

.intro-about {
    padding: 55px 200px 100px;
}

/* LANDING COMPONENT */
.interior-content .col-md-offset-1 {
  margin-left: 0;
  padding: 0;
}
.interior-content .col-md-offset-1 .panel-heading {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}
.interior-content .col-md-offset-1 .accordion .panel-button-heading {
  padding: 0;
}
.interior-content .col-md-offset-1 ul.accordion {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 32px;
  width: 100%;
  padding-left: 10px;
}
.interior-content .col-md-offset-1 ul.accordion li {
 display: flex;
 width: 100%;
}
 .interior-content .col-md-offset-1 ul.accordion li:before {
 content:'';
 font-family: "FontAwesome";
 font-weight: 400;
 content: "\f101";
 display: inline;
 font-size: 12px;
 margin-right: 10px;
}


/*
==============================================
Responsive Meia Queries NEW
==============================================
*/


/* Touch devices only */
@media (pointer:coarse) {
/*
==============================================
Home Intro Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
Home Intro Section
==============================================
*/
.body-map-directions .intro-content {
    padding: 65px 50px 130px;
}


}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Home Intro Section
==============================================
*/

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
Home Intro Section
==============================================
*/

.intro-content {
	padding: 65px 100px 130px;
}
.body-map-directions .intro-content {
    padding: 65px 50px 130px;
}


}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
Home Intro Section
==============================================
*/
.intro-content {
    padding: 65px 30px;
}
.interior-content .col-md-offset-1 ul.accordion {
	column-count: 1;
}

}



/* Extra small landscape devices (most landscape phones, >=480px and <= 767 and landscape) mobile-l */

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
/*
Home Intro Section
==============================================
*/


}

/* IE only */
@media screen\0 {


}
