.video-slider .vid {
    width: 600px;
    height: 300px;
}
.featured-pages .ft-page-item {
  border: none !important;
}
.site-section.cta-section {
  border-top: 1px solid #01378e !important;;
  border-bottom: 1px solid #01378e !important;;
}
.site-footer {
  border-top: 10px solid #01378e !important;
}

.inner-page-banner .page-banner:before {
    background-color: rgba(0, 0, 0, 0.60) !important;
}
.genesis-nav-menu .sub-menu .sub-menu {
    margin: -54px 0 0 200px;
 }
.sub-menu .menu-item-has-children > a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid currentColor;
}