/* Custom CSS */

/* Example: Override main section background color. */
/* body .jupiterx-main {
    background-color: gray;
} */

span.maxtitle-h2 {
	color: #00387B;
	display: block;
    font-family: "Futura LT Book",Sans-serif;
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.samariter-forms form {
	display: inline-block;
    width: 100%;
}
.samariter-forms form .input-area {
	display: flex;
    width: 100%;
    align-items: center;
    margin-bottom: 10px;
}
.samariter-forms form .input-area label {
	width: 250px;
    min-width: 250px;
    margin: 0;
}
.samariter-forms form .input-area input {
	width: calc(100% - 250px);
    padding: 9px 20px;
    line-height: 1.5;
    background-color: #FFF;
    border: 1px solid #818A91;
}
.samariter-forms form button[type="submit"] {
	background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    font-family: "Futura LT Book",Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 0 0 0;
    min-height: 47px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    padding: 16px 30px;
    border: none;
    box-shadow: none;
    outline: none;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    margin-top: 15px;
    margin-bottom: 15px;
}
.samariter-forms form button[type="submit"]:hover {
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}
.samariter-download-area .pp-row .pp-col-12 {
	margin-bottom: 30px;
}
.download-card {
	box-shadow: 0 4px 31px 0 rgb(0 0 0 / 10%);
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    word-break: break-word;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.download-card-img {
	padding: 0 0 20px 0;
    line-height: 0;
}
.download-card-img a {
	width: 100%;
    padding-bottom: calc(0.63 * 100%);
    display: inline-block;
    position: relative;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
}
.download-card-img a img {
	display: block;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 1;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center center;
    object-position: center center;
}
.download-card-img a:hover:before {
    background-color: #FFFFFF80;
    background-image: none;
    opacity: 1;
}
.download-card-img a:before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    z-index: 3;
}
.download-card-info {
	padding: 0 20px 20px 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.download-card-title {
	font-size: 22px;
    font-weight: 400;
    margin: 0 0 20px 0;
    text-align: center;
    color: #03414E;
    display: flex;
    justify-content: center;
    flex: 1 0 0;
    height: 100%;
}
.download-card-title a {
    color: #03414E;
}
.download-card-title a:hover {
    color: #00387B;
}
.download-card-btn {
	height: 60px;
    margin: 0 0 0 0;
    color: var(--e-global-color-secondary);
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--e-global-color-primary);
    background-image: var(--e-global-color-primary);
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.download-card-btn:hover {
    color: var(--e-global-color-accent);
    background-color: var(--e-global-color-secondary);
    background-image: var(--e-global-color-secondary);
}
.sz-event-list .css-events-list {
	position: relative;
    display: inline-block;
    width: 100%;
}
.sz-event-list .css-events-list table {
	width: 100%;
    
}
.sz-event-list .css-events-list table tr {
	border-bottom: 1px solid #818A91;
}
.sz-event-list .css-events-list table td,
.sz-event-list .css-events-list table th {
	padding: 15px 20px;
}
.sz-event-list .css-events-list table tr td:first-child {
	min-width: 235px;
}
.em-booking-form-details,
.em-booking-form {
	width: 100%;
    display: inline-block;
}
.em-booking-form p {
    display: flex;
    align-items: flex-start;
}
.em-booking-form-details p label {
	display: flex;
    min-width: 250px;
    width: 250px;
}
.em-booking-form-details p input,
.em-booking-form-details p select,
.em-booking-form-details p textarea {
	display: flex;
    width: calc(100% - 270px);
    padding: 6px 16px;
    background: #ffffff;
    border: 1px solid #818A91;
    font-size: 12px;
    font-weight: 500;
    min-height: 47px;
    outline: none;
    font-weight: 600;
    text-transform: uppercase;
}
.em-booking-form-details p textarea {
	height: 150px;
	min-width: 100%;
	width: 550px;
}
.em-booking-form-details p.input-checkbox label {
	padding-left: 290px;
    min-width: 100px;
    width: 100px;
}
.em-booking-form-details p.input-checkbox input[type="checkbox"] {
	width: 25px;
    height: 25px;
    position: absolute;
    left: 250px;
    top: -8px;
}
.em-booking-buttons {
	padding-left: 250px;
}
.em-booking-buttons  .em-booking-submit {
	width: auto;
    background-color: var(--e-global-color-secondary);
    color: var(--e-global-color-accent);
    padding: 15px 30px;
    min-height: 47px;
    font-family: "Futura LT Book",Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 0 0 0 0;
    border: none;
    cursor: pointer;
    outline: none;
    white-space: normal;
}
.em-booking-buttons  .em-booking-submit:hover {
	background-color: var(--e-global-color-primary);
    color: var(--e-global-color-secondary);
}
@media (max-width: 767px) {
	.samariter-forms form .input-area label {
        width: 100%;
        margin: 0 0 5px;
    }
    .samariter-forms form .input-area input {
        width: 100%;;
    }
    .samariter-forms form .input-area {
        margin-bottom: 20px;
        flex-direction: column;
    }
    .sz-event-list .css-events-list {
    	overflow-x: auto;
    }
    .sz-event-list .css-events-list table td,
    .sz-event-list .css-events-list table th {
        padding: 10px 15px;
    }
    .sz-event-list .css-events-list table tr td:first-child {
        min-width: 190px;
    }
    .em-booking-form p {
        flex-direction: column;
    }
    .em-booking-form-details p label {
        display: flex;
        min-width: 100%;
        width: 100%;
    }
    .em-booking-form-details p input, .em-booking-form-details p select, .em-booking-form-details p textarea {
        width: 100%;
    }
    .em-booking-form-details p.input-checkbox label {
        padding-left: 30px;
    }
    .em-booking-form-details p.input-checkbox input[type="checkbox"] {
        width: 200px;
        height: 20px;
        position: absolute;
        left: 0px;
        top: -13px;
    }
    .em-booking-buttons {
        padding-left: 0;
    }
}