.pb-10{
    padding-bottom: 10px;
}
.pb-15{
    padding-bottom: 15px;
}
.pb-20{
    padding-bottom: 20px;
}
.pb-5{
    padding-bottom: 5px;
}
.pb-0{
    padding-bottom: 0px !important;
}
.mb-5{
    margin-bottom: 5px;
}
.mb-10{
    margin-bottom: 10px !important;
}
.pb-40{
    padding-bottom: 40px;
}
.pl-10{
    padding-left:10px;
}
.pt-10{
    padding-top:10px;
}
.pt-15{
    padding-top:15px;
}
.pt-20{
    padding-top:20px;
}
.ml-10{
    margin-left:10px;
}
.ml-5{
    margin-left:5px;
}
.p-0{
    padding:0px;
}
.m-0{
    margin:0px;
}
.p-10{
    padding: 10px;
}
.red-text{
    color: red !important;
}
.bg-blue{
    background: #0086f8;
}
.blue-text{
    color: #0086f8;
}
.bg-green{
    background: #51c21a;
}
.bg-orange{
    background: #ff8300;
}
.bg-red{
    background: #e31837;
}
.gray-bg{
    background: #e8e8e8;
}
.white-text{
    color: white;
}
.mt-10{
    margin-top:10px !important;
}
.mt-20{
    margin-top:20px !important;
}
.mt-50{
    margin-top:50px !important;
}
.bold{
    font-weight:bold;
}
.font-weight-normal{
    font-weight:normal !important;
}
.p-5{
    padding: 5px;
}
.blackBorder{
    border: 1px solid black !important;
}
.grayBorder{
    border: 1px solid #e8e8e8 !important;
}
nav.meta-login ul li {
    font-weight: normal !important;
}
.navbar-nav li a{
    font-size: 13px;
}
.btn-white{
    background: white;
    color:black;
    font-weight:bold;
}
.gray-text{
    color:gray;
}
.text-left{
    text-align: left;
}
.score_explanation_table div{
    min-height: 85px;
}
.score_explanation_table div:first-child,.score_explanation_table div:nth-child(2),.score_explanation_table div:nth-child(3){
    min-height: inherit;
}
.c-event-item .description{
    border: 1px solid #e8e8e8;
    background: #f5f5f5;
    margin: 2%;
    padding: 10px;
    text-align: left;
    box-shadow: 0px 2px 1px #c0c0c0;
}
.c-event-body {
    background-color: #f9eded;
}
.c-week-day {
    background-color: white;
    color: #3e4956;
}
.c-event-title {
    background-color: rgb(249, 237, 237);
    color: #657184;
    text-align: left;
    padding-left: 5%;
    border-bottom: 1px solid #e8e8e8;
}
.c-day-next-month,.c-day-previous-month {
    background-color: #ffffff;
}
.c-day {
    background-color: #eef0bb;
}
.c-event {
    background-color: #d4d851 !important;
}
.c-grid-title {
    font-weight: bold;
    float: left;
    background-color: #3e4956;
    color: #d5da55;
}
.c-day {
    background-color: #eff1be;
}
.c-event-over {
    background-color: #dc4d6a !important;
    color: #3a3a3a;
}
a:visited {
    color: #0583e4;
}

.text-underline{
    text-decoration: underline;
}
.full-width{
    width: 100% !important;
}
@media only screen and (max-width: 732px) {
    .homepage-search-form h2 {
        font-size: 22px;
    }
    .homepage-search-form .btn-orange, .homepage-search-form select{
        margin-top: 10px;
    }
    .c-grid, .c-event-grid {
        width: 100%;
    }
    .f1-step-icon,.f1-step p{
        display: none !important;
    }
    .f1-step.active .f1-step-icon,.f1-step.active p{
        display: block !important;
        margin-left: 350%;
    }
    .c-event-item > div {
        text-overflow: initial;
        width: inherit;
        overflow: auto;
        white-space: nowrap;
    }
}