﻿body {
    color: #4C4C51
}
a {
    color: #66c780;
}
a:hover {
    color: #4e9962;
}
.validation-errors {
    display: block;
}

.choices__list--dropdown .choices__item--selectable,.choices__list[aria-expanded] .choices__item--selectable {
    padding-right:0;
}

.choices .choices__inner {
    padding: 3px !important;
}

.choices__input {
    display: none;
}

footer p {margin: 0;}
footer  {margin: 0; line-height: 1;}

.advantageCalculator td {

}

#accountToast .toast-body {
    padding: 25px;
}
#calendar {
    max-width: 900px;
    margin: 0 auto;
}

.blocked-time {
    background-color: #00000033;
}

.fc .fc-bg-event.unavailable {
    background-color: #00000055;
}

:root {
    --fc-today-bg-color: inherit !important;
}

.hero__action .button-outline {
    display: initial;
    margin-right: 5px;
}

.modal-text {
    font-size: 90%;
    line-height: 140%;
}

.solution__grid, .solution__grid h4 {
    color: #ffffff;
}

.button-full.bold-cta
{
    max-width: 20em;
    padding: 2em 6em;
    font-weight: bold;
    text-transform: capitalize;
}

 .figure {
     margin: 20px 0;
     text-align: center;
     width: 100%;
     font-size: 18px;
     font-weight: bold;
 }
.figure img {
    display: block;
    margin: 0 auto 15px auto;
}
