@charset "utf-8";
/* CSS Document */

a {
	color: #857300;
}

.banner-text .banner-header h2 {
	color:#013b6d;
	text-shadow: none!important;
}

.global-site-banner .banner-text .banner-header:after {
	text-shadow: none!important;
}

.banner-text .banner-sub-header {
	color:#4b4b4b;
	text-shadow: none!important;
	font-weight: 500;
}

.collections-custom-icons__container-item-icon {   
    background-color: #9f8900!important;
}


.global-site-banner .banner-text .banner-sub-header h2 {	
	text-shadow: none!important;
}

.blue {
    background-color: #9f8900 !important;
}

i.circle-icon,
.general-item__icon-bg,
.general-item__button {
    background-color: #baa20a !important;
}

.general-item__icon-bg img, .general-item__fontawesome {
    overflow: initial;
    max-width: 50%;
    margin: auto;
    filter: brightness(0) invert(1);
}

.social-media-container {
	border-bottom: 5px solid #9f8900;
}

.right-content h2:after {
	background-color: #9f8900 !important;
}



.global-highlight-circles.btn {
    /* background-color: #f4f5f6 !important; */
    background-color: #9f8900 !important;
    border: 1px solid #9f8900;
    color: #fff;
    height: inherit;
    padding: 7px 15px;
    line-height: 21px;
    min-width: 80%;
}


.global-highlight-circles.btn:hover {
  /*background-color: #027abb !important;*/
  background-color: #887500 !important;
  border-color: #9f8900 !important;
  color: #fff !important;
	
}



@media only screen and (max-width: 991px){
.site-banner {
    display: none;
}
}

@media only screen and (max-width: 600px){
.pageNavigation-mobile {
    background-color: #607d8b;
    background-image: url(../images/mobile-page-navigation-bg-comm.png);
    background-repeat: no-repeat;
    background-position: 0 -10px;	
}
}



/* Pink Oct

.collections-custom-icons__container-item-icon {
    background-color: #da2473 !important;
}

i.circle-icon, .general-item__icon-bg, .general-item__button {
    background-color: #da2473 !important;
}

a {
    color: #da2473;
}


END PINK */