/* Enter Your Custom CSS Here */
.section-title-bold-center span, .section-title-bold span {
    background-color: #274174;
    color: white !important;
}
.nav-size-medium>li>a {
    font-size: .88em !important;
}
.nav-dark .social-icons .button.is-outline, .dark .social-icons .button.is-outline {
    background-color: white !important;
    border-color: rgba(255,255,255,1) !important;
    color: #00016d !important;
    /* padding: 0px; */
}
@media only screen and (min-width: 600px) {
.rightonpc {
	text-align:right;
}
}
@media only screen and (min-width: 600px) {
.centeronpc {
	text-align:center !important;
}
}
@media only screen and (max-width: 600px) {
	p {
		text-align:center !important;
	}
}
.footer a[href^="tel:"], .header-top a[href^="tel:"]  {
  color: white !important;
}
a[href^="tel"] {
    color: #00016d !important;
}
.payment-icons.inline-block {
  display:none;
}
.accordion-item, .accordion-title.active {
    background-color: #4e8abf;
    color: white;
}
input[type='text'],input[type='email'],input[type='tel'],textarea, input[type='button'], .button {
  font-size:0.82em !important;
}

.nav-dropdown .menu-item-has-children>a, .nav-dropdown .nav-dropdown-col>a {
	font-size: 1.1em !important;
}
