/*==============================================  IMPORTANT - PLEASE READ ==============================================

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

========================================================================================================================
*/

/*
==============================================
Copy Section
==============================================
*/

.copy-section {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-interior-top-2.jpg);
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	background-attachment: fixed;
}
.copy-section .copy-content {
	padding: 95px 89px 140px;
}
.copy-section h1 {
	font-family: 'Playfair Display', serif;
	color: #c97453;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation: slideInUpSmall 1s linear;
	margin-bottom: 40px;
}
.copy-section h1 .head-2:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #c97453;
    margin: 19px 0;
}

.copy-section .head-1 {
	/*text-align: left;*/
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 52px !important;
	font-weight: 600;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation-delay:0.4s;
	margin-top:10px;
	animation: slideInUpSmall 1s linear;
}
.copy-section .head-3, .copy-section .head-2 {
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #ae5c3c;
	font-size: 31px;
	font-weight: 300;
	line-height: 35px;
	text-transform:uppercase;
	display:block;
/*	max-width:600px;*/
	width:100%;
	animation-delay:0.8s;
	animation: slideInUpSmall 2s linear;
}
.body-about-us .copy-section h2 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #ae5c3c;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation: slideInUpSmall 1s linear;
	margin-bottom: 80px;
}
.body-about-us .copy-section h2:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #c97453;
    margin: 19px auto;
}

.copy-section .head-1 {
	/*text-align: left;*/
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 52px !important;
	font-weight: 600;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation-delay:0.4s;
	margin-top:10px;
	animation: slideInUpSmall 1s linear;
}
.copy-section h2 .head-3, .body-about-us .copy-section h2 .head-2 {
	font-family: 'Playfair Display', serif;
	color: #ae5c3c;
	text-align: center;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	max-width:600px;
	margin: 0 auto;
	width:100%;
	animation-delay:0.8s;
	animation: slideInUpSmall 2s linear;
}

/* Team Image */
.team-image-wrapper {
    height: auto;
    margin: 55px auto 70px;
    width: 80%;
	text-align: center;
}
.team-image-wrapper img  {
	display: inline;
}

/* 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) {
/*
==============================================
Copy Section
==============================================
*/

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section .copy-content {
		padding: 95px 40px 140px;
	}

}


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Copy Section
==============================================
*/
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Copy Section
==============================================
*/
	.copy-section .copy-content {
		padding: 65px 60px 140px;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Copy Section
==============================================
*/
	.team-image-wrapper {
		width: 100%;
	}
	.copy-section .head-3, .copy-section .head-2 {
		text-align: left;
		font-family: 'Playfair Display', serif;
		color: #eb926f;
		font-size: 31px;
		font-weight: 300;
		line-height: 28px;
	}
	.copy-section .copy-content {
		padding: 65px 30px 140px;
	}
	.copy-section .head-1 {
		font-size: 35px !important;
		line-height: 33px;
	}
  .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) {
/*
==============================================
Copy Section
==============================================
*/


}

/* IE only */
@media screen\0 {

}
