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

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

light 300
regular 400
semi bold 600
bold 700
____

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

/*
==============================================
Footer Section
==============================================
*/
.footer-section {
	border-top:6px solid #002949;
}
.footer-section .footer-image-content .billboard-container {
	min-height: 695px;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 100%;
}
.footer-section .footer-content {
	padding-bottom: 10px;
}

/*
==============================================
For a No-image footer background
==============================================
*/
.body-styles .footer-section .footer-image-content .billboard-container {
	min-height: 340px !important;
}
.body-styles .footer-section .footer-image-content {
	background-color: #002949;
}
.body-styles .footer-image-content .billboard-container.show-billboard {
    opacity: 0.12;
}

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

.footer-section .footer-contact-info {
	margin: 40px 0;
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-duration:1s;
}
.footer-section .footer-cta-contact-section {
	background: #fff;
	padding: 20px 15px 10px;
	margin-top: -130px;
	z-index: 1;
	position: relative;
	margin-bottom: 30px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	-moz-box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	box-shadow: 0px 2px 11px 2px rgba(0,0,0,0.12);
	animation-name: slideInUpSmall;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	animation-duration:1s;
}

.footer-section .ftr-nap .ftr-nap-name:before, .footer-section .ftr-nap .ftr-nap-phone:before, .footer-section .ftr-nap .ftr-nap-map-directions:before, .footer-section .ftr-nap .ftr-nap-address-label:before, .footer-section .ftr-nap .ftr-nap-email:before  {
	display:none !important;
}
.footer-section .ftr-nap .ftr-nap-name {
    padding-bottom: 10px;
    color: #002949;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-section .footer-hedge-content {
	padding: 0px 30px 50px;
}
.footer-section .ftr-cta {
	padding: 0px;
}
.footer-section .ftr-cta-wrapper h5 {
    font-family: inherit;
    font-size: 30px;
    line-height: 35px;
    font-weight: 300;
    color: #5489b6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.footer-section .ftr-cta-wrapper h5:hover {
	color: #002949;
}

.footer-section .ftr-cta-wrapper:before {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 20px auto;
 	border-top:1px solid #5489b6;
 	border-bottom:1px solid #5489b6;
/*
	animation-name: fadeIn;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
*/

}
.footer-section .ftr-cta-wrapper:after {
	content: "";
    display: block;
    position: relative;
    height: 5px;
    width: 35px;
	margin: 15px auto;
 	border-top:1px solid #5489b6;
 	border-bottom:1px solid #5489b6;
}


.ftr-disclosures p {
	margin: 0 0 10px !important
}
.ftr-disclosures-wrapper {
    padding: 0;
}
.footer-image-content  {
	background:#fff;
}
.ftr-disclaimers-wrapper {
    padding: 0;
}
.footer-section .social-container {
    padding: 0px 0;
}
.footer-section .social-container .fa{
	color: #5489b6;
    font-size: 18px;
	-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 .fa:hover, .ftr-nap a:hover {
    color: #002949;
}
.footer-section .social-container .fa:first-child {
	padding-left:0px;
}
.footer-section .ftr-nap-phone, .ftr-nap-wrapper .ftr-nap .ftr-nap-map-directions, .ftr-nap p {
	display:inline;
    font-size: 16px;
    line-height: 18px;
}
.ftr-nap-map-directions {
	display:inline;
}
.footer-section .ftr-nap .ftr-nap-address-line1:after, .footer-section .ftr-nap .ftr-nap-address-line2:after, .footer-section .ftr-nap .ftr-nap-phone:after {
	content:"|";
	position: relative;
    margin-left: 7px;
	margin-right: 5px;
	color:#5489b6;
}
.footer-section .ftr-nap li {
    padding: 5px 0 5px 0px;
    color: #747373;
	font-size:16px;
	line-height: 15px;
}
.footer-section .ftr-nap a {
    text-decoration: none;
    color: #747373;
}
.footer-section .ftr-nap a:hover {
    text-decoration: none;
    color: #5489b6;
}
.footer-section .ftr-nap .ftr-nap-phone:last-child:after {
	content:"";
	position: relative;
    margin-left: 7px;
	margin-right: 5px;
}
.footer-hedge-section, .ftr-disclosures, .ftr-disclaimers, .ftr-disclaimers-wrapper {
    font-size: 11px;
    line-height: 14px !important;
    color: #585757;
	font-weight: 400;
}
.footer-hedge-section a, .ftr-disclaimers a {
	color:#747373;
}
.footer-hedge-section a:hover, .ftr-disclaimers a:hover {
	color:#5489b6;
}
.footer-privacy-content {
	padding: 0 30px;
}
.footer-brokercheck {
	visibility: visible;
}



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

}


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



/*
==============================================
Logo
==============================================
*/


}



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

}

/* IE only */
@media screen\0 { }
<link href="/sitecore/shell/themes/standard/default/Default.css" rel="stylesheet" />

<link href="/sitecore/shell/controls/Lib/Flexie/flex.css" rel="stylesheet" />
