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

font-family: 'Source Sans Pro', sans-serif;
____

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Intro Section
==============================================
*/

.intro-section {
    background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bodycopy-people-texture.jpg);
    padding: 142px 0 122px;
    background-size: cover;
    background-position: center center;
}
.intro-section .rich-text-container {
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;

}
.intro-content {
    max-width: 800px;
    margin: 0 auto;
/*    padding: 96px 0 66px;*/
	text-align: center;
}
.intro-content .intro-text {
	padding: 96px 0 66px;
}
.intro-section .body-copy-accent {
	font-family: 'Playfair Display', serif;
	color: #ae5c3c;
	font-size: 28.27px;
	font-weight: 300;
	line-height: 44px;
	text-align: center;
	padding: 0 110px;
	text-transform: uppercase;
	margin: 30px auto 20px;
	-webkit-font-smoothing: antialiased;
}
.intro-section .body-copy-accent:after {
	content:"";
	display:block;
	height:5px;
	width: 60px;
	background: rgba(57, 57, 57, 0.2);
	margin:28px auto 20px;
}
.intro-section .intro-text:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    background: #d27855;
    position: relative;
    top: -99px;
    z-index: 1;
    margin: 0 auto;
}

.intro-section .intro-content:before {
    content: "";
    height: 1px;
    width: 100%;
    background: rgba(57, 57, 57, 0.2);
    position: relative;
    left: 0;
	display: block;
}

.intro-section .intro-content:after {
	content:"";
    height: 1px;
    width: 100%;
    background: rgba(57, 57, 57, 0.2);
    position: relative;
    left: 0;
	bottom:0;
	display: block;
}

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




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

}


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


/* Large devices (desktops, 992px and less) */
@media only screen and (max-width: 992px) {
/*
==============================================
Intro Section
==============================================
*/
	.intro-content .intro-text {
		padding: 96px 30px 66px;
	}
}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Intro Section
==============================================
*/
	.intro-section .body-copy-accent {
		padding: 0 70px;
	}

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Intro Section
==============================================
*/
	.intro-section {
		padding: 62px 0 25px;
	}
  .intro-section .intro-text:before {
		top: -59px;
	}
	.intro-content .intro-text {
		padding: 56px 30px 66px;
	}
	.intro-section .body-copy-accent {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px;
	}

	.bodycopy-content {
		margin: 0 auto !important;
		padding-top: 66px;
	}

/*
==============================================
Logo
==============================================
*/


}


/* 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) {
/*
==============================================
Intro Section
==============================================
*/
	.intro-section {
		padding: 62px 0 25px;
	}
	.intro-section .intro-text:before {
		top: -59px;
	}
	.intro-content .intro-text {
		padding: 56px 30px 66px;
	}
	.intro-section .body-copy-accent {
		font-size: 27px;
		line-height: 32px;
		padding: 0 0px;
	}

	.bodycopy-content {
		margin: 0 auto !important;
		padding-top: 66px;
	}
	.intro-content .intro-text {
		padding: 56px 60px 66px;
	}
}

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

}
