  .pager {
    margin-bottom:2em;
}

.calendar-table {
    display: inline-table;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none !important;
    font-weight:normal !important;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem 1rem 0;
    font-family: inherit;
    padding: 1em 1.5em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 0;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #d40000;
    color: #fff;
    text-transform: uppercase;
}

/*.c-form__button {
    margin: 0 1rem 0 0 !important;
} */

table.inline-table {
    display: inline-table;
}
@media screen and (max-width:39.9375em) {
    table.inline-table {
        display: block;
    }

}
select.catdrop{
	width:47%!important;
	height: 2.7rem;
	
} 
.c-form__button.catdrop {
    margin: 0 1rem 0 1rem !important;
}


.form-width {
	width: 50%;
}
@media (max-width: 600px) {
	
   .form-width {
	width: 100%;
}
	select.catdrop{
	width:80%!important;
	
	
} 
}
.vegas-overlay {
	display: none;
}