.site-alerts-alert {
    padding: 8px 10px;
    color: white;
    margin-bottom: 0px;
}
.site-alerts-alert p {margin:0}
.site-alerts-success {
    background-color: #4CAF50; /* green */
}

.site-alerts-info {
    background-color: #EEEEEE; /* GREY */
}

.site-alerts-warning {
    background-color: #E65300; /* yellow */
}

.site-alerts-danger {
    background-color: #f44336; /* red */
}

/* The close button */
.site-alerts-closebtn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 24px;
    line-height: 24px;
    cursor: pointer;
    transition: 0.3s;
}

/* When moving the mouse over the close button */
.site-alerts-closebtn:hover {
    color: black;
}

.googleMapCanvas{border:0;height:400px;width:100%}.googleMapCanvas img{max-width:none!important}




.formidable {}

.formidable.processing {}

.formidable .hide {
    display: none;
}

.formidable [type="submit"] i {
    display: none;
}

.formidable.processing [type="submit"] i {
    display: inline-block;
}

.formidable .valid-feedback,
.formidable .invalid-feedback {
    display: block;
}

.formidable div[data-formidable-message] p {
    margin-bottom: 0;
}

.formidable div[data-formidable-message] p + p {
    margin-top: 10px;
}

.formidable div[data-formidable-countable] {
    position: relative;
}

.formidable div[data-formidable-countable] div[data-range] {
    position: absolute;
    font-size: 13px;
    color: #ccc;
    top: 9px;
    right: 9px;
}

.formidable div[data-formidable-countable] select[multiple="true"]+div[data-range] {
    right: 25px;
}

.formidable div[data-formidable-countable] select.is-invalid,
.formidable div[data-formidable-countable] select.is-valid {
    background-position: right calc(0.375em + 2.1875rem) top calc(9px);
}

.formidable div[data-formidable-countable] select[multiple="true"].is-invalid,
.formidable div[data-formidable-countable] select[multiple="true"].is-valid {
    background-position: right calc(0.375em + 2.7875rem) top calc(9px);
}



.formidable div[data-formidable-countable] select:not([multiple="true"])+div[data-range],
.formidable div[data-formidable-type="file"] div[data-formidable-countable] div[data-range] {
    display: none;
}

.formidable div[data-formidable-countable] .is-invalid,
.formidable div[data-formidable-countable] .is-valid {
    background-position: right calc(.375em + 2.5875rem) center;
    padding-right: calc(1.5em + 2.75rem);
}

.formidable div[data-formidable-type="address"] .col.address1,
.formidable div[data-formidable-type="address"] .col.address2 {

}

.formidable div[data-formidable-type="address"] .col.number,
.formidable div[data-formidable-type="address"] .col.number_suffix {
    flex: 0 0 auto;
    width: 20%;
}

.formidable div[data-formidable-type="address"] .break {
    margin-bottom: 15px;
}

.formidable div[data-formidable-type="date"] [type="date"].is-invalid,
.formidable div[data-formidable-type="date"] [type="date"].is-valid {
    background-position: right calc(.375em + 2.1875rem) center;
}
.formidable div[data-formidable-type="date"] [type="date"]:before {
    background-color: white !important;
}


.formidable div[data-formidable-type="file"] div[data-formidable-countable] .is-invalid,
.formidable div[data-formidable-type="file"] div[data-formidable-countable] .is-valid {
    background-position: right calc(0.375em + .1875rem) center;
}

.formidable div[data-formidable-type="file"] .add-file {
    float: right
}

.formidable div[data-formidable-type="range"] div.range {
    display:flex;
    flex-direction: row;
}
.formidable div[data-formidable-type="range"] div.range span[data-range-value] {
    padding: 6px 10px;
    height: 1.5rem;
    position: relative;
    margin-left: 10px;
}
.formidable div[data-formidable-type="range"] div.range span[data-range-value]:after {
    position: absolute;
    top: 5px;
    left: -7px;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-right: 7px solid #373a3b;
    border-bottom: 7px solid transparent;
    content: '';
}


.formidable .option-other {
    display: none;
}
.formidable .option-other.enabled {
    display: block;
}

.formidable .formidable-dropzone .dropzone-box,
.formidable .formidable-dropzone .dropzone-box * {
    box-sizing: border-box
}

.formidable .formidable-dropzone .dropzone-box {
    border: 2px dashed #ccc;
    border-radius: 5px;
    padding: 20px 20px;
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable {
    cursor: pointer
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable * {
    cursor: default
}

.formidable .formidable-dropzone .dropzone-box.dz-clickable .dz-message,
.formidable .formidable-dropzone .dropzone-box.dz-clickable .dz-message * {
    cursor: pointer
}

.formidable .formidable-dropzone .dropzone-box.dz-started .dz-message {
    display: none
}

.formidable .formidable-dropzone .dropzone-box.dz-drag-hover {
    border-style: solid
}

.formidable .formidable-dropzone .dropzone-box.dz-drag-hover .dz-message {
    opacity: .5
}

.formidable .formidable-dropzone .dropzone-box .dz-message {
    text-align: center;
    margin: 2em 0
}

.formidable .formidable-dropzone .dropzone-box .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit
}
.formidable .formidable-dropzone .dz-image-preview img {
    max-width: 50px;
}
.formidable .formidable-dropzone .dz-image-preview .dz-title span {
    font-size: 13px;
    margin-bottom: 5px;
}
.formidable .formidable-dropzone .dz-image-preview .dz-title span b,
.formidable .formidable-dropzone .dz-image-preview .dz-title span strong {
    font-weight: normal;
}
.formidable .formidable-dropzone .dz-progress .progress-bar {
    height: 10px;
}
.formidable .formidable-dropzone [data-dz-remove]:hover,
.formidable .formidable-dropzone [data-dz-remove]:hover i {
    cursor: pointer;
}


/* STEPS */
.formidable .has-steps .steps .current-info {
    position: absolute;
    left: -999em;
}
.formidable .has-steps .steps ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
}
.formidable .has-steps .steps ul > li {
    padding: 0 10px;
}
.formidable .has-steps .steps ul > li.first {
    padding-left: 0;
}
.formidable .has-steps .steps ul > li.last {
    padding-right: 0;
}

.formidable .has-steps .content > .title {
    position: absolute;
    left: -999em;
}
.formidable .has-steps .content {
    background: #eee;
    display: block;
    margin: 15px 0;
    overflow: hidden;
    position: relative;
    width: auto;
}
.formidable .has-steps .content > .body {
    width: 100%;
    padding: 15px;
}
/* hide "back"-button on first step */
.formidable .has-steps .content > .body.first > .step-navigation [data-formidable-step-previous] {
    display:none
}

.formidable .has-steps .step-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.formidable .has-steps .step-navigation > *:last-child {
    margin-left: auto;
}


.formidable .signature-holder {
    position: relative;
}
.formidable .signature-holder .signature {
    width: 100%;
    margin-bottom: 10px;
}
.formidable .signature-holder[disabled="disabled"] .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    z-index:2;
}
.formidable .signature-holder[disabled="disabled"] a {
    display: none;
}

/* Makis */
.form-group {
    margin: 10px 0px;
}
label {
    padding-bottom:5px;
}

div[data-formidable-type="date"] input[id="date"] {
    min-height: 45px !important;
    }

input[data-date] {
    line-height: 0px;
}



    div[data-formidable-type="date"] input[id="preferred_date"] {
        position: relative;
        min-height: 38px;
    }
    div[data-formidable-type="date"] input[id="preferred_date"]:before {
        position: absolute;
        content: attr(data-date);
        display: inline-block;
        width: 100%;
    }
    div[data-formidable-type="date"] input[id="preferred_date"]::-webkit-datetime-edit, div[data-formidable-type="date"] input[id="preferred_date"]::-webkit-inner-spin-button, div[data-formidable-type="date"] input[id="preferred_date"]::-webkit-clear-button {
        display: none;
    }
    div[data-formidable-type="date"] input[id="preferred_date"]::-webkit-calendar-picker-indicator {
        position: absolute;
        opacity: 1;
        right: 10px;
    }

.ccm-image-slider-container.carousel.slide .carousel-item-bg {
    height: 250px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.ccm-image-slider-container.carousel.slide .carousel-caption h1,.ccm-image-slider-container.carousel.slide .carousel-caption h2,.ccm-image-slider-container.carousel.slide .carousel-caption h3 {
    font-family: proxima-nova-condensed, sans-serif;
    font-weight: 700;
    font-style: normal;
    
    text-shadow: 2px 2px 0px rgb(0 0 0);
    text-transform: uppercase;
    color: #FFF;
}
.ccm-image-slider-container.carousel.slide .carousel-caption  p {
    font-family: proxima-nova, sans-serif;
    font-style: normal;
    
    font-weight: 400;
   
    text-shadow: 0px 1px 15px rgb(0 0 0);
    margin: 0.6em auto 0.8em;
    width: 80%;
    color: #FFF;
    text-align: center;
    letter-spacing: 0.25px;
}



.ccm-image-slider-container.carousel.slide .carousel-caption  {
    top: 40%;
bottom: 0;}
@media (min-width: 1200px){
	.ccm-image-slider-container.carousel.slide .carousel-caption h1,.ccm-image-slider-container.carousel.slide .carousel-caption h2,.ccm-image-slider-container.carousel.slide .carousel-caption h3 {font-size: 75px;
    line-height: 60px;}
	.ccm-image-slider-container.carousel.slide .carousel-caption  p {font-size: 18px; line-height: 24px;}
}
@media (min-width:768px){
    .ccm-image-slider-container.carousel.slide .carousel-item-bg {
    height: 500px;
}
}

/*.block-img-list-four {}*/
.block-img-list-four .card {
	border-radius: 0;
	border: 1px solid #ccc;
}
.block-img-list-four .card-body {
	padding: 1.75rem 2rem .5rem 2rem;
	line-height: 1.35;
}
.block-img-list-four .card-title,
.block-img-list-four .card-title > a {
	
	font-size: 1.4rem;
}
.block-img-list-four .card-title a {
text-decoration: none;
}
.block-img-list-four .card-title a:hover {
	color: var(--darkgray);
}
.block-img-list-four .blockquote { margin-bottom: 10px; font-size: .85rem; }
.block-img-list-four .card-extra-text {font-weight: 600; padding-bottom: 10px;}
.block-img-list-four .align-content-stretch {justify-content: center;}

