

/*Adjustment to Billboard CTA Overlay*/

/*#main-banner-text-container, ul#subpage-breadcrumbs, #subpage-main-title {
    background-color: rgba(255,206,52,0.45) !important;
}

#banner-image-container #main-banner-overlay #main-banner-text-container p:last-child, #banner-image-container #main-banner-overlay #main-banner-text-container #home-breadcrumb, .breadcrumb-title a, #main-banner-text-container, ul#subpage-breadcrumbs, #subpage-main-title, #subpage-banner-container #subpage-banner-overlay #subpage-banner-width ul#subpage-breadcrumbs li a {
color: rgb(0, 51, 102) !important;
}*/

#agency-spotlights-container {
    background: #003366 !important;}

#home #main-banner-text-container {
    background-color: rgba(255,206,52,0.45) !important;
}
#home #main-banner-text-container h2, #home #main-banner-text-container p {
    color: rgb(0, 51, 102) !important;
}

/*Adjustment to Scroll for more Button*/
#scroll-for-more-container #home-scroll-for-more {
background-color: #003366 !important;
}

#agency-spotlights-container .agency-spotlight img {
    max-width: 3rem !important;
    max-height: 3rem;
}
/*Yellow Button*/    
a.button.yellow {
    color: #2a4d87 !important;
    background-color: #FFCE34 !important;
    font-weight: bold !important;
}
a.button.yellow:hover {
    background-color: #ffe181 !important;
}
/*Adjustment to Accordians*/
li.accordion-item {
    background-color: #61B4DE;
}
li.accordion-item:hover {
    background-color: #FFCE34 !important;
}

/*Remove border under headings*/
h1:after, h2:after {display: none}

/*Indented UL*/
ul.indent {
    margin-left: 45px;
}

/*Orbit Slider Styling*/
.docs-example-orbit-slide {
  padding: 2rem 4rem;
  color: #fff;}

.orbit-slide {
background-color: #2F6A96;
}


/*.orbit-slide:nth-of-type(1) & {
    background-color: #2f6a96;
  }

  .orbit-slide:nth-of-type(2) & {
    background-color: #a2c670;
  }

  .orbit-slide:nth-of-type(3) & {
    background-color: #ea7d24;
  }

  .orbit-slide:nth-of-type(4) & {
    background-color: #61b4de;
  }*/
  
.site-alert {
    display: none !important;
}