/*Footer Links*/
.footer-links a{
	color: #86a3bc;
}

.footer-links:hover a{
	color: #FFD522;
}



/*Top Bar Z Index*/
#site-header-sticky-wrapper.is-sticky #site-header {
    z-index: 98 !important;
}


.rounded-corners {
	border-radius: 10px !important;
}


.cta-button {
	background-color: #FFD522 !important;
	color: #0B202F;
}

.cta-button:hover {
background-color: #125FAB !important;
}

/*Remove Link Underline*/
a {
  text-decoration: none !important;
}