.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.wpcf7 form{position:relative}.wpcf7 form>div,.wpcf7 form>p{margin-bottom:1.2em}.wpcf7 .wpcf7-form-control-wrap{width:100%;display:block}.wpcf7 input:not([type=submit]):focus,.wpcf7 select:focus,.wpcf7 textarea:focus{border-color:var(--ast-border-color);outline:0}.wpcf7 input:not([type=submit]),.wpcf7 select,.wpcf7 textarea{width:100%;padding:.75em}.wpcf7 input[type=file]{color:#666;height:auto;border-width:1px;border-style:solid;border-color:var(--ast-border-color);border-radius:2px;background:#fafafa;box-shadow:none;box-sizing:border-box;transition:all .2s linear}.wpcf7 input[type=checkbox],.wpcf7 input[type=radio]{display:inline-block;background:#e9eef2;color:#555;clear:none;cursor:pointer;line-height:0;height:1.2em;margin:-3px 4px 0 0;outline:0;padding:0;border-radius:.2em;text-align:center;vertical-align:middle;width:1.4em;min-width:1.4em;transition:all .2s linear}.extcf7_pro_added-repeater{
position: relative;
}
.extcf7_pro-delete-repeater{
border: 1px solid #bababa;
color: #7a7782;
background-color: #f0f3f5;
font-weight: bold;
border-radius: 3px;
padding: 0px;
margin-left: 2px;
cursor: pointer;
font-size: 20px;
position: absolute;
right: 0;
width: 42px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.extcf7_pro-delete-repeater:hover{
color: #da2020;
background-color: #f5dada;
}
.wpcf7-mdnd-uploaded-file{
display: none;
}
.extcf7_pro_added-repeater .wpcf7-form-control-wrap input {
width: calc(100% - 42px);
} .wpcf7-extcf7-country, .wpcf7-extcf7-state, .wpcf7-extcf7-city, .wpcf7-extcf7-zip {
width: 100%;
}
.wpcf7-extcf7-country .country-select {
display: block;
} .extcf7-row, .extcf7-row *, .extcf7-row *::before, .extcf7-row *::after{
box-sizing: border-box;
}
.extcf7-row {
--extcf7-row-gap: 1rem;
display: flex;
flex-wrap: wrap;
margin-right: calc(-.5* var(--extcf7-row-gap));
margin-left: calc(-.5* var(--extcf7-row-gap));
}
.extcf7-row:not(:last-child) {
margin-bottom: var(--extcf7-row-gap);
}
.extcf7-col {
padding-right: calc(0.5* var(--extcf7-row-gap));
padding-left: calc(0.5* var(--extcf7-row-gap));
}
.extcf7-col-12 {
width: 100%;
}
.extcf7-col-6 {
width: 50%;
}
.extcf7-col-4 {
width: 33.3333%;
}
.extcf7-col-3 {
width: 25%;
} .wpcf7-extcf7-range-slider {
width: 100%;
}
.wpcf7-extcf7-range-slider-amount {
line-height: 1;
text-align: right;
margin-bottom: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content {
width: 100%;
height: 10px;
border: none;
background-color: #DCDCDC;
border-radius: 10px;
margin-block: 5px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-range {
background-color: #1D39D7;
border-radius: 10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle {
background-color: #ffffff;
border-radius: 20px;
width: 20px;
height: 20px;
border: 3px solid #1D39D7;
outline: none;
top: 50%;
margin-top: -10px;
margin-left: -10px;
}
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-active,
.wpcf7-extcf7-range-slider .ui-widget.ui-widget-content .ui-slider-handle.ui-state-hover {
background-color: #1D39D7;
}.swal2-popup.swal2-toast{flex-direction:column;align-items:stretch;width:auto;padding:1.25em;overflow-y:hidden;background:#fff;box-shadow:0 0 .625em #d9d9d9}.swal2-popup.swal2-toast .swal2-header{flex-direction:row;padding:0}.swal2-popup.swal2-toast .swal2-title{flex-grow:1;justify-content:flex-start;margin:0 .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-loading{justify-content:center}.swal2-popup.swal2-toast .swal2-input{height:2em;margin:.3125em auto;font-size:1em}.swal2-popup.swal2-toast .swal2-validation-message{font-size:1em}.swal2-popup.swal2-toast .swal2-footer{margin:.5em 0 0;padding:.5em 0 0;font-size:.8em}.swal2-popup.swal2-toast .swal2-close{position:static;width:.8em;height:.8em;line-height:.8}.swal2-popup.swal2-toast .swal2-content{justify-content:flex-start;margin:0 .625em;padding:0;font-size:1em;text-align:initial}.swal2-popup.swal2-toast .swal2-html-container{padding:.625em 0 0}.swal2-popup.swal2-toast .swal2-html-container:empty{padding:0}.swal2-popup.swal2-toast .swal2-icon{width:2em;min-width:2em;height:2em;margin:0 .5em 0 0}.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:1.8em;font-weight:700}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-popup.swal2-toast .swal2-icon .swal2-icon-content{font-size:.25em}}.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line]{top:.875em;width:1.375em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:.3125em}.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:.3125em}.swal2-popup.swal2-toast .swal2-actions{flex:1;flex-basis:auto!important;align-self:stretch;width:auto;height:2.2em;height:auto;margin:0 .3125em;margin-top:.3125em;padding:0}.swal2-popup.swal2-toast .swal2-styled{margin:.125em .3125em;padding:.3125em .625em;font-size:1em}.swal2-popup.swal2-toast .swal2-styled:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px rgba(100,150,200,.5)}.swal2-popup.swal2-toast .swal2-success{border-color:#a5dc86}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line]{position:absolute;width:1.6em;height:3em;transform:rotate(45deg);border-radius:50%}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.8em;left:-.5em;transform:rotate(-45deg);transform-origin:2em 2em;border-radius:4em 0 0 4em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.25em;left:.9375em;transform-origin:0 1.5em;border-radius:0 4em 4em 0}.swal2-popup.swal2-toast .swal2-success .swal2-success-ring{width:2em;height:2em}.swal2-popup.swal2-toast .swal2-success .swal2-success-fix{top:0;left:.4375em;width:.4375em;height:2.6875em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line]{height:.3125em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip]{top:1.125em;left:.1875em;width:.75em}.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long]{top:.9375em;right:.1875em;width:1.375em}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-toast-animate-success-line-tip .75s;animation:swal2-toast-animate-success-line-tip .75s}.swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-toast-animate-success-line-long .75s;animation:swal2-toast-animate-success-line-long .75s}.swal2-popup.swal2-toast.swal2-show{-webkit-animation:swal2-toast-show .5s;animation:swal2-toast-show .5s}.swal2-popup.swal2-toast.swal2-hide{-webkit-animation:swal2-toast-hide .1s forwards;animation:swal2-toast-hide .1s forwards}.swal2-container{display:flex;position:fixed;z-index:1060;top:0;right:0;bottom:0;left:0;flex-direction:row;align-items:center;justify-content:center;padding:.625em;overflow-x:hidden;transition:background-color .1s;-webkit-overflow-scrolling:touch}.swal2-container.swal2-backdrop-show,.swal2-container.swal2-noanimation{background:rgba(0,0,0,.4)}.swal2-container.swal2-backdrop-hide{background:0 0!important}.swal2-container.swal2-top{align-items:flex-start}.swal2-container.swal2-top-left,.swal2-container.swal2-top-start{align-items:flex-start;justify-content:flex-start}.swal2-container.swal2-top-end,.swal2-container.swal2-top-right{align-items:flex-start;justify-content:flex-end}.swal2-container.swal2-center{align-items:center}.swal2-container.swal2-center-left,.swal2-container.swal2-center-start{align-items:center;justify-content:flex-start}.swal2-container.swal2-center-end,.swal2-container.swal2-center-right{align-items:center;justify-content:flex-end}.swal2-container.swal2-bottom{align-items:flex-end}.swal2-container.swal2-bottom-left,.swal2-container.swal2-bottom-start{align-items:flex-end;justify-content:flex-start}.swal2-container.swal2-bottom-end,.swal2-container.swal2-bottom-right{align-items:flex-end;justify-content:flex-end}.swal2-container.swal2-bottom-end>:first-child,.swal2-container.swal2-bottom-left>:first-child,.swal2-container.swal2-bottom-right>:first-child,.swal2-container.swal2-bottom-start>:first-child,.swal2-container.swal2-bottom>:first-child{margin-top:auto}.swal2-container.swal2-grow-fullscreen>.swal2-modal{display:flex!important;flex:1;align-self:stretch;justify-content:center}.swal2-container.swal2-grow-row>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-grow-column{flex:1;flex-direction:column}.swal2-container.swal2-grow-column.swal2-bottom,.swal2-container.swal2-grow-column.swal2-center,.swal2-container.swal2-grow-column.swal2-top{align-items:center}.swal2-container.swal2-grow-column.swal2-bottom-left,.swal2-container.swal2-grow-column.swal2-bottom-start,.swal2-container.swal2-grow-column.swal2-center-left,.swal2-container.swal2-grow-column.swal2-center-start,.swal2-container.swal2-grow-column.swal2-top-left,.swal2-container.swal2-grow-column.swal2-top-start{align-items:flex-start}.swal2-container.swal2-grow-column.swal2-bottom-end,.swal2-container.swal2-grow-column.swal2-bottom-right,.swal2-container.swal2-grow-column.swal2-center-end,.swal2-container.swal2-grow-column.swal2-center-right,.swal2-container.swal2-grow-column.swal2-top-end,.swal2-container.swal2-grow-column.swal2-top-right{align-items:flex-end}.swal2-container.swal2-grow-column>.swal2-modal{display:flex!important;flex:1;align-content:center;justify-content:center}.swal2-container.swal2-no-transition{transition:none!important}.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen)>.swal2-modal{margin:auto}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-container .swal2-modal{margin:0!important}}.swal2-popup{display:none;position:relative;box-sizing:border-box;flex-direction:column;justify-content:center;width:32em;max-width:100%;padding:1.25em;border:none;border-radius:5px;background:#fff;font-family:inherit;font-size:1rem}.swal2-popup:focus{outline:0}.swal2-popup.swal2-loading{overflow-y:hidden}.swal2-header{display:flex;flex-direction:column;align-items:center;padding:0 1.8em}.swal2-title{position:relative;max-width:100%;margin:0 0 .4em;padding:0;color:#595959;font-size:1.875em;font-weight:600;text-align:center;text-transform:none;word-wrap:break-word}.swal2-actions{display:flex;z-index:1;box-sizing:border-box;flex-wrap:wrap;align-items:center;justify-content:center;width:100%;margin:1.25em auto 0;padding:0}.swal2-actions:not(.swal2-loading) .swal2-styled[disabled]{opacity:.4}.swal2-actions:not(.swal2-loading) .swal2-styled:hover{background-image:linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.1))}.swal2-actions:not(.swal2-loading) .swal2-styled:active{background-image:linear-gradient(rgba(0,0,0,.2),rgba(0,0,0,.2))}.swal2-loader{display:none;align-items:center;justify-content:center;width:2.2em;height:2.2em;margin:0 1.875em;-webkit-animation:swal2-rotate-loading 1.5s linear 0s infinite normal;animation:swal2-rotate-loading 1.5s linear 0s infinite normal;border-width:.25em;border-style:solid;border-radius:100%;border-color:#2778c4 transparent #2778c4 transparent}.swal2-styled{margin:.3125em;padding:.625em 1.1em;box-shadow:none;font-weight:500}.swal2-styled:not([disabled]){cursor:pointer}.swal2-styled.swal2-confirm{border:0;border-radius:.25em;background:initial;background-color:#2778c4;color:#fff;font-size:1em}.swal2-styled.swal2-deny{border:0;border-radius:.25em;background:initial;background-color:#d14529;color:#fff;font-size:1em}.swal2-styled.swal2-cancel{border:0;border-radius:.25em;background:initial;background-color:#757575;color:#fff;font-size:1em}.swal2-styled:focus{outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-styled::-moz-focus-inner{border:0}.swal2-footer{justify-content:center;margin:1.25em 0 0;padding:1em 0 0;border-top:1px solid #eee;color:#545454;font-size:1em}.swal2-timer-progress-bar-container{position:absolute;right:0;bottom:0;left:0;height:.25em;overflow:hidden;border-bottom-right-radius:5px;border-bottom-left-radius:5px}.swal2-timer-progress-bar{width:100%;height:.25em;background:rgba(0,0,0,.2)}.swal2-image{max-width:100%;margin:1.25em auto}.swal2-close{position:absolute;z-index:2;top:0;right:0;align-items:center;justify-content:center;width:1.2em;height:1.2em;padding:0;overflow:hidden;transition:color .1s ease-out;border:none;border-radius:5px;background:0 0;color:#ccc;font-family:serif;font-size:2.5em;line-height:1.2;cursor:pointer}.swal2-close:hover{transform:none;background:0 0;color:#f27474}.swal2-close:focus{outline:0;box-shadow:inset 0 0 0 3px rgba(100,150,200,.5)}.swal2-close::-moz-focus-inner{border:0}.swal2-content{z-index:1;justify-content:center;margin:0;padding:0 1.6em;color:#545454;font-size:1.125em;font-weight:400;line-height:normal;text-align:center;word-wrap:break-word}.swal2-checkbox,.swal2-file,.swal2-input,.swal2-radio,.swal2-select,.swal2-textarea{margin:1em auto}.swal2-file,.swal2-input,.swal2-textarea{box-sizing:border-box;width:100%;transition:border-color .3s,box-shadow .3s;border:1px solid #d9d9d9;border-radius:.1875em;background:inherit;box-shadow:inset 0 1px 1px rgba(0,0,0,.06);color:inherit;font-size:1.125em}.swal2-file.swal2-inputerror,.swal2-input.swal2-inputerror,.swal2-textarea.swal2-inputerror{border-color:#f27474!important;box-shadow:0 0 2px #f27474!important}.swal2-file:focus,.swal2-input:focus,.swal2-textarea:focus{border:1px solid #b4dbed;outline:0;box-shadow:0 0 0 3px rgba(100,150,200,.5)}.swal2-file::-moz-placeholder,.swal2-input::-moz-placeholder,.swal2-textarea::-moz-placeholder{color:#ccc}.swal2-file:-ms-input-placeholder,.swal2-input:-ms-input-placeholder,.swal2-textarea:-ms-input-placeholder{color:#ccc}.swal2-file::placeholder,.swal2-input::placeholder,.swal2-textarea::placeholder{color:#ccc}.swal2-range{margin:1em auto;background:#fff}.swal2-range input{width:80%}.swal2-range output{width:20%;color:inherit;font-weight:600;text-align:center}.swal2-range input,.swal2-range output{height:2.625em;padding:0;font-size:1.125em;line-height:2.625em}.swal2-input{height:2.625em;padding:0 .75em}.swal2-input[type=number]{max-width:10em}.swal2-file{background:inherit;font-size:1.125em}.swal2-textarea{height:6.75em;padding:.75em}.swal2-select{min-width:50%;max-width:100%;padding:.375em .625em;background:inherit;color:inherit;font-size:1.125em}.swal2-checkbox,.swal2-radio{align-items:center;justify-content:center;background:#fff;color:inherit}.swal2-checkbox label,.swal2-radio label{margin:0 .6em;font-size:1.125em}.swal2-checkbox input,.swal2-radio input{flex-shrink:0;margin:0 .4em}.swal2-input-label{display:flex;justify-content:center;margin:1em auto}.swal2-validation-message{align-items:center;justify-content:center;margin:0 -2.7em;padding:.625em;overflow:hidden;background:#f0f0f0;color:#666;font-size:1em;font-weight:300}.swal2-validation-message::before{content:"!";display:inline-block;width:1.5em;min-width:1.5em;height:1.5em;margin:0 .625em;border-radius:50%;background-color:#f27474;color:#fff;font-weight:600;line-height:1.5em;text-align:center}.swal2-icon{position:relative;box-sizing:content-box;justify-content:center;width:5em;height:5em;margin:1.25em auto 1.875em;border:.25em solid transparent;border-radius:50%;border-color:#000;font-family:inherit;line-height:5em;cursor:default;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.swal2-icon .swal2-icon-content{display:flex;align-items:center;font-size:3.75em}.swal2-icon.swal2-error{border-color:#f27474;color:#f27474}.swal2-icon.swal2-error .swal2-x-mark{position:relative;flex-grow:1}.swal2-icon.swal2-error [class^=swal2-x-mark-line]{display:block;position:absolute;top:2.3125em;width:2.9375em;height:.3125em;border-radius:.125em;background-color:#f27474}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left]{left:1.0625em;transform:rotate(45deg)}.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right]{right:1em;transform:rotate(-45deg)}.swal2-icon.swal2-error.swal2-icon-show{-webkit-animation:swal2-animate-error-icon .5s;animation:swal2-animate-error-icon .5s}.swal2-icon.swal2-error.swal2-icon-show .swal2-x-mark{-webkit-animation:swal2-animate-error-x-mark .5s;animation:swal2-animate-error-x-mark .5s}.swal2-icon.swal2-warning{border-color:#facea8;color:#f8bb86}.swal2-icon.swal2-info{border-color:#9de0f6;color:#3fc3ee}.swal2-icon.swal2-question{border-color:#c9dae1;color:#87adbd}.swal2-icon.swal2-success{border-color:#a5dc86;color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-circular-line]{position:absolute;width:3.75em;height:7.5em;transform:rotate(45deg);border-radius:50%}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left]{top:-.4375em;left:-2.0635em;transform:rotate(-45deg);transform-origin:3.75em 3.75em;border-radius:7.5em 0 0 7.5em}.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right]{top:-.6875em;left:1.875em;transform:rotate(-45deg);transform-origin:0 3.75em;border-radius:0 7.5em 7.5em 0}.swal2-icon.swal2-success .swal2-success-ring{position:absolute;z-index:2;top:-.25em;left:-.25em;box-sizing:content-box;width:100%;height:100%;border:.25em solid rgba(165,220,134,.3);border-radius:50%}.swal2-icon.swal2-success .swal2-success-fix{position:absolute;z-index:1;top:.5em;left:1.625em;width:.4375em;height:5.625em;transform:rotate(-45deg)}.swal2-icon.swal2-success [class^=swal2-success-line]{display:block;position:absolute;z-index:2;height:.3125em;border-radius:.125em;background-color:#a5dc86}.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip]{top:2.875em;left:.8125em;width:1.5625em;transform:rotate(45deg)}.swal2-icon.swal2-success [class^=swal2-success-line][class$=long]{top:2.375em;right:.5em;width:2.9375em;transform:rotate(-45deg)}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-tip{-webkit-animation:swal2-animate-success-line-tip .75s;animation:swal2-animate-success-line-tip .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-line-long{-webkit-animation:swal2-animate-success-line-long .75s;animation:swal2-animate-success-line-long .75s}.swal2-icon.swal2-success.swal2-icon-show .swal2-success-circular-line-right{-webkit-animation:swal2-rotate-success-circular-line 4.25s ease-in;animation:swal2-rotate-success-circular-line 4.25s ease-in}.swal2-progress-steps{flex-wrap:wrap;align-items:center;max-width:100%;margin:0 0 1.25em;padding:0;background:inherit;font-weight:600}.swal2-progress-steps li{display:inline-block;position:relative}.swal2-progress-steps .swal2-progress-step{z-index:20;flex-shrink:0;width:2em;height:2em;border-radius:2em;background:#2778c4;color:#fff;line-height:2em;text-align:center}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step{background:#2778c4}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step{background:#add8e6;color:#fff}.swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line{background:#add8e6}.swal2-progress-steps .swal2-progress-step-line{z-index:10;flex-shrink:0;width:2.5em;height:.4em;margin:0 -1px;background:#2778c4}[class^=swal2]{-webkit-tap-highlight-color:transparent}.swal2-show{-webkit-animation:swal2-show .3s;animation:swal2-show .3s}.swal2-hide{-webkit-animation:swal2-hide .15s forwards;animation:swal2-hide .15s forwards}.swal2-noanimation{transition:none}.swal2-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.swal2-rtl .swal2-close{right:auto;left:0}.swal2-rtl .swal2-timer-progress-bar{right:0;left:auto}@supports (-ms-accelerator:true){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.swal2-range input{width:100%!important}.swal2-range output{display:none}}@-webkit-keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@keyframes swal2-toast-show{0%{transform:translateY(-.625em) rotateZ(2deg)}33%{transform:translateY(0) rotateZ(-2deg)}66%{transform:translateY(.3125em) rotateZ(2deg)}100%{transform:translateY(0) rotateZ(0)}}@-webkit-keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@keyframes swal2-toast-hide{100%{transform:rotateZ(1deg);opacity:0}}@-webkit-keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@keyframes swal2-toast-animate-success-line-tip{0%{top:.5625em;left:.0625em;width:0}54%{top:.125em;left:.125em;width:0}70%{top:.625em;left:-.25em;width:1.625em}84%{top:1.0625em;left:.75em;width:.5em}100%{top:1.125em;left:.1875em;width:.75em}}@-webkit-keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@keyframes swal2-toast-animate-success-line-long{0%{top:1.625em;right:1.375em;width:0}65%{top:1.25em;right:.9375em;width:0}84%{top:.9375em;right:0;width:1.125em}100%{top:.9375em;right:.1875em;width:1.375em}}@-webkit-keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@keyframes swal2-show{0%{transform:scale(.7)}45%{transform:scale(1.05)}80%{transform:scale(.95)}100%{transform:scale(1)}}@-webkit-keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@keyframes swal2-hide{0%{transform:scale(1);opacity:1}100%{transform:scale(.5);opacity:0}}@-webkit-keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@keyframes swal2-animate-success-line-tip{0%{top:1.1875em;left:.0625em;width:0}54%{top:1.0625em;left:.125em;width:0}70%{top:2.1875em;left:-.375em;width:3.125em}84%{top:3em;left:1.3125em;width:1.0625em}100%{top:2.8125em;left:.8125em;width:1.5625em}}@-webkit-keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@keyframes swal2-animate-success-line-long{0%{top:3.375em;right:2.875em;width:0}65%{top:3.375em;right:2.875em;width:0}84%{top:2.1875em;right:0;width:3.4375em}100%{top:2.375em;right:.5em;width:2.9375em}}@-webkit-keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@keyframes swal2-rotate-success-circular-line{0%{transform:rotate(-45deg)}5%{transform:rotate(-45deg)}12%{transform:rotate(-405deg)}100%{transform:rotate(-405deg)}}@-webkit-keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@keyframes swal2-animate-error-x-mark{0%{margin-top:1.625em;transform:scale(.4);opacity:0}50%{margin-top:1.625em;transform:scale(.4);opacity:0}80%{margin-top:-.375em;transform:scale(1.15)}100%{margin-top:0;transform:scale(1);opacity:1}}@-webkit-keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@keyframes swal2-animate-error-icon{0%{transform:rotateX(100deg);opacity:0}100%{transform:rotateX(0);opacity:1}}@-webkit-keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes swal2-rotate-loading{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow:hidden}body.swal2-height-auto{height:auto!important}body.swal2-no-backdrop .swal2-container{top:auto;right:auto;bottom:auto;left:auto;max-width:calc(100% - .625em * 2);background-color:transparent!important}body.swal2-no-backdrop .swal2-container>.swal2-modal{box-shadow:0 0 10px rgba(0,0,0,.4)}body.swal2-no-backdrop .swal2-container.swal2-top{top:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-top-left,body.swal2-no-backdrop .swal2-container.swal2-top-start{top:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-top-end,body.swal2-no-backdrop .swal2-container.swal2-top-right{top:0;right:0}body.swal2-no-backdrop .swal2-container.swal2-center{top:50%;left:50%;transform:translate(-50%,-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-left,body.swal2-no-backdrop .swal2-container.swal2-center-start{top:50%;left:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-center-end,body.swal2-no-backdrop .swal2-container.swal2-center-right{top:50%;right:0;transform:translateY(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom{bottom:0;left:50%;transform:translateX(-50%)}body.swal2-no-backdrop .swal2-container.swal2-bottom-left,body.swal2-no-backdrop .swal2-container.swal2-bottom-start{bottom:0;left:0}body.swal2-no-backdrop .swal2-container.swal2-bottom-end,body.swal2-no-backdrop .swal2-container.swal2-bottom-right{right:0;bottom:0}@media print{body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown){overflow-y:scroll!important}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true]{display:none}body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container{position:static!important}}body.swal2-toast-shown .swal2-container{background-color:transparent}body.swal2-toast-shown .swal2-container.swal2-top{top:0;right:auto;bottom:auto;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-top-end,body.swal2-toast-shown .swal2-container.swal2-top-right{top:0;right:0;bottom:auto;left:auto}body.swal2-toast-shown .swal2-container.swal2-top-left,body.swal2-toast-shown .swal2-container.swal2-top-start{top:0;right:auto;bottom:auto;left:0}body.swal2-toast-shown .swal2-container.swal2-center-left,body.swal2-toast-shown .swal2-container.swal2-center-start{top:50%;right:auto;bottom:auto;left:0;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-center{top:50%;right:auto;bottom:auto;left:50%;transform:translate(-50%,-50%)}body.swal2-toast-shown .swal2-container.swal2-center-end,body.swal2-toast-shown .swal2-container.swal2-center-right{top:50%;right:0;bottom:auto;left:auto;transform:translateY(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-left,body.swal2-toast-shown .swal2-container.swal2-bottom-start{top:auto;right:auto;bottom:0;left:0}body.swal2-toast-shown .swal2-container.swal2-bottom{top:auto;right:auto;bottom:0;left:50%;transform:translateX(-50%)}body.swal2-toast-shown .swal2-container.swal2-bottom-end,body.swal2-toast-shown .swal2-container.swal2-bottom-right{top:auto;right:0;bottom:0;left:auto}.iti {
position: relative;
display: inline-block; }
.iti * {
box-sizing: border-box;
-moz-box-sizing: border-box; }
.iti__hide {
display: none; }
.iti__v-hide {
visibility: hidden; }
.iti input, .iti input[type=text], .iti input[type=tel] {
position: relative;
z-index: 0;
margin-top: 0 !important;
margin-bottom: 0 !important;
padding-right: 36px;
margin-right: 0; }
.iti__flag-container {
position: absolute;
top: 0;
bottom: 0;
right: 0;
padding: 1px; }
.iti__selected-flag {
z-index: 1;
position: relative;
display: flex;
align-items: center;
height: 100%;
padding: 0 6px 0 8px; }
.iti__arrow {
margin-left: 6px;
width: 0;
height: 0;
border-left: 3px solid transparent;
border-right: 3px solid transparent;
border-top: 4px solid #555; }
.iti__arrow--up {
border-top: none;
border-bottom: 4px solid #555; }
.iti__country-list {
position: absolute;
z-index: 2;
list-style: none;
text-align: left;
padding: 0;
margin: 0 0 0 -1px;
box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
background-color: white;
border: 1px solid #CCC;
white-space: nowrap;
max-height: 200px;
overflow-y: scroll;
-webkit-overflow-scrolling: touch; }
.iti__country-list--dropup {
bottom: 100%;
margin-bottom: -1px; }
@media (max-width: 500px) {
.iti__country-list {
white-space: normal; } }
.iti__flag-box {
display: inline-block;
width: 20px; }
.iti__divider {
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: 1px solid #CCC; }
.iti__country {
padding: 5px 10px;
outline: none; }
.iti__dial-code {
color: #999; }
.iti__country.iti__highlight {
background-color: rgba(0, 0, 0, 0.05); }
.iti__flag-box, .iti__country-name, .iti__dial-code {
vertical-align: middle; }
.iti__flag-box, .iti__country-name {
margin-right: 6px; }
.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel] {
padding-right: 6px;
padding-left: 52px;
margin-left: 0; }
.iti--allow-dropdown .iti__flag-container, .iti--separate-dial-code .iti__flag-container {
right: auto;
left: 0; }
.iti--allow-dropdown .iti__flag-container:hover {
cursor: pointer; }
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05); }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
cursor: default; }
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
background-color: transparent; }
.iti--separate-dial-code .iti__selected-flag {
background-color: rgba(0, 0, 0, 0.05); }
.iti--separate-dial-code .iti__selected-dial-code {
margin-left: 6px; }
.iti--container {
position: absolute;
top: -1000px;
left: -1000px;
z-index: 1060;
padding: 1px; }
.iti--container:hover {
cursor: pointer; }
.iti-mobile .iti--container {
top: 30px;
bottom: 30px;
left: 30px;
right: 30px;
position: fixed; }
.iti-mobile .iti__country-list {
max-height: 100%;
width: 100%; }
.iti-mobile .iti__country {
padding: 10px 10px;
line-height: 1.5em; }
.iti__flag {
width: 20px; }
.iti__flag.iti__be {
width: 18px; }
.iti__flag.iti__ch {
width: 15px; }
.iti__flag.iti__mc {
width: 19px; }
.iti__flag.iti__ne {
width: 18px; }
.iti__flag.iti__np {
width: 13px; }
.iti__flag.iti__va {
width: 15px; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-size: 5652px 15px; } }
.iti__flag.iti__ac {
height: 10px;
background-position: 0px 0px; }
.iti__flag.iti__ad {
height: 14px;
background-position: -22px 0px; }
.iti__flag.iti__ae {
height: 10px;
background-position: -44px 0px; }
.iti__flag.iti__af {
height: 14px;
background-position: -66px 0px; }
.iti__flag.iti__ag {
height: 14px;
background-position: -88px 0px; }
.iti__flag.iti__ai {
height: 10px;
background-position: -110px 0px; }
.iti__flag.iti__al {
height: 15px;
background-position: -132px 0px; }
.iti__flag.iti__am {
height: 10px;
background-position: -154px 0px; }
.iti__flag.iti__ao {
height: 14px;
background-position: -176px 0px; }
.iti__flag.iti__aq {
height: 14px;
background-position: -198px 0px; }
.iti__flag.iti__ar {
height: 13px;
background-position: -220px 0px; }
.iti__flag.iti__as {
height: 10px;
background-position: -242px 0px; }
.iti__flag.iti__at {
height: 14px;
background-position: -264px 0px; }
.iti__flag.iti__au {
height: 10px;
background-position: -286px 0px; }
.iti__flag.iti__aw {
height: 14px;
background-position: -308px 0px; }
.iti__flag.iti__ax {
height: 13px;
background-position: -330px 0px; }
.iti__flag.iti__az {
height: 10px;
background-position: -352px 0px; }
.iti__flag.iti__ba {
height: 10px;
background-position: -374px 0px; }
.iti__flag.iti__bb {
height: 14px;
background-position: -396px 0px; }
.iti__flag.iti__bd {
height: 12px;
background-position: -418px 0px; }
.iti__flag.iti__be {
height: 15px;
background-position: -440px 0px; }
.iti__flag.iti__bf {
height: 14px;
background-position: -460px 0px; }
.iti__flag.iti__bg {
height: 12px;
background-position: -482px 0px; }
.iti__flag.iti__bh {
height: 12px;
background-position: -504px 0px; }
.iti__flag.iti__bi {
height: 12px;
background-position: -526px 0px; }
.iti__flag.iti__bj {
height: 14px;
background-position: -548px 0px; }
.iti__flag.iti__bl {
height: 14px;
background-position: -570px 0px; }
.iti__flag.iti__bm {
height: 10px;
background-position: -592px 0px; }
.iti__flag.iti__bn {
height: 10px;
background-position: -614px 0px; }
.iti__flag.iti__bo {
height: 14px;
background-position: -636px 0px; }
.iti__flag.iti__bq {
height: 14px;
background-position: -658px 0px; }
.iti__flag.iti__br {
height: 14px;
background-position: -680px 0px; }
.iti__flag.iti__bs {
height: 10px;
background-position: -702px 0px; }
.iti__flag.iti__bt {
height: 14px;
background-position: -724px 0px; }
.iti__flag.iti__bv {
height: 15px;
background-position: -746px 0px; }
.iti__flag.iti__bw {
height: 14px;
background-position: -768px 0px; }
.iti__flag.iti__by {
height: 10px;
background-position: -790px 0px; }
.iti__flag.iti__bz {
height: 14px;
background-position: -812px 0px; }
.iti__flag.iti__ca {
height: 10px;
background-position: -834px 0px; }
.iti__flag.iti__cc {
height: 10px;
background-position: -856px 0px; }
.iti__flag.iti__cd {
height: 15px;
background-position: -878px 0px; }
.iti__flag.iti__cf {
height: 14px;
background-position: -900px 0px; }
.iti__flag.iti__cg {
height: 14px;
background-position: -922px 0px; }
.iti__flag.iti__ch {
height: 15px;
background-position: -944px 0px; }
.iti__flag.iti__ci {
height: 14px;
background-position: -961px 0px; }
.iti__flag.iti__ck {
height: 10px;
background-position: -983px 0px; }
.iti__flag.iti__cl {
height: 14px;
background-position: -1005px 0px; }
.iti__flag.iti__cm {
height: 14px;
background-position: -1027px 0px; }
.iti__flag.iti__cn {
height: 14px;
background-position: -1049px 0px; }
.iti__flag.iti__co {
height: 14px;
background-position: -1071px 0px; }
.iti__flag.iti__cp {
height: 14px;
background-position: -1093px 0px; }
.iti__flag.iti__cr {
height: 12px;
background-position: -1115px 0px; }
.iti__flag.iti__cu {
height: 10px;
background-position: -1137px 0px; }
.iti__flag.iti__cv {
height: 12px;
background-position: -1159px 0px; }
.iti__flag.iti__cw {
height: 14px;
background-position: -1181px 0px; }
.iti__flag.iti__cx {
height: 10px;
background-position: -1203px 0px; }
.iti__flag.iti__cy {
height: 14px;
background-position: -1225px 0px; }
.iti__flag.iti__cz {
height: 14px;
background-position: -1247px 0px; }
.iti__flag.iti__de {
height: 12px;
background-position: -1269px 0px; }
.iti__flag.iti__dg {
height: 10px;
background-position: -1291px 0px; }
.iti__flag.iti__dj {
height: 14px;
background-position: -1313px 0px; }
.iti__flag.iti__dk {
height: 15px;
background-position: -1335px 0px; }
.iti__flag.iti__dm {
height: 10px;
background-position: -1357px 0px; }
.iti__flag.iti__do {
height: 14px;
background-position: -1379px 0px; }
.iti__flag.iti__dz {
height: 14px;
background-position: -1401px 0px; }
.iti__flag.iti__ea {
height: 14px;
background-position: -1423px 0px; }
.iti__flag.iti__ec {
height: 14px;
background-position: -1445px 0px; }
.iti__flag.iti__ee {
height: 13px;
background-position: -1467px 0px; }
.iti__flag.iti__eg {
height: 14px;
background-position: -1489px 0px; }
.iti__flag.iti__eh {
height: 10px;
background-position: -1511px 0px; }
.iti__flag.iti__er {
height: 10px;
background-position: -1533px 0px; }
.iti__flag.iti__es {
height: 14px;
background-position: -1555px 0px; }
.iti__flag.iti__et {
height: 10px;
background-position: -1577px 0px; }
.iti__flag.iti__eu {
height: 14px;
background-position: -1599px 0px; }
.iti__flag.iti__fi {
height: 12px;
background-position: -1621px 0px; }
.iti__flag.iti__fj {
height: 10px;
background-position: -1643px 0px; }
.iti__flag.iti__fk {
height: 10px;
background-position: -1665px 0px; }
.iti__flag.iti__fm {
height: 11px;
background-position: -1687px 0px; }
.iti__flag.iti__fo {
height: 15px;
background-position: -1709px 0px; }
.iti__flag.iti__fr {
height: 14px;
background-position: -1731px 0px; }
.iti__flag.iti__ga {
height: 15px;
background-position: -1753px 0px; }
.iti__flag.iti__gb {
height: 10px;
background-position: -1775px 0px; }
.iti__flag.iti__gd {
height: 12px;
background-position: -1797px 0px; }
.iti__flag.iti__ge {
height: 14px;
background-position: -1819px 0px; }
.iti__flag.iti__gf {
height: 14px;
background-position: -1841px 0px; }
.iti__flag.iti__gg {
height: 14px;
background-position: -1863px 0px; }
.iti__flag.iti__gh {
height: 14px;
background-position: -1885px 0px; }
.iti__flag.iti__gi {
height: 10px;
background-position: -1907px 0px; }
.iti__flag.iti__gl {
height: 14px;
background-position: -1929px 0px; }
.iti__flag.iti__gm {
height: 14px;
background-position: -1951px 0px; }
.iti__flag.iti__gn {
height: 14px;
background-position: -1973px 0px; }
.iti__flag.iti__gp {
height: 14px;
background-position: -1995px 0px; }
.iti__flag.iti__gq {
height: 14px;
background-position: -2017px 0px; }
.iti__flag.iti__gr {
height: 14px;
background-position: -2039px 0px; }
.iti__flag.iti__gs {
height: 10px;
background-position: -2061px 0px; }
.iti__flag.iti__gt {
height: 13px;
background-position: -2083px 0px; }
.iti__flag.iti__gu {
height: 11px;
background-position: -2105px 0px; }
.iti__flag.iti__gw {
height: 10px;
background-position: -2127px 0px; }
.iti__flag.iti__gy {
height: 12px;
background-position: -2149px 0px; }
.iti__flag.iti__hk {
height: 14px;
background-position: -2171px 0px; }
.iti__flag.iti__hm {
height: 10px;
background-position: -2193px 0px; }
.iti__flag.iti__hn {
height: 10px;
background-position: -2215px 0px; }
.iti__flag.iti__hr {
height: 10px;
background-position: -2237px 0px; }
.iti__flag.iti__ht {
height: 12px;
background-position: -2259px 0px; }
.iti__flag.iti__hu {
height: 10px;
background-position: -2281px 0px; }
.iti__flag.iti__ic {
height: 14px;
background-position: -2303px 0px; }
.iti__flag.iti__id {
height: 14px;
background-position: -2325px 0px; }
.iti__flag.iti__ie {
height: 10px;
background-position: -2347px 0px; }
.iti__flag.iti__il {
height: 15px;
background-position: -2369px 0px; }
.iti__flag.iti__im {
height: 10px;
background-position: -2391px 0px; }
.iti__flag.iti__in {
height: 14px;
background-position: -2413px 0px; }
.iti__flag.iti__io {
height: 10px;
background-position: -2435px 0px; }
.iti__flag.iti__iq {
height: 14px;
background-position: -2457px 0px; }
.iti__flag.iti__ir {
height: 12px;
background-position: -2479px 0px; }
.iti__flag.iti__is {
height: 15px;
background-position: -2501px 0px; }
.iti__flag.iti__it {
height: 14px;
background-position: -2523px 0px; }
.iti__flag.iti__je {
height: 12px;
background-position: -2545px 0px; }
.iti__flag.iti__jm {
height: 10px;
background-position: -2567px 0px; }
.iti__flag.iti__jo {
height: 10px;
background-position: -2589px 0px; }
.iti__flag.iti__jp {
height: 14px;
background-position: -2611px 0px; }
.iti__flag.iti__ke {
height: 14px;
background-position: -2633px 0px; }
.iti__flag.iti__kg {
height: 12px;
background-position: -2655px 0px; }
.iti__flag.iti__kh {
height: 13px;
background-position: -2677px 0px; }
.iti__flag.iti__ki {
height: 10px;
background-position: -2699px 0px; }
.iti__flag.iti__km {
height: 12px;
background-position: -2721px 0px; }
.iti__flag.iti__kn {
height: 14px;
background-position: -2743px 0px; }
.iti__flag.iti__kp {
height: 10px;
background-position: -2765px 0px; }
.iti__flag.iti__kr {
height: 14px;
background-position: -2787px 0px; }
.iti__flag.iti__kw {
height: 10px;
background-position: -2809px 0px; }
.iti__flag.iti__ky {
height: 10px;
background-position: -2831px 0px; }
.iti__flag.iti__kz {
height: 10px;
background-position: -2853px 0px; }
.iti__flag.iti__la {
height: 14px;
background-position: -2875px 0px; }
.iti__flag.iti__lb {
height: 14px;
background-position: -2897px 0px; }
.iti__flag.iti__lc {
height: 10px;
background-position: -2919px 0px; }
.iti__flag.iti__li {
height: 12px;
background-position: -2941px 0px; }
.iti__flag.iti__lk {
height: 10px;
background-position: -2963px 0px; }
.iti__flag.iti__lr {
height: 11px;
background-position: -2985px 0px; }
.iti__flag.iti__ls {
height: 14px;
background-position: -3007px 0px; }
.iti__flag.iti__lt {
height: 12px;
background-position: -3029px 0px; }
.iti__flag.iti__lu {
height: 12px;
background-position: -3051px 0px; }
.iti__flag.iti__lv {
height: 10px;
background-position: -3073px 0px; }
.iti__flag.iti__ly {
height: 10px;
background-position: -3095px 0px; }
.iti__flag.iti__ma {
height: 14px;
background-position: -3117px 0px; }
.iti__flag.iti__mc {
height: 15px;
background-position: -3139px 0px; }
.iti__flag.iti__md {
height: 10px;
background-position: -3160px 0px; }
.iti__flag.iti__me {
height: 10px;
background-position: -3182px 0px; }
.iti__flag.iti__mf {
height: 14px;
background-position: -3204px 0px; }
.iti__flag.iti__mg {
height: 14px;
background-position: -3226px 0px; }
.iti__flag.iti__mh {
height: 11px;
background-position: -3248px 0px; }
.iti__flag.iti__mk {
height: 10px;
background-position: -3270px 0px; }
.iti__flag.iti__ml {
height: 14px;
background-position: -3292px 0px; }
.iti__flag.iti__mm {
height: 14px;
background-position: -3314px 0px; }
.iti__flag.iti__mn {
height: 10px;
background-position: -3336px 0px; }
.iti__flag.iti__mo {
height: 14px;
background-position: -3358px 0px; }
.iti__flag.iti__mp {
height: 10px;
background-position: -3380px 0px; }
.iti__flag.iti__mq {
height: 14px;
background-position: -3402px 0px; }
.iti__flag.iti__mr {
height: 14px;
background-position: -3424px 0px; }
.iti__flag.iti__ms {
height: 10px;
background-position: -3446px 0px; }
.iti__flag.iti__mt {
height: 14px;
background-position: -3468px 0px; }
.iti__flag.iti__mu {
height: 14px;
background-position: -3490px 0px; }
.iti__flag.iti__mv {
height: 14px;
background-position: -3512px 0px; }
.iti__flag.iti__mw {
height: 14px;
background-position: -3534px 0px; }
.iti__flag.iti__mx {
height: 12px;
background-position: -3556px 0px; }
.iti__flag.iti__my {
height: 10px;
background-position: -3578px 0px; }
.iti__flag.iti__mz {
height: 14px;
background-position: -3600px 0px; }
.iti__flag.iti__na {
height: 14px;
background-position: -3622px 0px; }
.iti__flag.iti__nc {
height: 10px;
background-position: -3644px 0px; }
.iti__flag.iti__ne {
height: 15px;
background-position: -3666px 0px; }
.iti__flag.iti__nf {
height: 10px;
background-position: -3686px 0px; }
.iti__flag.iti__ng {
height: 10px;
background-position: -3708px 0px; }
.iti__flag.iti__ni {
height: 12px;
background-position: -3730px 0px; }
.iti__flag.iti__nl {
height: 14px;
background-position: -3752px 0px; }
.iti__flag.iti__no {
height: 15px;
background-position: -3774px 0px; }
.iti__flag.iti__np {
height: 15px;
background-position: -3796px 0px; }
.iti__flag.iti__nr {
height: 10px;
background-position: -3811px 0px; }
.iti__flag.iti__nu {
height: 10px;
background-position: -3833px 0px; }
.iti__flag.iti__nz {
height: 10px;
background-position: -3855px 0px; }
.iti__flag.iti__om {
height: 10px;
background-position: -3877px 0px; }
.iti__flag.iti__pa {
height: 14px;
background-position: -3899px 0px; }
.iti__flag.iti__pe {
height: 14px;
background-position: -3921px 0px; }
.iti__flag.iti__pf {
height: 14px;
background-position: -3943px 0px; }
.iti__flag.iti__pg {
height: 15px;
background-position: -3965px 0px; }
.iti__flag.iti__ph {
height: 10px;
background-position: -3987px 0px; }
.iti__flag.iti__pk {
height: 14px;
background-position: -4009px 0px; }
.iti__flag.iti__pl {
height: 13px;
background-position: -4031px 0px; }
.iti__flag.iti__pm {
height: 14px;
background-position: -4053px 0px; }
.iti__flag.iti__pn {
height: 10px;
background-position: -4075px 0px; }
.iti__flag.iti__pr {
height: 14px;
background-position: -4097px 0px; }
.iti__flag.iti__ps {
height: 10px;
background-position: -4119px 0px; }
.iti__flag.iti__pt {
height: 14px;
background-position: -4141px 0px; }
.iti__flag.iti__pw {
height: 13px;
background-position: -4163px 0px; }
.iti__flag.iti__py {
height: 11px;
background-position: -4185px 0px; }
.iti__flag.iti__qa {
height: 8px;
background-position: -4207px 0px; }
.iti__flag.iti__re {
height: 14px;
background-position: -4229px 0px; }
.iti__flag.iti__ro {
height: 14px;
background-position: -4251px 0px; }
.iti__flag.iti__rs {
height: 14px;
background-position: -4273px 0px; }
.iti__flag.iti__ru {
height: 14px;
background-position: -4295px 0px; }
.iti__flag.iti__rw {
height: 14px;
background-position: -4317px 0px; }
.iti__flag.iti__sa {
height: 14px;
background-position: -4339px 0px; }
.iti__flag.iti__sb {
height: 10px;
background-position: -4361px 0px; }
.iti__flag.iti__sc {
height: 10px;
background-position: -4383px 0px; }
.iti__flag.iti__sd {
height: 10px;
background-position: -4405px 0px; }
.iti__flag.iti__se {
height: 13px;
background-position: -4427px 0px; }
.iti__flag.iti__sg {
height: 14px;
background-position: -4449px 0px; }
.iti__flag.iti__sh {
height: 10px;
background-position: -4471px 0px; }
.iti__flag.iti__si {
height: 10px;
background-position: -4493px 0px; }
.iti__flag.iti__sj {
height: 15px;
background-position: -4515px 0px; }
.iti__flag.iti__sk {
height: 14px;
background-position: -4537px 0px; }
.iti__flag.iti__sl {
height: 14px;
background-position: -4559px 0px; }
.iti__flag.iti__sm {
height: 15px;
background-position: -4581px 0px; }
.iti__flag.iti__sn {
height: 14px;
background-position: -4603px 0px; }
.iti__flag.iti__so {
height: 14px;
background-position: -4625px 0px; }
.iti__flag.iti__sr {
height: 14px;
background-position: -4647px 0px; }
.iti__flag.iti__ss {
height: 10px;
background-position: -4669px 0px; }
.iti__flag.iti__st {
height: 10px;
background-position: -4691px 0px; }
.iti__flag.iti__sv {
height: 12px;
background-position: -4713px 0px; }
.iti__flag.iti__sx {
height: 14px;
background-position: -4735px 0px; }
.iti__flag.iti__sy {
height: 14px;
background-position: -4757px 0px; }
.iti__flag.iti__sz {
height: 14px;
background-position: -4779px 0px; }
.iti__flag.iti__ta {
height: 10px;
background-position: -4801px 0px; }
.iti__flag.iti__tc {
height: 10px;
background-position: -4823px 0px; }
.iti__flag.iti__td {
height: 14px;
background-position: -4845px 0px; }
.iti__flag.iti__tf {
height: 14px;
background-position: -4867px 0px; }
.iti__flag.iti__tg {
height: 13px;
background-position: -4889px 0px; }
.iti__flag.iti__th {
height: 14px;
background-position: -4911px 0px; }
.iti__flag.iti__tj {
height: 10px;
background-position: -4933px 0px; }
.iti__flag.iti__tk {
height: 10px;
background-position: -4955px 0px; }
.iti__flag.iti__tl {
height: 10px;
background-position: -4977px 0px; }
.iti__flag.iti__tm {
height: 14px;
background-position: -4999px 0px; }
.iti__flag.iti__tn {
height: 14px;
background-position: -5021px 0px; }
.iti__flag.iti__to {
height: 10px;
background-position: -5043px 0px; }
.iti__flag.iti__tr {
height: 14px;
background-position: -5065px 0px; }
.iti__flag.iti__tt {
height: 12px;
background-position: -5087px 0px; }
.iti__flag.iti__tv {
height: 10px;
background-position: -5109px 0px; }
.iti__flag.iti__tw {
height: 14px;
background-position: -5131px 0px; }
.iti__flag.iti__tz {
height: 14px;
background-position: -5153px 0px; }
.iti__flag.iti__ua {
height: 14px;
background-position: -5175px 0px; }
.iti__flag.iti__ug {
height: 14px;
background-position: -5197px 0px; }
.iti__flag.iti__um {
height: 11px;
background-position: -5219px 0px; }
.iti__flag.iti__un {
height: 14px;
background-position: -5241px 0px; }
.iti__flag.iti__us {
height: 11px;
background-position: -5263px 0px; }
.iti__flag.iti__uy {
height: 14px;
background-position: -5285px 0px; }
.iti__flag.iti__uz {
height: 10px;
background-position: -5307px 0px; }
.iti__flag.iti__va {
height: 15px;
background-position: -5329px 0px; }
.iti__flag.iti__vc {
height: 14px;
background-position: -5346px 0px; }
.iti__flag.iti__ve {
height: 14px;
background-position: -5368px 0px; }
.iti__flag.iti__vg {
height: 10px;
background-position: -5390px 0px; }
.iti__flag.iti__vi {
height: 14px;
background-position: -5412px 0px; }
.iti__flag.iti__vn {
height: 14px;
background-position: -5434px 0px; }
.iti__flag.iti__vu {
height: 12px;
background-position: -5456px 0px; }
.iti__flag.iti__wf {
height: 14px;
background-position: -5478px 0px; }
.iti__flag.iti__ws {
height: 10px;
background-position: -5500px 0px; }
.iti__flag.iti__xk {
height: 15px;
background-position: -5522px 0px; }
.iti__flag.iti__ye {
height: 14px;
background-position: -5544px 0px; }
.iti__flag.iti__yt {
height: 14px;
background-position: -5566px 0px; }
.iti__flag.iti__za {
height: 14px;
background-position: -5588px 0px; }
.iti__flag.iti__zm {
height: 14px;
background-position: -5610px 0px; }
.iti__flag.iti__zw {
height: 10px;
background-position: -5632px 0px; }
.iti__flag {
height: 15px;
box-shadow: 0px 0px 1px 0px #888;
background-image: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/flags.png);
background-repeat: no-repeat;
background-color: #DBDBDB;
background-position: 20px 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
.iti__flag {
background-image: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/flags@2x.png); } }
.iti__flag.iti__np {
background-color: transparent; }
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
input[type=number] {
-moz-appearance: textfield;
}
.wpcf7-cf7-advance-tel.invalid-number{
color: red !important;
background: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/remove.png) 97% no-repeat !important;
background-size: auto 70% !important;
}
.wpcf7-cf7-advance-tel.valid-number{
color: #3a3a3a !important;
background: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/check-round.png) 97% no-repeat !important;
background-size: auto 70% !important;
}
.wpcf7-advance-tel .iti{
width: 50%;
}@-webkit-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-moz-keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@keyframes passing-through {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30%, 70% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
100% {
opacity: 0;
-webkit-transform: translateY(-40px);
-moz-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
}
@-webkit-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@-moz-keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@keyframes slide-in {
0% {
opacity: 0;
-webkit-transform: translateY(40px);
-moz-transform: translateY(40px);
-ms-transform: translateY(40px);
-o-transform: translateY(40px);
transform: translateY(40px);
}
30% {
opacity: 1;
-webkit-transform: translateY(0px);
-moz-transform: translateY(0px);
-ms-transform: translateY(0px);
-o-transform: translateY(0px);
transform: translateY(0px);
}
}
@-webkit-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@-moz-keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
@keyframes pulse {
0% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
10% {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
transform: scale(1.1);
}
20% {
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
}
.dropzone, .dropzone * {
box-sizing: border-box;
}
.dropzone {
min-height: 150px;
border: 2px dashed rgba(0, 0, 0, 0.3);
background: white;
padding: 20px 20px;
}
.dropzone.dz-clickable {
cursor: pointer;
}
.dropzone.dz-clickable * {
cursor: default;
}
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
cursor: pointer;
}
.dropzone.dz-started .dz-message {
display: block;
}
.dropzone.dz-drag-hover {
border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
opacity: 0.5;
}
.dropzone .dz-message {
text-align: center;
margin: 2em 0;
}
.dropzone .dz-message .dz-button {
background: none;
color: inherit;
border: none;
padding: 0;
font: inherit;
cursor: pointer;
outline: inherit;
}
.dropzone .dz-preview {
position: relative;
display: inline-block;
vertical-align: top;
margin: 16px;
min-height: 100px;
} .dropzone .dz-preview.dz-file-preview .dz-image {
border-radius: 20px;
background: #999;
background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
-webkit-transition: opacity 0.2s linear;
-moz-transition: opacity 0.2s linear;
-ms-transition: opacity 0.2s linear;
-o-transition: opacity 0.2s linear;
transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
font-size: 14px;
text-align: center;
display: block;
cursor: pointer;
border: none;
}  .dropzone .dz-preview .dz-details .dz-size {
margin-bottom: 1em;
font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
white-space: nowrap;
}  .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
background-color: rgba(255, 255, 255, 0.4);
padding: 0 0.4em;
border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
-webkit-transform: scale(1.05, 1.05);
-moz-transform: scale(1.05, 1.05);
-ms-transform: scale(1.05, 1.05);
-o-transform: scale(1.05, 1.05);
transform: scale(1.05, 1.05);
-webkit-filter: blur(8px);
filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
border-radius: 20px;
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
display: block;
z-index: 10;
}
.dropzone .dz-preview .dz-image img {
display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
-webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
opacity: 1;
-webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
-o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
pointer-events: none;
opacity: 0;
z-index: 500;
position: absolute;
display: block;
top: 50%;
left: 50%;
margin-left: -27px;
margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
display: block;
width: 54px;
height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
opacity: 1;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
transition: all 0.2s linear;
} .dropzone .dz-preview:not(.dz-processing) .dz-progress {
-webkit-animation: pulse 6s ease infinite;
-moz-animation: pulse 6s ease infinite;
-ms-animation: pulse 6s ease infinite;
-o-animation: pulse 6s ease infinite;
animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
opacity: 1;
z-index: 1000;
pointer-events: none;
position: absolute;
height: 16px;
left: 53px;
top: 75%;
margin-top: -8px;
width: 75%;
margin-left: -40px;
background: rgba(255, 255, 255, 0.9);
-webkit-transform: scale(1);
border-radius: 8px;
overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
background: #333;
background: linear-gradient(to bottom, #5cb85c, #449d44);
position: absolute;
top: 0;
left: 0;
bottom: 0;
width: 0;
-webkit-transition: width 300ms ease-in-out;
-moz-transition: width 300ms ease-in-out;
-ms-transition: width 300ms ease-in-out;
-o-transition: width 300ms ease-in-out;
transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
display: block;
opacity: 1;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
opacity: 1;
pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
pointer-events: none;
z-index: 1000;
position: absolute;
display: block;
display: none;
opacity: 0;
-webkit-transition: opacity 0.3s ease;
-moz-transition: opacity 0.3s ease;
-ms-transition: opacity 0.3s ease;
-o-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
border-radius: 8px;
font-size: 13px;
top: 46px;
left: 9px;
width: 243px;
background: #be2626;
background: linear-gradient(to bottom, #be2626, #a92222);
padding: 0.5em 1.2em;
color: white;
}
.dropzone .dz-preview .dz-error-message:after {
content: "";
position: absolute;
top: -6px;
left: 64px;
width: 0;
height: 0;
border-left: 6px solid transparent;
border-right: 6px solid transparent;
border-bottom: 6px solid #be2626;
} .dropzone-cf7 .dz-preview.dz-image-preview {
width: 100%;
float: left;
}
.dropzone-cf7 .dz-preview img {
border-radius: 20px;
overflow: hidden;
width: 120px;
height: 120px;
position: relative;
display: block;
float: left;
margin: 10px;
background: #eee;
}
.dropzone-cf7 .dropzone{
overflow: hidden;
padding: 0px;
}
.dropzone-cf7 .dz-col-2 {
float: left;
padding: 15px;
max-width: 60%;
width: 100%;
position: relative;
margin-top: 20px;
}
.dropzone-cf7 .dz-preview {
width: 100%;
float: left;
border-top: 1px solid #ddd;
}
.dropzone-cf7 a.dz-remove{
width: 35px;
height: 35px;
position: absolute;
right: -7px;
top: 50%;
transform: translateX(-50%)translateY(-50%);
}
.dropzone-cf7 .dropzone .dz-preview{
margin: 0px;
}
.dropzone-cf7 .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span{
padding: 0px;
}
span.drag-drop-icon {
border: 1px solid #a4afb7;
padding: 0px;
border-radius: 50%;
text-align: center;
font-weight: 700;
font-size: 18px;
margin-right: 10px;
color: #a4afb7;
height: 35px;
width: 35px;
display: inline-flex;
justify-content: center;
align-items: center;
}
.dropzone-cf7 .dropzone .dz-message .dz-button{
display: flex;
align-items: center;
justify-content: center;
justify-self: center;
margin: auto;
}
.dropzone-cf7 .dropzone .dz-message{
margin: 3em 0;
}
.dropzone-cf7 .dropzone .dz-preview .dz-details .dz-size:before{
position: relative;
content: "(";
}
.dropzone-cf7 .dropzone .dz-preview .dz-details .dz-size:after{
position: relative;
content: ")";
}
.dropzone-cf7 .dropzone-file-info{
display: flex;
}
.dropzone-cf7 .dropzone-file-info .dz-filename{
margin-right: 5px;
}
.dropzone-cf7 span.progress-text {
position: absolute;
right: 9px;
top: -2px;
color: #fff;
font-size: 11px;
}
.dropzone-cf7 .dropzone .dz-preview .dz-remove{
font-size: 0;
background-image: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/remove.png);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
}
.dz-preview.dz-file-preview .dz-details img {
background: url(//www.schulkinowochen-hessen.de/wp-content/plugins/extension-for-cf7-pro/assets/img/google-docs.png);
}@font-face{font-family:'FontAwesome';src:url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/css/font-awesome/fonts/fontawesome-webfont.eot?v=4.1.0);src:url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/css/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.1.0) format('embedded-opentype'),url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/css/font-awesome/fonts/fontawesome-webfont.woff?v=4.1.0) format('woff'),url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/css/font-awesome/fonts/fontawesome-webfont.ttf?v=4.1.0) format('truetype'),url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/css/font-awesome/fonts/fontawesome-webfont.svg?v=4.1.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:normal;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:spin 2s infinite linear;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;animation:spin 2s infinite linear}@-moz-keyframes spin{0%{-moz-transform:rotate(0deg)}100%{-moz-transform:rotate(359deg)}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg)}}@-o-keyframes spin{0%{-o-transform:rotate(0deg)}100%{-o-transform:rotate(359deg)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1)}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-square:before,.fa-pied-piper:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.evcal_evdata_img,.eventon_events_list .eventon_list_event .ev_ftImg{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover}.evolb_close,.evolbclose{text-indent:-9999px}#evcal_list .eventon_list_event .desc_trig,.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.ajde_yn_btn .btn_inner,.calendar_header .evcal_arrows,.catchHandle,.desc_trig,.evcal_btn,.evcal_desc .evcal_desc3 em.evocmd_button,.evcal_evdata_img,.event_description .evcal_close,.evo_metarow_socialmedia a.evo_ss,.evo_metarow_socialmedia a.evo_ss i,.evo_sort_btn{-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s}.ajde_evcal_calendar.boxy.boxstyle0 .evo_event_progress,.mart5{margin-top:5px}.mart10{margin-top:10px}.mart15{margin-top:15px}.mart20{margin-top:20px}.mart25{margin-top:25px}.mart30{margin-top:30px}.mart40{margin-top:40px}.mart50{margin-top:50px}.ajde_evcal_calendar .calendar_header .evo_j_dates,.evcal_desc3 .evo_event_progress>*,.evo-jumper,.marb5{margin-bottom:5px}.marb10{margin-bottom:10px}.marb15{margin-bottom:15px}.marb20{margin-bottom:20px}.marb25{margin-bottom:25px}.marb30{margin-bottom:30px}.marb35{margin-bottom:35px}.marb40{margin-bottom:40px}.marb45{margin-bottom:45px}.marb50{margin-bottom:50px}.padb5{padding-bottom:5px}.evcal_evdata_row .padb10,.evorow .evomdt_item,.evorow.evo_metarow_mdt .evomdt_subtitle,.padb10{padding-bottom:10px}.padb15{padding-bottom:15px}.padb20{padding-bottom:20px}.padb25{padding-bottom:25px}.padb30{padding-bottom:30px}.padb40{padding-bottom:40px}.padb50{padding-bottom:50px}.evcal_evdata_row .padt5,.padt5{padding-top:5px}.evo_footer_nav,.padt10{padding-top:10px}.padt15{padding-top:15px}.padt20{padding-top:20px}.padt25{padding-top:25px}.evotax_term_card .ajde_evcal_calendar,.padt30{padding-top:30px}.padt40{padding-top:40px}.padt50{padding-top:50px}.padt60{padding-top:60px}.pad5{padding:5px}.pad10{padding:10px}#evcal_widget .event_description .evcal_evdata_row,.pad15{padding:15px}.pad20{padding:20px}.pad25{padding:25px}.evcal_cell_rel_events a b,.ttu{text-transform:uppercase}.evortl #evcal_list .eventon_list_event .evcal_desc .evcal_event_title,.evortl #evcal_list .eventon_list_event .evcal_eventcard p,.evortl #evcal_list .eventon_list_event p.no_events,.evortl #evcal_list.sep_months .evcal_month_line p,.evortl .evcal_evdata_row .evcal_evdata_cell,.evortl .evcal_evdata_row .evcal_evdata_cell h4,.evortl .eventon_events_list .eventon_list_event .evcal_desc,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.evortl .eventon_events_list .eventon_list_event .evcal_desc span,.evortl .evo_search_bar input,.evortl.eventon_events_list .eventon_list_event .evcal_desc,.evortl.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.evortl.eventon_events_list .eventon_list_event .evcal_desc span,.evortl.evoEL .evcal_month_line p,.tar{text-align:right}.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions,.evortl .evo_metarow_socialmedia a.evo_ss,.tac{text-align:center}.wid33{width:33.3%}.wid66{width:66.6%}.ajde_evcal_calendar .calendar_header p.evo_arrows,.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right,.evo_footer_nav p.evo_arrows,.fleft{float:left}.ajde_evcal_calendar{width:100%;text-align:left;white-space:normal;position:relative;padding-bottom:10px;font-size:14px}.ajde_evcal_calendar img,.evo_location_map img{max-width:none;box-shadow:none!important;display:block}.ajde_evcal_calendar .gmnoprint img{max-width:none!important}.ajde_evcal_calendar>*{margin:0;padding:0;box-sizing:border-box}.bordr{border-right:1px solid #f1f1f1}.ajde_evcal_calendar a:hover,body .ajde_evcal_calendar a{text-decoration:none!important;box-shadow:none;-webkit-box-shadow:none}#evcal_list,.ajde_evcal_calendar ul,.evo_lightbox ul{list-style:none;padding:0;margin:0}.ajde_evcal_calendar .eventon_list_event{margin-left:0;list-style:none}#evcal_widget a,.ajde_evcal_calendar strong{font-weight:400}.ajde_evcal_calendar .calendar_header p.evo_month_title,.ajde_evcal_calendar .evcal_month_line p,.ajde_evcal_calendar .eventon_desc_in strong,.ajde_evcal_calendar .evo_footer_nav p.evo_month_title,.evcal_evdata_row .evcal_evdata_cell h2.bash,.evcal_evdata_row .evcal_evdata_cell h4 a,.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers,.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,.eventon_list_event .evcal_desc .evcal_event_title,.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,.eventon_main_section #evcal_cur,.evo_clik_row .evo_h4,.evo_content_in h5.evo_h5,.evo_custom_content p strong,.evo_eventon_live_now_section h4,.evo_metarow_ICS .evcal_evdata_cell p a,.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,.evo_pop_body .evcal_list_a .evo_above_title span,.evo_pop_body .evo_event_headers.canceled,.evotax_term_card .tax_term_name span,body .ajde_evcal_calendar h5.evo_h5{font-weight:700}.eventon_desc_in img{max-width:100%}.ajde_evcal_calendar .eventon_events_list p{padding:0;margin-bottom:5px;margin-top:0}.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{font-style:normal;font-size:13px;padding-left:15px}#evcal_list .evorow.getdirections form,.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,.ajde_evcal_calendar.eventon_single_event #evcal_list p.desc_trig_outter,.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows.right #evcal_prev,.desc_trig_outter a.evcal_list_a,.evcal_evdata_row .evcal_evdata_cell .evo_custom_content p,.evcal_evdata_row .evcal_evdata_cell>*,.evcal_list_a .event_description li,.eventon_events_list .desc_trig_outter,.eventon_filter_dropdown p.select,.eventon_filter_line.selecttype .eventon_filter .eventon_filter_selection,.eventon_list_event .event_description p,.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,.evo_pop_body .evorow.getdirections form,.evo_purchase_box .purchase_section p{margin:0}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone,#evcal_widget .evcal_evdata_custometa_icons,#evcal_widget .evcal_evdata_icons,#evcal_widget .evcal_evdata_row .hide_eventtopdata .evcal_evdata_custometa_icons,#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_icons,#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc.hide_eventtopdata .evcal_event_types,.ajdeToolTip em,.ajde_evcal_calendar #evcal_list .evcal_cblock .evo_time,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett2,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett3,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett4,.ajde_evcal_calendar.boxy .evcal_list_a span.evcal_event_types.ett5,.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig.featured_event:before,.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig.featured_event:before,.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event.hasbgimg::after,.ajde_evcal_calendar.bub #evcal_list .evcal_desc,.ajde_evcal_calendar.cev #evcal_list .evcal_list_a:after,.ajde_evcal_calendar.het .evcal_cblock .evo_end,.evcal_cblock .evo_end.only_time,.evcal_cblock .time,.evcal_evdata_row h4 .evcal_evdata_icons,.event_description .evcal_close,.eventon_events_list .eventon_list_event .evcal_cblock.mnl,.eventon_events_list .eventon_list_event .no_val .evcal_cblock,.eventon_filter_line.selecttype .eventon_filter .eventon_sf_field p,.evo_eventon_live_now_section .evo_eventon_now .evcal_cblock,.evo_eventon_live_now_section .evo_eventon_now_next .evo_img_time,.evo_lightbox .evcal_cblock .evo_time,.evo_lightbox .evopop_top .ev_ftImg,.evo_lightbox_content .evcal_close,.evo_pop_body .evcal_cblock.mnl,.evo_pop_body .evcal_close.evo_card_row_end,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.oe_displaynone,.evo_search_bar.evo_hidden,.evo_search_bar.hidden,.evo_search_results #evcal_head,.evo_sin_page .event_description .evo_card_row_end,.evopop_top .ev_ftImg,.evopop_top .evcal_cblock em.evo_time,.ui-loading .ui-loader,body .evo_hide{display:none}.ajde_evcal_calendar .eventon_list_event .desc_trig_outter,.eventon_events_list .desc_trig_outter{margin-bottom:0!important}.evo_content_in h5.evo_h5,body .ajde_evcal_calendar h5.evo_h5{color:grey;padding:0;font-size:14px;font-style:normal;margin:0;text-transform:uppercase}.fa-pencil:before{content:"\f303"}.fa-user-circle-o{content:"\f2bd"}.fa-user-o:before{content:"\f007"}.fa-times-circle-o:before{content:"\f057"}.fa-ticket:before{content:"\f3ff"}.fa-tachometer:before{content:"\f3fd"}.fa-repeat:before{content:"\f2f9"}.fa-pen-square-o:before{content:"\f14b"}.fa-paper-plane-o:before{content:"\f1d8"}.fa-newspaper-o:before{content:"\f1ea"}.fa-moon-o:before{content:"\f186"}.fa-microphone-alt-slash:before{content:"\f131"}.fa-map-marker:before{content:"\f041"!important}.fa-map-o:before{content:"\f279"}.fa-hourglass-o:before{content:"\f254"}.fa-hospital-o:before{content:"\f0f8";font-family:FontAwesome}.fa-heart-o:before{content:"\f004"}.fa-diamond:before,.fa-gem-o:before{content:"\f3a5"}.fa-folder-open-o:before{content:"\f07c"}.fa-folder-o:before{content:"\f07b"}.fa-flag-o:before{content:"\f024"}.fa-file-o:before,.fa-files-o:before{content:"\f15b"}.fa-file-alt-o:before{content:"\f15c"}.fa-file-archive-o:before{content:"\f1c6"}.fa-eye-slash-o:before{content:"\f070"}.fa-eye-o:before{content:"\f06e"}.fa-envelope-open-o:before{content:"\f2b6"}.fa-envelope-o:before{content:"\f0e0"}.fa-dot-circle-o:before{content:"\f192"}.fa-credit-card-o:before{content:"\f09d"}.fa-compass-o:before{content:"\f14e"}.fa-comment-alt-o:before{content:"\f27a"}.fa-comment-o:before{content:"\f075"}.fa-gears:before{content:"\f013"}.fa-clone-o:before{content:"\f24d"}.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,.evo_pop_body .evcal_desc em.evcal_time::before,.fa-clock-o:before{content:"\f017"}.fa-clipboard-o:before{content:"\f328"}.fa-circle-o:before,.fa-circle:before{content:"\f111"}.fa-check-circle-o:before{content:"\f058"}.fa-calendar-close:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-calendar-o:before{content:"\f133"}.fa-bookmark-o:before{content:"\f02e"}.fa-photo:before{content:"\f302"}.evcal_evdata_row .evcal_evdata_custometa_icons i,.evcal_evdata_row .evcal_evdata_icons i{font-family:FontAwesome!important}.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,.evcal_btn,.evo_lightbox .evcal_btn,.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,body .evcal_btn{font-weight:700;font-size:.8em;display:inline-block;padding:8px 18px!important;text-transform:uppercase;text-decoration:none!important;border-radius:20px;border:none;font-style:normal;cursor:pointer;line-height:1}.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,.evcal_btn:hover,.evo_pop_body .evcal_btn:hover{opacity:.8;text-decoration:none}#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.evcal_btn.evo_btn_secondary,.eventon_list_event .evo_btn_secondary,.evo_btn_secondary,.evo_lightbox .evcal_btn.evo_btn_secondary,body .evcal_btn.evo_btn_secondary{text-transform:uppercase;cursor:pointer}#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.dark1:hover,.evcal_btn.evo_btn_secondary:hover,.eventon_list_event .evo_btn_secondary:hover,.evo_btn_secondary:hover,.evo_lightbox .evcal_btn.evo_btn_secondary:hover,body .evcal_btn.evo_btn_secondary:hover{text-decoration:none}@keyframes evo_blinking_red{0%,100%{opacity:1}49%{opacity:0}}@keyframes initloader{0%{left:0;margin-left:-200px}100%{left:100%;margin-left:200px}}@keyframes initloaderA{100%{transform:translateX(140%)}}.ajde_evcal_calendar .calendar_header{min-height:37px;padding:0;margin:5px 0 15px;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ajde_evcal_calendar .evo_layout_changer{position:absolute;right:0;z-index:3}.ajde_evcal_calendar .evo_layout_changer i{margin-left:5px;opacity:.3;cursor:pointer}.ajde_evcal_calendar .evo_layout_changer i:hover,.editEventBtnET:hover,.evcal_desc .evcal_desc3 em.evocmd_button:hover{opacity:.5}#evcal_list .evorow.getdirections .evcalicon_9:hover,.ajde_evcal_calendar .evo_layout_changer i.on,.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover::after,.eventon_cal_social a.evo_ss:hover,.eventon_events_list .evoShow_more_events:hover,.evo_event_images span:hover img,.evo_pop_body .evorow.getdirections .evcalicon_9:hover,.evo_purchase_box .purchase_section .evo_quantity .qty b:hover,.evo_repeat_series_dates.clickable span:hover{opacity:.7}.ajde_evcal_calendar.ul .calendar_header{min-height:0;margin:0}.ajde_evcal_calendar #evcal_prev{margin-left:15px}.ajde_evcal_calendar #evcal_next{margin-left:7px}.ajde_evcal_calendar a#evcal_prev:hover{background-position:-5px -17px}.ajde_evcal_calendar a#evcal_next:hover{background-position:-20px -17px}.ajde_evcal_calendar .calendar_header p,.ajde_evcal_calendar .evo_footer_nav p{height:36px;line-height:36px;margin:0!important;font-size:36px;font-weight:400;float:left;color:#737373;text-transform:uppercase;padding-top:1px;padding-bottom:0;width:auto}.ajde_evcal_calendar .calendar_header p.evo_cal_other_header{font-weight:700;padding-bottom:10px;margin:0;display:block;line-height:100%;height:auto}.ajde_evcal_calendar .calendar_header .evcal_arrows i:before,.evo_footer_nav .evcal_arrows i:before{content:"none";border-left:2px solid #e3e3e3;height:100%;position:relative;display:block}.ajde_evcal_calendar .calendar_header .evcal_arrows i,.evo_footer_nav .evcal_arrows i{border-top:2px solid #e3e3e3;font-size:24px;margin-top:4px;position:absolute;left:14px;top:8px;width:10px;height:10px;transform:rotate(-45deg)}.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next i,.evo_footer_nav .evcal_arrows.evcal_btn_next i{transform:rotate(135deg);left:11px}.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:hover:before,.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_prev:hover:before,.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i,.ajde_evcal_calendar .calendar_header .evcal_arrows:hover i:before,.evo_footer_nav .evcal_arrows.evcal_btn_next:hover:before,.evo_footer_nav .evcal_arrows.evcal_btn_prev:hover:before,.evo_footer_nav .evcal_arrows:hover i,.evo_footer_nav .evcal_arrows:hover i:before{border-color:#fff}.ajde_evcal_calendar .calendar_header .evcal_arrows,.ajde_evcal_calendar .calendar_header .evo_arrow,.evo_footer_nav .evcal_arrows{text-align:center;float:left;height:35px;width:35px;display:block;cursor:pointer;border:1px solid #737373;border-radius:50%;color:#e2e2e2;position:relative}.evo_ajax_load_events span:before,.evo_preloading:before{content:"";height:100%;display:block;background:#f7f7f7;position:absolute;left:0}.ajde_evcal_calendar .calendar_header .evcal_arrows:before,.evo_footer_nav .evcal_arrows:before{content:"";border:solid #737373;border-width:0 2px 2px 0;display:block;padding:4px;position:relative;margin:11px;transform:rotate(135deg) translate(-2px,-2px);height:1px;width:1px;box-sizing:border-box}.evo_widget .ajde_evcal_calendar .calendar_header .evcal_arrows:before,.evo_widget .evo_footer_nav .evcal_arrows:before{margin:6px;padding:2px}.evo_widget .ajde_evcal_calendar .evcal_arrows.evcal_btn_prev:before{transform:rotate(135deg) translate(-1px,-1px)}.ajde_evcal_calendar .calendar_header .evcal_arrows.evcal_btn_next:before,.evo_footer_nav .evcal_arrows.evcal_btn_next:before{transform:rotate(-45deg) translate(-1px,-1px)}.ajde_evcal_calendar .calendar_header p.evo_arrows.right,.evo_cal_above_right,.evo_footer_nav p.evo_arrows.right,.evortl #evcal_cur,.evortl .eventon_filter_line .eventon_filter,.evortl .evo_metarow_socialmedia .evo_sm,.evortl.ajde_evcal_calendar .eventon_filter_line,.evortl.ajde_evcal_calendar .eventon_sort_line,.evortl.evo_lightbox .evo_metarow_socialmedia .evo_sm{float:right}.evo_ajax_load_events span{display:block;height:90px;width:100%;margin:0 0 5px;background-color:#f7f7f7;position:relative;overflow:hidden;border-radius:15px}.evo_ajax_load_events span:before{width:300px;background:linear-gradient(90deg,#f7f7f7 0,#f1f0f0 25%,#f1f0f0 75%,#f7f7f7 100%);animation-name:initloader;animation-duration:1s;animation-iteration-count:infinite;animation-direction:normal;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s}.evo_ajax_load_events span:nth-child(2):before{animation-delay:.1s}.evo_ajax_load_events span:nth-child(3):before{animation-delay:.2s}#evcal_list.evcal_list_month,#evcal_list.sep_months,#evcal_list.sep_months .evcal_month_line p,.ajde_evcal_calendar.ajax_loading_cal #evcal_list,.ajde_evcal_calendar.boxy #evcal_list .sep_month_events,.ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event:hover,.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .desc_trig_outter,.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter,.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events,.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events .eventon_list_event,.ajde_evcal_calendar.sev #evcal_list,.ajde_evcal_calendar.sev #evcal_list p.desc_trig_outter,.evo_search_bar input:focus,.evortl #evcal_list.sep_months,.evosv_grid .date_row:last-child{border:none}.evo_preloading{position:relative;overflow:hidden;background-color:#e2e2e2!important}.evo_preloading:before{width:100%;background:linear-gradient(90deg,transparent 0,rgb(255,255,255,.3) 50%,transparent 100%);animation:1.5s ease-in-out infinite initloaderA;top:0;transform:translateX(-100%)}.ajde_evcal_calendar .calendar_header .evo_j_months,.evo-jumper,.evo_cal_above .evo-filter-btn,.evo_cal_above .evo-search,.evo_cal_above .evo-sort-btn,.evo_cal_view_switcher,.evo_metarow_virtual .evo_vir_access a.evcal_btn,body .evoloading,body .evorow.evoloading,body .evorow.loading{position:relative}#eventon_loadbar:before,.evoloadbar:after{animation-name:fontbulger;animation-duration:.7s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:ease-in-out;animation-fill-mode:none;animation-delay:0s}.evo_cal_above span{margin-bottom:5px;opacity:.4;font-size:12px;text-transform:uppercase;display:inline-block;padding:0 10px;border-radius:10px;cursor:pointer;margin-right:4px;min-height:25px;line-height:25px}.evo_cal_above span.evo-search{min-height:20px}.evo_j_container{padding-top:8px;padding-bottom:8px;margin:0}body .ajde_evcal_calendar .calendar_header .evo_j_dates .legend{text-transform:uppercase;padding:0;border-radius:5px;font-size:12px;color:#5d5d5d;line-height:100%;height:auto;background-color:transparent}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{padding:5px 10px;display:inline-block;cursor:pointer;margin:0 5px 5px 0;border-radius:5px;font-size:13px;line-height:18px;font-weight:700;text-align:center}.ajde_evcal_calendar .calendar_header .evo_j_dates.evo_j_years .legend a{width:auto}#evcal_widget .ajde_evcal_calendar .calendar_header .evo_j_dates .legend,#evcal_widget .evcal_cblock .evo_date .start em,#evcal_widget .eventon_events_list .evcal_cblock .evo_start .month,#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span,.evcal_cblock em.time{font-size:10px}#evcal_widget #evcal_head .evo_j_dates .legend a{padding:4px;font-size:9px;min-width:15px}#evcal_widget .event_description .evo_metarow_time_location .evcal_col50{display:block;width:100%;border-right:none}.eventon_sorting_section{margin:0 0 10px;padding:10px;background-color:#eaeaea;border-radius:15px}.eventon_filter_selection,.eventon_sf_field,.eventon_sort_line .evs,.eventon_sort_line .evs_3 p{float:left;margin-right:5px;position:relative}.eventon_events_list .eventon_list_event .desc_trig,.evo_repeat_series_dates.clickable span,.evs_sec_list p{cursor:pointer}.eventon_filter_line .filtering_set_val{color:#606060;margin:0}.eventon_filter_line .filtering_set_val,.eventon_sort_line .eventon_sf_cur_val p{cursor:pointer;padding:1px 10px;border-radius:10px}.evcal_desc .evcal_cmd i.fa,.eventon_filter_line .filtering_set_val i.fa,.eventon_filter_line.selecttype .eventon_filter,.evosv_grid .row .evosv_date b{margin-right:5px}.eventon_filter_line .filtering_set_val:hover,.evo_search_results_count span{background-color:#d2d2d2;color:#fff}.eventon_filter_line .filtering_set_val.show,.evo_eventon_live_now_section .evo_eventon_now_next h4 .evo_countdowner{background-color:#a5a5a5;color:#fff}.eventon_filter_line .eventon_sf_field p{padding:1px 0}.eventon_filter_line p,.eventon_sf_field p,.eventon_sort_line p{color:#a8a8a8;padding:0;margin:0;text-transform:uppercase;font-size:12px}.eventon_filter_selection .eventon_filter_dropdown{max-height:300px}.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line,.eventon_filter_dropdown{position:absolute;margin-top:6px;background-color:#fff;z-index:500;box-shadow:0 0 10px -5px #909090;border-radius:10px;overflow:auto;min-width:150px}.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p,.eventon_filter_dropdown p{border-bottom:1px solid #d9d9d9;padding:10px;line-height:130%;margin:0;cursor:pointer;display:block;border-left:4px solid transparent;color:#929292;position:relative;height:auto;float:none;font-size:12px}.eventon_filter_dropdown p:hover,.evo-sort-btn .eventon_sort_line p:hover{background-color:#f7f7f7;color:#606060;border-left-color:#c7c7c7}.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select,.eventon_filter_dropdown p.select,.selecttype .eventon_filter_dropdown p{background-color:#f7f7f7;padding-left:30px}.ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p.select:before,.eventon_filter_line .eventon_filter_dropdown p.select:before,.eventon_filter_line.selecttype .eventon_filter_dropdown p:before{content:"\f058";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;font-size:18px;left:5px;position:absolute;color:#9e9e9e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px}.eventon_filter_line.selecttype .eventon_filter_dropdown p.select:before{content:"\f058";font-family:FontAwesome}.eventon_filter_line.selecttype .eventon_filter_dropdown p:before{content:"\f111";font-family:FontAwesome}.eventon_filter_dropdown p.has_icon{padding-left:30px}.eventon_filter_dropdown p.has_icon.select{padding-left:50px}.eventon_filter_dropdown p.np{border-left:5px solid #e0e0e0}.eventon_filter_dropdown p.select.has_icon i.fa{left:30px}.eventon_filter_dropdown p i.fa{display:block;position:absolute;left:5px}.ajde_evcal_calendar .evo_sort_btn{height:15px;width:auto;font-style:italic;font-size:12px;text-transform:uppercase;cursor:pointer;border-bottom:none}.eventon_sorting_section p.evo_filter_submit{margin:0;color:#989898;border:1px solid #989898;padding:1px 15px 2px;border-radius:20px;cursor:pointer;display:block;float:left;font-size:11px;text-transform:uppercase}.event_description .evcal_close:hover,.eventon_events_list .eventon_list_event .desc_trig,.eventon_sorting_section p.evo_filter_submit:hover,.evopop_top{background-color:#f1f1f1}.ajde_evcal_calendar .eventon_sort_line,.eventon_filter_line{padding-left:0;position:relative;margin:0;float:left}.eventon_sorting_section .eventon_sort_line+.eventon_filter_line{border-left:1px solid #c4c4c4;padding-left:10px}.eventon_filter_line .eventon_filter{display:block;float:left;margin-right:10px}.evo_fc_widget .eventon_filter_line{padding-left:0;border-left:none}.evo_cal_above .evo-filter-btn:before,.evo_cal_above .evo-sort-btn:before{content:"\f1de";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;font-size:16px;line-height:25px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.evo_cal_above .evo-sort-btn:before{content:"\f0dc";text-align:center;font-style:14px}#evcal_widget .eventon_filter_line .eventon_filter,.eventon_events_list .eventon_list_event .event_description p{float:none}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_cblock,.evo-sort-btn .eventon_sort_line,.evortl .event_description .evcal_close{left:0}.evo-filter-btn.show,.evo-sort-btn.show,.evo-sort-btn.show:hover{opacity:1;display:inline-block!important}#evcal_widget #evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t,#evcal_widget .ajde_evcal_calendar .evo-sort-btn .eventon_sort_line p,#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.start,#evcal_widget .evo_metarow_ICS a,.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_pre,.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc3 .evo_ep_time,.ajde_evcal_calendar.boxy .evcal_desc .evo_below_title .status_reason{font-size:12px}.evo_cal_view_switcher .evo_vSW.focusX{background-color:#636363}.evo_cal_view_switcher_list{position:absolute;display:none;flex-direction:column;right:0;z-index:300;background-color:#fff;box-shadow:0 0 20px -5px #00000036;border-radius:10px;padding:7px 8px;align-items:flex-end}.evo_cal_view_switcher.SH .evo_cal_view_switcher_list,.evo_metarow_virtual .evocell_virtual_livenow,.evo_tab_view .evo_tab_holder,.evosv_grid .row:first-of-type .evosv_date{display:flex}.evo_cal_view_switcher_list span.evo_vSW{margin-right:0}.evo_cal_view_switcher_cur{background-color:#333}.eventon_event .eventon_events_list{border-top:1px solid #e5e5e5}.eventon_single_event .event_description.evcal_eventcard{padding-bottom:0}.eventon_event .evcal_list_a .evo_month{display:block;font-style:normal;font-size:13px;font-weight:300;text-transform:uppercase;line-height:130%}.eventon_event .event_excerpt_in{padding:20px;border-left:1px solid #e5e5e5;background-color:#f9f9f9;border-bottom:1px solid #e5e5e5;border-radius:0 5px 5px 0}.eventon_event .event_excerpt_in h4{font-weight:700;font-size:16px;color:#6b6b6b;text-transform:uppercase;margin:0}.eventon_event #evcal_list .event_excerpt_in p{font-size:12px;color:#a0a0a0;display:inline-block}.noaction.eventon_events_list .desc_trig{cursor:default}.eventon_single_event.event_parts #evcal_list,.eventon_single_event.evo_sin_box.esty_0 #evcal_list,.evotax_term_card .endborder_curves{border-radius:15px}#page-content p.evcal_desc .evcal_desc3,.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3,.eventon_single_event.event_parts .eventon_list_event,.evo_pop_body .evcal_desc .evcal_desc3{display:flex;flex-direction:column}.eventon_single_event.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig{border-radius:15px 15px 0 0}#eventon_loadbar{height:5px;width:100%;border-radius:10px;margin:10px 0;display:none;position:relative;overflow:hidden;background-color:#efefef}@keyframes fontbulger{0%{left:0;margin-left:-50px}100%{left:100%;margin-left:-50px}}#eventon_loadbar:before{content:"";width:100px;height:100%;display:block;position:absolute;left:0;background-color:#f5b87a}#eventon_loadbar_section{height:auto;width:100%;margin-top:6px}.evoloadbar:before{content:"";display:block;width:100%;background-color:rgba(255,255,255,.7);position:absolute;top:0;left:0;height:100%;z-index:3;border-bottom:5px solid #efefef}.evoloadbar:after{content:"";width:100px;height:5px;display:block;background-color:#f5b87a;position:absolute;left:0;top:0;z-index:4}.evoloadbar.bottom:after,.evoloadbar.bottom:before{bottom:0;top:auto}#evcal_list .eventon_list_event p.no_events{padding:8px 12px;font-size:13px;margin-bottom:0;text-transform:uppercase}#evcal_list p{display:none;text-decoration:none}#evcal_list p.desc_trig_outter{border-bottom:1px solid #d5d5d5}#evcal_list .evcal_month_line p,#evcal_list .eventon_list_event .event_description p,#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span,#evcal_list .eventon_list_event p.desc_trig_outter,#evcal_list .evose_repeat_header p,#evcal_list p.no_events,.ajde_evcal_calendar.boxy .eventon_events_list.sep_months,.evcal_evdata_row i.fa,.eventon_events_list .eventon_list_event .evcal_cblock em.evo_date,.evo_location_card .location_description p,.evo_organizer_card .organizer_description p,.evo_pop_body .evcal_cblock em.evo_date,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span,.evolb_content{display:block}#evcal_list{border-right:1px solid #d5d5d5;border-top:1px solid #d5d5d5;border-radius:5px;overflow:hidden}.ajde_evcal_calendar .eventon_events_list .eventon_list_event{margin-left:0;margin-bottom:0;padding:0;overflow:hidden;position:relative;list-style-type:none}.ajde_evcal_calendar.color #evcal_list .eventon_list_event a:hover,.eventon_events_list .eventon_list_event .desc_trig:hover{border-left-width:7px}.eventon_events_list .eventon_list_event a{text-decoration:none;border-bottom:none;color:#000}.eventon_events_list .eventon_list_event .evcal_list_a{background-color:#f1f1f1;display:flex;flex-wrap:wrap;width:100%;position:relative;padding:20px;overflow:hidden;min-height:63px;border-bottom:none;float:none;box-sizing:border-box;cursor:pointer}.eventon_events_list .eventon_list_event .evcal_list_a.completed-event .evcal_event_title{text-decoration:line-through}.eventon_events_list a,.eventon_events_list a:hover{text-decoration:none;box-shadow:none;-webkit-box-shadow:none}.ajde_evcal_calendar .clear,.evo_lightbox .clear{clear:both;height:0;margin:0;padding:0;display:block}.eventon_events_list .eventon_list_event .evcal_cblock,.evo_pop_body .evcal_cblock{background-color:transparent!important;color:grey;font-weight:700;padding:0;line-height:110%;min-height:30px;margin:0 15px 15px 0;display:flex;align-items:flex-start}#evcal_list .sep_month_events{border-top:1px solid #e5e5e5;border-right:1px solid #e5e5e5;border-radius:5px;overflow:hidden}#evcal_list .sep_month_events.no_event{border:1px solid #e5e5e5}.eventon_events_list .eventon_list_event.no_events{border:1px solid #e5e5e5;border-radius:5px;border-top:none;border-right:none}.ajde_evcal_calendar #evcal_list .cancelled.eventon_list_event .desc_trig:before,.ajde_evcal_calendar .cancelled.eventon_list_event .desc_trig:before{content:attr(data-text);position:absolute;top:0;left:0;z-index:300;background-color:#ffffffb8;color:#464646;font-weight:700;font-size:24px;height:100%;width:100%;text-transform:uppercase;display:flex;justify-content:center;align-items:center}.ajde_evcal_calendar #evcal_list .cancelled.eventon_list_event .desc_trig{background:#333!important}#evcal_widget .evcal_cblock .evo_date .end em,.ajde_evcal_calendar.cev.sev.bub #evcal_list .cancelled.eventon_list_event .desc_trig:before,.evcal_cblock .evo_end em.month,.evcal_cblock .evo_end em.year{font-size:8px}.evcal_cblock .evo_date .start,.evcal_cblock .evo_start{float:left;clear:both}.evcal_cblock .evo_date .start .date,.evcal_cblock .evo_start .date{font-size:2.2em}.evcal_cblock .evo_end{float:left;padding-left:8px;font-size:14px;position:relative;margin-top:4px}.evcal_cblock .evo_end:before{background-color:#ababab;height:2px;width:4px;margin-left:2px;content:"";position:absolute;display:block;left:0;top:50%}.evcal_cblock .evo_end em.month,.evcal_cblock .evo_start em.day,.evcal_cblock .evo_start em.month{font-size:1em;font-weight:400;display:block}.evcal_cblock .year,.eventon_events_list .eventon_list_event .evcal_cblock em.evo_year,.evo_pop_body .evcal_cblock em.evo_year{font-size:10px;display:block;line-height:10px;opacity:.7}.eventon_events_list .eventon_list_event .evcal_cblock em,.evo_pop_body .evcal_cblock em{font-style:normal;text-transform:uppercase;line-height:110%}.evcal_cblock .evo_end em.day{display:block;font-size:8px;font-weight:400}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,.evo_pop_body .evcal_cblock em.evo_day{font-size:8px;font-weight:400;display:block;float:left;padding-right:6px}.eventon_events_list .eventon_list_event .evcal_cblock em.evo_day{color:#b7b7b7;margin-bottom:3px}.EvcalWidget .eventon_events_list .evcal_cblock .evo_date em.evo_day,.widget .eventon_events_list .evcal_cblock .evo_date em.evo_day{padding-bottom:3px}.eventon_events_list .eventon_list_event .ev_ftImg{background-repeat:no-repeat;width:75px;height:75px;max-height:75px;margin:0 15px 0 0;background-size:cover;background-position:top center;display:block;flex:0 1 auto;border-radius:10px}.eventon_events_list .eventon_list_event .evcal_cblock span,.evo_pop_body .evcal_cblock span{line-height:100%;vertical-align:super}.evcal_cblock .evo_date .end em,.evcal_cblock .evo_date .start em{font-size:11px;font-weight:400;display:block;margin-left:6px}.evcal_cblock .evo_date .start em{margin-left:0;margin-top:3px}.evcal_cblock .evo_date .end em{font-size:8px;margin-top:3px}.evcal_cblock .evo_date .end{float:left;margin-left:4px;font-size:14px}.evcal_cblock .evo_time span.end,.evcal_cblock .evo_time span.start{float:left;font-size:14px;clear:both;font-weight:400;padding-top:4px}.evcal_cblock .evo_time .evo_day.end{clear:both;padding-top:5px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock .evo_time span.end,#evcal_widget .eventon_events_list .eventon_list_event .status_reason{font-size:11px}#page-content p.evcal_desc,.eventon_events_list .eventon_list_event .evcal_desc,.evo_pop_body .evcal_desc{padding:0;margin:0;flex:1;min-width:0;overflow:hidden}#page-content p.evcal_desc .evcal_desc3 span,.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 span,.evo_pop_body .evcal_desc .evcal_desc3 span{padding-bottom:2px}.eventon_events_list .eventon_list_event .evcal_desc span,.evo_pop_body .evcal_desc span{display:block;color:#262626}.ajde_evcal_calendar.boxy .evcal_desc .evcal_desc_info .evcal_tz_time,.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3>*,.eventon_events_list .eventon_list_event .evcal_desc .evcal_location,.eventon_list_event .evcal_desc .evcal_time.evo_tz_time span,.eventon_list_event .evcal_evdata_cell .evo_mytime i,.evo_metarow_organizer .evo_card_organizer,.evo_pop_body .evcal_desc .evcal_desc3>*,.evo_pop_body .evcal_desc .evcal_location{display:inline-block}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title,.evo_pop_body .evcal_desc span.evo_above_title{display:flex;align-items:center;flex-wrap:wrap}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,.evo_pop_body .evcal_desc span.evo_above_title span{display:inline-block;border-radius:5px;padding:4px 9px;margin-bottom:2px;margin-right:5px;text-transform:uppercase;font-size:11px;position:relative;line-height:1}.evcal_desc span.evo_above_title span.status_reason{display:block;background:0 0;color:#888;padding:0}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info,.evo_pop_body .evcal_desc .evcal_desc_info{font-size:1em;line-height:120%;padding-bottom:2px}.EVOSR_section.searching .evosr_blur_text,.ajdeToolTip:hover,.ajdeToolTip:hover:before,.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg:hover,.eventon_list_event:hover .evcal_desc .evcal_desc_info,.evo_cal_above span:hover,.evo_event_images span.select img,.evo_event_images span.select:hover img,.yesno_row .ajdeToolTip:hover{opacity:1}.evcal_desc .evo_below_title .status_reason{font-size:14px;margin-bottom:3px}.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc2,.evo_pop_body .evcal_desc .evcal_desc2{color:grey;text-transform:uppercase;font-size:1.375em}.evo_pop_body .evcal_desc span.evcal_desc2{line-height:130%}.evcal_desc .evcal_desc3{min-height:14px}.evcal_desc .evcal_desc3 em{font-size:1em;font-style:normal;line-height:100%;color:#797979;float:left;display:block;padding-right:6px}.evcal_desc .evcal_desc3 em i{color:#c8c8c8;font-style:normal}.evcal_desc .evcal_desc3 span.evcal_event_types em i.fa{margin-right:6px}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,.evo_pop_body .evcal_desc span.evcal_event_subtitle{color:grey;text-transform:uppercase;font-size:16px}.editEventBtnET{cursor:pointer;margin-left:5px}.evcal_desc3 .evo_ep_pre,.evo_health_b.ehb_other i{margin-right:10px}.evcal_desc3 .evo_event_progress{display:flex!important;flex-direction:row;align-items:center;font-size:13px;flex-wrap:wrap;line-height:1.3}.evcal_desc3 .evo_epbar_o{width:100%;background-color:#f1f1f1;padding:5px 10px!important;border-radius:15px;flex:1 0 50%;margin-right:10px}.boxy .evcal_desc3 .evo_epbar_o,.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#fbfbfb}.evcal_desc3 .evo_ep_bar{background-color:#e2e2e2;border-radius:20px;height:4px;box-sizing:border-box}.sev.cev .evcal_desc3 .evo_ep_bar{background-color:#ffffff61}.sev.cev .evcal_desc3 .evo_epbar_o{background-color:#ffffff47}#evcal_list .evorow.getdirections,.ajde_evcal_calendar.bub .evcal_cblock .evo_end:before,.ajde_evcal_calendar.cev .evcal_cblock .evo_end:before,.ajde_evcal_calendar.color .evcal_cblock .evo_end:before,.ajde_yn_btn:hover .catchHandle,.evo_lightboxes .color.eventon_list_event .evcal_cblock .evo_end:before,.evo_pop_body .evorow.getdirections,.sev.cev .evcal_desc3 .evo_ep_bar b,.sev.cev .evcal_desc3 .evo_ep_bar b:before{background-color:#fff}.evcal_desc3 .evo_ep_bar b{display:flex;height:4px;position:relative;border-radius:20px}.evcal_desc3 .evo_ep_bar b:before{content:"";height:10px;width:10px;border-radius:50%;right:0;position:absolute;margin-top:-3px}.evcal_desc3 .evo_ep_bar.evo_completed b:before{content:none}#evcal_list .eventon_list_event .evcal_desc em,#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em,.eventon_events_list .eventon_list_event .evcal_desc .evcal_desc3 .evo_ep_pre,.eventon_events_list .eventon_list_event .evcal_desc3 .evo_ep_time,.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig b,.evo_lightboxes .evcal_desc em{color:#8c8c8c}.eventon_events_list .evoShow_more_events{cursor:pointer;display:flex;flex-direction:column}.eventon_events_list .evoShow_more_events span{text-align:center;text-transform:uppercase;font-size:14px;padding:5px 0;margin:0;display:block;flex:1;justify-content:center;align-items:center;align-content:center;display:flex}.evo_eventon_live_now_section .evo_eventon_now_next h4,.evo_eventon_live_now_section h4{font-size:36px}.evo_eventon_live_now_section p.evo_eventon_no_events_now{border-radius:8px;padding:20px}.evo_eventon_live_now_section .evo_eventon_now #evcal_list.eventon_events_list{background-color:transparent!important;margin:0}.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_list_a{padding:50px 0}.evo_eventon_live_now_section .evo_eventon_now .evcal_desc{padding-left:20px!important}.evo_eventon_live_now_section .evo_eventon_now .hasFtIMG .evcal_desc{padding-left:100px!important}.evo_eventon_live_now_section .evo_eventon_now #evcal_list .evcal_event_title{padding:5px 0;font-size:30px}.ajde_evcal_calendar.boxy.boxstyle0 .evoShow_more_events,.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event{border-radius:20px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list .evcal_desc_info{background-color:#fff3;border-radius:15px;padding:10px;margin-bottom:10px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig{padding:0;display:flex;border:10px solid transparent}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a.desc_trig:hover{border-width:10px;opacity:.8}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg{margin:0;height:inherit;max-height:none;border-radius:20px;position:relative;flex:1 0 auto}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info{padding:40px!important;margin:0}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time{padding:10px 15px;display:inline-flex;margin:20px;background-color:#fff;border-radius:10px}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em{font-style:normal;font-size:14px;font-weight:700}.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time em,.evo_eventon_live_now_section .evo_eventon_now a.hasFtIMG .evo_img_time span{color:#333!important}.evo_eventon_live_now_section .evo_eventon_now_next{border-radius:20px;padding:15px 25px}.evo_eventon_live_now_section .evo_eventon_now_next h4{font-size:30px}.evo_eventon_live_now_section .evo_eventon_now_next h4 .evo_countdowner{border-radius:20px;padding:3px 15px;font-size:24px}.evosv_grid{background-color:#f5f5f5;border-radius:10px;margin-bottom:10px}.evosv_grid .date_row{padding-bottom:5px;padding-top:5px;border-bottom:1px solid #dadce0}.evosv_grid .row{display:flex;padding:5px 10px;margin-left:120px;font-size:14px}.evosv_grid .row .evosv_date{box-sizing:border-box;font-weight:700;flex:none;width:120px;padding:5px;text-transform:uppercase;display:none}.ajde_yn_btn.NO .btn_inner,.evosv_grid .row:first-of-type{margin-left:0}.evosv_grid .row:hover .evosv_items{background-color:#fed582}.evosv_grid .row .llxvl{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.evosv_grid .row .evosv_items{display:flex;flex:1 1 auto;cursor:pointer;padding:5px 15px;border-radius:20px}.evosv_grid .row .evosv_items .evosv_time{width:160px;flex:none}#evcal_widget .event_description .eventbrite .evcal_col50,.ajde_evcal_calendar.boxy.box_1 .eventon_list_event,.ajde_evcal_calendar.boxy.box_1 .evoShow_more_events,.evcal_evdata_row.getdirections form,.evosv_grid .row .evosv_items .evosv_event{width:100%}.evosv_grid .row .evosv_items .evosv_clr{width:20px;height:15px;margin:auto 15px auto 0;border-radius:20px;flex:none}#evcal_widget .evosv_grid .row{flex-wrap:wrap}#evcal_widget .evosv_grid .row .evosv_items{flex-wrap:wrap;padding:5px;border-radius:8px}.eventon_events_list .ft_event.evcal_list_a .evcal_desc .evcal_event_title{font-size:20px;font-weight:400}.eventon_events_list .ft_event.evcal_list_a{background-color:#f9f9f9}.eventon_events_list .eventon_list_event .evcal_desc em,.evo_pop_body .evcal_desc em{font-weight:400;margin-bottom:6px}.eventon_events_list .eventon_list_event .evcal_desc em.evcal_alldayevent_text{text-transform:capitalize}#evcal_list .evcal_desc .evcal_desc3 em.evocmd_button,.evcal_desc .evcal_desc3 em.evocmd_button{padding:4px 6px;border-radius:5px;cursor:pointer;display:inline-block}.eventon_events_list .eventon_list_event .evcal_desc .evcal_location,.eventon_events_list .eventon_list_event .evcal_desc .evcal_time,.evo_pop_body .evcal_desc .evcal_location,.evo_pop_body .evcal_desc .evcal_time{font-style:normal;padding-left:18px;margin-right:5px;position:relative;display:inline-block}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t,.evcal_location .event_location_name,.evo_metarow_virtual .evo_vir_pass b,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-style:normal}.eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,.evo_pop_body .evcal_desc em.evcal_location::before{content:"\f041"}.eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,.eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,.evo_pop_body .evcal_desc em.evcal_location::before,.evo_pop_body .evcal_desc em.evcal_time::before{position:absolute;left:0;top:1px;display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.eventon_events_list .eventon_list_event .event_description{border-left:1px solid #e5e5e5;border-right:1px solid #e5e5e5;position:relative;border-radius:0 0 15px 15px;display:flex;flex-direction:column}.eventon_events_list .eventon_list_event .event_description,.eventon_events_list .eventon_list_event .event_description .evcal_desc_top{border-bottom:1px solid #e5e5e5}.eventon_events_list .eventon_list_event .event_description .evcal_desc_top,.eventon_events_list .eventon_list_event .event_description .evcal_eventbrite{padding:5px 8px;margin-top:4px}#evcal_list .eventon_list_event .evoInput,.evo_pop_body .evoInput{padding:2px 5px;border:1px solid #ddd;color:#888;font-style:italic;font-size:13px;background-color:transparent;box-shadow:none}body .evoloading:before,body .evorow.evoloading:before,body .evorow.loading:before{content:"";background:url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/images/evo-loader.gif) center center no-repeat rgba(245,245,245,.71);position:absolute;top:0;left:0;width:100%;height:100%;z-index:50;display:block}.evocard_row{padding-bottom:10px;display:flex;padding-left:8px}.evocard_row.L,.evortl .eventon_events_list .eventon_list_event .evcal_list_a{flex-direction:row-reverse}.evocard_row .evocard_box_h{flex:1;display:flex;flex-direction:column}.evocard_row .evocard_box_h .evocard_box{margin-bottom:8px}.ajde_evcal_calendar.cev.sev.boxstyle0 #evcal_list .eventon_list_event,.evocard_row .evocard_box_h .evocard_box:last-child{margin-bottom:0}.evocard_box{flex:1;margin:0 8px 0 0;border-radius:15px;overflow:hidden}.evcal_evdata_row{position:relative;border:none;margin:0;font-size:14px;height:100%;background-color:transparent;padding:30px;display:flex;border-radius:15px}#evcal_list .eventon_list_event .event_description .evcal_gmaps{min-height:200px;max-width:none}.evo_pop_body .evcal_gmaps *{max-width:none}#evcal_list .evorow.getdirections,.evo_pop_body .evorow.getdirections{padding:0;border:1px solid #eaeaea}#evcal_list .evorow.getdirections p,.evo_pop_body .evorow.getdirections p{position:relative;margin:0;overflow:hidden}#evcal_list .evorow.getdirections .evoInput,.evo_pop_body .evorow.getdirections .evoInput{width:100%;font-size:16px;border:none;padding:8px 20px;margin:0}#evcal_list .evorow.getdirections .evcalicon_9,.evo_pop_body .evorow.getdirections .evcalicon_9{display:inline-block;cursor:pointer;position:absolute;right:0;top:0;border:none;color:#858585;font-size:18px;background:0 0;height:100%}.evcal_evdata_row .evcal_evdata_icons{display:block;padding:0;width:31px;height:30px;flex-shrink:0}.evcal_evdata_row .evcal_evdata_cell h2,.evcal_evdata_row .evcal_evdata_cell h4{font-weight:400;text-transform:uppercase;letter-spacing:normal;line-height:100%;float:none}.event_description.evcal_eventcard{padding-top:8px}.evo_lightbox_body .evcal_eventcard,.evo_sin_page .event_description{padding-bottom:8px}.evcal_evdata_row.evorow_2b{display:flex;flex-direction:row;padding:0;background-color:transparent}.evcal_evdata_row.evorow_2b .evorow_b{flex:1}.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{margin-right:8px;flex:0 1 50%}.evcal_evdata_row.evo_metarow_ICS{padding:20px 25px}.evcal_evdata_row.evo_event_images{display:flex;padding:8px;height:fit-content}.evcal_evdata_row.evo_metarow_socialmedia{padding:15px;justify-content:center;align-items:center}.eventon_cal_social .evo_sm,.evo_metarow_socialmedia .evo_sm{display:inline-block;height:50px;text-align:center}.eventon_cal_social a.evo_ss,.evo_metarow_socialmedia a.evo_ss{display:block;height:50px;width:50px;border-radius:50%!important;margin:0 5px;padding:0!important}.eventon_cal_social a.evo_ss i,.evo_metarow_socialmedia a.evo_ss i{margin-top:15px;font-size:20px;color:#909090;display:inline-block;opacity:1}#evcal_widget .evo_metarow_socialmedia a.evo_ss i{font-size:15px}#evcal_widget .evo_metarow_socialmedia .evo_ss{width:40px;height:40px;margin:0;border-radius:0!important}#evcal_widget .evo_metarow_socialmedia .evo_sm{height:40px}#evcal_widget .event_description .evcal_evdata_row.evo_metarow_socialmedia,#evcal_widget .evo_clik_row .evo_h4,#evcal_widget .tb .evo_clik_row,.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .evcal_cblock,.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{padding:0}.evo_fc_widget .evo_metarow_socialmedia .evo_sm{height:35px;width:40px}.evo_fc_widget .evo_metarow_socialmedia .evo_sm i{margin-top:8px;font-size:18px}.eventon_cal_social{display:inline-flex;background-color:#f0f0f0;border-radius:15px}.evo_metarow_virtual .evo_live_now.evo_live_now_tag{background-color:#fb6658;font-weight:700;font-size:16px;text-transform:uppercase}.evo_metarow_virtual .evo_live_now_tag{margin-right:8px;margin-bottom:8px;padding:5px 10px;color:#fff;background-color:#8c8c8c;border-radius:8px;display:flex;align-items:center;height:30px;box-sizing:border-box}.evo_above_title .evo_live_now,.evo_metarow_virtual .evo_live_now svg{height:18px;display:inline-block;animation:1.2s infinite evo_blinking_red;background-size:cover;margin-right:10px}.evo_above_title .evo_live_now{background-color:transparent!important;width:27px;padding:0!important}.evo_above_title .evo_live_now svg{fill:#fb6658}#evcal_widget .evo_above_title .evo_live_now svg{height:15px}.evo_metarow_virtual .evo_live_now svg{fill:#fff;width:25px}@keyframes vir_waiting_anim{0%,100%{background-position:0 20%}50%{background-position:100% 81%}}.evo_metarow_virtual .evo_vir_access{background:#4e5d49;display:flex;flex-direction:column;align-content:center;align-items:center;padding:80px 20px;border-radius:8px;background:linear-gradient(45deg,rgb(60 70 57) 0,rgb(95 66 66) 58%,rgb(53 84 82) 100%);background-size:200% 200%;animation:6s infinite vir_waiting_anim}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title{text-align:center;margin-bottom:10px}.evo_metarow_virtual .evo_vir_access .evo_vir_access_actions .evo_vir_access_actions_in>*{margin:5px}@keyframes waitingmod{from{color:#fffbf3}to{color:#655856}}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title.waiting_mod span{animation:2s ease-in-out infinite alternate waitingmod;color:#fed584}.evo_metarow_virtual .evo_vir_access .evo_vir_access_title span{color:#fff;text-transform:uppercase;font-weight:700}.evo_metarow_virtual .evo_vir_pass{background-color:#ececec;border-radius:25px;padding:8px 30px 8px 40px;display:inline-block;line-height:1}.evo_card_health_boxes{display:flex;flex-direction:row;box-sizing:border-box;flex-wrap:wrap}.evo_card_health_boxes .evo_health_b{display:flex;flex:1 1 auto;align-items:center;margin:0 10px 10px 0;flex-direction:row;border-radius:15px;padding:10px;text-align:center;line-height:1.3}.evo_card_health_boxes .evo_health_b_o{flex:1 1 auto}.evo_card_health_boxes .evo_health_b i.fa,.evo_card_health_boxes .evo_health_b svg{fill:#8d8d8d;margin-right:15px;height:30px;width:auto;font-size:30px;min-width:40px}.evo_health_b.ehb_other{background-color:#e8e8e8;border-radius:8px;padding:10px}.ajde_evcal_calendar.cev.sev #evcal_list .no_events .no_events,.dark1:hover{background-color:#f5f5f5}.evo_health_b.ehb_other .evo_health_bo_title{display:flex;align-items:center;font-weight:700}.evcal_evdata_row.evo_clik_row .evo_h4{padding:5px 0 0}.evo_metarow_ICS .evcal_evdata_cell p a{text-transform:uppercase;font-style:normal;font-size:16px;color:#6b6b6b;padding-right:15px;padding-top:0;margin-top:3px;display:inline-block}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig,.ajde_evcal_calendar.boxy.boxstyle1 p.desc_trig_outter,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig,.ajde_evcal_calendar.boxy.boxstyle2 p.desc_trig_outter,.evocard_box .evo_metarow_learnM{height:100%}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event:hover .evo_boxtop,.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event:hover .evo_boxtop,.evo_ics.evo_clik_row .evo_h4 a:hover,.evo_metarow_ICS .evcal_evdata_cell p a:hover,.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a:hover,.evotax_term_card .evo_tax_details .evo_tax_social_media a:hover{opacity:.6}.evcal_cell_rel_events a em{display:block;font-style:normal;font-size:13px;opacity:.7;text-transform:capitalize!important}.evcal_cell_rel_events a b,.evcal_cell_rel_events a em{line-height:1.3;text-transform:uppercase}.evcal_cell_rel_events{display:flex;flex-wrap:wrap;flex-direction:row}body .evcal_eventcard .evcal_cell_rel_events a{cursor:pointer;background-color:#e2e2e2;padding:20px;border-radius:8px;margin:0 8px 8px 0;display:flex;flex:1;flex-basis:calc(33% - 8px);flex-direction:column}body .evcal_eventcard .evcal_cell_rel_events a:hover{background-color:#d2d2d2;box-shadow:0 0 30px -10px #00000045}.evcal_eventcard .evcal_cell_rel_events a span{height:100px;border-radius:10px 10px 0 0;background-size:cover;background-position:center center;margin:-20px -20px 20px}.evo_clik_row .evcal_evdata_row,.evo_clik_row.evcal_evdata_row{display:flex;padding:20px 25px}.evo_clik_row .evo_h4{color:#6b6b6b;line-height:110%;letter-spacing:normal;text-transform:uppercase;margin:0}.dark1{background-color:#efefef}.evo_pop_body .evorow.lastrow{padding-right:0;margin-bottom:8px}.event_description .evo_card_row_end{background-color:#f7f7f7;padding:0;display:block;position:relative;margin:0 8px 8px!important;height:30px;cursor:pointer;border-radius:8px}.event_description .evo_card_row_end:before{content:"\f077";display:block;font-family:FontAwesome;font-style:normal;font-weight:400;font-size:12px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-align:center;padding-top:8px;opacity:.4;color:#000}.evortl .eventon_events_list .eventon_list_event .evcal_cblock,.evortl.eventon_events_list .eventon_list_event .evcal_cblock{margin:0 0 0 10px}.evortl.eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{right:90px}.evortl.eventon_events_list .eventon_list_event .hasFtIMG .ev_ftImg{right:0;margin-right:0;margin-left:10px}.evortl .evcal_desc .evcal_desc3 em{float:none;display:inline-block}.evortl .evcal_evdata_row .evcal_evdata_cell{padding-right:45px;padding-left:0}.ajde_evcal_calendar.evortl .calendar_header p.evo_arrows{float:right;padding-right:10px}.evortl .evo_sort_btn{display:block;text-align:right;height:25px;padding-top:5px}.evortl.ajde_evcal_calendar .eventon_filter_line{border-left:none;border-right:1px solid #c4c4c4;margin-right:10px}.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time,.evortl .evo_pop_body .evcal_desc .evcal_location,.evortl .evo_pop_body .evcal_desc .evcal_time{padding-left:0;padding-right:15px;margin-right:0;margin-left:5px}.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_location::before,.evortl .eventon_events_list .eventon_list_event .evcal_desc .evcal_time::before,.evortl .evo_pop_body .evcal_desc em.evcal_location::before,.evortl .evo_pop_body .evcal_desc em.evcal_time::before{left:auto;right:0}.evortl .eventon_events_list .evo_above_title{justify-content:flex-end}.evortl #evcal_list{border-left:1px solid #e5e5e5}.evortl #evcal_list .eventon_list_event ul,.evortl .evo_pop_body ul{direction:rtl}.evortl #evcal_list .eventon_list_event li,.evortl .evo_pop_body li{direction:rtl;margin-right:20px}.evortl .evcal_evdata_row .evcal_evdata_custometa_icons,.evortl .evcal_evdata_row .evcal_evdata_icons{right:0}.evortl .evo_metarow_ICS .evcal_evdata_cell p a,.evortl .evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a{padding-right:0;padding-left:15px}.evortl #evcal_list .evorow.getdirections .evoInput,.evortl .evo_pop_body .evorow.getdirections .evoInput{padding-right:50px;text-align:right}.evo_purchase_box .purchase_section span.right,.evortl .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,.evortl .evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{float:right;margin-left:10px}.clean.evortl .eventon_events_list .eventon_list_event .evcal_list_a{border-right-style:solid;border-right-width:3px;border-left-width:0}.clean.evortl .eventon_events_list .eventon_list_event .desc_trig:hover{border-right-style:solid;border-right-width:7px;border-left-width:0}.evortl.evo_lightbox .evolbclose{left:0;right:auto;margin:-14px 0 0 -14px}.evortl.evo_lightbox .evcal_desc{padding:3px 80px 0 15px;text-align:right}.evortl.evo_lightbox .evcal_cblock{right:0;left:auto}.evortl.evo_lightbox .evo_clik_row .evo_h4{text-align:right;padding:5px 45px 5px 0}.evo_instant_lb{position:fixed;width:100%;height:100%;visibility:hidden;top:0;left:0;z-index:1000;opacity:0;background:rgba(24,24,24,.4);transition:.3s;overflow:auto}.evo_instant_lb.show,.evo_lightbox.show{opacity:1;visibility:visible}.evolb_in{display:block;z-index:2000;position:relative;width:900px;margin:80px auto 30px;border:none;border-radius:5px;box-sizing:border-box;-webkit-transition:-webkit-transform .5s;transition:transform .5s;-webkit-transform:translateY(50px);transform:translateY(50px)}.evo_instant_lb.show .evolb_in{background-color:#ecebeb;-webkit-transform:translateY(0);transform:translateY(0)}.evolb_close,.evolbclose,.evopopclose{color:#666;line-height:90%;font-size:28px;font-weight:300;top:0;position:absolute;right:0;z-index:90001;margin:-14px -14px 0 0;background-color:#000;border-radius:50%;padding:5px;height:28px;width:28px;text-align:center;cursor:pointer;box-sizing:content-box;-moz-box-sizing:content-box}.evcal_evdata_img,.evo_metarow_locImg{overflow:hidden;box-sizing:border-box;background-repeat:no-repeat;background-position:50% 50%}.evolb_close:after,.evolb_close:before,.evolbclose:after,.evolbclose:before{position:absolute;left:18px;top:9px;content:" ";height:50%;width:2px;background-color:#666}.evolb_close:before,.evolbclose:before{transform:rotate(45deg)}.evolb_close:after,.evolbclose:after{transform:rotate(-45deg)}.ajde_evcal_calendar.boxy.evortl #evcal_list .eventon_list_event .desc_trig .evcal_cblock{text-align:right;float:right}.evortl.evo_lightbox .evoTX_wc .quantity{float:right;margin:0 0 0 10px}.eventon_main_section .evortl .evorow.lastrow{padding-left:0;padding-right:15px}.evortl.evoEL .calendar_header p{text-align:right;display:block;width:100%}.evortl.ajde_evcal_calendar .eventon_events_list .eventon_list_event .evcal_desc span.evocd_timer span,.evortl.evo_lightbox .evcal_desc span.evocd_timer span{float:right;margin-right:0;margin-left:5px}#evcal_list .eventon_list_event.anypost a.sin_val.hasFtIMG .evcal_desc{padding-left:100px}#evcal_list .eventon_list_event.anypost a.sin_val .evcal_desc,.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG .evcal_desc,.evo_tab_view .evo_tabs p.evo_tab:first-child{padding-left:15px}.ajde_evcal_calendar .evo_metarow_rel_events.evcal_evdata_row .evcal_evdata_cell a em,.ajde_evcal_calendar.cev #evcal_list .eventon_list_event .evo_metarow_rel_events a em,.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event em,.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event span,.ajde_evcal_calendar.cev.sev #evcal_list a.cancel_event>*,.eventon_events_list .evose_repeat_header .ri_nav a,.eventon_events_list .evose_repeat_header .ri_nav a:hover,.eventon_events_list .evose_repeat_header .ri_nav a:visited{color:grey}.evcal_evdata_cell h2 b,.evcal_evdata_cell h4 b{font-weight:300}#evcal_widget .eventon_events_list .eventon_list_event .evcal_cblock span.start,.ajde_evcal_calendar.boxy .eventon_list_event.year_long .year,.evcal_evdata_row .evcal_evdata_cell h2,.evcal_evdata_row .evcal_evdata_cell h4,.evo_clik_row .evo_h4{font-size:1.25em}.evcal_evdata_row .evcal_evdata_cell h4{margin:0;padding-bottom:15px;font-weight:700}.evcal_evdata_row .evcal_evdata_cell a.evo_cusmeta_btn.evcal_btn{margin-top:8px}.evcal_evdata_row .evcal_evdata_cell a{border:none;padding:0}.evcal_evdata_row .evcal_evdata_cell{min-height:25px;flex:1 1 50%}.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p{font-style:normal;font-size:14px;margin-bottom:5px}.evcal_evdata_row .evcal_evdata_cell p,.eventon_events_list .eventon_desc_in{line-height:140%}.evcal_col50{width:50%;float:left}.eventon_list_event .evcal_evdata_cell .evo_tz,.eventon_list_event .evo_tz_time .evo_tz{opacity:.5;margin-left:5px}.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig,.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{background-color:transparent;cursor:pointer}.ajde_evcal_calendar.boxy #evcal_list .evcal_list_a:after,.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .desc_trig:hover,.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig i{background-color:transparent}.eventon_list_event .evcal_desc em.evo_mytime{padding:0 6px 0 3px;margin-right:5px;border-radius:12px}.eventon_list_event .evcal_desc em.evo_mytime>*,.eventon_list_event .evcal_evdata_cell .evo_mytime>*{font-style:normal;font-weight:400;opacity:1}#evcal_widget .ajde_evcal_calendar #evcal_prev,.eventon_list_event .evcal_evdata_cell .evo_tz{margin-right:8px}.eventon_list_event .evcal_evdata_cell .evo_mytime,.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{display:inline-block;border-radius:12px;padding:2px 9px 2px 5px}.eventon_list_event .evo_eventcard_time_t{margin-right:8px;margin-bottom:5px;display:inline-flex}.evo_vir_confim{background-color:#cfe6d3;padding:5px 20px;border-radius:10px}.evcal_evdata_row .evcal_evdata_cell .evo-jitsi-wrapper{overflow:hidden;border-radius:10px;margin-bottom:10x;height:600px}.evcal_evdata_cell .evo_vir_mod_box{background-color:#d4d4d4;padding:10px;border-radius:10px}.evcal_evdata_cell .evo_vir_mod_left{background-color:#35bb52;padding:3px 10px;border-radius:10px;color:#fff}.ajde_evcal_calendar .evo_custom_content ul{list-style:disc;margin-left:20px}#evcal_list .eventon_list_event .event_description .evo_custom_content li,.ajde_evcal_calendar .evo_custom_content ul li{padding-bottom:0;font-size:13px}.ajde_evcal_calendar .eventon_events_list .evo_metarow_organizer .evo_card_organizer_image,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_image{display:inline-block;margin-right:10px;float:left}.evo_metarow_organizer .evo_card_organizer_image img{border-radius:5px;height:80px}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name,.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evo_card_organizer_name{display:inline-block;margin-bottom:0;margin-top:5px}.evo_pop_body .evcal_evdata_row.evo_metarow_organizer .evcal_evdata_cell p.evo_card_organizer_image{margin-right:15px}.evcal_evdata_img{width:auto;background-size:cover;position:relative}.evcal_evdata_img:hover{background-position:50% 50%}.evcal_evdata_img.evo_imghover:hover{background-position:50% 45%}.evcal_evdata_img.evo_imgCursor:hover{cursor:url(//www.schulkinowochen-hessen.de/wp-content/plugins/skw-events-rest-api/assets/images/zoom.png),auto}.evo_metarow_directimg{padding:0;height:fit-content}.evo_metarow_directimg img{width:100%;height:auto;display:block;border-radius:8px}@media (max-width:680px){.evo_metarow_fimg.evcal_evdata_img{height:125px}}.evo_metarow_locImg{-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;position:relative;height:400px;width:auto;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d}.evo_metarow_locImg.tvi::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:-moz-linear-gradient(top,rgba(0,0,0,0) 50%,#000 98%,#000 100%);background:-webkit-linear-gradient(top,rgba(0,0,0,0) 50%,#000 98%,#000 100%);background:linear-gradient(to bottom,rgba(0,0,0,0) 50%,#000 98%,#000 100%);height:100%;width:100%;z-index:2;opacity:.6;transition:.3s}#evcal_list .eventon_list_event .evo_metarow_locImg p.evoLOCtxt,.evo_lightbox .evo_metarow_locImg p.evoLOCtxt{color:#fff;font-size:18px;text-transform:uppercase;padding:15px 30px 30px;margin:0;width:100%;z-index:5;position:absolute;bottom:0;transition:.3s}.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span,.evo_lightbox .evo_metarow_locImg p.evoLOCtxt span{display:block;text-align:center;text-transform:none;font-style:italic;opacity:.8;font-size:14px}.eventon_list_event .evo_metarow_locImg p.evoLOCtxt span.evo_loc_text_title{text-transform:uppercase;font-style:normal;font-size:16px;opacity:1}.eventon_list_event .evo_metarow_details .eventon_full_description li,.eventon_list_event .evo_metarow_details .eventon_full_description p{font-size:16px;padding-bottom:8px}.eventon_list_event .evo_metarow_details .eventon_full_description ol,.eventon_list_event .evo_metarow_details .eventon_full_description ul{margin:0 0 10px 10px;padding:0 0 5px 10px}.eventon_list_event .evo_metarow_details .eventon_full_description ul{list-style-type:disc}.eventon_full_description .eventon_desc_in{overflow-wrap:break-word;word-wrap:break-word;text-overflow:ellipsis}.eventon_full_description .eventon_desc_in a{color:#000;text-decoration:underline!important}.eventon_full_description .eventon_desc_in a:hover{text-decoration:none!important}#evcal_list .eventon_list_event .evcal_desc .evcal_event_title,.eventon_events_list .evcal_event_subtitle{line-height:120%;margin-bottom:7px;overflow-wrap:break-word;word-wrap:break-word;text-overflow:ellipsis;font-weight:600}#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a{color:#fff;background:#949494;padding:3px 10px;border:none;display:inline-block}#evcal_list .eventon_list_event .event_description .evcal_desc_buy_tix a:hover{background:#4f4f4f}.evo_repeat_series_dates span{display:inline-block;margin-right:5px;border-radius:5px;padding:3px 10px;font-style:normal;margin-top:5px;text-transform:uppercase}#evcal_list .eventon_list_event .event_description .evcal_desc_top{background-color:#e4e4e4}.evcal_event_details .evcal_evdata_cell{position:relative;min-width:0}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in{height:150px;overflow:hidden;position:relative}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after{position:absolute;bottom:0;height:100%;width:100%;content:"";pointer-events:none}.eventon_shad_p .evcal_btn{background-color:#d2d2d2}.eventon_shad_p .ev_more_text{padding-right:12px}.eventon_shad_p .ev_more_arrow{width:0;height:0;border-style:solid;border-width:0 6px 6px;border-color:transparent transparent #fff;position:absolute;margin-top:2px;margin-left:-6px}.eventon_shad_p .ev_more_arrow.ard{border-width:6px 6px 0;border-color:#fff transparent transparent;margin-top:4px}.evorow .evomdt_item img{max-width:100%;height:auto;max-height:200px;padding-bottom:10px;margin:0}.evorow .evomdt_data.grid{display:-webkit-flex;display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;align-items:top;flex-wrap:wrap}.evorow .evomdt_data.grid .evomdt_item{flex-basis:50%;flex-grow:1;text-align:left;border:0 solid transparent;border-width:0 15px 15px 0}.evomdt_item p span{display:inline-block;padding-right:5px;opacity:.6}.ajde_evcal_calendar .evcal_month_line p{padding:8px 0 5px;font-size:24px;text-transform:uppercase;min-height:24px;line-height:100%;margin:0;border-bottom:1px solid #e5e5e5}#evcal_widget .tb .evo_clik_row.evcal_col50,.ajde_evcal_calendar.ul .evcal_month_line p,.evo_lightboxes .eventon_events_list .color.eventon_list_event:last-child{border-bottom:none}.evo_tab_view .evo_tabs{list-style:none;margin:0 0 10px;padding:0;display:flex;border-radius:20px;overflow:hidden;border:1px solid #dedede}.evo_tab_view .evo_tabs p.evo_tab{display:block;text-transform:uppercase;padding:3px 8px;font-weight:700;border-right:1px solid #dedede;margin-bottom:-1px;color:#6b6b6b;cursor:pointer}.evo_tab_view .evo_tabs p.evo_tab:last-child{padding-right:15px;border:none}.evo_tab_view .evo_tabs p.evo_tab.selected{background-color:#fed584}.evo_tab_view .evo_tabs p:hover,.evocard_box{background-color:#f3f3f3}.evo_tab_container{padding:10px;border:1px solid #dedede;border-radius:10px;position:relative}.evo_tab_container .evo_tab_section{position:relative;width:100%}.evo_tab_container .evo_tab_section.hidden{opacity:0;height:0;display:none}.evo_tab_container .evo_tab_section.visible{opacity:1;display:block}.evo_tab_section .evo_month_title{clear:both}.evo_widget .eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,.evo_widget .evo_pop_body .evcal_desc span.evo_above_title span{padding:3px 5px;font-size:10px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em{font-weight:400;font-size:11px}#evcal_widget .evcal_evdata_row.evorow_2b.evcal_evdata_row{flex-direction:column;padding:0}#evcal_widget .evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{margin:0 0 10px}#evcal_widget .eventon_events_list .eventon_list_event .evcal_desc .evcal_desc_info em.evcal_tz_time{margin-bottom:5px;display:block}#evcal_widget .ajde_evcal_calendar .calendar_header{padding-bottom:5px;min-height:inherit}#evcal_widget .event_description .evcal_evdata_row p{line-height:130%;font-size:11px}#evcal_widget .event_description .evcal_evdata_row.evcal_close{padding:0;width:35px}#evcal_widget .evorow.lastrow{padding-right:35px}#evcal_widget .evo_clik_row{padding:5px 15px}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell{padding-left:0}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h2,#evcal_widget .eventon_events_list .evcal_cblock .evo_start .date{font-size:16px}#evcal_widget .event_description .evcal_evdata_row .evcal_evdata_cell h4,#evcal_widget .evo_clik_row .evo_h4,.ajde_evcal_calendar.boxy .eventon_list_event.month_long .year{font-size:14px}#evcal_widget .event_description .evcal_col50{float:none;border-bottom:1px solid #cdcdcd}#evcal_widget .event_description .evcal_col50 .bordr{border-right:none}#evcal_widget .eventon_events_list .evcal_desc2{line-height:120%;font-size:14px}#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle{line-height:120%;font-size:12px}#evcal_widget .ajde_evcal_calendar .calendar_header p{font-size:18px;height:auto}#evcal_widget .ajde_evcal_calendar #evcal_next{margin-left:8px}#evcal_widget #evcal_sort_bar ul .sort_title{padding:8px 5px 0 0}#evcal_widget #evcal_sort_bar ul p{font-size:13px}#evcal_widget .eventon_events_list .eventon_list_event .no_val.hasFtIMG.month_long .evcal_desc{padding-left:60px}#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg{margin:auto 0 auto 10px;height:50px;width:50px}#evcal_widget .eventon_events_list .eventon_list_event .month_long .ev_ftImg{margin-left:5px}#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock{left:60px}#evcal_widget #evcal_list .eventon_list_event .evcal_list_a{padding:15px;text-decoration:none}#evcal_widget #evcal_head .evcal_arrows{margin-top:0;height:20px;width:20px;position:relative;line-height:100%}#evcal_widget #evcal_head .evcal_arrows i{height:6px;width:6px;border-width:1px;top:2px;left:8px}#evcal_widget #evcal_head a{margin-top:0;padding:0}#evcal_widget #evcal_head{min-height:auto;padding-bottom:0;margin-bottom:10px}#evcal_widget #evcal_cur{line-height:100%;height:auto}#evcal_widget .eventon_events_list .evcal_cblock .evo_start .day{font-size:9px}.evo_lb_closer{position:sticky;z-index:999;height:38px;margin-top:-50px;padding-top:38px;top:0}.evo_lb_closer .evolbclose{display:block;float:right;top:19px;margin-top:0}.evolbclose:hover,.evopopclose:hover{text-decoration:none;color:#cfcfcf}.evo_lightboxes .evolbclose:hover,.evo_lightboxes .evopopclose:hover,.evolbclose:hover{background-color:#cfcfcf}.evo_lightbox .bordb,.evo_lightbox_body .bordb{border-bottom:1px solid #cdcdcd}.evo_lightbox_body .evcal_gmaps{min-height:200px}.evopop_top{display:flex;padding:20px;min-height:80px;border-bottom:1px solid #e4e4e4;margin-bottom:10px}.evo_lightbox{overflow-x:hidden;overflow-y:auto;background-color:rgba(210,210,210,.92);position:fixed;top:0;right:0;bottom:0;left:0;z-index:950000;padding-right:17px;padding-left:17px;opacity:0;-webkit-transition:opacity .15s linear;-o-transition:opacity .15s linear;transition:opacity .15s linear;visibility:hidden}.evo_content_in{display:table;height:100%;width:100%}.evo_content_inin{display:table-cell;vertical-align:middle;position:relative;width:600px;margin:40px auto}.evo_lightbox_content{width:100%;margin:60px auto;max-width:650px;position:relative;-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);transform:translateY(20%);opacity:0;-webkit-transition:.5s;-moz-transition:.5s;transition:.5s}.evo_lightbox .evo_lightbox_body p.loading_content{text-align:center;padding:80px;margin:0}.evo_lightbox .evo_lightbox_body p.loading_content:before{content:". . .";display:block}.evo_lightbox .evo_lightbox_body,.evo_lightbox.eventcard .evo_lightbox_body{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 0 30px 0 #0000002e}.evo_lightbox .eventon_desc_in ul{margin-left:20px;list-style:disc;padding:10px 0}body.evo_overflow{overflow:hidden;position:absolute;height:100%;width:100%}html.evo_overflow{overflow-y:initial;overflow-x:initial}@media all and (min-width:569px) and (max-width:768px){.evo_lightbox{position:fixed}body.evo_overflow{position:absolute}}.evo_lightbox.show .evo_lightbox_content{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);opacity:1;color:grey}.ajde_evcal_calendar.cev #evcal_list{border-radius:8px}.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:focus,.evosr_search_box input{outline:0}.ajde_evcal_calendar.cev #evcal_list .eventon_list_event a:hover{border-width:7px}.ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover b,.ajde_evcal_calendar.boxy.boxstyle1 .evcal_desc .evo_mytime.tzo_trig:hover i,.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em,.ajde_evcal_calendar.cev .evcal_desc .evcal_desc3 em i,.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_cblock,.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc .evcal_event_title,.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc em,.ajde_evcal_calendar.color #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,.ajde_evcal_calendar.color #evcal_list .eventon_list_event .eventon_list_event .evcal_desc .evcal_desc_info,.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_pre,.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 .evo_ep_time,.ajde_evcal_calendar.color .evcal_desc .evcal_desc3 em i,.ajde_evcal_calendar.color .evcal_desc .evo_below_title .status_reason,.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig b,.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig i,.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover b,.ajde_evcal_calendar.color .evcal_desc .evo_mytime.tzo_trig:hover i,.ajde_evcal_calendar.color .evcal_desc .evo_tz_time .evo_tz,.ajde_evcal_calendar.color .eventon_events_list .eventon_list_event .evcal_cblock em.evo_day,.evcal_evdata_row.evo_clik_row:hover i,.evcal_evdata_row.evo_clik_row:hover>*,.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover>*,.eventon_list_event .evcal_desc em.evo_mytime>*,.eventon_list_event .evcal_evdata_cell .evo_mytime>*,.evo_lightboxes .color.eventon_list_event .evcal_cblock,.evo_lightboxes .color.eventon_list_event .evcal_cblock em.evo_day,.evo_lightboxes .color.eventon_list_event .evcal_desc .evcal_desc_info,.evo_lightboxes .color.eventon_list_event .evcal_desc .evcal_event_title,.evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig b,.evo_lightboxes .color.eventon_list_event .evcal_desc .evo_mytime.tzo_trig i,.evo_lightboxes .color.eventon_list_event .evcal_desc .evo_tz_time>*,.evo_lightboxes .color.eventon_list_event .evcal_desc em,.evo_lightboxes .color.eventon_list_event .evcal_desc span.evcal_event_subtitle,.evo_metarow_socialmedia a.evo_ss:hover i{color:#000}.ajde_evcal_calendar.sev #evcal_list .eventon_list_event{margin-bottom:8px;border-radius:10px;overflow:hidden}.ajde_evcal_calendar.cev.sev #evcal_list .eventon_list_event.open .desc_trig{border-radius:8px 8px 0 0}.ajde_evcal_calendar.cev.sev #evcal_list .sep_month_events.no_event{border:2px solid #e5e5e5;background-color:#f5f5f5}.ajde_evcal_calendar.boxy #evcal_list,.ajde_evcal_calendar.bub.cev.sev #evcal_list,.ajde_evcal_calendar.bub.cev.sev #evcal_list .eventon_list_event{overflow:visible}.ajde_evcal_calendar.bub #evcal_list{display:flex;flex-wrap:wrap;margin-top:10px;position:relative}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event{margin:0 10px 10px 0;transition:.2s ease-out}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a{border-radius:20px;padding:10px}.ajde_evcal_calendar.bub #evcal_list.sep_months{flex-direction:column}.ajde_evcal_calendar.bub #evcal_list.sep_months .sep_month_events{flex-direction:row;display:flex}.ajde_evcal_calendar.bub.cev.sev #evcal_list .desc_trig_outter a{box-sizing:border-box}.ajde_evcal_calendar.bub #evcal_list .evcal_cblock{display:block;position:relative}.evo_bub_box{background-color:#fff;padding:10px;box-shadow:0 0 10px -4px #000;border-radius:8px;position:absolute;z-index:99}.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em,.ajde_evcal_calendar.bub .year_long.evcal_list_a span.yrl .evo_start em{font-size:16px;padding:16px 0;opacity:1}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event a:hover{border-width:0}.ajde_evcal_calendar.bub #evcal_list .eventon_list_event:hover{transform:scale(1.1)}.ajde_evcal_calendar.bub .month_long.evcal_list_a span.mnl .evo_start em.year{opacity:.7;font-size:10px;padding:0}.ajde_evcal_calendar.color.bub #evcal_list .eventon_list_event a:hover{border-left-width:0}.ajde_evcal_calendar.wwb .eventon_list_event a{align-items:flex-start}.ajde_evcal_calendar.boxy.wwb #evcal_list a .evcal_cblock,.ajde_evcal_calendar.wwb .eventon_list_event .evcal_cblock{background-color:#fff!important;padding:10px;border-radius:10px}#evcal_list .eventon_list_event .evcal_cblock,.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur,.ajde_evcal_calendar .evcal_month_line p,.ajde_evcal_calendar .evo_footer_nav p.evo_month_title,.ajde_evcal_calendar.clean #evcal_list .eventon_list_event p .evcal_desc .evcal_event_title,.ajde_evcal_calendar.wwb #evcal_list .eventon_list_event .evcal_cblock span em,.evo_lightboxes .evo_pop_body .evcal_cblock{color:#737373}.ajde_evcal_calendar.clean .evcal_cblock .evo_end:before,.ajde_evcal_calendar.wwb .evcal_cblock .evo_end:before{background-color:#737373}.ajde_evcal_calendar.color #evcal_list .eventon_list_event p .desc_trig,.evo_lightboxes .color.eventon_list_event .evcal_list_a,.evo_lightboxes .color.eventon_list_event .evopop_top{border-left:0 solid transparent}.evo_lightboxes .eventon_events_list .color.eventon_list_event{border-bottom:1px solid #4a4a4a}.ajde_evcal_calendar.clean .eventon_events_list .eventon_list_event .event_description{border-radius:0 0 5px 5px}.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .evcal_desc{flex:1 0 50%;width:50%}.ajde_evcal_calendar.boxy #evcal_list,.ajde_evcal_calendar.boxy #eventon_loadbar_section{border-color:transparent;overflow:hidden;border-radius:5px}.ajde_evcal_calendar.boxy .eventon_events_list,.ajde_evcal_calendar.boxy .eventon_events_list.sep_months .sep_month_events{display:flex;flex-wrap:wrap}.ajde_evcal_calendar.boxy .eventon_list_event.month_long .month{font-size:24px;font-weight:700}.ajde_evcal_calendar.boxy .eventon_list_event,.ajde_evcal_calendar.boxy .evoShow_more_events{min-height:200px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:.2s;-moz-transition:.2s;-ms-transition:.2s;-o-transition:.2s;transition:.2s;border-radius:20px;border:3px solid transparent}.ajde_evcal_calendar.boxy .evoShow_more_events{position:relative;overflow:hidden;cursor:pointer;border-radius:12px}.ajde_evcal_calendar.boxy .eventon_list_event.no_events,.evo_widget .evo_cal_above span.evo-search{min-height:auto}.ajde_evcal_calendar.boxy .evoShow_more_events span:before{content:"+";position:absolute;font-size:42px;margin-top:-60px}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_list_event .evcal_list_a{text-align:left;padding:20px 0 15px;border:none;background:0 0;position:relative;z-index:6;cursor:pointer}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_list_a .evcal_block span{vertical-align:bottom;float:none}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig,.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list p.desc_trig_outter{height:100%;position:relative;box-sizing:border-box;background-size:cover;display:flex;flex-direction:column;outline:0}.ajde_evcal_calendar.boxy.boxstyle0 #evcal_list .eventon_list_event .desc_trig{padding:30px}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_desc{padding:10px 0;margin:0;width:auto}.ajde_evcal_calendar.boxy .evcal_cblock{height:50px}.ajde_evcal_calendar.boxy .eventon_list_event:hover,.ajde_evcal_calendar.boxy .evoShow_more_events:hover{opacity:.9;transform:scale(1.01)}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig .evcal_cblock{width:auto;height:auto}.ajde_evcal_calendar.boxy .sep_month_events .no_events.eventon_list_event,.ajde_evcal_calendar.boxy.boxstyle0.evoEL .sep_month_events .no_events.eventon_list_event{height:auto;width:100%!important;border:none;background-color:#f9f9f9}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event .evo_above_title,.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event .evo_above_title{position:absolute;top:12px;left:12px;z-index:94}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc .evcal_event_title,.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc .evcal_event_title,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_subtitle{overflow-wrap:break-word;word-wrap:break-word;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_cblock,.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .evcal_cblock{height:70px}.ajde_evcal_calendar.boxy.boxstyle1 .eventon_list_event,.ajde_evcal_calendar.boxy.boxstyle2 .eventon_list_event{min-height:310px;overflow:hidden;border-radius:20px;border:5px solid transparent}.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .desc_trig{background-color:#e6e6e6;box-sizing:border-box;border-radius:20px}.ajde_evcal_calendar.boxy.boxstyle2 #evcal_list .eventon_list_event .desc_trig{background-color:#e6e6e6;box-sizing:border-box;border-width:3px;border-radius:20px}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg{position:absolute;margin:0;top:0;width:100%;z-index:-10;background-position:center center;height:100%;max-height:100%;border-radius:0}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG span.ev_ftImg:before{content:"";background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0;opacity:.4}.ajde_evcal_calendar.boxy #evcal_list .eventon_list_event .desc_trig.hasFtIMG:hover span.ev_ftImg:before{opacity:.2}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg,.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop{background-repeat:no-repeat;background-position:50% 50%;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;border-radius:20px}.ajde_evcal_calendar.boxy.boxstyle1 .evo_boxtop,.ajde_evcal_calendar.boxy.boxstyle2 .evo_boxtop{width:100%;height:200px;position:absolute;z-index:90;pointer-events:none;border-radius:20px 20px 0 0}.ajde_evcal_calendar.boxy .eventon_list_event.hasbgimg::after{content:"";background-color:#5f5f5f;height:100%;width:100%;position:absolute;z-index:3;top:0;left:0;bottom:0;right:0;opacity:.2}.ajde_evcal_calendar.boxy.boxstyle0 .eventon_events_list .eventon_list_event .evcal_cblock{position:relative;display:block;padding:0 0 0 15px}.ajde_evcal_calendar.boxy .eventon_events_list .eventon_list_event .sin_val .evcal_cblock{width:38px}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types,.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em{line-height:13px}.ajde_evcal_calendar.boxy .eventon_list_event .evcal_desc span.evcal_event_types em{display:inline-block;float:none;margin:0}.ajde_evcal_calendar.boxy .evcal_list_a .evcal_desc3 em{margin-bottom:2px}.ajde_evcal_calendar.boxy.box_2 .eventon_list_event,.ajde_evcal_calendar.boxy.box_2 .evoShow_more_events{width:50%}.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_3 .evoShow_more_events{width:33.33%}.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .evoShow_more_events{width:25%}.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .evoShow_more_events{width:20%}.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .evoShow_more_events{width:16.66%}.ajde_evcal_calendar.boxy.box_7 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .evoShow_more_events{width:14.28%}@media (max-width:900px){.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event{width:50%}}@media (max-width:768px){.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event{width:50%}}@media (max-width:650px){.ajde_evcal_calendar.boxy .eventon_list_event{width:100%}}.evotax_term_card .evotax_term_details{display:flex;justify-content:space-between}.evotax_term_card .evotax_term_details.evo_location_tax{flex-wrap:wrap;justify-content:center}.evo_location_card .evo_location_tax,.evotax_term_card .evotax_term_details{background-color:#5d5d5d;text-align:center;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center;padding:50px;position:relative;z-index:0;border-radius:15px;overflow:hidden;margin-bottom:15px;flex-direction:column;align-items:center}.evo_location_card .evo_location_tax:after,.evotax_term_card .evotax_term_details:after{content:"";width:100%;height:100%;top:0;left:0;background-color:rgba(214,214,214,.6);position:absolute;z-index:1}.evotax_term_card .evotax_term_details h2 a{font-weight:700;color:#fff}.evo_location_card .evo_location_tax>*,.evotax_term_card .evotax_term_details>*{z-index:3;position:relative}.evo_location_card .evo_location_tax h2,.evo_location_card .evo_location_tax p,.evotax_term_card .evotax_term_details h2,.evotax_term_card .evotax_term_details p{padding:0;margin:0 0 5px}.evo_location_card .evo_location_tax h2,.evotax_term_card .evotax_term_details h2{margin-bottom:13px;text-transform:uppercase}.evo_location_card .evo_location_tax span,.evo_location_card .location_description p,.evo_organizer_card .organizer_description p,.evotax_term_card .evotax_term_details span,.evotax_term_card .tax_term_description p{color:#fff;padding:3px 8px;display:inline;border-radius:5px}.evotax_term_card .evo_tax_details,.evotax_term_card h4.evotax_term_subtitle{text-align:center;padding:10px;margin:0 0 15px;text-transform:uppercase;font-size:24px;background-color:#f0f0f0;color:#888;font-weight:700;border-radius:15px}.evotax_term_card .evo_tax_details{padding:30px;font-size:18px;font-weight:500;text-transform:none;color:#545454;background-color:#e0e0e0}.evotax_term_card .evo_tax_details .evo_tax_social_media a{color:#fff;font-size:30px;padding:10px}.evo_location_card .evo_location_map,.evotax_term_card .term_location_map{width:100%;height:250px;border-radius:15px;margin-bottom:10px}.evo_location_card .location_circle,.evotax_term_card .term_image_circle{border-radius:50%;overflow:hidden;border:3px solid #fff;height:200px;width:200px;margin-bottom:15px;display:inline-block;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;background-position:center center}.evotax_term_card .tax_term_name i{display:block;color:#fff;text-transform:uppercase;font-size:18px}.evo_cal_above .evo-search:before{content:"\f002";display:inline-block;font-family:FontAwesome;font-style:normal;font-weight:400;font-size:12px;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:12px}.evo_search_results_count{text-align:center;margin:0;padding:8px 0}.EVOSR_section .evosr_msg{text-align:center;font-style:italic;padding:8px 0}.evo_search_bar{height:35px;display:block;overflow:hidden;margin-top:5px;margin-bottom:10px;position:relative}.evo_search_bar_in{position:absolute;bottom:0;width:100%;height:35px}.evo_search_bar_in a.evosr_search_btn{top:4px;right:10px;height:100%;font-size:16px}.evo_search_bar input,.evo_search_bar input[type=text]{background-color:#f2f2f2;box-shadow:none;border:1px solid #ededed;width:100%;padding:8px 15px;font:14px arial;border-radius:15px;outline:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ajde_yn_btn,body .EVOSR_section input[type=text]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.EvcalWidget .evo_search_bar input{padding:5px 10px}.EvcalWidget .evo_search_bar a.evosr_search_btn{top:1px}.EVOSR_section .evosr_search_box{position:relative;overflow:hidden;margin:0;padding:0}.evosr_search_box input::-webkit-input-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input::-moz-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input:-ms-input-placeholder{color:#b5b4b4;font-style:italic}.evosr_search_box input:-moz-placeholder{color:#b5b4b4;font-style:italic}body .EVOSR_section input[type=text]{width:100%;border:1px solid #ededed;border-radius:20px;padding:8px 15px;background-color:#f2f2f2;box-sizing:border-box;font-size:16px;line-height:1.5}.EVOSR_section input:active,.EVOSR_section input:focus,.EVOSR_section input:hover,.evo_search_bar input:hover{border:1px solid #c5c5c5;outline:0}.evosr_blur,.evosr_blur_process{position:absolute;border-radius:20px;display:block;opacity:0}.EVOSR_section a.evo_do_search,a.evosr_search_btn{position:absolute;right:15px;top:10px;cursor:pointer;z-index:10;box-shadow:none}.evosr_blur_text{position:absolute;width:100%;top:0;text-align:center;padding-top:10px;opacity:0;z-index:10;pointer-events:none;-webkit-transition:opacity .2s linear .2s;-moz-transition:opacity .2s linear .2s;transition:opacity .2s linear .2s}.evosr_blur{width:5px;height:5px;right:18px;top:15px;-webkit-transition:.15s;-moz-transition:.15s;transition:.15s;z-index:5}.evosr_blur_process{background-color:#fff;width:0%;height:100%;top:0;left:50%;z-index:8}@keyframes searchprogress{0%{opacity:0;width:0%;left:50%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-moz-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-webkit-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}@-o-keyframes searchprogress{0%{opacity:0;width:0%}50%{opacity:.3;width:100%;left:0}70%{opacity:0;width:100%}}.EVOSR_section.searching .evosr_blur_process{-webkit-animation:1.2s .2s infinite searchprogress;-o-animation:1.2s .2s infinite searchprogress}.EVOSR_section.searching .evosr_blur{width:100%;height:100%;right:0;top:0;opacity:1}.evo_search_results_count span{border-radius:8px;padding:5px 10px 7px;display:inline-block;text-align:center;margin-right:5px;line-height:100%;font-style:italic}.evo_event_images span.select{border:2px solid grey}.evo_event_images span{width:100px;height:80px;position:relative;overflow:hidden;display:flex;cursor:pointer;margin-right:5px;border-radius:8px}.evo_event_images span img{opacity:.5;position:absolute;top:50%;left:50%;min-height:100%;min-width:100%;transform:translate(-50%,-50%);max-width:200px;max-height:200px}.ajde_yn_btn{background-color:#f3c991;height:24px;width:68px;overflow:hidden;display:inline-block;cursor:pointer;border-radius:13px;margin-top:2px;-webkit-transition:.5s;-moz-transition:.5s;-ms-transition:.5s;-o-transition:.5s;transition:.5s;box-sizing:border-box;position:absolute}.ajde_yn_btn:hover{background-color:#fddcb1}.ajde_yn_btn.NO:hover{background-color:#e6e6e6}.ajde_yn_btn.NO{background-color:#dedede}.ajde_yn_btn.absolute{position:absolute}.ajde_yn_btn_label{padding-left:80px;line-height:1.8;display:inline-block}.ajde_yn_btn .btn_inner:after,.ajde_yn_btn .btn_inner:before,.btn_inner em{top:0;position:absolute;padding:4px 8px;line-height:90%}.ajde_yn_btn .btn_inner em{font-size:12px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;line-height:22px;padding:0 8px;max-width:45px;width:45px;text-align:center;overflow:hidden;text-overflow:ellipsis;font-style:normal;font-weight:700}.ajde_yn_btn .btn_inner em.no{left:0;color:#fff;padding:0 2px 0 8px}.ajde_yn_btn .btn_inner em.yes{right:0;color:#fff;padding-right:8px}.ajde_yn_btn .btn_inner{position:relative;padding-left:45px;padding-right:42px;padding-top:0;height:24px;width:110px;display:block;margin-left:-42px;margin-top:2px;box-sizing:border-box}.catchHandle,.yesno_row .catchHandle{background-color:#f9f9f9;height:20px;width:20px;display:block;padding-left:0;border-radius:12px;box-sizing:border-box;position:relative}.ajde_yn_btn.NO .catchHandle,.yesno_row .ajde_yn_btn.NO .catchHandle{border-color:#d9d7d7;background-color:#f9f9f9}.evomb_body .ajde_yn_btn{border-color:#666}.evomb_body .catchHandle{border-color:#9b9b9b}.yesno_row label,.yesno_row span.field_name{padding-left:80px;line-height:1.8}.yesno_row .ajde_yn_btn{position:absolute;padding:0}.ajde_yn_btn.evo_elm,.yesno_row .ajde_yn_btn.evo_elm{width:40px;margin-top:0}.ajde_yn_btn.evo_elm .btn_inner,.yesno_row .ajde_yn_btn.evo_elm .btn_inner{padding-left:20px;padding-right:20px;width:22px;margin-top:3px;box-sizing:content-box;margin-left:-16px}.ajde_yn_btn.evo_elm.NO .btn_inner,.yesno_row .ajde_yn_btn.evo_elm.NO .btn_inner{margin-left:-1px}.ajde_yn_btn.evo_elm .catchHandle,.yesno_row .ajde_yn_btn.evo_elm .catchHandle{width:18px;height:18px}.ajde_yn_btn_label.evo_elm{padding-left:55px}.evo_elms{position:absolute;top:0;z-index:48392749832;pointer-events:none}.evo_elms .evo_tooltip_box{-webkit-transition:transform .1s;-moz-transition:transform .1s;-ms-transition:transform .1s;-o-transition:transform .1s;transition:transform .1s;pointer-events:none;background-color:#3a4652;color:#fff;padding:10px 12px;font-size:12px;font-style:normal;border-radius:10px 10px 10px 0;box-shadow:0 0 10px 0 #0000004a;position:relative;opacity:0;display:inline-block;transform:translateY(5px);max-width:200px}.evo_elms .evo_tooltip_box.show{opacity:1;transform:translateY(0)}.evo_elms .evo_tooltip_box:before{content:"";display:inline-block;width:0;height:0;border-style:solid;border-width:12px 12px 0 0;border-color:#3a4652 transparent transparent;position:absolute;bottom:0;left:0;margin-bottom:-12px}.evo_elms .evo_tooltip_box.L{border-radius:10px 10px 0}.evo_elms .evo_tooltip_box.L:before{content:"";border-width:0 12px 12px 0;border-color:transparent #3a4652 transparent transparent;left:auto;right:0}.ajdeToolTip:before{content:"?";font-style:normal;display:inline-block;color:#fff;font-size:10px;margin-top:3px;background-color:#3b3b3b;padding:3px;border-radius:50%;height:16px;width:16px;line-height:10px;opacity:.6;box-sizing:border-box}.yesno_row span.ajdeToolTip,span.ajdeToolTip{margin-left:4px;text-align:center;position:absolute;width:13px;height:14px;line-height:110%;border-radius:0;color:#fff;padding:0;font-style:normal;cursor:pointer;display:inline-block;box-sizing:content-box}.evo_purchase_box{background-color:#fff3dd;padding:15px;border-radius:12px}.evo_purchase_box .purchase_section .brb{border-bottom:1px solid #c1c1c1}.evo_purchase_box .purchase_section p.total{padding:10px 0}.evo_purchase_box .purchase_section .addtocart{text-align:right;margin-bottom:10px}.evo_purchase_box .purchase_section p.total span{font-weight:700;font-size:16px}.evo_purchase_box .purchase_section p.field_row input{box-shadow:0 0 2px #888;display:block;border:none;background-color:transparent;padding:5px 15px;border-radius:20px;width:100%;margin:5px 0;box-sizing:border-box;line-height:1.3}.evo_purchase_box .purchase_section p.field_row input:focus{outline:0;box-shadow:0 0 4px #888}.evo_purchase_box .purchase_section input.qty{border-radius:5px;padding:5px;border:2px solid #b7b7b7;font-family:inherit;font-size:100%;margin:0;max-width:70px;vertical-align:baseline;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.evo_purchase_box .purchase_section .evo_quantity{display:block;padding:10px 0;border-right:none;border-left:none;margin-bottom:5px;display:flex!important;justify-content:space-between;align-items:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.evo_purchase_box .purchase_section .evo_quantity .qty b{border-radius:50%;height:30px;width:30px;color:#fff;background-color:#c9c9c9;display:inline-block;line-height:29px;text-align:center;font-size:24px;font-weight:400;cursor:pointer;position:relative}.evo_purchase_box .purchase_section .evo_quantity .qty b.min{line-height:28px}.evo_purchase_box .purchase_section .evo_quantity .qty b.plu{background-color:#3091d4}.evo_purchase_box .purchase_section .evo_quantity .qty em{font-style:normal;font-size:20px;font-weight:700;padding:5px}.evo_purchase_box .purchase_section .evo_quantity .qty{margin-left:10px;margin-right:0}.ui-loader{display:none;position:absolute;opacity:.85;z-index:100;left:50%;width:200px;margin-left:-130px;margin-top:-35px;padding:10px 30px}@media (max-width:480px){.evo_metarow_socialmedia .evo_sm{height:35px;width:40px}.evo_metarow_socialmedia a.evo_ss i{font-size:18px;margin-top:8px}.ajde_evcal_calendar.boxy .eventon_events_list .evoShow_more_events,.ajde_evcal_calendar.boxy.box_2 .eventon_list_event,.ajde_evcal_calendar.boxy.box_3 .eventon_list_event,.ajde_evcal_calendar.boxy.box_4 .eventon_list_event,.ajde_evcal_calendar.boxy.box_5 .eventon_list_event,.ajde_evcal_calendar.boxy.box_6 .eventon_list_event,.ajde_evcal_calendar.boxy.box_7 .eventon_list_event{width:100%}.event_description .evcal_col50,.evorow .tb .evcal_col50:first-child{border-bottom:1px solid #cdcdcd}.ajde_evcal_calendar #evcal_loader{height:1px;width:1px}.ajde_evcal_calendar .calendar_header p{font-size:24px}#evcal_sort_bar ul{padding-left:10px}.event_description .evcal_col50{width:100%;float:none;border-right:none}.event_description .evcal_col50 .bordr{border-right:none}.evorow .tb .evcal_col50{float:none;display:block;width:100%}.evo_metarow_time_location .evcal_col50{width:100%;border-bottom:1px solid #cdcdcd}.eventon_events_list .eventon_list_event .ev_ftImg{height:50px;width:50px}.evo_lightbox{padding-right:0;padding-left:0}.evo_lightbox_content{width:90%;max-width:400px}.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers{padding:1px 5px;font-size:10px}.ajde_evcal_calendar .calendar_header .evo_j_dates p.legend{font-size:11px}.eventon_filter_line.selecttype .eventon_filter{margin-bottom:5px}.evo_lightbox .evcal_evdata_row .evcal_evdata_cell h4,.evo_lightbox .evo_clik_row .evo_h4{font-size:16px}.evcal_evdata_row{padding:20px}.evcal_evdata_row .evcal_evdata_cell h4,.evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h4,.evo_metarow_learnmore.evo_clik_row .evcal_evdata_cell h4{padding-top:0}.evo_metarow_ICS.evo_clik_row .evcal_evdata_cell h4{display:flex;flex-wrap:wrap}#evcal_list .eventon_list_event .event_description li,#evcal_list .eventon_list_event .event_description p,#evcal_list .evorow.getdirections .evoInput,.evo_pop_body .evcal_evdata_row .evcal_evdata_cell p,.evo_pop_body .evorow.getdirections .evoInput{font-size:14px}.evo_metarow_socialmedia a.evo_ss{width:35px;height:35px}.evcal_evdata_img.expanded{max-height:none!important}.evcal_evdata_img{max-height:106px!important}}@media only screen and (max-device-width:480px){.ajde_evcal_calendar .calendar_header p{font-size:26px}#evcal_sort_bar ul{padding-left:10px}}@media (max-width:1024px){.evcal_evdata_img.expanded{max-height:none!important}.evcal_evdata_img{max-height:341px!important}}@media (max-width:768px){.evcal_evdata_row.evorow_2b,.evo_card_health_boxes{flex-direction:column}.evo_card_health_boxes .evo_health_b{margin-right:0}.evo_card_health_boxes .evo_health_b i.fa,.evo_card_health_boxes .evo_health_b svg{width:40px;text-align:center}.evcal_evdata_row.evorow_2b .evorow_b.evorow_b1{flex:1;margin:0 0 8px}.evcal_evdata_img{max-height:255px!important}.evocard_row,.evocard_row.L{flex-direction:column;padding-bottom:0}.evocard_box,.evocard_row .evocard_box_h .evocard_box:last-child{margin-bottom:8px!important}body .evcal_eventcard .evcal_cell_rel_events a{flex-basis:calc(50% - 8px)}.evosv_grid .row{flex-direction:column;margin-left:0}.evosv_grid .row .evosv_items .evosv_time{width:100px}#evcal_list .eventon_list_event .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t,.evo_pop_body .evo_metarow_organizer .evo_card_organizer_name span.evo_card_organizer_name_t{font-size:14px}}@media (max-width:568px){.evcal_evdata_img{max-height:189px!important}body .evcal_eventcard .evcal_cell_rel_events a{flex-basis:100%;margin-right:0}#page-content p.evcal_desc,.eventon_events_list .eventon_list_event .evcal_desc,.evo_pop_body .evcal_desc{flex-basis:100%}.eventon_events_list .eventon_list_event .ev_ftImg{margin-bottom:15px}.ajde_evcal_calendar #evcal_list .evcal_eventcard .evcal_evdata_cell_title,.evcal_eventcard .evcal_evdata_cell .evo_h4,.evo_pop_body .evcal_evdata_cell_title{padding-left:30px;padding-top:0}.evcal_eventcard .evcal_evdata_row .evcal_evdata_cell{padding-left:0;margin-left:-30px}.evcal_evdata_row.evo_metarow_ICS .evcal_evdata_cell{padding-left:30px}.evo_eventon_now_next .evo_countdowner{display:inline-block}.evo_eventon_now .desc_trig.hasFtIMG{flex-direction:column}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .ev_ftImg{width:100%;height:250px}.evo_eventon_live_now_section .evo_eventon_now .ajde_evcal_calendar.cev.sev #evcal_list a .evo_info{width:auto}}.ajde_evcal_calendar .evo_sort_btn,.eventon_sf_field p,.evo_srt_sel p.fa{color:#b8b8b8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}#evcal_list .eventon_list_event .event_description .evcal_btn,#evcal_list .eventon_list_event .event_description .evcal_btn:hover,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn:hover,.evcal_btn,.evcal_btn:hover,.evcal_evdata_row.evo_clik_row:hover,.evo_lightbox .evcal_btn,.evo_lightbox.eventon_events_list .eventon_list_event a.evcal_btn,.evo_pop_body .evcal_btn:hover,body .evcal_btn,body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn,body .evo_lightboxes .evo_lightbox_body.evo_pop_body .evcal_btn:hover{color:#000;background:#f2a406}#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary,.evcal_btn.evo_btn_secondary,.eventon_list_event .evo_btn_secondary,.evo_btn_secondary,.evo_lightbox .evcal_btn.evo_btn_secondary,body .evcal_btn.evo_btn_secondary{color:#fff;background:#d2d2d2}#evcal_list .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn.evo_btn_secondary:hover,.evcal_btn.evo_btn_secondary:hover,.eventon_list_event .evo_btn_secondary:hover,.evo_btn_secondary:hover,.evo_lightbox .evcal_btn.evo_btn_secondary:hover,body .evcal_btn.evo_btn_secondary:hover{color:#fff;background:#bebebe}.evcal_evdata_row .evcal_evdata_custometa_icons i,.evcal_evdata_row .evcal_evdata_icons i{font-size:1.3em}.eventon_events_list .eventon_list_event .event_description,.evo_lightbox.eventcard .evo_lightbox_body{background-color:#fdfdfd}.evcal_event_details .evcal_evdata_cell.shorter_desc .eventon_desc_in:after{background:linear-gradient(to top,#f3f3f3 20%,#f3f3f300 80%)}#evcal_list,#evcal_list .bordb,#evcal_list p.desc_trig_outter,.bordr,.event_description .bordb,.eventon_events_list .eventon_list_event .event_description,.evo_pop_body .bordb,.evopop_top{border-color:#d5d5d5}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#fff6e2}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#ffecc5}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured,.evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#fff;background-color:#ffcb55}.evcal_desc3 .evo_ep_bar b,.evcal_desc3 .evo_ep_bar b:before{background-color:#f79191}.evcal_desc3 .evo_ep_bar.evo_completed b{background-color:#9a9a9a}.event_description .evcal_close{background-color:#f7f7f7}.evo_lightboxes .evolbclose,.evo_lightboxes .evopopclose{background-color:#000}.evo_lightboxes .evolbclose:after,.evo_lightboxes .evolbclose:before,.evo_lightboxes .evolbclose:hover:after,.evo_lightboxes .evolbclose:hover:before{background-color:#666}#evcal_list .evorow.getdirections .evoInput,.evo_pop_body .evorow.getdirections .evoInput{color:#888}#evcal_list .evorow.getdirections .evcalicon_9 i,.evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}.fp_popup_option i{color:#999;font-size:22px}.evo_cal_above span,.evo_cal_above span.evo-gototoday-btn{color:#fff;background-color:#adadad}.evo_cal_above span.evo-gototoday-btn:hover,.evo_cal_above span:hover{color:#fff;background-color:#d3d3d3}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f;background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#fff;background-color:#cfcfcf}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set,.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled,.evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#fff;background-color:#f79191}.ajde_evcal_calendar .calendar_header .evcal_arrows,.evo_footer_nav .evcal_arrows{border-color:#737373;background-color:#fff}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover,.evo_footer_nav .evcal_arrows:hover{border-color:#e2e2e2;background-color:#ededed}.ajde_evcal_calendar .calendar_header .evcal_arrows:before,.evo_footer_nav .evcal_arrows:before{border-color:#737373}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span,.evo_pop_body .evcal_desc span.evo_above_title span{color:#000;background-color:#f79191}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.postponed,.evo_pop_body .evcal_desc span.evo_above_title span.postponed{color:#fff;background-color:#e3784b}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.movedonline,.evo_pop_body .evcal_desc span.evo_above_title span.movedonline{color:#fff;background-color:#6edccd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.rescheduled,.evo_pop_body .evcal_desc span.evo_above_title span.rescheduled{color:#fff;background-color:#67ef78}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{background-color:#464646!important}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a:before{color:#464646}#evcal_list .evcal_desc .evcal_desc3 em.evocmd_button,.evcal_desc .evcal_desc3 em.evocmd_button{color:#fff;background-color:#237dbd}.evo_repeat_series_dates span{color:#656565;background-color:#dedede}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9e9e9e}.evo_metarow_socialmedia a.evo_ss i{color:#888686}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}.eventon_events_list .evoShow_more_events span,.evosr_blur{background-color:#b4b4b4;color:#fff}.evo_card_health_boxes .evo_health_b{background-color:#ececec;color:#8d8d8d}.evo_card_health_boxes .evo_health_b i.fa,.evo_card_health_boxes .evo_health_b svg{fill:#8d8d8d;color:#8d8d8d}.evo_health_b.ehb_other{border-color:#e8e8e8}.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig i{color:#2eb4dc}.eventon_list_event .evcal_desc em.evo_mytime,.eventon_list_event .evcal_desc em.evo_mytime.tzo_trig:hover,.eventon_list_event .evcal_evdata_cell .evo_mytime,.eventon_list_event .evcal_evdata_cell .evo_mytime.tzo_trig{background-color:#2eb4dc}.eventon_events_list .evose_repeat_header span.title{background-color:#fed584;color:grey}.eventon_events_list .evose_repeat_header p{background-color:#ffe3ad}.eventon_events_list .evose_repeat_header .ri_nav b{border-color:grey}.evo_search_bar_in a.evosr_search_btn,body .EVOSR_section a.evo_do_search,body a.evosr_search_btn{color:#3d3d3d}.evo_search_bar_in a.evosr_search_btn:hover,body .EVOSR_section a.evo_do_search:hover,body a.evosr_search_btn:hover{color:#bbb}.EVOSR_section input,.evo_search_bar input{border-color:#ededed;background-color:#f2f2f2}.EVOSR_section input:hover,.evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141e}.evo_eventon_live_now_section .evo_eventon_now_next h4,.evo_eventon_live_now_section h4{color:#8e8e8e}.evo_eventon_live_now_section .evo_eventon_now_next{background-color:#ececec}.evo_eventon_live_now_section p.evo_eventon_no_events_now{background-color:#d6f5d2;color:#888}.eventon_list_event .evocard_box.eventdetails .eventon_desc_in,.eventon_list_event .evocard_box.location .evo_card_location,.eventon_list_event .evocard_box.organizer .evo_card_organizer,.eventon_list_event .evocard_box.time .evo_card_time{font-size:1.125em}.eventon_list_event :focus{background-color:#ffed99!important}.event_description .close-link.evo_card_row_end.evcal_close{color:transparent}.evcal_list_a .evcal_cblock .evo_start {text-align: center;}.ast-page-builder-template .ast-article-post{margin-bottom:2.5em}.ast-featured-post{float:none}.ast-separate-container .ast-separate-posts.ast-article-post{margin-bottom:2em}.ast-animate-hidden{visibility:hidden;opacity:0}.ast-animate-display{visibility:visible;opacity:1}.ast-no-thumb .ast-date-meta .posted-on{margin-bottom:1.5em}.ast-date-meta.circle .posted-on{border-radius:50%;overflow:hidden}.has-post-thumbnail .ast-date-meta.circle .posted-on{margin:1em}.ast-separate-container .ast-grid-1 .blog-layout-1{padding:0}.ast-separate-container .ast-grid-1 .blog-layout-2,.ast-separate-container .ast-grid-1 .blog-layout-3{padding:0;border-bottom:0}.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-2 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-3 .ast-article-post .blog-layout-3,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-2,.ast-separate-container .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:2.66666em}.ast-separate-container .ast-grid-2 .blog-layout-1,.ast-separate-container .ast-grid-2 .blog-layout-2,.ast-separate-container .ast-grid-2 .blog-layout-3,.ast-separate-container .ast-grid-3 .blog-layout-1,.ast-separate-container .ast-grid-3 .blog-layout-2,.ast-separate-container .ast-grid-3 .blog-layout-3,.ast-separate-container .ast-grid-4 .blog-layout-1,.ast-separate-container .ast-grid-4 .blog-layout-2,.ast-separate-container .ast-grid-4 .blog-layout-3{padding:1.5em}@media (max-width:1200px){.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-2 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-3 .ast-article-post:nth-child(odd),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(2n+0),.ast-separate-container .ast-grid-4 .ast-article-post:nth-child(odd){padding:0}.ast-separate-container .blog-layout-1,.ast-separate-container .blog-layout-2,.ast-separate-container .blog-layout-3{padding:1.5em}}.site-content .ast-grid-2 .ast-article-post,.site-content .ast-grid-3 .ast-article-post,.site-content .ast-grid-4 .ast-article-post{background:0 0}.site-content .ast-grid-2 .ast-article-post .blog-layout-2,.site-content .ast-grid-2 .ast-article-post .blog-layout-3,.site-content .ast-grid-3 .ast-article-post .blog-layout-2,.site-content .ast-grid-3 .ast-article-post .blog-layout-3,.site-content .ast-grid-4 .ast-article-post .blog-layout-2,.site-content .ast-grid-4 .ast-article-post .blog-layout-3{border-bottom:0}.ast-page-builder-template .ast-article-post .entry-header{margin:auto auto 1em auto;padding:0}.ast-article-post .ast-post-format-audio.ast-embeded-audio .ast-date-meta .posted-on{position:relative;display:inline-block;margin-bottom:1em}hr.post-divider{height:0;margin:0}hr.ast-single-previous-hr{height:0;margin-top:2em}.ast-show-comments-data{padding:2em 6.67em}.ast-show-comments-data .ast-show-comments{cursor:pointer}.ast-show-comments-data .ast-show-comments,.ast-show-comments-data .ast-show-comments-count{max-width:640px;text-align:center;margin-left:auto;margin-right:auto}.ast-show-comments-data .ast-show-comments-count{margin-bottom:2em}.ast-pagination-circle .ast-pagination .page-numbers,.ast-pagination-square .ast-pagination .page-numbers{border-style:solid;border-width:1px;line-height:2.33333em}.ast-pagination-circle .ast-pagination .page-numbers{border-radius:50%}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-circle .ast-pagination .prev.page-numbers{border-radius:30px}@media all and (max-width:768px){#content:before{content:""}}.ast-pagination-infinite{text-align:center;margin:2.5em 0 0}.ast-page-builder-template .ast-pagination-infinite{margin:2.5em 0}.ast-load-more{cursor:pointer;display:none;border:2px solid var(--ast-border-color);transition:all .2s linear;color:#000}.ast-load-more.active{display:inline-block;padding:0 1.5em;line-height:3em}.ast-load-more.no-more:hover{border-color:var(--ast-border-color);color:#000}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.ast-load-more.no-more:hover{background-color:inherit}.no-more{cursor:default}.ast-loader{display:none;margin:0 auto;min-height:58px;line-height:58px;width:70px;text-align:center}.ast-loader>div{width:18px;height:18px;background-color:#0085ba;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.ast-loader .ast-loader-1{animation-delay:-.32s}.ast-loader .ast-loader-2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,100%,80%{transform:scale(0)}40%{transform:scale(1)}}.ast-blog-pagination-type-infinite .ast-pagination{display:none}.blog-layout-1 .post-thumb .posted-on{position:absolute;top:0}.blog-layout-1 .post-thumb .posted-on .entry-date span{display:block;width:100%;text-align:center}.blog-layout-1.ast-no-thumb .posted-on{position:relative;display:inline-block}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:calc(-1 * var(--ast-container-default-xlg-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:calc(-1 * var(--ast-container-default-lg-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:calc(-1 * var(--ast-container-default-slg-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:calc(-1 * var(--ast-container-default-xxs-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:calc(-1 * var(--ast-container-default-slg-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-md-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .entry-header .post-thumb-img-content:first-child{margin-top:calc(-1 * var(--ast-container-default-sm-padding))}}.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xlg-padding));margin-right:calc(-1 * var(--ast-container-default-xlg-padding))}@media (max-width:1200px){.ast-separate-container .ast-article-single.remove-featured-img-padding .single-layout-1 .post-thumb-img-content{margin-left:calc(-1 * var(--ast-container-default-xs-padding));margin-right:calc(-1 * var(--ast-container-default-xs-padding))}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .square .posted-on{margin-left:-1.5em;margin-right:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section .circle .posted-on{margin-left:-.5em;margin-right:-.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .square .posted-on{margin-top:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding.has-post-thumbnail .blog-layout-1 .post-content .ast-blog-featured-section:first-child .circle .posted-on{margin-top:-.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-content .ast-blog-featured-section:first-child .post-thumb-img-content{margin-top:-1.5em}}.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}@media (max-width:1200px){.ast-separate-container.ast-blog-grid-2 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-3 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content,.ast-separate-container.ast-blog-grid-4 .ast-article-post.remove-featured-img-padding .blog-layout-1 .post-thumb-img-content{margin-left:-1.5em;margin-right:-1.5em}}.ast-hb-account-login-wrapper .ast-hb-account-login{position:fixed;left:50%;top:50%;padding:35px;max-height:550px;width:340px;margin:0 0 0 -170px;background-color:#f1f1f1;z-index:1000011;box-shadow:0 3px 6px rgba(0,0,0,.3)}.ast-hb-account-login-wrapper .ast-hb-account-login-bg{position:fixed;top:0;bottom:0;left:0;right:0;background:#000;opacity:.7;z-index:1000010;transition:all .3s}.ast-hb-account-login-wrapper .ast-hb-login-header .ast-hb-login-close{background:0 0;border:0;font-size:24px;line-height:1;padding:.4em;color:inherit;-js-display:flex;display:flex;box-shadow:none}.ast-hb-account-login-wrapper #loginform input[type=password],.ast-hb-account-login-wrapper #loginform input[type=text]{width:100%;max-width:100%;margin-top:10px;border:1px solid;background-color:transparent;vertical-align:middle}.ast-hb-account-login-form-footer a.ast-header-account-footer-link:not(:last-child) span:after{content:"|";margin:0 .4em}.ast-header-account-link.ast-account-action-link,.ast-header-account-link.ast-account-action-login,.ast-header-account-link.ast-account-action-login.customize-unpreviewable,.ast-header-break-point .ast-header-account-link{cursor:pointer;pointer-events:all}.ast-header-account{-js-display:flex;display:flex}.ast-hb-account-login-wrapper{visibility:hidden}.ast-hb-account-login-wrapper .ast-hb-login-header{-js-display:flex;position:absolute;right:0;top:0;display:flex;justify-content:flex-end;min-height:calc(1.2em + 24px)}.ast-hb-account-login-wrapper .ast-hb-account-login{transform:scale(.7);opacity:0;transition:all .3s;overflow:auto}.ast-hb-account-login-wrapper.show{visibility:visible}.ast-hb-account-login-wrapper.show .ast-hb-account-login{transform:scale(1) translateY(-50%);opacity:1}.ast-hb-login-body{height:100%;position:relative;line-height:1.5}.ast-hf-account-menu-wrap.ast-main-header-bar-alignment{position:relative}.main-header-bar .main-header-bar-navigation .ast-account-nav-menu{line-height:1.45}.ast-account-nav-menu{width:240px;background:#fff;left:-999em;position:absolute;top:0;z-index:99999;list-style:none;margin:0;padding-left:0;border:0;box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-account-nav-menu .sub-menu{right:auto;top:0;margin-left:0}.ast-account-nav-menu .menu-item.focus>.sub-menu,.ast-account-nav-menu .menu-item:hover>.sub-menu{left:100%}.ast-account-nav-menu .ast-left-align-sub-menu.menu-item.focus>.sub-menu,.ast-account-nav-menu .ast-left-align-sub-menu.menu-item:hover>.sub-menu{left:-100%}.ast-account-nav-menu .menu-item .menu-link{padding:.9em 1em}.ast-account-nav-menu .menu-item{border-style:none}.ast-account-nav-menu .menu-item.menu-item-has-children>.menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg)}.ast-above-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-below-header-bar .main-header-menu.ast-account-nav-menu>.menu-item,.ast-primary-header-bar .main-header-menu.ast-account-nav-menu>.menu-item{height:auto;line-height:unset;bottom:-5px}.ast-header-account-wrap .woocommerce-MyAccount-navigation-link.is-active a{background:unset}.ast-header-account-wrap .menu-item:last-child>.menu-link{border-style:none}.ast-divider-wrapper{border:0}.ast-mobile-popup-content .ast-header-divider-element{justify-content:center}.ast-header-divider-element{position:relative}.ast-fb-divider-layout-vertical{position:relative}.ast-hb-divider-layout-vertical.ast-header-divider-element{height:100%}.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element),.ast-mobile-popup-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:15px 20px}.footer-widget-area .ast-footer-divider-element{position:relative;align-items:center}.footer-widget-area .ast-divider-wrapper{display:inline-block}.ast-builder-footer-grid-columns .ast-fb-divider-layout-horizontal{-js-display:inline-flex;display:inline-flex;vertical-align:middle}[data-section*=section-fb-button-] .ast-builder-button-size-xs .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xs .ast-custom-button{font-size:13px;padding:8px 20px}[data-section*=section-fb-button-] .ast-builder-button-size-sm .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-sm .ast-custom-button{font-size:15px;padding:10px 40px}[data-section*=section-fb-button-] .ast-builder-button-size-md .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-md .ast-custom-button{font-size:17px;padding:15px 45px}[data-section*=section-fb-button-] .ast-builder-button-size-lg .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-lg .ast-custom-button{font-size:19px;padding:20px 50px}[data-section*=section-fb-button-] .ast-builder-button-size-xl .ast-custom-button,[data-section*=section-hb-button-] .ast-builder-button-size-xl .ast-custom-button{font-size:21px;padding:25px 55px}.ast-fb-divider-layout-vertical{-js-display:flex;display:flex}.site-footer-section{position:relative}.ast-builder-language-switcher .ast-builder-language-switcher-menu{list-style:none;margin:0;padding:0;line-height:normal;-webkit-tap-highlight-color:transparent}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher{display:block}.ast-builder-language-switcher-layout-vertical .ast-builder-language-switcher-menu{display:block}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher{-js-display:flex;display:flex}.ast-builder-language-switcher-layout-horizontal .ast-builder-language-switcher-menu{-js-display:flex;display:flex;flex-wrap:wrap}.ast-builder-language-switcher a{-js-display:flex;display:flex;align-items:center}.ast-lswitcher-item-footer,.ast-lswitcher-item-header{-js-display:inline-flex;display:inline-flex}span.ast-lswitcher-item-footer:last-child,span.ast-lswitcher-item-header:last-child{margin-right:0}.ast-header-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto;z-index:99}.ast-footer-sticky-active .ast-custom-footer{position:fixed!important;right:0;left:0;bottom:0;margin:0 auto;z-index:99}.ast-custom-header{position:relative;z-index:99}.ast-custom-header.ast-header-sticky-active .fl-row-content-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .fl-module-content{transition:all .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-section-wrap{transition:padding .3s linear}.ast-custom-header.ast-header-sticky-active .elementor-row>.elementor-column>.elementor-element-populated{transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-row-content-wrap{transition:padding .3s linear;padding-top:5px;padding-bottom:5px;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content{margin-top:5px;margin-bottom:5px;transition:all .3s linear}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .fl-module-content.fl-node-content img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap{transition:padding .3s linear;box-sizing:border-box}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-section-wrap img{max-height:50px;width:auto}.ast-shrink-custom-header .ast-custom-header.ast-sticky-shrunk .elementor-row>.elementor-column>.elementor-element-populated{max-height:60px;transition:all .3s linear}.ast-custom-header.ast-header-sticky-active{top:0;width:100%;transition:ease-out}.single-advanced-hook .ast-no-title,.single-advanced-hook .hentry{margin:0}.js_active .ast-plain-container.single-advanced-hook .entry-header{margin:0}.summary.entry-summary+[CLASS*=astra-advanced-hook]{clear:both}.single-astra-advanced-hook .wp-block-buttons,.single-astra-advanced-hook .wp-block-uagb-buttons{margin-bottom:1.5em}.single-astra-advanced-hook .ast-container{flex-wrap:wrap}.single-astra-advanced-hook .ast-container>*{width:100%}body.ast-padded-layout::after,body.ast-padded-layout::before{background:inherit;content:"";display:block;height:0;left:0;position:fixed;width:100%;z-index:999}body.ast-padded-layout::after{bottom:0}body.ast-padded-layout{background-attachment:fixed}body.ast-padded-layout::before{top:0}@media (min-width:44.375em){body.ast-padded-layout.admin-bar::before{top:46px}}@media (min-width:48.9375em){body.ast-padded-layout.admin-bar::before{top:32px}}.elementor-page.ast-box-layout #page,.elementor-page.ast-padded-layout #page{overflow:hidden}.siteorigin-panels.ast-box-layout #page,.siteorigin-panels.ast-padded-layout #page{overflow:hidden}.ast-separate-container.ast-box-layout #content .ast-container{padding-left:0;padding-right:0}@media (max-width:768px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:20px;padding-right:20px}}@media (max-width:544px){.ast-separate-container.ast-box-layout #content .ast-container{padding-left:.54em;padding-right:.54em}}.js_active .ast-box-layout #page,.js_active .ast-padded-layout #page{overflow:hidden}.js_active .ast-box-layout.ast-page-builder-template .vc_row[data-vc-full-width],.js_active .ast-padded-layout.ast-page-builder-template .vc_row[data-vc-full-width]{max-width:100%;left:0!important}.ast-sticky-active{position:fixed!important;right:0;left:0;margin:0 auto}.ast-nav-up{transform:translateY(-100%)}.site-header .sticky-custom-logo{display:none}.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:focus,.ast-primary-sticky-header-active li.ast-masthead-custom-menu-items a:hover{background:0 0}.ast-fullscreen-active .ast-above-header,.ast-offcanvas-active .ast-above-header{z-index:4}.ast-fullscreen-active .ast-above-header.ast-sticky-active,.ast-offcanvas-active .ast-above-header.ast-sticky-active{z-index:0}#ast-fixed-header{position:fixed;visibility:hidden;top:0;left:0;width:100%}#ast-fixed-header .main-header-bar{box-shadow:0 1px 2px rgba(0,0,0,.2)}#ast-fixed-header.ast-header-slide{transform:translateY(-100%);transition:transform .3s linear,top .3s linear,visibility .3s linear}#ast-fixed-header.ast-header-fade{opacity:0;transition:opacity .3s linear}.main-header-bar.ast-sticky-active{box-shadow:0 2px 10px 0 rgba(36,50,66,.075)}.ast-sticky-custom-logo .ast-header-sticked .custom-logo-link,.ast-sticky-custom-logo .ast-header-sticked .custom-mobile-logo-link{display:none}.ast-sticky-custom-logo .ast-header-sticked .sticky-custom-logo{display:inline-block}.ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:none}.ast-header-stick-fade-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-scroll-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo,.ast-header-stick-slide-active .ast-sticky-custom-logo.ast-primary-sticky-header-active.ast-header-break-point.ast-replace-site-logo-transparent.ast-theme-transparent-header .transparent-custom-logo{display:inline-block}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar{line-height:55px}.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity,.ast-sticky-main-shrink .ast-sticky-shrunk.main-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-main-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-main-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px!important;width:auto}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .main-header-bar,.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk.main-header-bar{padding-bottom:0}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-main-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .ast-above-header-bar .ast-site-identity,.ast-sticky-above-shrink .ast-sticky-shrunk.ast-above-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-above-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-above-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-above-header-bar,.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk.ast-above-header-bar{padding-bottom:0}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-above-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .ast-below-header-bar .ast-site-identity,.ast-sticky-below-shrink .ast-sticky-shrunk.ast-below-header-bar .ast-site-identity{padding-top:.5em;padding-bottom:.5em}.ast-sticky-below-shrink .ast-sticky-shrunk .site-navigation{line-height:3}.ast-sticky-below-shrink .ast-sticky-shrunk .site-logo-img img{max-height:55px;width:auto}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-below-header-bar,.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk.ast-below-header-bar{padding-bottom:0}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .ast-mobile-menu-buttons{line-height:0;padding-bottom:.5em}.ast-sticky-below-shrink.ast-header-break-point .ast-sticky-shrunk .site-branding{padding-bottom:.5em}.ast-header-break-point .ast-sticky-active .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point .ast-has-mobile-header-logo .ast-header-sticked .ast-mobile-header-logo{display:none}.ast-header-break-point .ast-header-sticked .sticky-custom-logo img{display:block}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-logo-link img{display:none}.ast-header-break-point.ast-inherit-site-logo-sticky .ast-has-mobile-header-logo .ast-header-sticked .custom-mobile-logo-link img{display:inline-block}.above-header-toggle-on .main-header-bar{z-index:1}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-main-header-nav-open.ast-hfb-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-main-header-nav-open.ast-hfb-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:block}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-scroll-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content,.ast-header-stick-slide-active .ast-main-header-nav-open.ast-hfb-header #masthead>.ast-desktop-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-mobile-header-wrap .ast-mobile-header-content{display:none}.ast-header-stick-fade-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-scroll-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content,.ast-header-stick-slide-active.ast-off-canvas-active .ast-main-header-nav-open.ast-hfb-header #ast-fixed-header .ast-desktop-header-content{display:none}.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-above-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-below-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.ast-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>#ast-desktop-header .ast-desktop-header-content,.ast-primary-sticky-header-active.ast-main-header-nav-open.astra-hfb-header #masthead>.ast-mobile-header-wrap .ast-mobile-header-content{position:fixed}.site-above-header-wrap,.site-below-header-wrap,.site-primary-header-wrap{transition:all .2s linear}.ast-header-stick-slide-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-header-stick-fade-active .ast-flyout-menu-enable.ast-header-break-point #masthead>.main-header-bar-navigation{display:none!important}.ast-flyout-menu-overlay .ast-stick-primary-below-wrapper.ast-sticky-active{z-index:5}.ast-fullscreen-menu-overlay #ast-fixed-header{z-index:9}.ast-flyout-menu-enable.ast-primary-sticky-enabled .ast-stick-primary-below-wrapper,.ast-flyout-menu-enable.ast-primary-sticky-enabled .main-header-bar{overflow-y:unset!important}#ast-mobile-header .content-align-flex-start{max-height:60vh;overflow:auto}.astra-full-megamenu-wrapper{z-index:99999}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.sub-menu>.menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li.ast-mm-has-desc>.menu-link{vertical-align:middle;text-align:center}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .menu-item:hover>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu{opacity:0;visibility:hidden}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu-focus .menu-item>.menu-link{background-color:transparent}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item{padding-left:15px;padding-right:15px;display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu.astra-megamenu-focus>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-megamenu .ast-header-navigation-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper.astra-megamenu-wrapper-focus .astra-megamenu.astra-megamenu-focus{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched .ast-mm-template-content{padding:0}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link::after{content:''}.ast-desktop .ast-mega-menu-enabled .menu-item-has-children.astra-megamenu-li.menu-item .astra-megamenu.sub-menu .menu-item>.menu-link .ast-icon.icon-arrow{display:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li .sub-menu .menu-link,.ast-desktop .ast-mega-menu-enabled.submenu-with-border .astra-megamenu-li .sub-menu .menu-link{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu{opacity:1;visibility:visible;-js-display:flex;display:flex;padding:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{padding-left:15px;padding-right:15px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:first-child{padding-left:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item:last-child{padding-right:0}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-2 .menu-item{width:50%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-3 .menu-item{width:33.33%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.col-4 .menu-item{width:25%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu>.menu-item{display:block;flex:1;opacity:1}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .sub-menu{background-color:transparent;display:block;opacity:1;visibility:visible;transform:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .menu-item .menu-link{padding-left:24px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu .astra-nested-sub-menu .astra-nested-sub-menu .menu-item .menu-link{padding-left:48px}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .sub-menu{border:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu{position:static;width:100%;margin:auto}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu>.menu-item .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item:last-child{border-right:none}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper{opacity:1;visibility:visible}.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{-js-display:flex;display:flex}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li:hover .astra-megamenu.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus .sub-menu .menu-item{width:100%}.ast-desktop .ast-mega-menu-enabled :not(.menu-container-width-mega).astra-megamenu-li .astra-megamenu.astra-megamenu-focus.sub-menu .menu-item .sub-menu{min-width:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper{background:#fff;position:absolute;opacity:0;visibility:hidden;top:100%}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-megamenu.sub-menu{display:none;position:relative;left:0;top:0;margin:0 auto;padding-left:0;padding-right:0;border-width:0}.ast-desktop .ast-mega-menu-enabled .astra-full-megamenu-wrapper .astra-mega-menu-width-full-stretched.sub-menu{padding:15px}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item+.ast-mm-custom-content{margin-top:.9em}.ast-desktop .ast-mega-menu-enabled .menu-item-heading:not(.menu-item-has-children)>a{margin-bottom:.9em}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item.current-menu-ancestor>.menu-link{background-color:transparent;color:inherit}.ast-desktop .ast-above-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .ast-below-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text,.ast-desktop .main-header-menu .astra-megamenu-li .sub-menu .menu-item-heading .menu-text{vertical-align:text-top}.ast-desktop .ast-mm-custom-text-content,.ast-desktop .ast-mm-template-content{padding:0 1em}.ast-desktop .ast-mm-custom-text-content{margin-bottom:.9em}.ast-desktop .ast-below-header .ast-mm-custom-text-content,.ast-desktop .ast-below-header .ast-mm-template-content{padding:.9em 1em}.ast-desktop .submenu-with-border .astra-full-megamenu-wrapper{border-width:1px;border-style:solid}.ast-desktop .ast-mm-widget-content a{display:initial}.ast-desktop .ast-mm-widget-content .ast-mm-widget-item{padding:1.5em;margin-bottom:.9em}.ast-desktop .ast-mm-widget-content .ast-search-submit{display:none}.ast-desktop .submenu-with-border .astra-megamenu{border-width:1px}.ast-menu-description{line-height:1.6;display:block;font-size:.8em;padding:2px 0}.site-header a .ast-menu-description,.site-header a .sub-arrow{transition:none}.site-header .menu-text{transition:none}.ast-header-break-point .ast-menu-description{line-height:inherit}.astra-mm-highlight-label{font-size:.7em;margin-left:5px;line-height:normal;padding:3px 6px;border-radius:2px}.ast-desktop .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled .ast-hide-menu-item{display:none}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu>.menu-item-has-children>.menu-link::after,.ast-desktop .ast-mega-menu-enabled.main-header-menu>.menu-item-has-children>.menu-link::after{content:'';margin:0}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow:after{transform:rotate(-90deg)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow,.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-has-children>.menu-link .sub-arrow{position:absolute;right:5%;top:50%;transform:translateY(-50%)}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .ast-masthead-custom-menu-items a:hover,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:focus,.ast-desktop .ast-mega-menu-enabled.main-header-menu .ast-masthead-custom-menu-items a:hover{background:0 0}.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-builder-menu-mobile .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children.astra-megamenu-li>.menu-link .sub-arrow:after,.ast-header-break-point .ast-mega-menu-enabled.main-header-menu .menu-item-has-children>.menu-link .sub-arrow:after{display:none}.ast-disable-link{cursor:default}.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-above-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:focus>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading:hover>.menu-link,.ast-desktop .ast-mega-menu-enabled.ast-below-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link:hover{background:0 0}.ast-desktop .ast-mega-menu-enabled.main-header-menu .sub-menu .menu-item.menu-item-heading>.menu-link{background:0 0}.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-above-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full,.ast-desktop .ast-below-header-menu .astra-mega-menu-width-full-stretched,.ast-desktop .astra-mega-menu-width-full,.ast-desktop .astra-mega-menu-width-full-stretched{background:0 0}.ast-desktop .main-header-menu>.menu-item .astra-full-megamenu-wrapper:before{position:absolute;content:'';top:0;left:0;width:100%;transform:translateY(-100%)}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-megamenu .sub-menu{box-shadow:none}.ast-desktop .main-header-menu.ast-menu-shadow .astra-full-megamenu-wrapper{box-shadow:0 4px 10px -2px rgba(0,0,0,.1)}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle{display:none}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.sub-menu{display:block!important}.ast-header-break-point .ast-above-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .ast-below-header .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu,.ast-header-break-point .main-navigation .sub-menu .menu-item .ast-hide-menu-item+.ast-menu-toggle+.ast-mm-custom-content+.sub-menu{display:block!important}.ast-hidden{display:none!important}.rtl.ast-desktop .ast-mega-menu-enabled .astra-megamenu-li:hover .astra-full-megamenu-wrapper .astra-megamenu{right:0}.main-header-bar-wrap .ast-search-box.header-cover{z-index:7}.ast-below-header-wrap .ast-search-box.header-cover #close,.ast-below-header-wrap .ast-search-box.header-cover .search-field{font-size:1.8em}.ast-below-header-wrap .ast-search-box.header-cover .search-submit{font-size:1.5em}.ast-search-box.full-screen,.ast-search-box.header-cover{display:none;opacity:0;transition:opacity .3s ease-in-out,display .3s ease-in-out;width:100%;height:100%}.ast-search-box.full-screen .search-field,.ast-search-box.header-cover .search-field{background:0 0;border:0;color:#fafafa;box-shadow:none;text-align:left;padding:0}.ast-search-box.full-screen .search-submit,.ast-search-box.header-cover .search-submit{background:var(--ast-fs-search-submit-background,0 0);padding:0;border-radius:50%;box-shadow:none;color:var(--ast-fs-search-text-color,#9e9e9e);transition:all .7s ease-In;outline:0;border:0;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper,.ast-search-box.header-cover .ast-search-wrapper{position:absolute;width:100%;left:50%;top:50%;transform:translate(-50%,-50%)}.ast-search-box.full-screen .ast-search-wrapper .search-form,.ast-search-box.header-cover .ast-search-wrapper .search-form{line-height:normal}.ast-search-box.full-screen #close,.ast-search-box.header-cover #close{color:#fafafa;transform:rotate(0);font-size:2em;cursor:pointer;z-index:9;font-weight:400}.ast-search-box.full-screen .search-field::-webkit-input-placeholder,.ast-search-box.header-cover .search-field::-webkit-input-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-moz-placeholder,.ast-search-box.header-cover .search-field:-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field::-moz-placeholder,.ast-search-box.header-cover .search-field::-moz-placeholder{color:#fafafa}.ast-search-box.full-screen .search-field:-ms-input-placeholder,.ast-search-box.header-cover .search-field:-ms-input-placeholder{color:#fafafa}.ast-search-box.header-cover{position:absolute;background:rgba(25,25,25,.96);top:0;z-index:10}.ast-search-box.header-cover .search-field{font-size:2em;line-height:2;width:100%}.ast-search-box.header-cover .ast-container{position:relative}.ast-search-box.header-cover .close,.ast-search-box.header-cover .search-submit,.ast-search-box.header-cover .search-text-wrap{display:inline-block}.ast-search-box.header-cover .search-text-wrap{width:calc(100% - 2.5em);vertical-align:middle}.ast-search-box.header-cover .search-submit{font-size:1.7em;margin-right:2em}.ast-search-box.header-cover #close{vertical-align:middle;backface-visibility:hidden}.ast-search-box.full-screen{position:fixed;background:rgba(25,25,25,.96);top:0;left:0;z-index:999}.ast-search-box.full-screen .ast-search-wrapper .large-search-text{text-align:center;color:#e2e2e2;font-size:1.5em;font-weight:400;transition-delay:50ms;transition:all .3s ease-in-out}.ast-search-box.full-screen .ast-search-wrapper fieldset{border:0;padding:2.5em 0 1em;border-bottom:2px solid var(--ast-border-color)}.ast-search-box.full-screen .ast-search-wrapper .search-field{font-size:2em;padding-left:20px;line-height:1.7;width:92%;vertical-align:middle}.ast-search-box.full-screen .ast-search-wrapper .search-form{width:70%;margin:20px auto}.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:var(--ast-fs-search-font-size, 1.7em)}.ast-search-box.full-screen #close{position:absolute;color:#fafafa;right:1em;line-height:1;cursor:pointer;z-index:9;font-weight:400;font-size:2em;top:1.5em;backface-visibility:hidden}.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:0}.ast-search-box.full-screen ::-moz-placeholder{opacity:0}.ast-search-box.full-screen :-ms-input-placeholder{opacity:0}.ast-search-box.full-screen :-moz-placeholder{opacity:0}@media (max-width:420px){.ast-search-box.full-screen ::-webkit-input-placeholder{opacity:1}.ast-search-box.full-screen ::-moz-placeholder{opacity:1}.ast-search-box.full-screen :-ms-input-placeholder{opacity:1}.ast-search-box.full-screen :-moz-placeholder{opacity:1}}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-webkit-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen ::-moz-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-ms-input-placeholder{opacity:.5}.ast-hfb-header .ast-search-box.full-screen.full-screen :-moz-placeholder{opacity:.5}.site-header .ast-inline-search.ast-search-menu-icon .search-form{padding-left:0;padding-right:0}.site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:2em}.ast-inline-search.ast-search-menu-icon{position:relative;transform:none;left:0;right:0}.ast-inline-search.ast-search-menu-icon .search-submit{display:block;background:0 0;border:none;position:absolute;height:100%;right:.25em;padding:0;top:0;font-size:1.3em;color:#757575}.ast-header-break-point .ast-inline-search.ast-search-menu-icon .search-form{padding:0}.ast-header-break-point .site-header .ast-inline-search.ast-search-menu-icon .search-field{padding-right:2em}.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field{width:80%}.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.full-screen,.ast-header-custom-item-inside.ast-desktop .main-header-menu .ast-search-menu-icon.header-cover{display:none}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-above-header-sections .ast-above-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-above-header .ast-above-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon .search-form{padding-left:0;left:auto;padding-right:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-2 .ast-search-menu-icon.slide-search .search-form{left:-1em;padding-left:2em}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .ast-above-header-section-1 .search-field{padding-right:0}.ast-header-break-point .ast-swap-above-header-sections.ast-mobile-header-stack .ast-above-header .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-above-header-mobile-stack .ast-above-header .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon.ast-inline-search .search-form{left:0;padding-left:0;padding-right:2em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .ast-search-menu-icon .search-form{right:-1em;left:auto;padding-left:0;padding-right:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-1 .search-field{padding-right:0;padding-left:1em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;right:auto;padding-right:0;padding-left:3em}.ast-header-break-point .ast-swap-below-header-sections .below-header-section-2 .search-field{padding-left:0;padding-right:1em}.ast-header-break-point .ast-below-header .below-header-section-1 .ast-inline-search.ast-search-menu-icon .search-field{padding-right:0}.ast-header-break-point .ast-swap-below-header-sections.site-header .ast-below-header .ast-inline-search.ast-search-menu-icon .search-field{padding-left:1em;padding-right:0}.ast-header-break-point .ast-swap-below-header-sections .ast-below-header .below-header-section-2 .ast-search-menu-icon .search-form{left:-1em;padding-left:3em;padding-right:1em}.ast-below-header-mobile-stack .ast-below-header .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{right:auto;padding-right:2em}.iphone.full-screen,.ipod.full-screen{position:fixed!important}@media (max-width:992px){.ast-above-header-mobile-stack .ast-above-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}.ast-below-header-mobile-stack .below-header-section-1 .ast-search-menu-icon.ast-inline-search .search-form{left:auto}}@media (max-width:544px){.ast-search-box.full-screen .ast-search-wrapper .large-search-text{display:none}.ast-search-box.full-screen .ast-search-wrapper .search-field,.ast-search-box.full-screen .ast-search-wrapper .search-submit{font-size:1.6em}}