@import url('https://raymondjames.com/-/media/rj/advisor-sites/global/global-css/model-1/base.css');

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

/* DUE TO THE COMPLEXITY OF CUSTOM SITES, PLEASE SEE BUILDER OR
DESIGNER BEFORE MAKING CHANGES TO FUNCTIONALITY OR ADDING/REMOVING CONTENT OR SECTIONS

BUILDER: Brandon
DESIGNER: Christy
JOB #: 19-BR3BL-0051
COMPLETION DATE: 2019
ADDITIONAL NOTES:
Fonts:

font-family: 'Lato', sans-serif;

thin 100
light 300
regular 400
bold 700
black 900

____

font-family: 'Prata', serif;
regular 400

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

.header-main .ftr-logo {
    max-width: 550px;
}
.header-main {
    background: #ffffff !important;
}

.body-contact-us .copy-section .copy-content {
    padding: 95px 89px 0px;
}
.body-contact-us .nap-content {
	padding: 0px 89px 0px;
}
.body-contact-us .form-content {
	padding: 0px 89px 50px;
}
.body-contact-us .ftr-nap .ftr-nap-phone:before, .body-contact-us .ftr-nap .ftr-nap-map-directions:before {
	display: none;
}
.body-contact-us .nap-content .ftr-nap li {
    padding: 5px 0 5px 0px;
}
.body-contact-us .nap-content .ftr-nap {
    font-size: 18px;
    padding-left: 0;
    list-style-type: none;
    line-height: 20px;
}
.body-contact-us .nap-content .ftr-nap a:hover {
	color: #ae5c3c;
}
.bio-section {
	background-image: none !important;
}
.copy-section {
    background-image: none !important;
}
.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;
}
.contact-form-wrapper {
	display: flex;
}
.body-contact-us .video-container {
	margin-bottom: 20px;
}




/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
	
.header-main {
    background: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-pattern-dark.jpg) !important;
}	
	.address-group-name-1 {
		display: none;
	}
	
}


