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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Callouts Section
==============================================
*/
.callouts-section {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-dark-dots.jpg);	
    display: block;
/*    display: inline-table;*/
    width: 100%;
    position: relative;
	clear: both;
	padding: 5px;
}

.callouts-quote-section .callouts-content {
    margin-top: 100px;
    margin-bottom: 50px;
}

.callouts-section .callouts-head-animation {
	animation-name: slideInDownSmall;
}
.callouts-section .callouts-p-animation {
	animation-name: slideIn;
}
.callouts-section .cha-2 {
	animation-delay: 0.4s;
}
.callouts-section .cha-3 {
	animation-delay: 0.8s;
}

.callouts-section .cha-p1 {
	animation-delay: 0.4s;
}

.callouts-section .cha-p2 {
	animation-delay: 0.8s;
}
.callouts-section .cha-p3 {
	animation-delay: 1.2s;
}


.callouts-section .callouts-content {
	margin-top: 100px;
	margin-bottom:50px;
}
.callouts-section  .callouts-container {
	background: none;
}

.callouts-section .callouts-container .callout-item {
	background: none;
	padding-top: 30px;

	/*border: 1px solid rgba(255, 255, 255, 0);*/
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.callouts-section  {
/*
	display: inline-table;
	width: 100%;
*/
	position: relative;
}

.callouts-section .callout-heading .head-1{
	font-family: 'Playfair Display', serif;
	color:#c97453;
	font-size:28px;
	line-height: 25px;
	font-weight: 500;
	display:block;
}
.callouts-section .callout-heading .head-2{
	font-family: 'Raleway', sans-serif;
	font-size: 32px;
	color: #fff;
	line-height: 34px;
	font-weight: 600;
	position:relative;
	top:4px;
}


.callouts-section .callout-heading .head-2:after {
	content:"";
	display:block;
	height: 5px;
	width: 60px;
	position: relative;
	background: rgba(255, 255, 255, 0.20);
	margin-top:32px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.callouts-section .callouts-container .callout-item:hover .head-2:after {
	width: 90px;
}


.callouts-section .callout-item:hover {
	background: rgba(0, 0, 0, 0.15);
/*	padding: 30px 15px 0px;*/

}

.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
	color: #fff;
	font-size: 17px;
	line-height: 25px;
	font-family: 'Raleway', sans-serif;
	margin-top: 32px;
	padding: 0 22px 0 22px;
}

.callouts-section .callouts-container .callout-item .callout-categories-wrapper {
	display: none;
}

.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
	padding: 10px 15px;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button {
	color: #d27855;
	font-family: 'Playfair Display', serif;
	font-size: 16px;
	font-weight: 500;
	background: rgba(0, 0, 0, 0);
	border: none;
	letter-spacing: 1px;
	display: block;
	opacity: 1;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button span {
	display: block;
}
.callouts-section .callouts-container .callout-1 .callout-cta-wrapper button span {
	animation-delay: 1s;
}
.callouts-section .callouts-container .callout-2 .callout-cta-wrapper button span {
	animation-delay: 1.4s;
}
.callouts-section .callouts-container .callout-3 .callout-cta-wrapper button span {
	animation-delay: 1.8s;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta {
	background: rgba(0, 0, 0, 0);
	border: none;
	color:#fff;
	letter-spacing:2px;
	opacity: 1;
}
.callouts-section .callouts-container, .callouts-section .callouts-mobile-slider, .callouts-section .callout-slide {
	background: none !important;
}
/*
==============================================
Responsive Meia Queries NEW
==============================================
*/




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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Callouts Section
==============================================
*/
	.callouts-section .callouts-container .callout-item {
		width: calc(29% - 0px);
	}
	.callouts-section .callout-copy-wrapper {
		height: auto;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
		padding: 0px 10px;
	}
	.callouts-section .callouts-container {
		padding: 0px;
	}	
	
}	


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Callouts Section
==============================================
*/
	.callouts-section .callouts-container .callout-item {
		width: calc(28% - 0px);
	}
	.callouts-section .callout-copy-wrapper {
		height: auto;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
		padding: 0px 0px;
	}
	.callouts-section .callouts-container {
		padding: 0px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper {
		padding: 0 10px;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper {
		padding: 0 10px;
	}
}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Callouts Section
==============================================
*/
	.callouts-section .callouts-mobile-slider {
		text-align: center;
	}
		.callouts-section .callout-heading .head-2:after {
		margin: 32px auto 0;
	}
	.callouts-section .callout-copy-wrapper { 
		color: #fff !important;
		font-size: 17px;
		line-height: 25px;
		font-family: 'Raleway', sans-serif;
		margin-top: 32px;
		padding: 0 33px 0 22px;
	}
	.callouts-section .mc-container .slick-arrow {
		opacity: 1;
	}
	.callouts-section .slick-next:before, .callouts-section .slick-prev:before {
		opacity: 0;
	}
	.callouts-section .slick-prev:hover:before, .callouts-section .slick-prev:focus:before, .callouts-section .slick-next:hover:before, .callouts-section .slick-next:focus:before {
		opacity: 0;
	}	
	.callouts-section .callout-cta-wrapper button {
		color: inherit;
		font-family: 'Playfair Display', serif !important;
		font-size: 16px !important;
		background: rgba(0, 0, 0, 0) !important;
		border: none !important;
		letter-spacing: 1px !important;
	}
	.callouts-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: -20px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #51576d;
		border-top: 1px solid #51576d;
	}
	.callouts-section  .slick-next:after {
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: -20px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #51576d;
		border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
	}
}
/* 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) {
/*
==============================================
Callouts Section
==============================================
*/
	
	.callouts-section .callouts-mobile-slider {
		text-align: center;
	}
		.callouts-section .callout-heading .head-2:after {
		margin: 32px auto 0;
	}
	.callouts-section .callout-copy-wrapper { 
		color: #fff !important;
		font-size: 17px;
		line-height: 25px;
		font-family: 'Raleway', sans-serif;
		margin-top: 32px;
		padding: 0 33px 0 22px;
	}
	.callouts-section .mc-container .slick-arrow {
		opacity: 1;
	}
	.callouts-section .slick-next:before, .callouts-section .slick-prev:before {
		opacity: 0;
	}
	.callouts-section .slick-prev:hover:before, .callouts-section .slick-prev:focus:before, .callouts-section .slick-next:hover:before, .callouts-section .slick-next:focus:before {
		opacity: 0;
	}	
	.callouts-section .callout-cta-wrapper button {
		color: inherit !important;
		font-family: 'Playfair Display', serif !important;
		font-size: 16px !important;
		background: rgba(0, 0, 0, 0) !important;
		border: none !important;
		letter-spacing: 1px !important;
	}
	.callouts-section .slick-prev:after {
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		right: -20px;
		content: "";
		-webkit-transform: rotate(-45deg) skew(-10deg, -10deg);
		transform: rotate(-45deg) skew(-10deg, -10deg);
		width: 25px;
		height: 25px;
		border-left: 1px solid #51576d;
		border-top: 1px solid #51576d;
	}
	.callouts-section  .slick-next:after {
		content: "" !important;
		-webkit-transition: all 500ms ease;
		transition: all 500ms ease;
		position: absolute;
		top: 14px;
		left: -20px;
		-webkit-transform: rotate(45deg) skew(10deg, 10deg);
		transform: rotate(45deg) skew(10deg, 10deg);
		width: 25px;
		height: 25px;
		border-right: 1px solid #51576d;
		border-top: 1px solid #51576d;
		-webkit-text-stroke: 8px transparent !important;
	}
	.callouts-p-animation {
		padding: 0 40px;
	}
}

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