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

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

/*
==============================================
Callout Section
==============================================
*/

.callouts-section {
	border-bottom: solid 4px #c9a560;
}
/*
.callouts-content:before {
    content: '';
    display: block;
    background: #c9a560;
    height: 8px;
    width: 350px;
    margin: 0 auto;
}
*/
.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
	background: none;
	margin: 0;
}


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

.callouts-section .callouts-container {
	padding: 80px 0px;
}
.callouts-section .callouts-container, .callouts-section .callouts-mobile-slider {
	background: transparent;
	grid-gap: 20px 0px;
}
.callouts-section .callout-categories-wrapper {
	display: none;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper {
	padding: 0px;
    height: auto !important;
}
.callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    height: inherit !important;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
	font-family: 'Cormorant', serif;
	font-size: 29px;
	line-height: inherit;
	font-style: italic;
	text-transform: none;
	color: #966c1d;
	padding: 10px 20px 0px 0px;
}
.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
	font-family: 'Abel', sans-serif;
	font-size: 44px;
	font-style: normal;
	text-transform: uppercase;
	color: #595959;
	display: block;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
	font-family: 'Abel', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #595959;
	padding: 10px 50px 10px 0px;
}
.callouts-container .callout-item .callout-image-wrapper, .callouts-mobile-slider .callout-item .callout-image-wrapper {
	position: relative;
}
.callouts-section .callouts-container .callout-item .callout-image-wrapper:before, .callouts-section .callouts-mobile-slider .callout-item .callout-image-wrapper:before {
	content: '';
	display: block;
	height: 8px;
	background: transparent;
	width: 0;
	position: absolute;
    top: 0;
    left: 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;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item:hover .callout-image-wrapper:before, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-image-wrapper:before {
	content: '';
	display: block;
	height: 8px;
	background: #c9a560;
	width: 100%;
    position: absolute;
    top: 0;
    left: 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;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
	font-family: 'Abel', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 1px;
	border: none !important;
	background: none !important;
	color: #5a5a5a;
	padding: 0px 90px 0px 0px;
    text-align: left;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper {
	padding: 10px 0px;
	position: relative;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper {
	top: -15px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta-wrapper {
	top: -5px;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
    padding: 0px 90px 0px 0px;
    color: #966c1d;
    border: none !important;
    background: none !important;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
	height: 0px;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-copy-wrapper {
	height: inherit !important;
	opacity: 1;
	display: block;
	-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.callouts-section .callouts-container .callout-item .callout-cta-wrapper button:after, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button:after {
	content: '';
	font-family: "FontAwesome";
  font-weight: 400;
  content: "\f101";
  display: inline;
	/* display: inline-block;
	background: url(https://www.raymondjames.com/-/media/RJ/advisor-sites/Sites/v/a/vanilla-model-2/Images/action-icon.png);
	width: 36px;
	height: 18px;
	margin-left: 10px;
	top: 1px;
  position: relative; */
}

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


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

}


/* Large devices (tablet landscape, 1024px and less) tablet-l */
@media only screen and (max-width: 1024px) {
/*
==============================================
Callout Section
==============================================
*/
/*	.callouts-section {
		min-height: 700px;
	}*/
	.callouts-section .callouts-container .callout-item {
		width: calc(33.3% - 0px);
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h2 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h2 .callout-subhead {
		font-size: 36px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 35px;
	}
	.callouts-section .callouts-container {
		align-items: start !important;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		font-size: 16px;
		line-height: 21px;
		padding: 0px 20px 0px 0px;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		height: inherit !important;
		opacity: 1;
	}
	.callouts-section .callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 36px;
	}
	.callouts-section .callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		opacity: 1;
		margin-bottom: 30px;
	}
	.callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		height: inherit !important;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
		padding: 0px !important;
	}
}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Callout Section
==============================================
*/
	.callouts-section .callouts-container .callout-item {
		width: calc(50% - 20px);
		margin: 0 auto;
	}
/*	.callouts-section {
		height: 1400px;
	}*/
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 40px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h2 .callout-subhead, .callouts-mobile-slider .callout-item .callout-heading-wrapper h2 .callout-subhead {
		font-size: 43px;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
		padding: 0px 50px 0px 0px !important;
	}
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide {
		background: none;
	}
	.callouts-section .callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		opacity: 1;
	}
	.callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		height: inherit !important;
	}

}


/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Callout Section
==============================================
*/
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide {
		background: none !important;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		padding: 10px 10px 10px 0px;
	}
	.callouts-section .callouts-container .callout-item:hover .callout-image-wrapper:before, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-image-wrapper:before {
		height: 8px;
		background-color: transparent;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-copy-wrapper {
		opacity: 1;
		height: 180px !important;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
		padding: 0px 60px 0px 0px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 32px;
		color: #595959;
		line-height: 44px;
	}
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		font-family: 'Abel', sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: 400;
		letter-spacing: 1px;
		border: none !important;
		background: none !important;
		color: #5a5a5a;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		color: #595959;
	}
	.callouts-section {
		height: auto;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-copy-wrapper {
		opacity: 1;
		height: 120px !important;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper {
		height: 90px !important;
		padding: 0px;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button, .callouts-section .callouts-container .callout-item:hover .callout-cta, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-cta {
		padding: 0px 60px 0px 0px;
	}
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper {
		padding: 0px;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		opacity: 1;
	}
	.callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper {
		height: inherit !important;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 40px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
		font-size: 36px;
	}

}

/* Extra small devices (most portrait phones, 375px and less) mobile-p */
@media only screen and (max-width: 375px) {

	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 31px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
		font-size: 27px;
	}
	.callouts-section .callouts-container .callout-item .callout-cta-wrapper button, .callouts-section .callouts-mobile-slider .callout-item .callout-cta-wrapper button {
		padding: 0px !important;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper .callout-heading, .callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-heading-wrapper .callout-heading {
		padding: 10px 0px 0px 0px;
		font-size: 29px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
		font-size: 29px;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .head-2, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .head-2 {
		font-size: 31px;
	}

}

/* 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) {
/*
==============================================
Callout Section
==============================================
*/

	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-cta-wrapper button {
		font-family: 'Abel', sans-serif;
		font-size: 20px;
		line-height: 24px;
		font-weight: 400;
		letter-spacing: 1px;

		border: none !important;
		background: none !important;
		color: #5a5a5a;
		padding: 0px 0px 0px 0px;
		text-align: left;
	}
	.callouts-section .callouts-version-1.callouts-mobile-slider .callout-slide .callout-copy-wrapper {
		color: #595959;
		margin-top:10px;
		margin-bottom: 0px;
	}
	.callouts-section {
		height: 600px;
	}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-copy-wrapper {
		opacity: 1;
		height: inherit !important;
	}
	.callouts-section .callouts-container .callout-item .callout-heading-wrapper h3 .callout-subhead, .callouts-section .callouts-mobile-slider .callout-item .callout-heading-wrapper h3 .callout-subhead {
    font-size: 37px;
}
	.callouts-section .callouts-container .callout-item .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item .callout-copy-wrapper, .callouts-section .callouts-container .callout-item:hover .callout-copy-wrapper, .callouts-section .callouts-mobile-slider .callout-item:hover .callout-copy-wrapper {
		opacity: 1;
		height: inherit !important;
	}
}

/* IE only */
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
/*
.callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
	height: unset !important;
	}
*/
.callouts-container .callout-item .callout-copy-wrapper, .callouts-mobile-slider .callout-item .callout-copy-wrapper {
    height:auto !important;
	width: auto !important;
}
	.callouts-container .callout-item, .callouts-mobile-slider .callout-item {
		vertical-align: top !important;
		display: grid;
	}
	.callouts-container .callout-item {
		height: inherit;
	}
}
