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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Quote Home Section
==============================================
*/


.quote-section {
/*	padding-top:50px;*/
    height: 100%;
    width: 100%;
	position: relative;
}
.body-home .quote-section {
	overflow: auto;
    border-top: 3px solid #222429;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#40404e+0,40404e+0,27272f+99 */
	background: #40404e; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover,  #40404e 0%, #40404e 0%, #27272f 99%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover,  #40404e 0%,#40404e 0%,#27272f 99%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center,  #40404e 0%,#40404e 0%,#27272f 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40404e', endColorstr='#27272f',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.body-home .quote-section:before, .body-home .quote-section:after {
	display:none;
}
.body-home .quote-section:after {
	content:"";
	display:block;
	height: 1px;
	width: 100%;
	background: rgba(255, 255, 255, 0.10);
	bottom: 23px;
	position: absolute;
}
.quote-section .quote-container {
	animation: slideInUpSmall 4s forwards;
}


.quote-section .quote-wrapper {
	padding: 20px 15px 65px;
}
.quote-section .quote-wrapper .quote-hr {
    height: 5px;
    max-width: 880px;
    border: none;
    width: 100%;
	background: none;
}
.quote-section .quote-wrapper .quote-hr:before {
    content: "";
    display: block;
    height: 5px;
    width: 83px;
    margin: 0 auto;
    background: #d27855;
    top: 0;
    z-index: 5;
    position: relative;
}
.quote-section .quote-wrapper .quote-hr:after {
    content: "";
    display: block;
    height: 1px;
    max-width: 880px;
	width:90%;
    margin: 0 auto;
    background: rgba(128, 128, 128, 0.2);
    top: 22px;
    position: absolute;
}
.quote-wrapper .quote p {
    font-weight: 400;
}
.quote-section .quote span {
/*   	text-transform: uppercase;*/
/*	display:block;*/
	animation-delay:1s;
	animation: slideInUpSmall 1.5s forwards;
	display:block;
}
.quote-section .quote-head-2 {
	animation-delay:1s;
	animation-duration: 1.5s;
}
.quote-section .quote {
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    line-height: 40px;
    max-width: 858px;
	width:100%;
    margin: 85px auto 25px;
    color:#1f1f1f;
}
.quote-section .quote-cite {
	margin-top: 22px;
	font-family: 'Playfair Display', serif;
	font-style: italic;
	font-size: 21px;
	line-height: 24px;
	color: #ae5c3c !important;
}
.body-home .quote-section .quote-cite {
	color:#f69570 !important;
}
.quote-section .author-second {
	animation-delay:1s;
	animation: slideInUpSmall 2s forwards;
}
.body-home .quote-section .quote { 
	color:#fff !important; 
}
.quote-section .quote-content {
	padding-top: 50px;
}
.quote-section .quote-int-section {
    display: grid;
	background: #fff;
}
.quote-section .quote-section:before {
	content:"";
	height: 20px;
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-m-grid.jpg);
	width: 100%;
	display:block;
}
.quote-section .quote-section:after {
	content:"";
	height: 20px;
	background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-m-grid-light.jpg);
	width: 100%;
	display:block;
}
.quote-section .quote-container {
	position: relative;
}
.quote-section .quote-content .mc-container:before {
	display: none !important;
}


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




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

}


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


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Quote Home Section
==============================================
*/
	.quote-section .quote {
		font-size: 24px;
	}
	
	.quote-int-section .mc-container .slick-next:after {
		left: 20px;
	}
	.quote-int-section .mc-container .slick-prev:after {
		right: 20px;
	}
	.quote-int-section {
		display: block;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Quote Home Section
==============================================
*/
	.quote-section .quote {
		font-size: 24px;
		line-height: 31px;
	}
	.quote-section .quote-hr {
		max-width: 100%;
	}
	.quote-int-section .mc-container .slick-next:after {
		left: 0px;
	}
	.quote-int-section .mc-container .slick-prev:after {
		right: 0px;
	}
	
}


/* 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) {
/*
==============================================
Quote Home Section
==============================================
*/
	.quote-section .quote-hr {
		max-width: 100%;
	}
	.body-home .quote-sectionquote {
		width: 85%;
	}
	.quote-int-section .mc-container .slick-prev:after {
		right: 0px !important;
	}
	.quote-int-section .mc-container .slick-next:after {
		left: 0px !important;
	}
	.quote-int-section .mc-category-wrapper {
		padding-bottom: 40px;
	}
	.quote-section .quote {
		font-size: 23px;
		line-height: 31px;
	}


}

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