
.crop-up {
    width: 100%;
    height: 100%;
}

.crop-up img {
    width: auto;
    height: auto;
}

.input-validation-error {
    border-top: 2px solid #ff5555 !important;
    border-bottom: 2px solid #ff5555 !important;
}

.field-validation-error {
    font-size: 1.5em;
    color: white;
    background-color: #ff5555;
    padding: 5px 10px;
    display: block;
}

.validation-summary-errors {
    color: white;
    background-color: #e74c3c;
    padding: 10px;
}

.formitem  small {
    display: inline-block;

    font-size: 1.2em;
    color: grey;
    margin-bottom: 5px;
}

.msg--success {
    font-size: 1.5em;
    background-color: #00ddab;
    color: white;
    padding: 10px;
    margin-bottom: 20px;
}

.back-to-top 
{
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-block;
    background-color: #292929;
    font-size: 30px;
    color: white;
    padding: 8px 12px;
    margin: 0 auto;
    visibility: hidden;
    opacity: 0;

    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}

.back-to-top:hover 
{
    opacity: 1 !important;
}

.back-to-top.is-visible 
{
    visibility: visible;
    opacity: 0.25;
}

.back-to-top.fade-out
{
    opacity: 0;
}

.cmstext b, 
.cmstext strong {
    font-weight: bold;
}

/*
.col--push8, 
.col--push8:first-child {
    left: 66.13333%;
    margin-left: 1.6%;
}

.col--pull4, 
.col--pull4:first-child {
    left: -33.8667%;
    margin-left: 0;
}
*/

.info__content .email {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*
    Map overlay overrides
*/
.formitem {
    padding: 5px 0;
}
.formitem--checkbox label, 
.formitem--radio label {
    min-height: 25px;
    padding: 5px 0 0 40px;
}
.formitem--checkbox, 
.formitem--radio {
    overflow: hidden;
}
.formitem--search {
    padding: 0 40px 0 0;
}