  /* #wpb_masthead {
    height: 58px;
    padding: 0;
}

#wpb_masthead .col.omega {
    display: flex;
    align-items: center;
} */

element {
	margin-top: 30px;
	padding-left: 0px;
	padding-right: 0px;
}

.bg-brand {
    background-color: #e72131;
}

.bg-dark {
    background-color: #000!important;
}

.border-dark {
    border-color: #e72131!important;
}

a, .color-brand,
.story, .read-more a{
    color: #000;
}

a:hover, a:focus {
    color: #e72131;
}

.pagination .current, 
.pagination a:hover{
    background: #e72131 !important;
}

.pagination a,
.pagination span,
.supermenu__mobile .supermenu__menu-items-wrapper li{
    background: #000 !important;
}

.page-header {
    border-left: 5px solid #000 !important;
}

#schedule_now_a {
    background: #e72131;
}

.page-header h2 {
    font-size: 18px;
    margin: 30px 0px 15px 5px;
    padding: 15px 0;
    border-bottom: 1px dotted #ddd;
    color: #000;
}

.article-header h2 {
    font-family: Open Sans;
    font-weight: 900;
    font-size: 30px;
    padding: 20px 0px 0px 0px;
}

.sidebar .adv-banner {
    background-color: #f7f9fb !important;
    padding: 10px;
}

.rightCol .adv-banner {background-color: #f7f9fb !important}

.story.text-center {color: #FFF}


 /* -----------------------------------------------------------------------------
* $SITE FOOTER
* -------------------------------------------------------------------------- */

.footer-nav ul {
  list-style: none; 
  margin: 0 0 25px 0; 
  padding: 0;
  text-align: center;  
  display: flex;
}

.footer-nav li {
 flex:3;
 padding:10px
}

.footer-nav li a {
    color:#fff;
}

.footer-nav li a:hover {
    color:#000
} 

@media all and (max-width: 1000px) { 
.footer-nav ul { flex-wrap: wrap; }
.footer-nav li { flex: 1 1 50%; } 
}

@media all and (max-width: 480px) { 
.footer-nav li { flex-basis: 100%; } 
}
