body {
    background-color : transparent;
}

/* rating bar styles*/
.rating_bar {
	width: 100px;
	background: url(../png/newstar_empty.png) repeat-x 0 0;
	display: inline-block;
}

.rating_bar div {
	height: 20px;
	background: url(../png/newstar_full.png) repeat-x 0 0;
}

.calendar-events h2 a{
    font-size: 1.25rem;
    color: #223f93 !important;
    font-weight: 700;
    margin-bottom: 10px;
}

#content .calendar-events .card{
	box-shadow: none;
	padding: 45px 45px 35px !important;
    border-radius: 4px;
    background-color: #dee2ef;
    margin: 0 0 20px !important;
    color: #000;
    border: none;
}

.calendar-events .info{
	font-size: 1rem;
    font-weight: bold;
    color: #000;
    margin: 0 0 10px;
    font-family: "Montserrat";
}

.calendar-events .info .tag::before{
	content: "";
    width: 7px;
    height: 7px;
    margin-right: 12px;
    background-color: currentColor;
    display: inline-block;
    border-radius: 50%;
    vertical-align: middle;
    margin-bottom: 2px;
}

.calendar-events p{
	font-size: 1.125rem;
    margin-bottom: 0;
    font-family: "Open Sans";
    line-height: 1.8;
}

.calendar-events .topics{
	font-size: 0.875rem;
    color: #010f39;
    font-weight: bold;
    margin-top: 10px;
    font-family: "Open sans";
}

.calendar-filter label{
	display: block;
	font-weight: bold;
	color: #000;
	margin-bottom: 0.5rem;
	font-family: "Open Sans", sans-serif;
	font-size: 1.1rem;
}

.calendar-filter select{
	width: 100%;
    height: 54px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 1.125rem;
    padding: 0 45px 0 20px;
    border-radius: 5px;
    border: 1px solid #5761a7;
    appearance: none;
    background: url('data:image/svg+xml;utf8,<svg viewBox="0 0 448 512" xmlns="http://www.w3.org/2000/svg"><path d="M441.9 167.3l-19.8-19.8c-4.7-4.7-12.3-4.7-17 0L224 328.2 42.9 147.5c-4.7-4.7-12.3-4.7-17 0L6.1 167.3c-4.7 4.7-4.7 12.3 0 17l209.4 209.4c4.7 4.7 12.3 4.7 17 0l209.4-209.4c4.7-4.7 4.7-12.3 0-17z" fill="%235761a7"></path></svg>');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: right 15px top 50%;
    font-family: "Open Sans", sans-serif;
}

.calendar-events .chip{
	display: inline;
}

.calendar-events a{
	color: #010f39 !important;
}

.eventTitle{
    font-size: 1.25rem;
    color: #223f93;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: "Montserrat";
    line-height: 1.3;
}

.dsCol{
    margin-bottom: 15px;
}

#options-card .btn-group{
    display: inline-block;
}

.donType{
    width: 100%;
    padding: 10px;
}

#directoryDiv a{
    color: #2780E3 !important;
    background: transparent;
    border: none;
}

#directoryDiv a:hover{
    color: #165ba8 !important;
    text-decoration: underline;
}

.staffPhoto{
    padding-bottom: 10px;
}

.staffPhoto img{
    max-width: 200px;
    max-height: 300px;
}

.staffName{
    font-size: 1.2em;
}

.staffTitle{
    font-size: 1.1em;
    color: #16478e;
}

.bodTitle{
    font-size: 1.1em;
    color: #16478e;
}

.staffPhone{
    font-size: 0.9em;
    display: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link,
.btn-primary, .btn-primary.disabled, .btn-primary:disabled{
    background-color: #041852;
    border-color: #041852;
}

.btn-primary:hover{
    background-color: #007d88;
}

.btn-info{
    background-color: #6DBE4B;
    border-color: #6DBE4B;
}

.btn-info:hover{
    background-color: #007d88;
    border-color: #007d88;
}

.alert-info, .alert-primary, .alert-warning{
    color: #000;
    background-color: #00abbe;
    background: #00abbe -webkit-gradient(linear,left top,left bottom,from(#00abbe),to(#00abbe)) repeat-x;
    border-color: #00abbe;
}

.alert-info a, .alert-primary a, .alert-warning a{
    color: #000;
}

.commTitle{
    font-weight: bold;
}

.intGroupWrap{
    display: flex;
    flex-wrap: wrap;
    flex-basis: 33%;
    justify-content: space-between
}

.intGroupSelection{
    flex-basis: 33%;
    padding-bottom: 10px;
    text-transform: uppercase;
}

@media (min-width: 540px){
    .container{
        max-width: unset;
    }
}

.memberAGHE{
    background-color: #007d88;
    border-color: #007d88;
    color: #fff;
}

#content{
    margin-top: 40px;
}

#awardList{
    margin: 0 auto;
    width: 45%;
}

#content .card{
    background-color: transparent;
    border-color: transparent;
}

.nav-pills .nav-link{
    color: #18428f;
}

.cv-stepper li.active::before{
    background-color: #18428f;
}

.cv-stepper li.active{
    color: #18428f;
}

.btn-outline-success{
    color: #000;
    background-color: #6cbe45;
    border-color: #6cbe45;
}

.btn-outline-success:hover{
    background-color: #6cbe45;
    border-color: #6cbe45;
    color: #000;
}

.btn-outline-danger{
    color: #D0342C;
    background-color: #D0342C;
    border-color: #D0342C;
    color: #fff;
}

.btn-outline-danger:hover{
    background-color: #D0342C;
    border-color: #D0342C;
}

.btn-warning{
    background-color: #63656b;
    border-color: #63656b;
}

.btn-warning:hover{
    background-color: #63656b;
    border-color: #63656b;
}

.progress-bar{
    background-color: #18428f;
}

.cv-stepper li.completed::before{
    background-color: #6cbe45;
}

.cv-stepper li.completed::{
    color: #6cbe45;
}

.custom-control-input:checked ~ .custom-control-label::before{
    border-color: #18428f;
    background-color: #18428f;
}

.btn-success{
    background-color: #6cbe45;
    border-color: #6cbe45;
    color: #000 !important;
}

.btn-success:hover{
    background-color: #6cbe45;
    border-color: #6cbe45;
    color: #000 !important;
}

a{
    color: #18428f;
}

a:hover{
    color: #18428f;
}

.bg-primary{
    background-color: #18428f !important;
}

.badge-info{
    background-color: #010F39;
}

.text-info{
    color: #18428f !important;
}

.text-muted{
    color: #000 !important;
}

.btn-info{
    background-color: #6cbe45;
    border-color: #6cbe45;
}

.btn-info:hover{
    background-color: #6cbe45;
    border-color: #6cbe45;
}

.alert-success{
    background-color: #6cbe45;
    color: #000;
}

.surveyLink{
    background-color: #00abbe;
    color: #000;
}

.custInfo .col-12 .p-3{
    background-color: #010F39 !important;
    border-color: #010F39 !important;
    color: #fff;
}

.custInfo .col-12 .p-3 h6{
    color: #fff;
}

.custInfo .col-12 .p-3 h6 .text-info{
    color: #fff !important;
}

.tippy-backdrop{
    background-color: #00abbe;
}

#indivTotalButton .text-info{
    color: #fff !important;
}

.greenBG{
    background-color: #dff0d8; 
    border-color: #dff0d8;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

.greenBG .btn{
    max-width: 524px;
}

.greenBG h4{
    text-align: center;
    padding-top: 15px;
}

.alert-info{
    color: #fff;
    background-color: #6DBE4B;
    background: #6DBE4B -webkit-gradient(linear,left top,left bottom,from(#6DBE4B),to(#6DBE4B)) repeat-x;
    font-size: 16px;
}

.alert-info a{
    color: #fff;
}

#cartForm .nq-Customer-Cart .row{
    align-items: center;
}

#cartForm .nq-Customer-Cart .input-group.mb-3{
    margin-bottom: 0 !important;
}

.donationContainer .border-secondary{
    border-color: rgba(71,147,231,0.5) !important
}

@media (max-width: 1600px){
    .nav-fill .left-align{
        text-align: left;
    }
}

@media screen and (max-width: 768px){
	.calendar-events .info{
		font-size: 1rem;
	}

    .intGroupSelection{
        flex-basis: 45%;
    }

    #awardList{
        width: 100%;
    }
}

@media (max-width: 490px){
    .nav-fill  .left-align{
        text-align: center;
    }

    .intGroupSelection{
        flex-basis: 100%;
    }
}

.showCAPITOLHILL_0429 {
    display: block !important;
}