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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
	background-image: url(https://www.raymondjames.com/-/media/rj/advisor-sites/global/model-assets/model-1/patterns/bkg-pattern-dark.jpg);

}
.footer-section .social-container {
	text-align: center;
	border-bottom: 8px solid #1b1b1b;
	border-top: 8px solid #d27855;
}
.footer-section .footer-cta-section h4 {
	text-align: center;
	font-family: 'Playfair Display', serif;
	color: #c97453;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation: slideInUpSmall 1s linear;
/*	margin-bottom: 80px;*/
	-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;
}
.footer-section .footer-cta-section h4:hover {
	color: #fff;
}
.footer-section .footer-cta-section h4:hover > .head-1 {
	color: #c97453 !important;
}
.footer-section .footer-cta-section h4:hover:after {
    width: 85px;
}
.footer-section .footer-cta-section h4:after {
    content: "";
    display: block;
    height: 5px;
    width: 60px;
    position: relative;
    background: #c97453;
    margin: 19px auto;
	-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;}

.footer-section .footer-cta-section .head-1 {
	/*text-align: left;*/
	font-family: 'Raleway', sans-serif;
	color: #393939;
	font-size: 52px !important;
	font-weight: 600;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	animation-delay:0.4s;
	margin-top:10px;
	animation: slideInUpSmall 1s linear;
	-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;
}
.footer-section .footer-cta-section .head-3 {
	text-align: left;
	font-family: 'Playfair Display', serif;
	color: #eb926f;
	font-size: 31px;
	font-weight: 300;
	line-height: 44px;
	text-transform:uppercase;
	display:block;
	max-width:600px;
	width:100%;
	animation-delay:0.8s;
	animation: slideInUpSmall 2s linear;
}

.footer-section .social-container:after {
	content:"";
	display:block;
	height:2px;
	position:relative;
	bottom: -29px;
	background:#313131;
}
.footer-section .social-container .fa {
	color: #fff;
	font-size: 18px;
}
.footer-section .social-container a {
	position: relative;
	top:5px;
}
.footer-section .social-main {
	text-align: center;
	border-top: 2px solid #303030;
	padding-top: 35px;
}
.footer-section .ftr-group-name {
	color: #fff;
	letter-spacing: 2px;
    font-size: 20px;
	text-align: center;
}
.footer-section .ftr-disclosures {
	color: #989898;
	margin: 30px 30px;
	text-align: center;
	font-size: 13px;
    line-height: 20px;
    font-weight: 300;
}
.footer-section .ftr-disclosures a {
	color: #d2d2d2;
}
.footer-section .ftr-disclosures a:hover {
	color:#eb926f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-section .ftr-nap li, .footer-section .ftr-nap-phone a, .footer-section .ftr-nap-map-directions a {
   	font-weight:400;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 26px;
}

.footer-section .footer-contact-info {
	padding: 0px 0 10px;

}
.footer-section .footer-contact-info-section a:hover {
	color: #eb926f;
	clear: both;
}

.footer-section .footer-contact-info .ftr-nap-phone, .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions, .ftr-nap p {
    display: inline-block;
}

.footer-section .footer-logo .ftr-logo {
    max-width: inherit;
}
.footer-section .footer-logo .ftr-logo-wrapper {
	flex-direction: column;
}
.footer-section .footer-logo .ftr-logo-divider:after {
    position: relative;
    display: block;
    margin: 10px auto 20px;
    width: 100px;
    height: 1px;
}

.footer-section .footer-contact-info .ftr-nap {
	margin-bottom: 12px;
}
.footer-section .ftr-nap-address-line1:after, .footer-section .ftr-nap-address-line2:after {
	content:",";
	color: inherit;
}


/* ----------- footer slide animation ----------- */
.footer-social-content {
	animation: slideInDownSmall 2s forwards;
}
@keyframes slideInDownSmall {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInDownSmall {
  -webkit-animation-name: slideInDownSmall;
  animation-name: slideInDownSmall;
}

/* ----------- Phone ----------- */

.footer-section .ftr-nap li[data-phonetype="0"]::before {
    font-family: 'Playfair Display', serif !important;
    content: 'Fax: ' !important;
    display: none;
    color: #948f8f!important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    left: 30px;
    margin-right: 30px;
    margin-bottom: 6px;
}
.footer-section .footer-contact-info-info .ftr-nap .ftr-nap-address-line1:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 2px;
    color: #585757;
}
.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
    content: "//";
    position: relative;
    margin-left: 8px;
    margin-right: 3px;
    color: #585757;
}
.footer-section .footer-contact-info  .ftr-nap li {
    padding: 5px 0 2px 0px;
}

.footer-section .social-container a .fa {
	color: #fff !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;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footer-section .social-container a:hover .fa {
	color: #eb926f !important;
}

/* ----------- Address ----------- */
.footer-section .ftr-nap-name {
    font-family: 'Playfair Display', serif !important;
    color: #948f8f !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-section .ftr-nap .ftr-nap-email:before, .ftr-nap .ftr-nap-name:before {
	display:none;
}
.footer-section .ftr-nap-address:before {
    font-family: 'Playfair Display', serif !important;
    content: 'Address: ' !important;
    display: block;
    color: #948f8f!important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 16px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 0px!important;
    position: relative;
    margin-right: 30px;
    margin-bottom: 6px;
}
.footer-section .ftr-nap .ftr-nap-address-label:before {
	display:none;
}
.footer-section .ftr-nap .ftr-nap-map-directions:before {
	display: none;
}

.footer-section .ftr-nap p {
	margin: 0px;
	font-weight:400;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 19px;
	line-height: 26px;
	text-transform: none;
}
.footer-section .ftr-nap-map-directions {
	text-transform: none !important;
}

.footer-section .footer-headline {
	display: inline-block;
    width: 100%;
}

.footer-section .footer-headline-content {
	margin:0 !important;
}
.footer-section .ftr-cta-wrapper {
	margin:0 !important;
}
.footer-section .footer-cta h2 {
	font-family: 'Playfair Display', serif;
	color: #948f8f;
	font-size: 21.27px;
	text-align: left !important;
	font-weight: 300;
	line-height: 44px;
	text-transform: uppercase;
	margin: 30px auto 5px;
	-webkit-font-smoothing: antialiased;
}
.footer-section .footer-headline-content {
	font-family: 'Playfair Display', serif;
	color: #948f8f;
	font-size: 21.27px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	margin: 0px auto 5px;
	-webkit-font-smoothing: antialiased;
}

.footer-section .sub-light {
	color: #eb926f;
}
.footer-section .sub-light .head-1 {
	color: #fff;
}

.footer-section .ftr-cta:hover {
    border: transparent;
}

.footer-section .footer-content a {
	color: #fff;
	-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;
}

.footer-section .footer-content a:hover {
	color:#eb926f;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}
.footer-section .ftr-nap .ftr-nap-phone:before {
	display: none;
}
.footer-section .footer-row-main {
	padding-bottom: 30px;
}
.footer-section .footer-row3 {
	text-align: center;
}
.footer-section .ftr-nap .ftr-nap-address:before {
	font-family: 'FontAwesome';
	content: '\f041';
}

.footer-section .footer-contact-section {
	clear: both;
}









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




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

}


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

}


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

}


/* Medium devices (tablet portrait, 768px and less) tablet-p */
@media only screen and (max-width: 768px) {
/*
==============================================
Footer Section
==============================================
*/
	.footer-section .footer-contact-info {
		text-align: center !important;
	}
	.footer-section .ftr-nap-address:before {
		margin-right: 0px;
	}

}

/* Extra small devices (most portrait phones, 480px and less) mobile-p */
@media only screen and (max-width: 480px) {
/*
==============================================
Footer Section
==============================================
*/
	.footer-section .ftr-disclosures-wrapper {
		padding: 0;
	}
	.footer-section .footer-cta-section h4 {
		line-height: 30px;
	}
		.footer-section .ftr-nap-address:before {
		margin: 0px;
	}
	.footer-section .footer-contact-info .ftr-nap li {
		display: block;
	}
	.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
		display: none;
	}
		.footer-section .ftr-nap-address span {
		display: block;
	}
	.footer-section .footer-cta-section .head-1 {
	   font-size: 45px !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) {
/*
==============================================
Footer Section
==============================================
*/
	.footer-section .ftr-disclosures-wrapper {
		padding: 0;
	}
	.footer-section .ftr-nap-address:before {
		margin: 0px;
	}
	.footer-section .footer-contact-info .ftr-nap li {
		display: block;
	}
	.footer-section .footer-contact-info .ftr-nap .ftr-nap-phone:after {
		display: none;
	}
		.footer-section .ftr-nap-address span {
		display: block;
	}}

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

}
