/*==============================================  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
____

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

/*
==============================================
Content Styles
==============================================
*/

.copy-content h2 {
	font-family: 'Abel', sans-serif;
    font-size: 28px;
    line-height: 30px;
	text-transform: uppercase;
    color: #1c2744;
	margin: 15px 0;
}
.copy-content h3, .resource-detail-heading h3 {
	font-family: 'Abel', sans-serif;
    font-size: 26px;
    line-height: 28px;
	text-transform: uppercase;
    color: #1c2744;
	margin: 15px 0;
}
.copy-content h4 {
	font-family: 'Abel', sans-serif;
    font-size: 24px;
    line-height: 26px;
	text-transform: uppercase;
    color: #1c2744;
	margin: 15px 0;
}
.copy-content h5 {
	font-family: 'Abel', sans-serif;
    font-size: 22px;
    line-height: 24px;
	text-transform: uppercase;
    color: #1c2744;
	margin: 15px 0;
}
.copy-content ul {
    padding-left: 30px;
    list-style-type: disc;
    margin-bottom: 20px;
}
.copy-content ol {
    padding-left: 30px;
    list-style-type: decimal;
    margin-bottom: 20px;
}
.copy-content blockquote, q, .resource-detail-copy-wrapper blockquote {
    quotes: none;
    font-family: 'Cormorant', serif;
    font-weight: 300;
	font-style: italic;
    font-size: 24px;
    line-height: 40px;
    color: #353d48;
    text-align: center;
    margin: 60px auto 50px;
    border-top: 1px solid #c9a560;
    border-bottom: 1px solid #c9a560;
    padding: 0px 40px 100px 40px;
}
.copy-content blockquote:before, .resource-detail-copy-wrapper blockquote:before {
    content: "";
    display: block;
    width: 350px;
    height: 8px;
    background-color: #c9a560;
    margin: 0 auto;
	margin-bottom: 80px;
}

.main-content-section {
	border-bottom: solid 4px #c9a560;
}
.main-content-section:before {
    content: '';
    display: block;
    background: #c9a560;
    height: 8px;
    width: 350px;
    margin: 0 auto;
}

/*
=========================================
Interior Content
========================================= */
.copy-section {
	position: relative;
}
.copy-section:before {
	content: "";
	display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
	height: 8px;
	background-color: #c9a560;
	margin: 0 auto;
	width: 0px;
    animation-name: line-draw;
	animation-delay: 1s;
    animation-duration: 3s;
    animation-fill-mode: forwards;
}

/*
.copy-section {
	border-bottom: solid 4px #c9a560;
}
*/

/*
.main-content-int-headline {
}
*/
.copy-section h1 {
	font-family: 'Abel', sans-serif;
	font-size: 58px;
	line-height: 59px;
	color: #191d28;
	text-transform: uppercase;
	letter-spacing: 3px;
/*	padding: 0px 180px;*/
    margin-top: 0;
    margin-bottom: 100px;
	text-align: center;
}
.copy-section h1 .head-1 {
	display: block;
	animation-name: slideInDownSmall;
	-webkit-animation-fill-mode: both;
  animation-fill-mode: both;
    animation-duration: 2s;
	animation-delay: .25s;
}
.copy-section h1 .head-2 {
	font-family: 'Cormorant', serif;
	font-size: 48px;
	line-height: 49px;
	text-transform: none;
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	color: #966c1d;
	display: block;
	letter-spacing: 0px;
	animation-delay: .25s;
    animation-duration: 2s;
}
.copy-content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 35px;
	color: #2b2b2b;
	padding: 50px 150px 150px 150px;
	animation-delay: 1.5s;
    animation-duration: 2s;
}
.copy-content p {
	margin: 0 0 30px;
}
.copy-content p small {
    font-size: 13px;
    line-height: 18px;
}
.body-about-us .copy-content {
	padding: 50px 150px 00px 150px;
}
.body-map .copy-section, .body-resource .copy-section, .body-resource-page .copy-section,.body-blog .copy-section, .body-blog-page .copy-section {
	border-bottom: solid 4px #c9a560;
}

/* 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) {
/*
==============================================
Content Styles
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Content Styles
==============================================
*/

}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Content Styles
==============================================
*/
.copy-section h1 {
		font-family: 'Abel', sans-serif;
		font-size: 46px;
		line-height: 49px;
		color: #191d28;
		text-transform: uppercase;
		letter-spacing: 3px;
		animation-delay: 1s;
		animation-duration: 3s;
		margin-top: 50px;
		margin-bottom: 40px;
	}
	.copy-content h2 {
		font-family: 'Abel', sans-serif;
		/* font-size: 43px;
		line-height: 45px; */
		color: #1c2744;
		margin: 15px 0;
	}
	.copy-content h3 {
		font-family: 'Abel', sans-serif;
		/* font-size: 35px;
		line-height: 45px; */
		text-transform: uppercase;
		color: #1c2744;
		margin: 15px 0;
	}
	.home-intro-copy {
		padding: 80px;
	}
	.main-content-int-blog {
		padding: 0px 80px;
	}
	.copy-content blockquote:before {
		width: 250px;
	}
	.interior-default {
		overflow: hidden;
	}
	.main-content {
		margin-top: 0 !important;
	}
	.copy-content {
		padding: 50px 80px 150px 80px;
	}
	.body-about-us .copy-content {
		padding: 50px 80px 0px 80px;
	}
}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Content Styles
==============================================
*/
.copy-content {
		padding: 80px 20px 150px 20px;
	}
	.scroller.show-scroller {
		bottom: 0%;
	}
	.copy-section h1 {
    	font-size: 43px;
    	line-height: 45px;
		padding: 0px;
	}
	.copy-section h1 .head-2 {
		font-size: 40px;
	}
/*
	.fixed-top .copy-section {
		padding-top: 152px;
	}
*/

	.home-intro-copy {
		padding: 80px 30px;
	}

	.body-about-us .copy-content {
		padding: 50px 20px 0px ;
	}
	.scroller.show-scroller {
    bottom: 5%;
    right: 0;
    left: auto;
	}
	.interior-content .col-md-offset-1 ul.accordion {
    column-count: 1;
  }	

}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {
	.copy-content blockquote, q {
		  padding: 0px 20px 100px 20px
	  }
	.copy-content blockquote:before {
		width: 180px;
	}
	.fixed-top .copy-section {
		padding-top: 135px;
	}


}

/* 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) {
/*
==============================================
Content Styles
==============================================
*/

	.home-intro-copy, .resource-detail-content-wrapper {
		padding: 40px 50px 150px 50px;
	}
	.scroller.show-scroller {
    bottom: 10%;
    right: 0;
    left: auto;
	}
}

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