/* Removes gray background from homepage */ 
.gray-bg {
  background-color: #fff !important;
}

/* Change Slider Height*/
.main-slider .item, .main-slider .carousel-caption {
    min-height: 55vh;
}

/* Change Hero Header Height */
#hero-header .swiper-slide {
    min-height: 220px; !important;
}

/* Change color of Event Name Headline */
#page-header h1 small {
    color: #000; !important;
}

.main-slider .item .TitleText {
    font-size: 80px;
}

/* Change Gold Accent Color on Upcoming Events and Latest News on Homepage*/
.list-post .listPostBxBtn a{
    background: #826E35
}
.cis-events-list ul li .eventSummary .eventMeta {
    color: #826E35
}

/* Change Events Date Background Color*/
.cis-events-list ul li .eventDate {
    background: #1C75BC;
}

/* Change Blue Title Text of Upcoming Events and Latest News on Homepage*/
.list-post .listPostBx .listPostBxContent h2 a {
    color: #1C75BC;
}
.cis-events-list ul li .eventSummary .eventTitle a {
    color: #1C75BC;
}

/* Fix Alignment of Radio Buttons for LRS Client Form*/
#divMCClientReferralsContainer .mcref-qa-radio-container svg.mcref-qa-radio-svg {
    display: inline-block;
}

/*fix payment form fields*/
.purchaseFormContent input[type="text"] {
    min-width: auto !important;
    max-width: 100% !important;
}

/* Change line-height on e-communities */
.tsAppBodyText {
line-height: 1.5;
}

/* Hide not included with registration label */
.evreg-card-body .label.label-warning {
    display: none;
}
