.footer-section .ftr-nap-address:before {
    content: 'HOME OFFICE: ' !important;
}
.footer-section .ftr-nap .ftr-nap-address:before {
    content: 'HOME OFFICE: ' !important;
}

.billboard-container .btn.secondary, .services-section .btn.secondary {
    border: 1px solid #fff !important;
    color: #fff !important;
    font-weight: 600;
    padding: 1em 1.5em !important;
    text-transform: uppercase !important;
    display: inline-block !important;
    margin-inline: 8px;
margin-top:10px;
	background: transparent !important;
}

.billboard-container .btn.secondary:hover, .services-section .btn.secondary:hover {
  background: #fff!important;
  color: #002949 !important;
border: 1px solid #002949 !important;
}	

.billboard-container a:visited, .billboard-container a:active {
    color:  #5F9BC6 !important;
	 background: #fff!important;
	border: 1px solid #002949 !important;
}
.schedule-meeting {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 700;
	color:#fff !important;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background: #5F9BC6;
    border: 1px solid #002949;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;}

.schedule-meeting a{
color: #ffffff !important;
}
.schedule-meeting:hover{
color: #002949 !important;
}
.hide-disclosures {
    .disclosure, .disclaimer {
        display: block;
    }
}
