@charset "UTF-8";
@charset "UTF-8";
.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;
}DIV#title {
border-left: 2mm solid red;
border-top: 2mm solid green;
}
#title H1 {
text-align: center;
font-size: 120%;
}
DIV#credits {
border-right: 2mm solid red;
border-bottom: 2mm solid green;
}
DIV#copying {
border-right: 2mm solid red;
border-top: 2mm solid blue;
}
IMG#puzzle {
max-width: 100%;
max-height: 100%;
}
IMG.tile {
position: absolute;
margin: 0px;
border: none;
padding: 0px;
}
DIV.canvas {
position: absolute;
margin: 0px;
border: none;
padding: 0px;
overflow: hidden;
background: #000040;
}
DIV.dialog {
position: fixed;
top: 25%;
left: 25%;
width: 13em;
border: 2px solid #FFB0B0;
padding: 0px;
color: black;
background: white;
-webkit-border-radius: 2mm;
-moz-border-radius: 2mm;
}
.dialog H1 {
text-align: center;
margin-top: 0pt;
font-size: 100%;
}
.dialog P {
margin: 4mm;
}
.dialog P.buttons {
text-align: right;
}
.dialog .buttons button {
margin-left: 1em;
}
DIV.titlebar {
width: 100%;
color: black;
background: #FFB0B0;
cursor: move;
}
IMG {
border-left: 0mm solid green;
border-bottom: 0mm solid green;
border-right: 0mm solid red;
border-top: 0mm solid red;
padding: 1mm;
}
P.links {
margin: 0px;
padding: 0px 1em;
position: fixed;
bottom: 0px;
left: 0px;
background: rgba(0,0,0,0.2);
color: #808080;
font-size: 80%;
font-family: Arial, sans-serif, symbol;
}
.links A {
color: inherit;
background: transparent;
}
SPAN.bf {
font-weight: bold;
}
@keyframes plyr-progress{to{background-position:25px 0;background-position:var(--plyr-progress-loading-size,25px) 0}}@keyframes plyr-popup{0%{opacity:.5;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes plyr-fade-in{0%{opacity:0}to{opacity:1}}.plyr{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;align-items:center;direction:ltr;display:flex;flex-direction:column;font-family:inherit;font-family:var(--plyr-font-family,inherit);font-variant-numeric:tabular-nums;font-weight:400;font-weight:var(--plyr-font-weight-regular,400);line-height:1.7;line-height:var(--plyr-line-height,1.7);max-width:100%;min-width:200px;position:relative;text-shadow:none;transition:box-shadow .3s ease;z-index:0}.plyr audio,.plyr iframe,.plyr video{display:block;height:100%;width:100%}.plyr button{font:inherit;line-height:inherit;width:auto}.plyr:focus{outline:0}.plyr--full-ui{box-sizing:border-box}.plyr--full-ui *,.plyr--full-ui :after,.plyr--full-ui :before{box-sizing:inherit}.plyr--full-ui a,.plyr--full-ui button,.plyr--full-ui input,.plyr--full-ui label{touch-action:manipulation}.plyr__badge{background:#4a5464;background:var(--plyr-badge-background,#4a5464);border-radius:2px;border-radius:var(--plyr-badge-border-radius,2px);color:#fff;color:var(--plyr-badge-text-color,#fff);font-size:9px;font-size:var(--plyr-font-size-badge,9px);line-height:1;padding:3px 4px}.plyr--full-ui ::-webkit-media-text-track-container{display:none}.plyr__captions{animation:plyr-fade-in .3s ease;bottom:0;display:none;font-size:13px;font-size:var(--plyr-font-size-small,13px);left:0;padding:10px;padding:var(--plyr-control-spacing,10px);position:absolute;text-align:center;transition:transform .4s ease-in-out;width:100%}.plyr__captions span:empty{display:none}@media(min-width:480px){.plyr__captions{font-size:15px;font-size:var(--plyr-font-size-base,15px);padding:20px;padding:calc(var(--plyr-control-spacing,10px)*2)}}@media(min-width:768px){.plyr__captions{font-size:18px;font-size:var(--plyr-font-size-large,18px)}}.plyr--captions-active .plyr__captions{display:block}.plyr:not(.plyr--hide-controls) .plyr__controls:not(:empty)~.plyr__captions{transform:translateY(-40px);transform:translateY(calc(var(--plyr-control-spacing,10px)*-4))}.plyr__caption{background:#000c;background:var(--plyr-captions-background,#000c);border-radius:2px;-webkit-box-decoration-break:clone;box-decoration-break:clone;color:#fff;color:var(--plyr-captions-text-color,#fff);line-height:185%;padding:.2em .5em;white-space:pre-wrap}.plyr__caption div{display:inline}.plyr__control{background:#0000;border:0;border-radius:4px;border-radius:var(--plyr-control-radius,4px);color:inherit;cursor:pointer;flex-shrink:0;overflow:visible;padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7);position:relative;transition:all .3s ease}.plyr__control svg{fill:currentColor;display:block;height:18px;height:var(--plyr-control-icon-size,18px);pointer-events:none;width:18px;width:var(--plyr-control-icon-size,18px)}.plyr__control:focus{outline:0}.plyr__control:focus-visible{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}a.plyr__control{text-decoration:none}.plyr__control.plyr__control--pressed .icon--not-pressed,.plyr__control.plyr__control--pressed .label--not-pressed,.plyr__control:not(.plyr__control--pressed) .icon--pressed,.plyr__control:not(.plyr__control--pressed) .label--pressed,a.plyr__control:after,a.plyr__control:before{display:none}.plyr--full-ui ::-webkit-media-controls{display:none}.plyr__controls{align-items:center;display:flex;justify-content:flex-end;text-align:center}.plyr__controls .plyr__progress__container{flex:1;min-width:0}.plyr__controls .plyr__controls__item{margin-left:2.5px;margin-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item:first-child{margin-left:0;margin-right:auto}.plyr__controls .plyr__controls__item.plyr__progress__container{padding-left:2.5px;padding-left:calc(var(--plyr-control-spacing,10px)/4)}.plyr__controls .plyr__controls__item.plyr__time{padding:0 5px;padding:0 calc(var(--plyr-control-spacing,10px)/2)}.plyr__controls .plyr__controls__item.plyr__progress__container:first-child,.plyr__controls .plyr__controls__item.plyr__time+.plyr__time,.plyr__controls .plyr__controls__item.plyr__time:first-child{padding-left:0}.plyr [data-plyr=airplay],.plyr [data-plyr=captions],.plyr [data-plyr=fullscreen],.plyr [data-plyr=pip],.plyr__controls:empty{display:none}.plyr--airplay-supported [data-plyr=airplay],.plyr--captions-enabled [data-plyr=captions],.plyr--fullscreen-enabled [data-plyr=fullscreen],.plyr--pip-supported [data-plyr=pip]{display:inline-block}.plyr__menu{display:flex;position:relative}.plyr__menu .plyr__control svg{transition:transform .3s ease}.plyr__menu .plyr__control[aria-expanded=true] svg{transform:rotate(90deg)}.plyr__menu .plyr__control[aria-expanded=true] .plyr__tooltip{display:none}.plyr__menu__container{animation:plyr-popup .2s ease;background:#ffffffe6;background:var(--plyr-menu-background,#ffffffe6);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-menu-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-menu-color,#4a5464);font-size:15px;font-size:var(--plyr-font-size-base,15px);margin-bottom:10px;position:absolute;right:-3px;text-align:left;white-space:nowrap;z-index:3}.plyr__menu__container>div{overflow:hidden;transition:height .35s cubic-bezier(.4,0,.2,1),width .35s cubic-bezier(.4,0,.2,1)}.plyr__menu__container:after{border:4px solid #0000;border-top-color:#ffffffe6;border:var(--plyr-menu-arrow-size,4px) solid #0000;border-top-color:var(--plyr-menu-background,#ffffffe6);content:"";height:0;position:absolute;right:14px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7 - var(--plyr-menu-arrow-size,4px)/2);top:100%;width:0}.plyr__menu__container [role=menu]{padding:7px;padding:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container [role=menuitem],.plyr__menu__container [role=menuitemradio]{margin-top:2px}.plyr__menu__container [role=menuitem]:first-child,.plyr__menu__container [role=menuitemradio]:first-child{margin-top:0}.plyr__menu__container .plyr__control{align-items:center;color:#4a5464;color:var(--plyr-menu-color,#4a5464);display:flex;font-size:13px;font-size:var(--plyr-font-size-menu,var(--plyr-font-size-small,13px));padding:4.66667px 10.5px;padding:calc(var(--plyr-control-spacing,10px)*.7/1.5) calc(var(--plyr-control-spacing,10px)*.7*1.5);-webkit-user-select:none;user-select:none;width:100%}.plyr__menu__container .plyr__control>span{align-items:inherit;display:flex;width:100%}.plyr__menu__container .plyr__control:after{border:4px solid #0000;border:var(--plyr-menu-item-arrow-size,4px) solid #0000;content:"";position:absolute;top:50%;transform:translateY(-50%)}.plyr__menu__container .plyr__control--forward{padding-right:28px;padding-right:calc(var(--plyr-control-spacing,10px)*.7*4)}.plyr__menu__container .plyr__control--forward:after{border-left-color:#728197;border-left-color:var(--plyr-menu-arrow-color,#728197);right:6.5px;right:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--forward:focus-visible:after,.plyr__menu__container .plyr__control--forward:hover:after{border-left-color:initial}.plyr__menu__container .plyr__control--back{font-weight:400;font-weight:var(--plyr-font-weight-regular,400);margin:7px;margin:calc(var(--plyr-control-spacing,10px)*.7);margin-bottom:3.5px;margin-bottom:calc(var(--plyr-control-spacing,10px)*.7/2);padding-left:28px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*4);position:relative;width:calc(100% - 14px);width:calc(100% - var(--plyr-control-spacing,10px)*.7*2)}.plyr__menu__container .plyr__control--back:after{border-right-color:#728197;border-right-color:var(--plyr-menu-arrow-color,#728197);left:6.5px;left:calc(var(--plyr-control-spacing,10px)*.7*1.5 - var(--plyr-menu-item-arrow-size,4px))}.plyr__menu__container .plyr__control--back:before{background:#dcdfe5;background:var(--plyr-menu-back-border-color,#dcdfe5);box-shadow:0 1px 0 #fff;box-shadow:0 1px 0 var(--plyr-menu-back-border-shadow-color,#fff);content:"";height:1px;left:0;margin-top:3.5px;margin-top:calc(var(--plyr-control-spacing,10px)*.7/2);overflow:hidden;position:absolute;right:0;top:100%}.plyr__menu__container .plyr__control--back:focus-visible:after,.plyr__menu__container .plyr__control--back:hover:after{border-right-color:initial}.plyr__menu__container .plyr__control[role=menuitemradio]{padding-left:7px;padding-left:calc(var(--plyr-control-spacing,10px)*.7)}.plyr__menu__container .plyr__control[role=menuitemradio]:after,.plyr__menu__container .plyr__control[role=menuitemradio]:before{border-radius:100%}.plyr__menu__container .plyr__control[role=menuitemradio]:before{background:#0000001a;content:"";display:block;flex-shrink:0;height:16px;margin-right:10px;margin-right:var(--plyr-control-spacing,10px);transition:all .3s ease;width:16px}.plyr__menu__container .plyr__control[role=menuitemradio]:after{background:#fff;border:0;height:6px;left:12px;opacity:0;top:50%;transform:translateY(-50%) scale(0);transition:transform .3s ease,opacity .3s ease;width:6px}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:before{background:#00b2ff;background:var(--plyr-control-toggle-checked-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)))}.plyr__menu__container .plyr__control[role=menuitemradio][aria-checked=true]:after{opacity:1;transform:translateY(-50%) scale(1)}.plyr__menu__container .plyr__control[role=menuitemradio]:focus-visible:before,.plyr__menu__container .plyr__control[role=menuitemradio]:hover:before{background:#23282f1a}.plyr__menu__container .plyr__menu__value{align-items:center;display:flex;margin-left:auto;margin-right:-5px;margin-right:calc(var(--plyr-control-spacing,10px)*.7*-1 - -2px);overflow:hidden;padding-left:24.5px;padding-left:calc(var(--plyr-control-spacing,10px)*.7*3.5);pointer-events:none}.plyr--full-ui input[type=range]{-webkit-appearance:none;appearance:none;background:#0000;border:0;border-radius:26px;border-radius:calc(var(--plyr-range-thumb-height,13px)*2);color:#00b2ff;color:var(--plyr-range-fill-background,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));display:block;height:19px;height:calc(var(--plyr-range-thumb-active-shadow-width,3px)*2 + var(--plyr-range-thumb-height,13px));margin:0;min-width:0;padding:0;transition:box-shadow .3s ease;width:100%}.plyr--full-ui input[type=range]::-webkit-slider-runnable-track{background:#0000;background-image:linear-gradient(90deg,currentColor 0,#0000 0);background-image:linear-gradient(to right,currentColor var(--value,0),#0000 var(--value,0));border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-webkit-transition:box-shadow .3s ease;transition:box-shadow .3s ease;-webkit-user-select:none;user-select:none}.plyr--full-ui input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:-4px;margin-top:calc((var(--plyr-range-thumb-height,13px) - var(--plyr-range-track-height,5px))/2*-1);position:relative;-webkit-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-moz-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-moz-range-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);position:relative;-moz-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-moz-range-progress{background:currentColor;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px)}.plyr--full-ui input[type=range]::-ms-track{color:#0000}.plyr--full-ui input[type=range]::-ms-fill-upper,.plyr--full-ui input[type=range]::-ms-track{background:#0000;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-fill-lower{background:#0000;background:currentColor;border:0;border-radius:2.5px;border-radius:calc(var(--plyr-range-track-height,5px)/2);height:5px;height:var(--plyr-range-track-height,5px);-ms-transition:box-shadow .3s ease;transition:box-shadow .3s ease;user-select:none}.plyr--full-ui input[type=range]::-ms-thumb{background:#fff;background:var(--plyr-range-thumb-background,#fff);border:0;border-radius:100%;box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33);height:13px;height:var(--plyr-range-thumb-height,13px);margin-top:0;position:relative;-ms-transition:all .2s ease;transition:all .2s ease;width:13px;width:var(--plyr-range-thumb-height,13px)}.plyr--full-ui input[type=range]::-ms-tooltip{display:none}.plyr--full-ui input[type=range]::-moz-focus-outer{border:0}.plyr--full-ui input[type=range]:focus{outline:0}.plyr--full-ui input[type=range]:focus-visible::-webkit-slider-runnable-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-moz-range-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr--full-ui input[type=range]:focus-visible::-ms-track{outline:2px dashed #00b2ff;outline:2px dashed var(--plyr-focus-visible-color,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));outline-offset:2px}.plyr__poster{background-color:#000;background-color:var(--plyr-video-background,var(--plyr-video-background,#000));background-position:50% 50%;background-repeat:no-repeat;background-size:contain;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%;z-index:1}.plyr--stopped.plyr__poster-enabled .plyr__poster{opacity:1}.plyr--youtube.plyr--paused.plyr__poster-enabled:not(.plyr--stopped) .plyr__poster{display:none}.plyr__time{font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__time+.plyr__time:before{content:"⁄";margin-right:10px;margin-right:var(--plyr-control-spacing,10px)}@media(max-width:767px){.plyr__time+.plyr__time{display:none}}.plyr__tooltip{background:#fff;background:var(--plyr-tooltip-background,#fff);border-radius:5px;border-radius:var(--plyr-tooltip-radius,5px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);color:#4a5464;color:var(--plyr-tooltip-color,#4a5464);font-size:13px;font-size:var(--plyr-font-size-small,13px);font-weight:400;font-weight:var(--plyr-font-weight-regular,400);left:50%;line-height:1.3;margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:5px 7.5px;padding:calc(var(--plyr-control-spacing,10px)/2) calc(var(--plyr-control-spacing,10px)/2*1.5);pointer-events:none;position:absolute;transform:translate(-50%,10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;white-space:nowrap;z-index:2}.plyr__tooltip:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:50%;position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr .plyr__control:focus-visible .plyr__tooltip,.plyr .plyr__control:hover .plyr__tooltip,.plyr__tooltip--visible{opacity:1;transform:translate(-50%) scale(1)}.plyr .plyr__control:hover .plyr__tooltip{z-index:3}.plyr__controls>.plyr__control:first-child .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip{left:0;transform:translateY(10px) scale(.8);transform-origin:0 100%}.plyr__controls>.plyr__control:first-child .plyr__tooltip:before,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip:before{left:16px;left:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7)}.plyr__controls>.plyr__control:last-child .plyr__tooltip{left:auto;right:0;transform:translateY(10px) scale(.8);transform-origin:100% 100%}.plyr__controls>.plyr__control:last-child .plyr__tooltip:before{left:auto;right:16px;right:calc(var(--plyr-control-icon-size,18px)/2 + var(--plyr-control-spacing,10px)*.7);transform:translateX(50%)}.plyr__controls>.plyr__control:first-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control .plyr__tooltip--visible,.plyr__controls>.plyr__control:first-child+.plyr__control:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child+.plyr__control:hover .plyr__tooltip,.plyr__controls>.plyr__control:first-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:first-child:hover .plyr__tooltip,.plyr__controls>.plyr__control:last-child .plyr__tooltip--visible,.plyr__controls>.plyr__control:last-child:focus-visible .plyr__tooltip,.plyr__controls>.plyr__control:last-child:hover .plyr__tooltip{transform:translate(0) scale(1)}.plyr__progress{left:6.5px;left:calc(var(--plyr-range-thumb-height,13px)*.5);margin-right:13px;margin-right:var(--plyr-range-thumb-height,13px);position:relative}.plyr__progress input[type=range],.plyr__progress__buffer{margin-left:-6.5px;margin-left:calc(var(--plyr-range-thumb-height,13px)*-.5);margin-right:-6.5px;margin-right:calc(var(--plyr-range-thumb-height,13px)*-.5);width:calc(100% + 13px);width:calc(100% + var(--plyr-range-thumb-height,13px))}.plyr__progress input[type=range]{position:relative;z-index:2}.plyr__progress .plyr__tooltip{left:0;max-width:120px;overflow-wrap:break-word}.plyr__progress__buffer{-webkit-appearance:none;background:#0000;border:0;border-radius:100px;height:5px;height:var(--plyr-range-track-height,5px);left:0;margin-top:-2.5px;margin-top:calc((var(--plyr-range-track-height,5px)/2)*-1);padding:0;position:absolute;top:50%}.plyr__progress__buffer::-webkit-progress-bar{background:#0000}.plyr__progress__buffer::-webkit-progress-value{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-webkit-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-moz-progress-bar{background:currentColor;border-radius:100px;min-width:5px;min-width:var(--plyr-range-track-height,5px);-moz-transition:width .2s ease;transition:width .2s ease}.plyr__progress__buffer::-ms-fill{border-radius:100px;-ms-transition:width .2s ease;transition:width .2s ease}.plyr--loading .plyr__progress__buffer{animation:plyr-progress 1s linear infinite;background-image:linear-gradient(-45deg,#23282f99 25%,#0000 0,#0000 50%,#23282f99 0,#23282f99 75%,#0000 0,#0000);background-image:linear-gradient(-45deg,var(--plyr-progress-loading-background,#23282f99) 25%,#0000 25%,#0000 50%,var(--plyr-progress-loading-background,#23282f99) 50%,var(--plyr-progress-loading-background,#23282f99) 75%,#0000 75%,#0000);background-repeat:repeat-x;background-size:25px 25px;background-size:var(--plyr-progress-loading-size,25px) var(--plyr-progress-loading-size,25px);color:#0000}.plyr--video.plyr--loading .plyr__progress__buffer{background-color:#ffffff40;background-color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr--audio.plyr--loading .plyr__progress__buffer{background-color:#c1c8d199;background-color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr__progress__marker{background-color:#fff;background-color:var(--plyr-progress-marker-background,#fff);border-radius:1px;height:5px;height:var(--plyr-range-track-height,5px);position:absolute;top:50%;transform:translate(-50%,-50%);width:3px;width:var(--plyr-progress-marker-width,3px);z-index:3}.plyr__volume{align-items:center;display:flex;position:relative}.plyr__volume input[type=range]{margin-left:5px;margin-left:calc(var(--plyr-control-spacing,10px)/2);margin-right:5px;margin-right:calc(var(--plyr-control-spacing,10px)/2);max-width:90px;min-width:60px;position:relative;z-index:2}.plyr--audio{display:block}.plyr--audio .plyr__controls{background:#fff;background:var(--plyr-audio-controls-background,#fff);border-radius:inherit;color:#4a5464;color:var(--plyr-audio-control-color,#4a5464);padding:10px;padding:var(--plyr-control-spacing,10px)}.plyr--audio .plyr__control:focus-visible,.plyr--audio .plyr__control:hover,.plyr--audio .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-audio-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-audio-control-color-hover,#fff)}.plyr--full-ui.plyr--audio input[type=range]::-webkit-slider-runnable-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-moz-range-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]::-ms-track{background-color:#c1c8d199;background-color:var(--plyr-audio-range-track-background,var(--plyr-audio-progress-buffered-background,#c1c8d199))}.plyr--full-ui.plyr--audio input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--full-ui.plyr--audio input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #23282f1a;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#23282f1a)}.plyr--audio .plyr__progress__buffer{color:#c1c8d199;color:var(--plyr-audio-progress-buffered-background,#c1c8d199)}.plyr--video{overflow:hidden}.plyr--video.plyr--menu-open{overflow:visible}.plyr__video-wrapper{background:#000;background:var(--plyr-video-background,var(--plyr-video-background,#000));border-radius:inherit;height:100%;margin:auto;overflow:hidden;position:relative;width:100%}.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{aspect-ratio:16/9}@supports not (aspect-ratio:16/9){.plyr__video-embed,.plyr__video-wrapper--fixed-ratio{height:0;padding-bottom:56.25%;position:relative}}.plyr__video-embed iframe,.plyr__video-wrapper--fixed-ratio video{border:0;height:100%;left:0;position:absolute;top:0;width:100%}.plyr--full-ui .plyr__video-embed>.plyr__video-embed__container{padding-bottom:240%;position:relative;transform:translateY(-38.28125%)}.plyr--video .plyr__controls{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;bottom:0;color:#fff;color:var(--plyr-video-control-color,#fff);left:0;padding:5px;padding:calc(var(--plyr-control-spacing,10px)/2);padding-top:20px;padding-top:calc(var(--plyr-control-spacing,10px)*2);position:absolute;right:0;transition:opacity .4s ease-in-out,transform .4s ease-in-out;z-index:3}@media(min-width:480px){.plyr--video .plyr__controls{padding:10px;padding:var(--plyr-control-spacing,10px);padding-top:35px;padding-top:calc(var(--plyr-control-spacing,10px)*3.5)}}.plyr--video.plyr--hide-controls .plyr__controls{opacity:0;pointer-events:none;transform:translateY(100%)}.plyr--video .plyr__control:focus-visible,.plyr--video .plyr__control:hover,.plyr--video .plyr__control[aria-expanded=true]{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));color:#fff;color:var(--plyr-video-control-color-hover,#fff)}.plyr__control--overlaid{background:#00b2ff;background:var(--plyr-video-control-background-hover,var(--plyr-color-main,var(--plyr-color-main,#00b2ff)));border:0;border-radius:100%;color:#fff;color:var(--plyr-video-control-color,#fff);display:none;left:50%;opacity:.9;padding:15px;padding:calc(var(--plyr-control-spacing,10px)*1.5);position:absolute;top:50%;transform:translate(-50%,-50%);transition:.3s;z-index:2}.plyr__control--overlaid svg{left:2px;position:relative}.plyr__control--overlaid:focus,.plyr__control--overlaid:hover{opacity:1}.plyr--playing .plyr__control--overlaid{opacity:0;visibility:hidden}.plyr--full-ui.plyr--video .plyr__control--overlaid{display:block}.plyr--full-ui.plyr--video input[type=range]::-webkit-slider-runnable-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-moz-range-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]::-ms-track{background-color:#ffffff40;background-color:var(--plyr-video-range-track-background,var(--plyr-video-progress-buffered-background,#ffffff40))}.plyr--full-ui.plyr--video input[type=range]:active::-webkit-slider-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-moz-range-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--full-ui.plyr--video input[type=range]:active::-ms-thumb{box-shadow:0 1px 1px #23282f26,0 0 0 1px #23282f33,0 0 0 3px #ffffff80;box-shadow:var(--plyr-range-thumb-shadow,0 1px 1px #23282f26,0 0 0 1px #23282f33),0 0 0 var(--plyr-range-thumb-active-shadow-width,3px) var(--plyr-audio-range-thumb-active-shadow-color,#ffffff80)}.plyr--video .plyr__progress__buffer{color:#ffffff40;color:var(--plyr-video-progress-buffered-background,#ffffff40)}.plyr:fullscreen{background:#000;border-radius:0!important;height:100%;margin:0;width:100%}.plyr:fullscreen video{height:100%}.plyr:fullscreen .plyr__control .icon--exit-fullscreen{display:block}.plyr:fullscreen .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr:fullscreen.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr:fullscreen .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr--fullscreen-fallback{background:#000;border-radius:0!important;bottom:0;height:100%;left:0;margin:0;position:fixed;right:0;top:0;width:100%;z-index:10000000}.plyr--fullscreen-fallback video{height:100%}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen{display:block}.plyr--fullscreen-fallback .plyr__control .icon--exit-fullscreen+svg{display:none}.plyr--fullscreen-fallback.plyr--hide-controls{cursor:none}@media(min-width:1024px){.plyr--fullscreen-fallback .plyr__captions{font-size:21px;font-size:var(--plyr-font-size-xlarge,21px)}}.plyr__ads{border-radius:inherit;bottom:0;cursor:pointer;left:0;overflow:hidden;position:absolute;right:0;top:0;z-index:-1}.plyr__ads>div,.plyr__ads>div iframe{height:100%;position:absolute;width:100%}.plyr__ads:after{background:#23282f;border-radius:2px;bottom:10px;bottom:var(--plyr-control-spacing,10px);color:#fff;content:attr(data-badge-text);font-size:11px;padding:2px 6px;pointer-events:none;position:absolute;right:10px;right:var(--plyr-control-spacing,10px);z-index:3}.plyr__ads:empty:after{display:none}.plyr__cues{background:currentColor;display:block;height:5px;height:var(--plyr-range-track-height,5px);left:0;opacity:.8;position:absolute;top:50%;transform:translateY(-50%);width:3px;z-index:3}.plyr__preview-thumb{background-color:#fff;background-color:var(--plyr-tooltip-background,#fff);border-radius:8px;border-radius:var(--plyr-menu-radius,8px);bottom:100%;box-shadow:0 1px 2px #00000026;box-shadow:var(--plyr-tooltip-shadow,0 1px 2px #00000026);margin-bottom:10px;margin-bottom:calc(var(--plyr-control-spacing,10px)/2*2);opacity:0;padding:3px;pointer-events:none;position:absolute;transform:translateY(10px) scale(.8);transform-origin:50% 100%;transition:transform .2s ease .1s,opacity .2s ease .1s;z-index:2}.plyr__preview-thumb--is-shown{opacity:1;transform:translate(0) scale(1)}.plyr__preview-thumb:before{border-left:4px solid #0000;border-left:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-right:4px solid #0000;border-right:var(--plyr-tooltip-arrow-size,4px) solid #0000;border-top:4px solid #fff;border-top:var(--plyr-tooltip-arrow-size,4px) solid var(--plyr-tooltip-background,#fff);bottom:-4px;bottom:calc(var(--plyr-tooltip-arrow-size,4px)*-1);content:"";height:0;left:calc(50% + var(--preview-arrow-offset));position:absolute;transform:translateX(-50%);width:0;z-index:2}.plyr__preview-thumb__image-container{background:#c1c8d1;border-radius:7px;border-radius:calc(var(--plyr-menu-radius,8px) - 1px);overflow:hidden;position:relative;z-index:0}.plyr__preview-thumb__image-container img,.plyr__preview-thumb__image-container:after{height:100%;left:0;position:absolute;top:0;width:100%}.plyr__preview-thumb__image-container:after{border-radius:inherit;box-shadow:inset 0 0 0 1px #00000026;content:"";pointer-events:none}.plyr__preview-thumb__image-container img{max-height:none;max-width:none}.plyr__preview-thumb__time-container{background:linear-gradient(#0000,#000000bf);background:var(--plyr-video-controls-background,linear-gradient(#0000,#000000bf));border-bottom-left-radius:7px;border-bottom-left-radius:calc(var(--plyr-menu-radius,8px) - 1px);border-bottom-right-radius:7px;border-bottom-right-radius:calc(var(--plyr-menu-radius,8px) - 1px);bottom:0;left:0;line-height:1.1;padding:20px 6px 6px;position:absolute;right:0;z-index:3}.plyr__preview-thumb__time-container span{color:#fff;font-size:13px;font-size:var(--plyr-font-size-time,var(--plyr-font-size-small,13px))}.plyr__preview-scrubbing{bottom:0;filter:blur(1px);height:100%;left:0;margin:auto;opacity:0;overflow:hidden;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s ease;width:100%;z-index:1}.plyr__preview-scrubbing--is-shown{opacity:1}.plyr__preview-scrubbing img{height:100%;left:0;max-height:none;max-width:none;object-fit:contain;position:absolute;top:0;width:100%}.plyr--no-transition{transition:none!important}.plyr__sr-only{clip:rect(1px,1px,1px,1px);border:0!important;height:1px!important;overflow:hidden;padding:0!important;position:absolute!important;width:1px!important}.plyr [hidden]{display:none!important}.ur-h2,
.ur-h3,
.ur-h4 {
font-weight: 600 !important;
}
.ur-h2 {
font-size: 28px !important;
}
.ur-h3 {
font-size: 20px !important;
}
.ur-h4 {
font-size: 16px !important;
}
.ur-text-center {
text-align: center;
}
.ur-text-right {
text-align: right;
}
.ur-text-muted {
color: #383838;
}
@font-face {
font-family: "UserRegistration";
src: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?nk6vrg);
src: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?nk6vrg#iefix) format("embedded-opentype"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.ttf?nk6vrg) format("truetype"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.woff?nk6vrg) format("woff"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.svg?nk6vrg#UserRegistration) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
@font-face {
font-family: "UserRegistration";
src: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?v5p6f);
src: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.eot?v5p6f#iefix) format("embedded-opentype"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.ttf?v5p6f) format("truetype"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.woff?v5p6f) format("woff"), url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/fonts/UserRegistration.svg?v5p6f#UserRegistration) format("svg");
font-weight: normal;
font-style: normal;
font-display: block;
}
[class^=ur-icon-],
[class*=" ur-icon-"] { font-family: "UserRegistration" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}  .ur-icon-input-first-name::before {
content: "\e001";
}
.ur-icon-input-last-name::before {
content: "\e002";
}
.ur-icon-input-field::before {
content: "\e003";
}
.ur-icon-input-password::before {
content: "\e004";
}
.ur-icon-input-checkbox::before {
content: "\e005";
}
.ur-icon-radio::before {
content: "\e006";
}
.ur-icon-number::before {
content: "\e007";
}
.ur-icon-phone::before {
content: "\e008";
}
.ur-icon-calendar::before {
content: "\e009";
}
.ur-icon-drop-down::before {
content: "\e00a";
}
.ur-icon-textarea::before {
content: "\e00b";
}
.ur-icon-email::before {
content: "\e00c";
}
.ur-icon-email-secondary::before {
content: "\e00d";
}
.ur-icon-email-confirm::before {
content: "\e00e";
}
.ur-icon-invite-codes::before {
content: "\e00f";
}
.ur-icon-password::before {
content: "\e010";
}
.ur-icon-password-confirm::before {
content: "\e011";
}
.ur-icon-user::before {
content: "\e012";
}
.ur-icon-user-nickname::before {
content: "\e013";
}
.ur-icon-user-display-name::before {
content: "\e014";
}
.ur-icon-user-bio::before {
content: "\e015";
}
.ur-icon-website::before {
content: "\e016";
}
.ur-icon-flag::before {
content: "\e017";
}
.ur-icon-map-one::before {
content: "\e018";
}
.ur-icon-map-two::before {
content: "\e019";
}
.ur-icon-zip-code::before {
content: "\e01a";
}
.ur-icon-select2::before {
content: "\e01b";
}
.ur-icon-multi-select::before {
content: "\e01c";
}
.ur-icon-section-title::before {
content: "\e01d";
}
.ur-icon-time-picker::before {
content: "\e01e";
}
.ur-icon-state::before {
content: "\e01f";
}
.ur-icon-buildings::before {
content: "\e020";
}
.ur-icon-text-editor::before {
content: "\e021";
}
.ur-icon-bill::before {
content: "\e022";
}
.ur-icon-doc::before {
content: "\e023";
}
.ur-icon-file-upload::before {
content: "\e024";
}
.ur-icon-file-dollar::before {
content: "\e025";
}
.ur-icon-code::before {
content: "\e026";
}
.ur-icon-mailchimp::before {
content: "\e027";
}
.ur-icon-credit-card::before {
content: "\e028";
}
.ur-icon-range::before {
content: "\e029";
}
.ur-icon-course::before {
content: "\e02a";
}
.ur-icon-mailerlite::before {
content: "\e02b";
}
.ur-icon-stripe::before {
content: "\e02d";
}
.ur-icon-multichoice::before {
content: "\e02e";
}
.ur-icon-subscription-plan::before {
content: "\e037";
}
.ur-icon-total::before {
content: "\e02f";
}
.ur-icon-quantity::before {
content: "\e032";
}
.ur-icon-hidden-field::before {
content: "\e035";
}
.ur-icon-captcha-field::before {
content: "\e036";
}
.ur-icon-membership-field::before {
content: "\e038";
}
.ur-icon-coupon-field::before {
content: "\e039";
}
.ur-icon-e-signature::before {
content: "\e040";
}
.ur-icon-authorize-net::before {
content: "\e041";
} @keyframes spin {
100% {
transform: rotate(360deg);
}
}
@keyframes ur-circle-loading {
0%, 100% {
animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
50% {
animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
}
0% {
transform: rotate(0deg) translate(0, -20px) scale(0);
}
50% {
transform: rotate(180deg) translate(0, -20px) scale(1);
}
100% {
transform: rotate(360deg) translate(0, -20px) scale(0);
}
}
@-webkit-keyframes ur-circle-loading-keyframe {
0%, 100% {
animation-timing-function: cubic-bezier(0.2, 0, 0.8, 1);
}
50% {
animation-timing-function: cubic-bezier(0, 0.2, 1, 0.8);
}
0% {
transform: rotate(0deg) translate(0, -20px) scale(0);
}
50% {
transform: rotate(180deg) translate(0, -20px) scale(1);
}
100% {
transform: rotate(360deg) translate(0, -20px) scale(0);
}
}
@keyframes open-message {
0% {
opacity: 0;
transform: translateY(-120%);
}
100% {
transform: translateY(0px);
}
}
@keyframes close-message {
0% {
opacity: 1;
transform: scale(1);
}
100% {
opacity: 0;
transform: scale(0.9);
}
}
.user-registration button,
.user-registration .button,
.ur-form-container button,
.ur-form-container .button {
transition: all 0.25s ease 0s;
box-shadow: 0 1px 3px rgba(182.4993283582, 186.8632089552, 206.5006716418, 0.15);
}
.user-registration button + button,
.user-registration button + .button,
.user-registration .button + button,
.user-registration .button + .button,
.ur-form-container button + button,
.ur-form-container button + .button,
.ur-form-container .button + button,
.ur-form-container .button + .button {
margin-left: 6px;
}
.user-registration button.button-icon,
.user-registration .button.button-icon,
.ur-form-container button.button-icon,
.ur-form-container .button.button-icon {
width: 32px;
padding: 0;
text-align: center;
}
.user-registration button.button-icon .dashicons,
.user-registration .button.button-icon .dashicons,
.ur-form-container button.button-icon .dashicons,
.ur-form-container .button.button-icon .dashicons {
line-height: 0.9;
vertical-align: middle;
}
.user-registration button.button-icon svg,
.user-registration .button.button-icon svg,
.ur-form-container button.button-icon svg,
.ur-form-container .button.button-icon svg {
display: block;
margin: 0 auto;
}
.user-registration button.button-icon-round,
.user-registration .button.button-icon-round,
.ur-form-container button.button-icon-round,
.ur-form-container .button.button-icon-round {
border-radius: 50%;
}
.user-registration button.is-active,
.user-registration .button.is-active,
.ur-form-container button.is-active,
.ur-form-container .button.is-active {
background: #475bb2;
color: #ffffff;
border-color: #475bb2;
}
.user-registration button.is-active:hover, .user-registration button.is-active:active, .user-registration button.is-active:focus,
.user-registration .button.is-active:hover,
.user-registration .button.is-active:active,
.user-registration .button.is-active:focus,
.ur-form-container button.is-active:hover,
.ur-form-container button.is-active:active,
.ur-form-container button.is-active:focus,
.ur-form-container .button.is-active:hover,
.ur-form-container .button.is-active:active,
.ur-form-container .button.is-active:focus {
background: #475bb2;
color: #ffffff;
border-color: #475bb2;
}
.user-registration button .ur-spinner,
.user-registration .button .ur-spinner,
.ur-form-container button .ur-spinner,
.ur-form-container .button .ur-spinner {
width: 16px;
height: 16px;
margin-left: 6px;
margin-bottom: 2px;
display: inline-block;
vertical-align: middle;
}
.user-registration .button-primary,
.ur-form-container .button-primary {
background: #475bb2;
border-color: #475bb2;
box-shadow: 0 1px 0 #475bb2;
text-shadow: none;
}
.user-registration .button-primary:hover, .user-registration .button-primary:active, .user-registration .button-primary:focus,
.ur-form-container .button-primary:hover,
.ur-form-container .button-primary:active,
.ur-form-container .button-primary:focus {
background: rgb(56.4578313253, 72.3614457831, 141.5421686747);
border-color: rgb(56.4578313253, 72.3614457831, 141.5421686747);
box-shadow: 0 1px 0 rgb(56.4578313253, 72.3614457831, 141.5421686747);
}
.user-registration .button-primary:disabled,
.ur-form-container .button-primary:disabled {
color: rgb(177.7951807229, 186.4698795181, 224.2048192771) !important;
background: rgb(104.8795180723, 121.7469879518, 195.1204819277) !important;
border-color: rgb(104.8795180723, 121.7469879518, 195.1204819277) !important;
}
.user-registration .button-secondary,
.ur-form-container .button-secondary {
color: #2d3559;
background: rgb(222.4984029851, 224.3717109905, 232.8015970149);
border-color: rgb(222.4984029851, 224.3717109905, 232.8015970149);
box-shadow: 0 1px 0 rgb(222.4984029851, 224.3717109905, 232.8015970149);
}
.user-registration .button-secondary:hover, .user-registration .button-secondary:active, .user-registration .button-secondary:focus,
.ur-form-container .button-secondary:hover,
.ur-form-container .button-secondary:active,
.ur-form-container .button-secondary:focus {
color: #2d3559;
background: rgb(182.4993283582, 186.8632089552, 206.5006716418);
border-color: rgb(182.4993283582, 186.8632089552, 206.5006716418);
}
.user-registration .button-tertiary,
.ur-form-container .button-tertiary {
background: #ffffff;
color: #2d3559;
border: 1px solid #e1e1e1;
}
.user-registration .button-tertiary:hover, .user-registration .button-tertiary:active, .user-registration .button-tertiary:focus,
.ur-form-container .button-tertiary:hover,
.ur-form-container .button-tertiary:active,
.ur-form-container .button-tertiary:focus {
background: rgb(240.4392835821, 241.3522713704, 245.4607164179);
border-color: #e1e1e1;
}
.user-registration .button-danger,
.ur-form-container .button-danger {
color: #ffffff;
background: #ff4f55;
border-color: #ff4f55;
box-shadow: 0 1px 0 #ff4f55;
}
.user-registration .button-danger:hover, .user-registration .button-danger:active, .user-registration .button-danger:focus,
.ur-form-container .button-danger:hover,
.ur-form-container .button-danger:active,
.ur-form-container .button-danger:focus {
color: #ffffff;
background: rgb(238.74, 54.46, 60.7422727273);
border-color: rgb(238.74, 54.46, 60.7422727273);
box-shadow: 0 1px 0 rgb(238.74, 54.46, 60.7422727273);
}
.user-registration-button-group {
position: relative;
display: inline-flex;
vertical-align: middle;
}
.user-registration-button-group > button:not(:first-child),
.user-registration-button-group .button:not(:first-child) {
margin-left: -1px;
border-top-left-radius: 0;
border-bottom-left-radius: 0;
}
.user-registration-button-group > button:not(:last-child),
.user-registration-button-group .button:not(:last-child) {
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
.user-registration-button-group button,
.user-registration-button-group .button {
margin-right: 0 !important;
}
.ur-registered-item.ui-draggable-dragging {
padding: 10px 10px;
line-height: 20px;
background: #475bb2;
color: #ffffff;
text-align: center;
margin-bottom: 7px;
word-break: break-word;
white-space: normal;
width: 200px !important;
z-index: 9;
}
.ur-registered-item.ui-draggable-dragging span {
font-size: 14px;
line-height: 20px;
width: auto;
height: auto;
margin-right: 3px;
}
.select2-container .ur-select-all-countries-button {
margin: 6px 3px 4px 6px;
}
.select2-container .ur-unselect-all-countries-button {
margin: 6px 3px 4px;
}
.user-registration-page.user-registration-modal-open {
overflow: hidden;
}
.user-registration-page.user-registration-modal-open .user-registration-modal {
max-width: 100%;
}
.user-registration-modal-link:hover {
cursor: pointer;
}
.user-registration-modal {
display: flex;
place-content: center;
position: fixed;
top: 50px;
left: 0;
right: 0;
max-height: 90%;
width: 100%;
margin: 0 auto !important;
overflow-x: hidden;
overflow-y: auto;
z-index: 999;
}
.user-registration-modal .user-registration-modal__backdrop {
position: fixed;
left: 0;
top: 0;
background-color: rgba(45, 53, 89, 0.5);
min-width: 100%;
min-height: 100%;
z-index: 1;
}
.user-registration-modal .user-registration-modal__content {
background: #ffffff;
position: relative;
width: auto;
margin: 16px;
border-radius: 8px;
z-index: 99999;
box-shadow: 0 3px 25px 0px rgba(45, 53, 89, 0.4);
}
@media (min-width: 576px) {
.user-registration-modal .user-registration-modal__content {
max-width: 500px;
margin: auto;
}
}
@media (min-width: 992px) {
.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl, .user-registration-modal .user-registration-modal__content.user-registration-modal__content--lg {
max-width: 800px;
}
}
@media (min-width: 1200px) {
.user-registration-modal .user-registration-modal__content.user-registration-modal__content--xl {
max-width: 1140px;
}
}
.user-registration-modal .user-registration-modal__header {
display: flex;
padding: 16px;
border-bottom: 1px solid #e1e1e1;
}
.user-registration-modal .user-registration-modal__header .user-registration-modal__title {
font-size: 20px;
line-height: 1.4;
margin: 0;
padding: 0;
}
.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon {
position: relative;
display: block;
width: 32px;
height: 32px;
flex: 0 0 32px;
cursor: pointer;
margin-left: auto;
}
.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before, .user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after {
content: "";
height: 2px;
width: 16px;
display: block;
position: absolute;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
background: rgb(182.4993283582, 186.8632089552, 206.5006716418);
}
.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::before {
transform: rotate(45deg);
}
.user-registration-modal .user-registration-modal__header .user-registration-modal__close-icon::after {
transform: rotate(135deg);
}
.user-registration-modal .user-registration-modal__body {
position: relative;
padding: 16px;
max-height: 67vh;
overflow-y: scroll;
}
.user-registration-modal .user-registration-modal__body #user-registration,
.user-registration-modal .user-registration-modal__body .user-registration,
.user-registration-modal .user-registration-modal__body .login {
margin: 0;
padding: 0;
border: none;
}
.user-registration-modal .user-registration-modal__footer {
padding: 16px;
border-top: 1px solid #e1e1e1;
}
.user-registration-modal .user-registration-modal__footer * {
margin: 4px;
}
.swal2-container .user-registration-swal2-modal {
padding: 40px;
}
.swal2-container .user-registration-swal2-modal .swal2-input {
font-size: 16px;
}
.swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-line], .swal2-container .user-registration-swal2-modal .swal2-animate-success-icon [class^=swal2-success-circular-line] {
animation: none;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon {
width: 56px;
height: 56px;
line-height: 56px;
margin: 0 auto 16px;
border-width: 2px;
border-radius: 50%;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line] {
height: 3px;
width: 28px;
top: 50%;
left: 0;
right: 0;
margin: 0 auto;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=left] {
transform: translateY(-50%) rotate(45deg);
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon .swal2-x-mark [class^=swal2-x-mark-line][class$=right] {
transform: translateY(-50%) rotate(-45deg);
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line] {
height: 3px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
width: 16px;
top: 56%;
left: 10px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
top: 47%;
width: 32px;
right: 6px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line] {
height: 64px;
width: 32px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
top: -75px;
left: 27px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
top: -26px;
left: 82px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-ring {
top: -3px;
left: -2px;
border-width: 2px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon.swal2-success .swal2-success-fix {
height: 64px;
left: 2px;
right: 0px;
margin: 0 auto;
top: -2px;
bottom: 0;
width: 6px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-icon::before {
font-size: 40px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title {
color: #2d3559;
font-size: 24px;
flex-wrap: wrap;
margin-bottom: 16px;
}
.swal2-container .user-registration-swal2-modal .swal2-header .swal2-title .dashicons {
color: #ff4f55;
font-size: 28px;
width: 56px;
height: 56px;
line-height: 56px;
margin: 0 auto 16px;
border: 2px solid #ff4f55;
border-radius: 50%;
}
.swal2-container .user-registration-swal2-modal__title {
line-height: 1.35;
display: block;
}
.swal2-container .user-registration-swal2-modal .swal2-content {
color: rgb(76.288238806, 84.0379701493, 118.911761194);
font-size: 1em;
line-height: 1.5;
}
.swal2-container .user-registration-swal2-modal .swal2-actions button {
margin-top: 0;
margin-bottom: 0;
}
.swal2-container .user-registration-swal2-modal--centered .swal2-title {
flex-direction: column;
}
.user-registration-modal-open .wp-block-cover {
z-index: 99;
}
.lds-dual-ring {
width: 100%;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
justify-content: center;
}
.lds-dual-ring::after {
content: " ";
display: block;
width: 35px;
height: 35px;
margin: 8px;
border-radius: 50%;
border: 6px solid #2d3559;
border-color: #2d3559 transparent #2d3559 transparent;
animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.ur-gutenberg-form-selector-wrap .components-radio-control__option {
padding-left: 14px;
margin-bottom: 20px !important;
}
.ur-gutenberg-form-selector-wrap .components-base-control__field {
display: flex;
justify-content: center;
}
.wp-core-ui .ur-submit-button {
color: white;
}
.wp-core-ui select {
max-width: 100% !important;
} .clear {
clear: both;
}
.user-registration-page .select2-dropdown,
.user-registration-swal2-container {
z-index: 9999;
}
.user-registration-page .select2-dropdown {
padding: 0px !important;
}
.ur-timepicker-range {
display: flex;
}
.timepicker-start {
margin-right: 1rem;
} .user-registration-error,
.user-registration-coupon-error,
.user-registration-info {
display: block;
margin: 0 0 10px;
padding: 10px 15px;
background-color: rgb(239.7734939759, 241.4843373494, 248.9265060241);
color: rgb(76.288238806, 84.0379701493, 118.911761194);
border-top: 3px solid #475bb2;
list-style: none outside;
*zoom: 1;
width: auto;
word-wrap: break-word;
line-height: 1.25;
text-transform: none;
font-size: 14px;
}
.user-registration-error::before, .user-registration-error::after,
.user-registration-coupon-error::before,
.user-registration-coupon-error::after,
.user-registration-info::before,
.user-registration-info::after {
content: " ";
display: table;
}
.user-registration-error::after,
.user-registration-coupon-error::after,
.user-registration-info::after {
clear: both;
}
.user-registration-error::before,
.user-registration-coupon-error::before,
.user-registration-info::before {
content: "\f348";
display: inline-block;
vertical-align: middle;
font-family: "Dashicons";
font-size: calc(100% + 10px);
margin-right: 0.875rem;
}
.user-registration-error ul,
.user-registration-coupon-error ul,
.user-registration-info ul {
margin: 0 !important;
padding: 0 !important;
background-color: transparent !important;
}
.user-registration-error .button,
.user-registration-coupon-error .button,
.user-registration-info .button {
float: right;
}
.user-registration-error li,
.user-registration-coupon-error li,
.user-registration-info li {
list-style: none outside !important;
padding-left: 0 !important;
margin-left: 0 !important;
flex: 1;
}
.user-registration-error .message,
.user-registration-coupon-error .message,
.user-registration-info .message {
margin: 0;
padding: 0;
}
.user-registration-info {
color: #1e85be;
border-top-color: #1e85be;
}
.user-registration-error {
border-top-color: #ff4f55;
background: rgba(255, 79, 85, 0.1);
color: rgb(255, 2.5, 11.1079545455);
}
.user-registration-error::before {
content: "\f534";
}
.user-registration-coupon-error {
border-top-color: #ff4f55;
background: rgba(255, 79, 85, 0.1);
color: rgb(255, 2.5, 11.1079545455);
margin-top: 10px;
}
.user-registration-membership-notice__container {
position: fixed;
top: 20px;
right: 0px;
z-index: 1000;
transition: right 0.5s ease;
background-color: #f7fdf8;
border-left: 4px solid #49c85f;
padding-right: 24px;
color: #222;
}
.user-registration-membership-notice__red {
padding: 10px;
}
.user-registration-membership-notice__blue {
padding: 20px;
}
.user-registration-membership__close_notice {
color: red;
cursor: pointer;
font-weight: bold;
padding-left: 16px;
}
input.ur-input-border-green:not([type=range]),
textarea.ur-input-border-green {
border-color: #1ea71b !important;
}
input.ur-input-border-red,
textarea.ur-input-border-red {
border-color: #ff4f55 !important;
}
.ur-frontend-form {
border: 1px solid #e1e1e1;
padding: 20px;
box-sizing: border-box;
}
.ur-frontend-form.login {
border: none;
padding: 60px;
border-radius: 8px;
background: #fff;
}
.ur-frontend-form.login .ur-lost-password-content-container {
display: flex;
flex-direction: column;
align-items: center;
}
.ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-title {
color: var(--Grey-grey-600, #1f1f1f);
font-size: 32px;
font-style: normal;
font-weight: 700;
line-height: 48px;
letter-spacing: 0.15px;
margin: auto;
margin-top: 20px;
}
.ur-frontend-form.login .ur-lost-password-content-container .ur-lost-password-message {
font-size: 14px;
letter-spacing: 0.15px;
margin-top: 5px;
margin-bottom: 0;
}
.ur-frontend-form.login .ur-input-with-icon {
position: relative;
display: flex;
align-items: center;
}
.ur-frontend-form.login .ur-input-with-icon .input-icon {
position: absolute;
left: 10px;
top: 50%;
}
.ur-frontend-form.login .ur-input-with-icon input {
padding-left: 40px;
}
.ur-frontend-form.login .required {
margin-left: 5px;
}
.ur-frontend-form.login #user_login {
border-radius: 4px;
border: 1px solid #e9e9e9;
}
.ur-frontend-form.login .ur-reset-password-btn {
border: 1px solid #475bb2;
background: #475bb2;
width: 100%;
color: #fff;
letter-spacing: 0.15px;
border: 0;
}
.ur-frontend-form.login .ur-reset-password-btn:hover {
background: #38488e;
border-color: #38488e;
}
.ur-frontend-form.login input[name=rememberme]#rememberme {
vertical-align: middle;
}
.ur-frontend-form.login-registration {
margin: 0;
border: none;
padding: 0;
}
.ur-frontend-form .register #node_recaptcha_register {
padding: 0 10px;
}
.ur-frontend-form #ur-recaptcha-node {
margin-top: 10px;
}
.ur-frontend-form * {
box-sizing: border-box;
}
.ur-frontend-form .description {
display: block;
font-size: 14px;
line-height: 1.5;
}
.ur-frontend-form .ur-form-row {
display: flex;
}
.ur-frontend-form .ur-form-row:last-child {
margin-bottom: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid {
flex: 1;
padding: 0 10px;
}
.ur-frontend-form .ur-form-row .ur-form-grid:nth-child(1n+2) {
border-left: 0 none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row label[for=user_otp] {
margin-top: 0;
margin-bottom: 12px;
color: #222;
font-size: 15px;
font-weight: 500;
line-height: 19px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .user-registration-form-row input.input-text {
margin-bottom: 0;
border-radius: 4px;
border: 1px solid #e9e9e9;
min-height: 38px;
font-size: 14px;
line-height: 20px;
padding: 0 14px;
color: #383838;
}
.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer {
gap: 2px;
}
.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer .user-registration-Button {
padding: 10px 20px;
font-size: 14px;
line-height: 24px;
box-shadow: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid #user-registration-tfa-footer .user-registration-Button:hover {
background: #38488e;
border-color: #38488e;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item {
margin-bottom: 20px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .ur-frontend-field {
margin-bottom: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul {
margin: 0;
padding: 0;
list-style: none;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li {
margin-left: 0;
line-height: 1.3;
vertical-align: middle;
margin-bottom: 10px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input,
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label {
display: inline-block;
vertical-align: inherit;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li input[type=radio], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li input[type=radio], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li input[type=radio], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=checkbox], .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li input[type=radio] {
margin-top: 2px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-multiple_choice ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-subscription_plan ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-checkbox ul li label, .ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item.field-radio ul li label {
display: inline;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item:last-child {
margin-bottom: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-field-item .form-row {
display: block;
}
.ur-frontend-form .ur-form-row .ur-form-grid input {
border-style: solid;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone],
.ur-frontend-form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form .ur-form-row .ur-form-grid select,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement {
width: 100%;
padding: 4px 8px;
border-radius: 0;
min-height: 36px;
margin-bottom: 10px;
line-height: 1.5;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=date]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=number]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=timepicker]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=phone]::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid textarea::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid select::placeholder,
.ur-frontend-form .ur-form-row .ur-form-grid .__PrivateStripeElement::placeholder {
color: #ddd;
}
.ur-frontend-form .ur-form-row .ur-form-grid .ur-range-input {
margin-bottom: 0px !important;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password] {
display: inline;
margin-bottom: 0px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement {
padding: 4px 8px;
border: 1px solid #e1e1e1;
}
.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement.StripeElement--invalid {
border: 1px solid #ff4f55;
}
.ur-frontend-form .ur-form-row .ur-form-grid .StripeElement .__PrivateStripeElement iframe {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox],
.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio] {
font-size: 12px;
display: inline-block;
vertical-align: middle;
margin-right: 5px;
margin-left: 20px;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=checkbox]:first-child,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio]:first-child {
margin-left: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[type=radio]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=text]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=email]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=url]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid input[type=password]:focus,
.ur-frontend-form .ur-form-row .ur-form-grid textarea:focus,
.ur-frontend-form .ur-form-row .ur-form-grid select:focus,
.ur-frontend-form .ur-form-row .ur-form-grid button:focus {
outline: 0;
}
.ur-frontend-form .ur-form-row .ur-form-grid input[readonly],
.ur-frontend-form .ur-form-row .ur-form-grid select[readonly],
.ur-frontend-form .ur-form-row .ur-form-grid textarea[readonly] {
cursor: auto;
}
.ur-frontend-form .ur-form-row .ur-form-grid select {
-webkit-appearance: none;
background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%206l5%205%205-5%202%201-7%207-7-7%202-1z%22%20fill%3D%22%23555%22%2F%3E%3C%2Fsvg%3E") no-repeat right 5px top 55%;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend,
.ur-frontend-form .ur-form-row .ur-form-grid label {
display: block;
font-size: 14px;
margin-bottom: 10px;
margin-top: 10px;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend .required,
.ur-frontend-form .ur-form-row .ur-form-grid label .required {
text-decoration: none;
border: none;
color: #ff4f55;
}
.ur-frontend-form .ur-form-row .ur-form-grid legend.ur-label,
.ur-frontend-form .ur-form-row .ur-form-grid label.ur-label {
font-weight: bold;
}
.ur-frontend-form .ur-form-row .ur-form-grid textarea {
padding: 10px;
height: 100px;
resize: none;
padding: 5px 20px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
padding-right: 50px;
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group {
position: relative;
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview {
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
position: absolute;
top: 50%;
right: 15px;
transform: translateY(-50%);
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden {
opacity: 0.6;
}
.ur-frontend-form .ur-form-row .ur-form-grid .hide_show_password .password-input-group .password_preview.dashicons.dashicons-hidden:hover {
opacity: 1;
}
.ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple {
border: 1px solid rgb(240.4392835821, 241.3522713704, 245.4607164179);
}
.ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__rendered {
display: block;
}
.ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__rendered li:last-child {
margin-left: 0;
}
.ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-selection__choice {
margin: 5px;
}
.ur-frontend-form .ur-form-row .select2-container .select2-selection--multiple .select2-search--inline input[type=text] {
margin: 5px;
height: inherit;
}
.ur-frontend-form button,
.ur-frontend-form input[type=submit],
.ur-frontend-form button[type=submit] {
padding: 10px 20px;
line-height: 24px;
text-align: center;
word-break: break-word;
white-space: normal;
border: none;
cursor: pointer;
transition: 0.35s all ease-out;
border-radius: 4px;
}
.ur-frontend-form input[type=submit] {
float: right;
}
.ur-frontend-form .ur-button-container {
display: flex;
margin-top: 10px;
padding: 0 10px;
}
.ur-frontend-form .ur-button-container .ur-submit-button {
margin-left: auto;
}
.ur-frontend-form .user-registration-submit-Button {
float: right;
}
.ur-frontend-form .ur-submit-button {
margin-right: 10px;
margin-bottom: 0;
}
.ur-frontend-form label abbr.required {
text-decoration: none;
border: none;
color: #ff4f55;
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid select {
border: none;
border-bottom: 1px solid rgb(192.1952686567, 195.8151709634, 212.1047313433);
outline: none;
transition: all 0.35s;
padding: 10px 15px;
background: rgb(240.4392835821, 241.3522713704, 245.4607164179);
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
height: 45px;
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid legend,
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid label {
margin-left: 5px;
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid textarea {
height: 100px;
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
padding-right: 50px;
}
.ur-frontend-form.ur-frontend-form--bordered form .ur-form-row .ur-form-grid .user-registration-Button {
border: 0;
border-radius: 4px;
}
.ur-frontend-form.ur-frontend-form--flat {
background: #f7f7f7;
border: none transparent;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .ur-field-item,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .form-row {
margin-bottom: 0;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select {
border: none;
outline: none;
padding: 10px 15px;
background: #ffffff;
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
margin-bottom: 10px;
height: 45px;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=text]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=email]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=url]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=password]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=date]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid input[type=number]:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea:focus,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select:focus {
box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid select {
margin-bottom: 10px;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid legend,
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid label {
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid textarea {
height: 100px;
}
.ur-frontend-form.ur-frontend-form--flat form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
padding-right: 50px;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid select {
border: 1px solid rgb(192.1952686567, 195.8151709634, 212.1047313433);
border-radius: 25px !important;
outline: none;
transition: all 0.35s;
padding: 10px 15px;
background: #ffffff;
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
height: 45px;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid button[type=button] {
border-radius: 25px !important;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid .user-registration-passwordless-login a {
border-radius: 25px !important;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid legend,
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid label {
margin-left: 5px;
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid textarea {
height: 100px;
}
.ur-frontend-form.ur-frontend-form--rounded form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
padding-right: 50px;
}
.ur-frontend-form.ur-frontend-form--rounded form input[type=submit],
.ur-frontend-form.ur-frontend-form--rounded form button[type=submit],
.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-prev,
.ur-frontend-form.ur-frontend-form--rounded form button.user-registration-multi-part-nav-next {
border: 0 none;
color: #ffffff;
border-radius: 25px !important;
float: none;
display: block;
padding: 15px 25px;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=text],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=email],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=url],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=password],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=date],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid input[type=number],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid textarea,
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid select {
border-radius: 2px;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid .hide_show_password input[type=password] {
padding-right: 50px;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form .ur-form-row .ur-form-grid button[type=button] {
border-radius: 2px;
}
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form input[type=submit],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button[type=submit],
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-prev,
.ur-frontend-form.ur-frontend-form--rounded.ur-frontend-form--rounded-edge form button.user-registration-multi-part-nav-next {
border-radius: 2px;
}
.ur-frontend-form #ur-submit-message-node {
margin: 20px 0 0 0;
}
.ur-frontend-form #ur-submit-message-node.user-registration-error {
position: unset;
margin-bottom: 10px;
width: 100%;
}
.ur-frontend-form #ur-submit-message-node.ur-error {
background: rgba(206, 0, 0, 0.1);
}
.ur-frontend-form #ur-submit-message-node.ur-message.message {
background: rgba(143, 174, 27, 0.2);
}
#user-registration {
background-color: #ffffff;
margin: 30px 0;
}
#user-registration.user-registration,
#user-registration * {
box-sizing: border-box;
}
#user-registration p {
color: #333333;
}
#user-registration .user-registration-tips {
font-size: 12px;
color: rgb(182.4993283582, 186.8632089552, 206.5006716418);
margin-bottom: 0;
}
#user-registration .user-registration-MyAccount-navigation {
overflow: visible;
margin: 0;
}
#user-registration .user-registration-MyAccount-navigation ul {
margin: 0;
padding: 0;
display: -webkit-flex;
display: flex;
flex-wrap: wrap;
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link {
list-style: none;
padding: 0;
margin: 0;
display: inline-block;
position: relative;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link a {
padding: 10px 15px;
display: block;
font-weight: 400;
font-size: 14px;
font-family: sans-serif;
text-decoration: none;
border-width: 0 0 0 4px;
border-style: solid;
border-color: transparent;
box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
#user-registration .user-registration-MyAccount-navigation ul .user-registration-MyAccount-navigation-link.is-active a {
font-weight: 600;
}
#user-registration .user-registration-MyAccount-content {
padding: 30px;
}
#user-registration .user-registration-MyAccount-content h2 {
margin-bottom: 30px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-fields__field-wrapper {
margin: 0 -10px;
}
#user-registration .user-registration-MyAccount-content .ur-form-grid {
border: 0 none;
background: transparent;
}
#user-registration .user-registration-MyAccount-content .ur-frontend-form {
border: none;
}
#user-registration .user-registration-MyAccount-content h2,
#user-registration .user-registration-MyAccount-content .edit-password legend {
font-size: 28px;
font-weight: 400;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header {
margin-bottom: 25px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-img-container {
width: 100px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header h3 {
font-size: 22px;
font-weight: 400;
margin-bottom: 5px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header header p,
#user-registration .user-registration-MyAccount-content .user-registration-profile-header header .button-group {
margin-bottom: 10px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header header .profile-pic-remove {
margin-right: 10px;
}
#user-registration .user-registration-MyAccount-content .user-registration-profile-header .user-registration-nick-name {
color: rgb(102.6654179104, 109.1689023066, 138.4345820896);
}
#user-registration .user-registration-MyAccount-content .user-registration-EditProfileForm .user-registration-profile-header .user-registration-img-container {
width: auto;
}
#user-registration.user-registration-MyAccount-content__body .ur-form-grid .ur-privacy-button input[type=submit] {
width: max-content;
} .user-registration-password-strength {
text-align: center;
font-weight: 600;
padding: 3px 0.5em;
font-size: 1em;
margin-top: 10px;
}
.user-registration-password-strength.strong {
background-color: #c1e1b9;
border-color: #83c373;
}
.user-registration-password-strength.short {
background-color: #f1adad;
border-color: #e35b5b;
}
.user-registration-password-strength.bad {
background-color: #fbc5a9;
border-color: #f78b53;
}
.user-registration-password-strength.good {
background-color: #ffe399;
border-color: #ffc733;
}
.user-registration-password-hint {
margin: 0.5em 0 0;
display: block;
}
.ur-front-spinner {
background: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/images/wpspin_light-2x.gif) no-repeat;
background-size: 16px 16px;
display: block;
opacity: 0.7;
filter: alpha(opacity=70);
width: 16px;
height: 16px;
margin-left: -40px;
float: left;
}
.user-registration-form-login .ur-front-spinner {
margin-left: 0;
float: right;
margin-top: 15px;
margin-right: 20px;
}
.edit-post-visual-editor .ur-gutenberg-form-selector-wrap h2,
.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap h2 {
width: 100%;
margin-bottom: 0.5em;
}
.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-base-control,
.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-base-control {
width: 100%;
text-align: center;
}
.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-placeholder__fieldset,
.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-placeholder__fieldset {
text-align: center;
}
.edit-post-visual-editor .ur-gutenberg-form-selector-wrap .components-placeholder__fieldset img,
.edit-post-visual-editor .user-registration-gutenberg-form-selector-wrap .components-placeholder__fieldset img {
margin: 0 auto;
}
.ur-frontend-form.ur-gutenberg-editor form button[type=submit] {
cursor: not-allowed;
}
.ur-frontend-form.ur-gutenberg-editor form .ur-form-row .ur-form-grid input {
cursor: not-allowed;
}
.ur-hidden {
display: none;
}
.button-check-all {
display: inline-block;
text-decoration: none;
font-size: 13px;
line-height: 2.15384615;
min-height: 30px;
margin: 0;
padding: 0 10px;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
border-radius: 3px;
white-space: nowrap;
box-sizing: border-box;
}
.ur-form-row {
margin-bottom: 24px;
}
.ur-form-row .flatpickr-input {
padding-left: 32px !important;
}
.ur-form-row .without_icon {
padding-left: 10px !important;
}
.ur-form-row span.input-wrapper {
position: relative;
}
.ur-form-row span.input-wrapper .ur-icon {
position: absolute;
top: 50%;
padding: 8px;
left: 0;
transform: translateY(-50%);
} @keyframes user-registration-heartbeat {
0% {
box-shadow: 0 0 0 0 rgba(71, 91, 178, 0.6);
}
100% {
box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
}
}
span.ur-shortcode-form-embed-dot {
display: inline-block;
width: 12px;
height: 12px !important;
padding: 0 !important;
border: 0 !important;
border-radius: 50%;
background-color: #475bb2;
animation: user-registration-heartbeat 1.5s infinite !important;
margin: 3px 10px;
}
.wp-editor-tools span.ur-shortcode-form-embed-dot {
margin-top: 9px;
}
.ur-shortcode-form-embed-theme-tooltip {
display: none;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip {
z-index: 100100 !important;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-box {
margin-bottom: 18px;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
bottom: 8px;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
top: 0;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-box {
margin-left: 18px;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
left: 8px;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box {
max-width: 260px;
background: white;
border: none;
border-radius: 4px;
box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content {
color: #444444;
padding: 16px 20px 18px;
text-align: center;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content div *:first-child {
margin-top: 0 !important;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content h3 {
font-size: 16px;
letter-spacing: 0px;
line-height: 18px;
margin: 0;
color: #23282c;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
font-size: 14px;
letter-spacing: 0px;
line-height: 18px;
margin: 10px 0 0;
color: #444444;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content a {
color: #1d7bac;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn {
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
box-shadow: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0px;
padding: 7px 18px;
border: none;
background-color: #475bb2;
color: #ffffff;
display: block;
margin: 15px auto 0;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn:disabled {
cursor: default;
opacity: 0.5;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .ur-shortcod-form-embed-theme-done-btn:disabled:hover {
background-color: #475bb2;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-arrow-border {
border: none;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-top .tooltipster-arrow-background {
border-top-color: white;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-right .tooltipster-arrow-background {
border-right-color: white;
}
.ur-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-bottom .tooltipster-arrow-background {
border-bottom-color: white;
}
.block-editor-page .edit-post-layout .components-notice-list > div {
padding-left: 50px;
}
.block-editor-page .ur-shortcode-form-embed-dot {
position: absolute;
top: 75px;
left: 20px;
z-index: 9999;
}
.block-editor-page .ur-shortcode-form-embed-theme {
width: 260px !important;
z-index: 99980 !important;
margin-top: 5px;
}
.block-editor-page .ur-shortcode-form-embed-theme .tooltipster-box {
margin-top: 10px;
}
.block-editor-page .ur-shortcode-form-embed-theme .ur-shortcode-form-embed-theme-tooltips-red-arrow {
position: absolute;
display: block;
width: 15px;
height: 42px;
top: -65px;
left: 145px;
background-image: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/images/icons/red-arrow.svg);
background-size: 15px 42px;
background-repeat: no-repeat;
}
.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
padding-left: 125px;
}
.block-editor-page.is-fullscreen-mode .ur-shortcode-form-embed-dot {
left: 75px;
}
.block-editor-page.is-fullscreen-mode .ur-shortcode-form-embed-theme .ur-shortcode-form-embed-theme-tooltips-red-arrow {
left: 105px;
}
.wp-block-user-registration-content-restriction-enhanced .block-editor-inner-blocks {
margin-bottom: 25px;
}
.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note {
display: flex;
}
.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note .dashicons-lock {
font-size: 25px;
margin: 1px 5px 0px 0px;
}
.wp-block-user-registration-content-restriction-enhanced .user-registration-content-restriction-block-note .user-registration-content-restriction-block-note-text {
margin: 0px;
}
#ur-frontend-form .empty-list-table-container {
display: flex;
align-items: center;
justify-content: center;
padding: 50px;
}
.oxygen-add-section-accordion-contents[ng-if*=user-registration] .oxygen-add-section-element {
min-height: 100px !important;
line-height: 15px;
}
.ur-message-container {
border-radius: 8px;
box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
padding: 60px;
}
.ur-message-container .user-registration-message {
position: relative;
padding: 10px;
z-index: 9999;
display: flex;
align-items: center;
border-radius: 4px;
border-left: 4px solid #49c85f;
background: #f7fdf8;
border-top: none;
margin: 20px 0px;
padding-left: 40px;
}
.ur-message-container svg {
position: absolute;
z-index: 999999;
margin-top: 33px;
margin-left: 10px;
}
.user-registration-error {
padding: 10px !important;
display: flex;
align-items: center;
border-radius: 4px;
border-left: 4px solid #ff4f55;
background: 4px solid #fde8e8;
border-top: none;
}
.user-registration-error svg {
margin-right: 10px;
}
.user-registration-login-extra-section {
display: flex;
justify-content: space-between;
}
.user-registration-login-extra-section .user-registration-LostPassword {
color: #475bb2;
}
.user-registration-Button,
.ur-submit-button {
width: 100%;
background: #475bb2;
border-radius: 4px;
border: 1px solid #475bb2;
color: #ffffff;
}
.user-registration-Button:hover,
.ur-submit-button:hover {
background: #38488e;
border-color: #38488e;
color: #ffffff;
}
.user-registration-Button .ur-spinner,
.ur-submit-button .ur-spinner {
width: 16px;
height: 16px;
margin-left: 6px;
margin-bottom: 2px;
display: inline-block;
vertical-align: middle;
margin-top: 5px;
float: right;
}
.user-registration-Button .ur-spinner::before,
.ur-submit-button .ur-spinner::before {
width: 16px;
height: 16px;
position: absolute;
display: block;
content: "";
animation: spin 1s ease-in-out infinite;
background: url(//www.tuskevents.co.za/wp-content/plugins/user-registration/assets/images/icons/loader.svg) center center;
background-size: cover;
}
.ur-login-registration-nav {
width: 100%;
}
.ur-login-registration-nav ul {
display: flex;
list-style-type: none;
margin: 0;
padding: 0;
width: 100%;
}
.ur-login-registration-nav ul li {
flex: 1;
text-align: center;
padding: 15px 0;
cursor: pointer;
transition: all 0.3s ease;
color: #c5c5c5;
font-weight: 500;
border-radius: 8px 0 0 0;
border-top: 1px solid #f1f1f1;
background: #f9f9f9;
box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
clip-path: inset(0px -1px -1px -1px);
}
.ur-login-registration-nav ul li:first-child {
border-radius: 8px 0px 0 0;
border-top: 1px solid #f1f1f1;
margin-left: 10px;
}
.ur-login-registration-nav ul li:last-child {
border-radius: 0 8px 0px 0;
margin-right: 10px;
}
.ur-login-registration-nav ul li.active {
background: #fff;
color: #1f1f1f;
border-top: 1px solid #f1f1f1;
}
.login-registration .hidden {
display: none;
}
.ur-field-item input {
border-radius: 4px !important;
}
.ur-field-item .user-registration-error {
width: 100%;
position: unset;
letter-spacing: 0.18px;
font-weight: 400;
font-size: 12px;
line-height: 19px;
padding: 0px !important;
border: none !important;
background: transparent !important;
margin-left: unset !important;
}
.user-registration.ur-frontend-form {
background: #fff;
border-radius: 8px;
box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
padding: 60px;
}
.user-registration.ur-frontend-form input {
border-radius: 4px;
}
.user-registration.ur-frontend-form #user_email::before {
content: "\f348";
display: inline-block;
vertical-align: middle;
font-family: "Dashicon	s";
font-size: calc(100% + 10px);
margin-right: 0.875rem;
}
.ur-icon-user {
margin-right: 0.875rem;
}
.ur-icon-user::before {
content: "\f465";
display: inline-block;
vertical-align: middle;
font-family: "Dashicons";
}
.ur-registration-icon {
position: relative;
top: 50%;
padding: 8px;
left: 0;
transform: translateY(-50%);
}
.user-registration-login-form-container .ur-registered-from .ur-login-form-wrapper #user-registration {
width: 100%;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .ur-admin-page-topnav {
margin-bottom: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap.wrap {
margin: 0 auto;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .menu-edit {
border: none;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents {
padding: 24px;
background-color: #fafafa;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc {
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
box-shadow: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0px;
padding: 10px 24px;
border: none;
background-color: #475bb2;
color: #ffffff;
display: block;
margin: 24px auto 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc a {
color: #fff;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled {
cursor: default;
opacity: 0.5;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled:hover {
background-color: #475bb2;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-heading {
margin-top: 0;
padding-bottom: 16px;
border-bottom: 1px solid #e9e9e9;
text-transform: uppercase;
font-size: 16px;
font-weight: 500;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content p {
font-size: 16px;
margin: 20px auto;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents {
padding: 16px 16px 0 16px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content {
padding: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block:first-child h2.ur-toggle-heading {
margin-top: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 28px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings {
display: flex;
flex-direction: column;
gap: 12px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings label {
font-weight: 600;
gap: 6px;
margin-bottom: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings label .user-registration-help-tip {
font-size: 20px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings select {
height: 38px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings #ur-login-form-setting .ur-login-form-setting-block {
display: flex;
flex-direction: column;
gap: 24px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer #post-body .ur-builder-wrapper .ur-selected-inputs {
background: transparent;
padding: 24px;
}
body.user-registration-page .ur-frontend-form .ur-form-row .ur-form-grid .field-membership #ur-membership-registration {
max-width: 100%;
}
body.user-registration-page .user-registration-MyAccount-content__body .ur-frontend-form {
margin-bottom: 0;
}
body.user-registration-page .user-registration-MyAccount-content__body .ur-frontend-form .ur-form-row .ur-form-grid input[type=submit] {
width: max-content;
}
body.user-registration-page .user-registration-error, body.ur-multi-device-form-preview .user-registration-error, body.user-registration-membership_page_user-registration-login-forms .user-registration-error {
position: unset;
width: 100%;
margin: 0 0 24px;
align-items: center;
}
body.user-registration-page .user-registration-error svg, body.ur-multi-device-form-preview .user-registration-error svg, body.user-registration-membership_page_user-registration-login-forms .user-registration-error svg {
width: 28px;
height: 28px;
}
body.user-registration-page .user-registration-error li, body.ur-multi-device-form-preview .user-registration-error li, body.user-registration-membership_page_user-registration-login-forms .user-registration-error li {
color: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
letter-spacing: 0.15px;
}
body.user-registration-page .user-registration-error li strong, body.ur-multi-device-form-preview .user-registration-error li strong, body.user-registration-membership_page_user-registration-login-forms .user-registration-error li strong {
font-weight: 500;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-message, body.ur-multi-device-form-preview #user-registration:not(.user-registration-MyAccount) .user-registration-message, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-message {
align-items: flex-start;
margin: 0 0 24px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-message li, body.ur-multi-device-form-preview #user-registration:not(.user-registration-MyAccount) .user-registration-message li, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-message li {
flex: 1;
list-style: none;
}
body.user-registration-page #user-registration .ur-message-container, body.ur-multi-device-form-preview #user-registration .ur-message-container, body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container {
box-shadow: none;
padding: 0;
border-radius: 0;
}
body.user-registration-page #user-registration .ur-message-container svg, body.ur-multi-device-form-preview #user-registration .ur-message-container svg, body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container svg {
display: none;
}
body.user-registration-page #user-registration .ur-message-container .user-registration-message, body.ur-multi-device-form-preview #user-registration .ur-message-container .user-registration-message, body.user-registration-membership_page_user-registration-login-forms #user-registration .ur-message-container .user-registration-message {
margin-top: 0;
}
body.user-registration-page .user-registration-message, body.ur-multi-device-form-preview .user-registration-message, body.user-registration-membership_page_user-registration-login-forms .user-registration-message {
background: #f7fdf8;
padding: 12px 12px 12px 16px;
border-radius: 4px;
border-left: 4px solid #49c85f;
display: flex;
align-items: center;
gap: 12px;
color: #222222;
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.15px;
}
body.user-registration-page .user-registration-message::before, body.ur-multi-device-form-preview .user-registration-message::before, body.user-registration-membership_page_user-registration-login-forms .user-registration-message::before {
content: "";
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 25 25'%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12.5 22.5c5.523 0 10-4.477 10-10s-4.477-10-10-10-10 4.477-10 10 4.477 10 10 10Z'/%3E%3Cpath stroke='%2349C85F' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m9.5 12.5 2 2 4-4'/%3E%3C/svg%3E%0A");
background-position: center;
background-size: 100%;
background-repeat: no-repeat;
width: 24px;
height: 24px;
display: block;
}
body.user-registration-page .user-registration-message > ul, body.ur-multi-device-form-preview .user-registration-message > ul, body.user-registration-membership_page_user-registration-login-forms .user-registration-message > ul {
padding-left: 0;
margin: 0;
list-style: none;
}
body .user-registration-error > svg {
display: none;
}
body.user-registration-page .user-registration.ur-frontend-form, body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form {
max-width: 100%;
}
body.user-registration-page .user-registration.ur-frontend-form form .ur-button-container, body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form form .ur-button-container {
width: max-content;
}
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) {
box-shadow: none;
border: 1px solid #e9e9e9;
}
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--bordered:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]) {
background: transparent;
border-color: #e9e9e9;
box-shadow: none;
}
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) {
box-shadow: none;
border: 1px solid #e9e9e9;
border-radius: 0;
}
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item, body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item {
margin-bottom: 20px;
}
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item:last-child, body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid .ur-field-item:last-child {
margin-bottom: 0;
}
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]) {
background: #ffffff;
border-color: #e9e9e9;
box-shadow: none;
border-radius: 0 !important;
}
body.user-registration-page .user-registration.ur-frontend-form--flat:not(.login) form .ur-button-container .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--flat:not(.login) form .ur-button-container .ur-submit-button {
border-radius: 0;
}
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]) {
box-shadow: none;
}
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) {
border-radius: 30px;
}
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration.ur-frontend-form--rounded-edge:not(.login) form .ur-form-row .ur-form-grid select:not([type=file]) {
box-shadow: none;
}
body.user-registration-page #user-registration.user-registration-MyAccount,
body.user-registration-page .user-registration.user-registration-MyAccount, body.user-registration-membership_page_user-registration-login-forms #user-registration.user-registration-MyAccount,
body.user-registration-membership_page_user-registration-login-forms .user-registration.user-registration-MyAccount {
max-width: 1280px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount),
body.user-registration-page .user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
max-width: 520px;
border-radius: 4px;
background: #ffffff;
border: 0;
}
@media screen and (max-width: 575px) {
body.user-registration-page #user-registration:not(.user-registration-MyAccount),
body.user-registration-page .user-registration:not(.user-registration-MyAccount), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) {
padding: 40px 30px;
}
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-grid-2), body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-grid-3),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-grid-2),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-grid-3), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-grid-2), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-grid-3),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-grid-2),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-grid-3) {
max-width: 940px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--bordered) {
box-shadow: none;
border: 1px solid #e9e9e9;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) {
box-shadow: none;
border: 1px solid #e9e9e9;
border-radius: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid input:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid textarea:not([type=file]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=radio]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=checkbox]),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid select:not([type=file]) {
background: #ffffff;
border-color: #e9e9e9;
box-shadow: none;
border-radius: 0 !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--flat) .user-registration-form-login .ur-form-row .ur-form-grid .user-registration-Button {
border-radius: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-frontend-form--rounded-edge) {
border-radius: 30px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login {
margin: 0px auto;
box-shadow: 0px 4px 16px 0px rgba(17, 17, 26, 0.05), 0px 8px 32px 0px rgba(17, 17, 26, 0.05);
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error {
display: block;
color: #222222 !important;
font-size: 14px;
line-height: 21px;
letter-spacing: 0.15px;
padding: 10px !important;
font-weight: 400;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error::before {
font-weight: 500;
color: rgb(255, 2.5, 11.1079545455);
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form.login .user-registration-error strong {
font-weight: 500;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid label {
margin-left: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .input-text {
background: transparent;
height: auto;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--bordered .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button {
background: #475bb2;
border-radius: 4px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat {
background: transparent;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .input-text {
height: auto;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--flat .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button:disabled {
background: #eaeaea !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid label {
margin-left: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form--rounded .user-registration-form-login .ur-form-row .ur-form-grid .input-text {
height: auto;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form-login .ur-form-row .ur-form-grid .ur-submit-button {
margin-right: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-login-title,
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-registration-title,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-login-title,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-registration-title, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-login-title,
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-registration-title,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-login-title,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-registration-title {
color: #1f1f1f;
font-size: 32px;
font-weight: 600;
line-height: 48px;
letter-spacing: 0.15px;
display: block;
text-align: center;
margin-bottom: 8px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-login-description,
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .user-registration-registration-description,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-login-description,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .user-registration-registration-description, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-login-description,
body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .user-registration-registration-description,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-login-description,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .user-registration-registration-description {
color: #333;
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.15px;
margin-bottom: 30px;
text-align: center;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) br,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) br, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) br,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) br {
display: none;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid #user-registration-tfa-attempts-left {
margin-bottom: 12px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error {
width: 100%;
position: unset;
align-items: center;
margin-bottom: 24px !important;
letter-spacing: 0.18px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error::before {
margin-right: 4px;
font-size: 16px;
color: #f25656;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error svg {
width: 28px;
height: 28px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li {
color: #222222;
font-size: inherit;
font-weight: 400;
line-height: inherit;
letter-spacing: 0.15px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-error li strong {
font-weight: 500;
padding-right: 4px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message {
margin-left: 10px;
margin-right: 10px;
margin-bottom: 24px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-message ul {
margin: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container {
margin-bottom: 24px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-lost-password-content-container .ur-lost-password-title {
margin: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .user-registration-form-row {
margin-bottom: 12px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon {
display: block;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon svg {
top: 50%;
transform: translateY(-50%);
left: 12px;
width: 14px;
height: 14px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input {
min-height: 38px;
max-height: 38px;
margin-bottom: 0;
padding: 0 14px 0 36px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-input-with-icon input:focus {
border-color: #027abb;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item label:not(.user-registration-error) {
margin-top: 0;
margin-bottom: 12px;
color: #222;
font-size: 15px;
font-weight: 500;
line-height: 19px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper {
display: block;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
margin-bottom: 0;
border-radius: 4px;
border: 1px solid #e9e9e9;
min-height: 38px;
max-height: 38px;
font-size: 14px;
line-height: 20px;
padding: 0 14px;
color: #383838;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:focus {
border-color: #027abb;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input::placeholder {
color: #858585;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container {
display: flex !important;
align-items: center;
gap: 4px;
margin-top: 32px;
padding: 0 10px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button {
width: max-content;
border: 0;
padding: 10px 24px;
color: #ffffff;
font-size: 15px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0.15px;
border: 1px solid #475bb2;
margin-right: 0;
background: #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .ur-submit-button:hover {
border-color: #38488e;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button {
margin-left: 0;
background: transparent;
color: #475bb2;
border: 1px solid #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-button-container .user-registration-save-and-continue-button:hover {
background: #475bb2;
color: #ffffff;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form {
box-shadow: none;
margin-bottom: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-error {
position: unset;
width: 100%;
margin: 0 !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row {
margin-bottom: 24px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper {
display: block;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-form-row .input-wrapper input {
min-height: 38px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div {
display: block;
margin-top: 32px;
float: unset !important;
flex-direction: row-reverse;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit],
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit], body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit],
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit] {
border: 0;
padding: 10px 24px;
color: #ffffff;
font-size: 15px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0.15px;
background: #475bb2;
border: 1px solid #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit]:hover,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit]:hover, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit]:hover,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div input[type=submit]:hover {
background: #38488e;
border-color: #38488e;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button {
padding: 10px 24px;
font-size: 15px;
line-height: 25px;
background: #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:disabled,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:disabled, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:disabled,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:disabled {
pointer-events: none;
border-color: #f6f7f7 !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-Button:hover {
background: #38488e;
border-color: #38488e;
color: #ffffff;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div:has(.user-registration-passwordless-login),
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div:has(.user-registration-passwordless-login), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div:has(.user-registration-passwordless-login),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div:has(.user-registration-passwordless-login) {
display: flex;
flex-direction: column-reverse;
gap: 16px !important;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login {
width: 100%;
text-align: center;
margin: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a {
font-size: 15px;
line-height: 25px;
color: #4e4e4e;
background: #f4f4f4;
border: 1px solid #f4f4f4;
width: 100%;
display: block;
padding: 10px 24px;
border-radius: 4px;
transition: all 0.3s;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a:hover,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a:hover, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a:hover,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid > div .user-registration-passwordless-login a:hover {
background: #475bb2;
border-color: #475bb2;
color: #ffffff;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
flex-direction: row;
margin-top: -4px;
float: unset;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn label {
width: auto;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword {
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0.15px;
margin: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-before-login-btn .user-registration-LostPassword a {
text-underline-offset: 4px;
color: #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register {
display: flex;
width: 100%;
padding-top: 16px;
justify-content: center;
margin-bottom: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-register a {
text-underline-offset: 4px;
color: #475bb2;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks {
flex-direction: column;
position: relative;
margin-bottom: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::before,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::before, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::before,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::before {
content: "or";
font-size: 14px;
line-height: 24px;
background: #ffffff;
padding: 0 10px;
display: block;
z-index: 1;
position: relative;
color: #333;
letter-spacing: 0.15px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::after,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::after, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::after,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks::after {
content: "";
position: absolute;
width: 100%;
height: 1px;
top: 12px;
left: 50%;
transform: translateX(-50%);
background: #d9d9d9;
z-index: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists {
display: flex;
justify-content: center;
align-items: center;
gap: 20px;
width: 100%;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists .ursc-login-media {
margin: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a, body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_2 .ursc-login-media a,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_3 .ursc-login-media a {
width: 40px;
height: 40px;
padding: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 {
flex-wrap: wrap;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media {
width: 47%;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-frontend-form .user-registration-form .ur-form-row .ur-form-grid .user-registration-social-connect-networks .ursc-network-lists.ursc_theme_4 .ursc-login-media .ursc-login-text {
font-size: 13px;
line-height: 24px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li {
margin: 0;
padding: 16px;
color: #c5c5c5;
font-size: 16px;
font-weight: 500;
line-height: 21px;
letter-spacing: 0.85px;
text-transform: uppercase;
border: 0;
box-shadow: none;
clip-path: none;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active,
body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-login-registration-nav ul li.active {
color: #1f1f1f;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav),
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav), body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav),
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) {
padding: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form,
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form {
padding: 50px 40px 40px;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration,
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .user-registration {
margin-top: 0;
}
body.user-registration-page #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form,
body.user-registration-page .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form, body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form,
body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount):has(.ur-login-registration-nav) .ur-frontend-form .ur-form-row .ur-form-grid .ur-frontend-form {
padding: 0;
box-shadow: none;
margin-bottom: 0;
}
body.woocommerce-checkout .user-registration.urwc-form {
all: unset;
}
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid {
margin: 0 -10px;
}
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item ul,
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item ol {
padding-left: 4px;
}
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:not([type=checkbox]), body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input:not([type=radio]) {
min-height: 50px;
max-height: 50px;
border: 1px solid;
border-color: inherit;
}
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item select {
min-height: 50px;
max-height: 50px;
border: 1px solid;
border-color: inherit;
border-radius: 4px;
}
body.woocommerce-checkout .user-registration.urwc-form .ur-form-row .ur-form-grid .ur-field-item textarea {
border: 1px solid;
border-color: inherit;
border-radius: 4px;
}
.user-registration-login-form-container .ur-registered-from .ur-login-form-wrapper #user-registration {
width: 100%;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .ur-admin-page-topnav {
margin-bottom: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap.wrap {
margin: 0 auto;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .menu-edit {
border: none;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents {
padding: 24px;
background-color: #ffffff;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc {
border-radius: 3px;
cursor: pointer;
text-decoration: none;
text-align: center;
vertical-align: middle;
white-space: nowrap;
box-shadow: none;
font-size: 14px;
font-weight: 600;
letter-spacing: 0px;
padding: 10px 24px;
border: none;
background-color: #475bb2;
color: #ffffff;
display: block;
margin: 24px auto 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc a {
color: #fff;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled {
cursor: default;
opacity: 0.5;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-tab-contents .ur-login-view-doc:disabled:hover {
background-color: #475bb2;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-heading {
margin-top: 0;
padding-bottom: 16px;
border-bottom: 1px solid #e9e9e9;
text-transform: uppercase;
font-size: 16px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content p {
font-size: 16px;
margin: 20px auto;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action {
display: flex;
padding: 6px 6px 6px 12px;
gap: 8px;
justify-content: space-between;
width: 100%;
background: #fff;
border: 1px solid #edeff7;
border-radius: 4px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action input {
background: transparent;
border: none;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs .ui-widget-content .ur-login-content .login-forms-shortcode-action .ur-copy-shortcode {
line-height: unset;
padding: 6px;
background: #edeff7;
border: none;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents {
padding: 16px 16px 0 16px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content {
padding: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block:first-child h2.ur-toggle-heading {
margin-top: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content {
margin-top: 24px;
display: flex;
flex-direction: column;
gap: 28px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings {
display: flex;
flex-direction: column;
gap: 12px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings label {
font-weight: 600;
gap: 6px;
margin-bottom: 0;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings label .user-registration-help-tip {
font-size: 20px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings .ur-tab-contents .ur-tab-content form .ur-login-form-setting-block .ur-toggle-content .user-registration-login-form-global-settings select {
height: 38px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer .ur-registered-inputs.ur-login-form-settings #ur-login-form-setting .ur-login-form-setting-block {
display: flex;
flex-direction: column;
gap: 24px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .ur-form-subcontainer #post-body .ur-builder-wrapper .ur-selected-inputs {
background: transparent;
padding: 24px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .user-registration-login-settings-form {
border-radius: 4px;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .user-registration-login-settings-form#ur-frontend-form {
border: 1px solid #EDF2F7;
}
.user-registration-membership_page_user-registration-login-forms #wpcontent .user-registration-login-form-container .user-registration__wrap .user-registration-login-settings-form a {
pointer-events: none;
}
body.user-registration-page .elementor-widget-container .user-registration:not(.user-registration-MyAccount) {
background: transparent;
border-radius: 0;
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li {
position: relative;
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-registration-form:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/registration-form.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-login-form:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/login-form.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-myaccount:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/my-account.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-edit-profile:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/edit-profile.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-edit-password:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/edit-password.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-content-restriction:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/content-restriction.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-membership-groups:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/membership-groups.svg);
}
.et-db #et-boc .et-l .et-fb-modules-list ul > li.urm-membership-thank-you:before {
content: "";
display: inline-block;
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
background-image: url(https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/.https://www.tuskevents.co.za/wp-content/plugins/user-registration/assets/css/images/blocks/thankyou.svg);
}@font-face{font-family:'FontAwesome';src:url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-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}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.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-remove:before,.fa-close:before,.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,.fa-bar-chart: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-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.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,.fa-gratipay: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-pp: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-buoy: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-resistance: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-y-combinator-square:before,.fa-yc-square:before,.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"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}
#qtip-overlay.blurs,.qtip-close{cursor:pointer}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content,.qtip-titlebar{position:relative;overflow:hidden}.qtip-content{padding:5px 9px;text-align:left;word-wrap:break-word}.qtip-titlebar{padding:5px 35px 5px 10px;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:normal 700 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-red,.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:#4A4A4A;background-color:rgba(0,0,0,0)}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{background-color:transparent;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}#qtip-overlay,#qtip-overlay div{left:0;top:0;width:100%;height:100%}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed}#qtip-overlay div{position:absolute;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important} .fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object{padding:0;margin:0;border:0;outline:0;vertical-align:top}.fancybox-wrap{position:absolute;top:0;left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:8020}.fancybox-skin{position:relative;background:#f9f9f9;color:#444;text-shadow:none;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px}.fancybox-opened{z-index:8030}.fancybox-opened .fancybox-skin{-webkit-box-shadow:0 10px 25px rgba(0,0,0,.5);-moz-box-shadow:0 10px 25px rgba(0,0,0,.5);box-shadow:0 10px 25px rgba(0,0,0,.5)}.fancybox-inner,.fancybox-outer{position:relative}.fancybox-inner{overflow:hidden}.fancybox-type-iframe .fancybox-inner{-webkit-overflow-scrolling:touch}.fancybox-error{color:#444;font:14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin:0;padding:15px;white-space:nowrap}.fancybox-iframe,.fancybox-image{display:block;width:100%;height:100%}.fancybox-image{max-width:100%;max-height:100%}#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/fancybox_sprite.png)}#fancybox-loading{position:fixed;top:50%;left:50%;margin-top:-22px;margin-left:-22px;background-position:0 -108px;opacity:.8;cursor:pointer;z-index:8060}#fancybox-loading div{width:44px;height:44px;background:url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/fancybox_loading.gif) center center no-repeat}.fancybox-close{position:absolute;top:-18px;right:-18px;width:36px;height:36px;cursor:pointer;z-index:8040}.fancybox-nav{position:absolute;top:0;width:40%;height:100%;cursor:pointer;text-decoration:none;background:transparent url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/blank.gif);-webkit-tap-highlight-color:rgba(0,0,0,0);z-index:8040}.fancybox-prev{left:0}.fancybox-next{right:0}.fancybox-nav span{position:absolute;top:50%;width:36px;height:34px;margin-top:-18px;cursor:pointer;z-index:8040;visibility:hidden}.fancybox-prev span{left:10px;background-position:0 -36px}.fancybox-next span{right:10px;background-position:0 -72px}.fancybox-nav:hover span{visibility:visible}.fancybox-tmp{position:absolute;top:-99999px;left:-99999px;max-width:99999px;max-height:99999px;overflow:visible!important}.fancybox-lock{overflow:visible!important;width:auto}.fancybox-lock body{overflow:hidden!important}.fancybox-lock-test{overflow-y:hidden!important}.fancybox-overlay{position:absolute;top:0;left:0;overflow:hidden;display:none;z-index:8010;background:url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/fancybox_overlay.png)}.fancybox-overlay-fixed{position:fixed;bottom:0;right:0}.fancybox-lock .fancybox-overlay{overflow:auto;overflow-y:scroll}.fancybox-title{visibility:hidden;font:normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;position:relative;text-shadow:none;z-index:8050}.fancybox-opened .fancybox-title{visibility:visible}.fancybox-title-float-wrap{position:absolute;bottom:0;right:50%;margin-bottom:-35px;z-index:8050;text-align:center}.fancybox-title-float-wrap .child{display:inline-block;margin-right:-100%;padding:2px 20px;background:0 0;background:rgba(0,0,0,.8);-webkit-border-radius:15px;-moz-border-radius:15px;border-radius:15px;text-shadow:0 1px 2px #222;color:#fff;font-weight:700;line-height:24px;white-space:nowrap}.fancybox-title-outside-wrap{position:relative;margin-top:10px;color:#fff}.fancybox-title-inside-wrap{padding-top:10px}.fancybox-title-over-wrap{position:absolute;bottom:0;left:0;color:#fff;padding:10px;background:#000;background:rgba(0,0,0,.8)}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5){#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span{background-image:url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/fancybox_sprite@2x.png);background-size:44px 152px}#fancybox-loading div{background-image:url(//www.tuskevents.co.za/wp-content/plugins/quform/images/fancybox/fancybox_loading@2x.gif);background-size:24px 24px}}.quform,.quform *{-webkit-box-sizing:border-box;box-sizing:border-box}.quform-rtl{direction:rtl;unicode-bidi:embed}.quform-cf:after,.quform-cf:before,.quform-child-elements:after,.quform-child-elements:before,.quform-element-row:after,.quform-element-row:before{content:" ";display:table}.quform-cf:after,.quform-child-elements:after,.quform-element-row:after{clear:both}.quform-cf,.quform-child-elements,.quform-element-row{zoom:1}.quform-js .quform-prevent-fouc{visibility:hidden}.quform input[type=checkbox],.quform input[type=radio]{vertical-align:middle;width:auto;-webkit-box-shadow:none!important;box-shadow:none!important;margin:0}.quform button::-moz-focus-inner{border:0}.quform :focus,.quform a:focus{outline:0}.quform input:focus,.quform select:focus,.quform textarea:focus{outline:0}@font-face{font-family:QIconSet;src:url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/QIconSet.eot?32nq9y);src:url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/QIconSet.eot?32nq9y#iefix) format('embedded-opentype'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/QIconSet.ttf?32nq9y) format('truetype'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/QIconSet.woff?32nq9y) format('woff'),url(//www.tuskevents.co.za/wp-content/plugins/quform/fonts/QIconSet.svg?32nq9y#QIconSet) format('svg');font-weight:400;font-style:normal}.quform-button-submit-default.quform-button-next.quform-button-animation-two>button:after,.quform-captcha-image:before,.quform-datepicker .k-calendar .k-nav-next span:before,.quform-datepicker .k-calendar .k-nav-prev span:before,.quform-edit-form-link i:before,.quform-element-time .quform-field-iconi i:before,.quform-loading-type-spinner-3 .quform-loading-spinner:before,.select2-container--quform .select2-search--dropdown:before,.select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.select2-container--quform .select2-selection__arrow b,[class*=" qicon-"],[class^=qicon-]{font-family:QIconSet!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.qicon-add_circle:before{content:"\e3bb"}.qicon-arrow_back:before{content:"\e5c5"}.qicon-arrow_forward:before{content:"\e5c9"}.qicon-check:before{content:"\e5cb"}.qicon-close:before{content:"\e5ce"}.qicon-remove_circle:before{content:"\e15e"}.qicon-schedule:before,.quform-element-time .quform-field-iconi i:before{content:"\e8b5"}.qicon-mode_edit:before,.quform-edit-form-link i:before{content:"\e254"}.qicon-favorite_border:before{content:"\e87e"}.qicon-file_upload:before{content:"\e2c6"}.qicon-star:before{content:"\e838"}.qicon-keyboard_arrow_down:before,.select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.select2-container--quform .select2-selection__arrow b:before{content:"\e313"}.qicon-keyboard_arrow_up:before,.select2-container--quform.select2-container--open .select2-selection--multiple .select2-selection__rendered:before,.select2-container--quform.select2-container--open .select2-selection__arrow b:before{content:"\e316"}.qicon-send:before{content:"\e163"}.qicon-thumb_down:before{content:"\e8db"}.qicon-thumb_up:before{content:"\e8dc"}.qicon-refresh:before,.quform-captcha-image:before{content:"\f021"}.qicon-question-circle:before{content:"\f059"}.qicon-calendar:before{content:"\f073"}.qicon-qicon-star-half:before{content:"\f123"}.qicon-paper-plane:before,.quform-loading-type-spinner-3 .quform-loading-spinner:before{content:"\f1d9"}.qicon-search:before,.select2-container--quform .select2-search--dropdown:before{content:"\e8b6"}.quform .fa{font-family:FontAwesome;font-weight:400}.quform{max-width:100%}.quform-position-center{margin:0 auto}.quform-position-right{margin:0 0 0 auto}.quform-form-inner{position:relative}.quform .quform-elements{margin:0;padding:0}.quform .quform-element{position:relative}.quform-spacer{padding:0 0 15px 0;margin:0 0 5px 0}.quform .quform-element-group>.quform-spacer,.quform .quform-inner-name .quform-spacer{padding:0;margin:0}.quform-input{position:relative;max-width:100%;margin:0 0 3px 0}.quform-hidden{display:none}.quform-label>label>.quform-required{color:#cc0101;margin:0 0 0 5px;font-size:90%}.quform-rtl .quform-label>label>.quform-required{margin:0 5px 0 0}.quform .quform-field-captcha,.quform .quform-field-date,.quform .quform-field-email,.quform .quform-field-file,.quform .quform-field-multiselect,.quform .quform-field-password,.quform .quform-field-select,.quform .quform-field-text,.quform .quform-field-textarea,.quform .quform-field-time,.quform .select2-container--quform .select2-selection{display:block;margin:0;min-width:10px;max-width:100%;width:100%;padding:8px;height:auto;line-height:1.5;font-size:1em;border:1px solid #e3e3e3}.quform .quform-field-file{line-height:1;border:0;background-color:transparent;padding:0}.quform-field-multiselect{resize:vertical}.quform .quform-field-captcha,.quform .quform-field-date,.quform .quform-field-email,.quform .quform-field-password,.quform .quform-field-text,.quform .quform-field-textarea,.quform .quform-field-time{-webkit-appearance:none}.select2-container--quform.select2-container--above.select2-container--open .select2-selection{border-top-left-radius:0;border-top-right-radius:0}.select2-container--quform.select2-container--below.select2-container--open .select2-selection{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--quform .select2-selection .select2-selection__rendered{padding-left:0}.quform .quform-input-multiselect .select2-container--quform .select2-selection{padding-bottom:0;padding-top:0}.select2-container--quform .select2-selection--multiple .select2-selection__rendered{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;list-style:none;margin:0;width:100%;padding:0}.select2-container--quform .select2-selection--multiple .select2-selection__choice{position:relative;float:left;margin:8px 4px 8px 0;-webkit-box-shadow:none;box-shadow:none;font-size:inherit;line-height:1.5;list-style:none;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding:0 27px 0 12px;border-radius:0;background:#ddd none;background:#fcfcfc;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,252,252,.05)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(252,252,252,.05) 0,rgba(0,0,0,.1) 100%);border:1px solid #ddd;color:#666}.select2-container--quform .select2-selection--multiple .select2-selection__choice__remove{position:absolute;top:50%;right:8px;height:14px;line-height:14px;margin-top:-7px;font-weight:700}.select2-container--quform .select2-selection--multiple{min-height:10px}.select2-container--quform .select2-search--inline{list-style:none;margin:0;padding:0}.select2-container--quform .select2-search--inline .select2-search__field{font-size:1em;line-height:1.5;height:auto;border:0;border-radius:0;margin:8px 0 8px 0;padding:0;background-color:transparent;-webkit-box-shadow:none!important;box-shadow:none!important;-webkit-appearance:textfield}.select2-container--quform .select2-search--inline:first-child,.select2-container--quform .select2-search--inline:first-child .select2-search__field{width:100%!important}.select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.select2-container--quform .select2-selection__arrow{position:absolute;top:50%;right:6px;bottom:auto;left:auto;width:18px;height:18px;line-height:18px;margin-top:-9px;font-size:16px;color:#111}.quform-rtl .select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.quform-rtl .select2-container--quform .select2-selection__arrow{right:auto;left:6px}.select2-container--quform .select2-selection__arrow b{display:inline-block}.select2-container--quform .select2-dropdown{border-radius:0;background:#fff;border:1px solid #ddd;-webkit-box-shadow:none;box-shadow:none;overflow:hidden;z-index:100000}.select2-container--quform .select2-dropdown--above{border-bottom:none}.select2-container--quform .select2-dropdown--below{border-top:none}.select2-container--quform .select2-search--dropdown{position:relative;padding:0;margin:0}.select2-container--quform .select2-search--dropdown .select2-search__field{border:0 solid #ddd;border-bottom-width:1px;margin:0;line-height:inherit;padding:8px 34px 8px 15px;-webkit-box-shadow:none;box-shadow:none}.quform-rtl .select2-container--quform .select2-search--dropdown .select2-search__field{padding:8px 15px 8px 34px}.select2-container--quform .select2-search--dropdown:before{font-size:14px;height:22px;line-height:22px;margin-top:-11px;position:absolute;right:8px;top:50%}.quform-rtl .select2-container--quform .select2-search--dropdown:before{left:8px;right:auto}.select2-container--quform .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--quform .select2-results__option{margin-bottom:0;padding:8px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;line-height:15px}.select2-container--quform .select2-results__option:first-child{border-top:none}.select2-container--quform .select2-results__option:last-child{border-bottom:none}.select2-container--quform .select2-results__option[role=group]{padding:0}.select2-container--quform .select2-results__group{display:block;padding:8px 15px;font-weight:700}.select2-container--quform .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{background-color:transparent;color:#ccc;border-color:transparent}.select2-container--quform .select2-results__option--highlighted[aria-selected]{background-color:#fcfcfc;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,252,252,.05)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(252,252,252,.05) 0,rgba(0,0,0,.1) 100%);border-color:#ddd;color:#666}.select2-dropdown ul li{margin:0;list-style:none}.quform .quform-field-textarea{height:200px}.quform-input-captcha,.quform-input-date,.quform-input-email,.quform-input-file,.quform-input-multiselect,.quform-input-password,.quform-input-select,.quform-input-text,.quform-input-textarea,.quform-input-time,.select2-container--quform .select2-selection{width:100%}.quform-field-size-slim>.quform-input>.quform-field-captcha,.quform-field-size-slim>.quform-input>.quform-field-date,.quform-field-size-slim>.quform-input>.quform-field-email,.quform-field-size-slim>.quform-input>.quform-field-multiselect,.quform-field-size-slim>.quform-input>.quform-field-password,.quform-field-size-slim>.quform-input>.quform-field-select,.quform-field-size-slim>.quform-input>.quform-field-text,.quform-field-size-slim>.quform-input>.quform-field-textarea,.quform-field-size-slim>.quform-input>.select2-container--quform .select2-selection,.quform-field-size-slim>.quform-input>span>span>.quform-field-date,.quform-field-size-slim>.quform-input>span>span>.quform-field-time,.quform-upload-file{padding:5px;font-size:90%}.quform-field-size-slim>.quform-input>.quform-field-textarea{height:100px}.quform-field-size-slim>.quform-input>.select2-container--quform .select2-selection--multiple{padding-top:0;padding-bottom:0}.quform-field-size-slim>.quform-input>.select2-container--quform .select2-search--inline .select2-search__field,.quform-field-size-slim>.quform-input>.select2-container--quform .select2-selection--multiple .select2-selection__choice{margin-top:4px;margin-bottom:4px}.quform-field-size-fat>.quform-input>.quform-field-captcha,.quform-field-size-fat>.quform-input>.quform-field-date,.quform-field-size-fat>.quform-input>.quform-field-email,.quform-field-size-fat>.quform-input>.quform-field-multiselect,.quform-field-size-fat>.quform-input>.quform-field-password,.quform-field-size-fat>.quform-input>.quform-field-select,.quform-field-size-fat>.quform-input>.quform-field-text,.quform-field-size-fat>.quform-input>.quform-field-textarea,.quform-field-size-fat>.quform-input>.quform-field-time,.quform-field-size-fat>.quform-input>.select2-container--quform .select2-selection,.quform-field-size-fat>.quform-input>span>span>.quform-field-date,.quform-field-size-fat>.quform-input>span>span>.quform-field-time{padding:14px;font-size:110%}.quform-field-size-fat>.quform-input>.quform-field-textarea{height:300px}.quform-field-size-fat>.quform-input>.select2-container--quform .select2-selection--multiple{padding-top:6px;padding-bottom:6px}.quform-field-size-huge>.quform-input>.quform-field-captcha,.quform-field-size-huge>.quform-input>.quform-field-date,.quform-field-size-huge>.quform-input>.quform-field-email,.quform-field-size-huge>.quform-input>.quform-field-multiselect,.quform-field-size-huge>.quform-input>.quform-field-password,.quform-field-size-huge>.quform-input>.quform-field-select,.quform-field-size-huge>.quform-input>.quform-field-text,.quform-field-size-huge>.quform-input>.quform-field-textarea,.quform-field-size-huge>.quform-input>.quform-field-time,.quform-field-size-huge>.quform-input>.select2-container--quform .select2-selection,.quform-field-size-huge>.quform-input>span>span>.quform-field-date,.quform-field-size-huge>.quform-input>span>span>.quform-field-time{padding:22px;font-size:120%}.quform-field-size-huge>.quform-input>.quform-field-textarea{height:400px}.quform-field-size-huge>.quform-input>.select2-container--quform .select2-selection--multiple{padding-top:14px;padding-bottom:14px}.quform-field-size-slim>.quform-error>.quform-error-inner{padding-top:1px;padding-bottom:1px;font-size:85%}.quform-field-size-fat>.quform-error>.quform-error-inner{padding-top:6px;padding-bottom:6px}.quform-field-size-huge>.quform-error>.quform-error-inner{padding-top:10px;padding-bottom:10px;font-size:110%}.quform-button-width-tiny .quform-loading-position-center,.quform-button-width-tiny .quform-option-label,.quform-button-width-tiny>.quform-upload-button,.quform-element-submit.quform-button-width-tiny button,.quform-field-width-tiny>.quform-input,.quform-field-width-tiny>.quform-upload-dropzone{width:100px}.quform-button-width-small .quform-loading-position-center,.quform-button-width-small .quform-option-label,.quform-button-width-small>.quform-upload-button,.quform-element-submit.quform-button-width-small button,.quform-field-width-small .quform-upload-dropzone,.quform-field-width-small>.quform-input{width:200px}.quform-button-width-medium .quform-loading-position-center,.quform-button-width-medium .quform-option-label,.quform-button-width-medium>.quform-upload-button,.quform-element-submit.quform-button-width-medium button,.quform-field-width-medium .quform-upload-dropzone,.quform-field-width-medium>.quform-input{width:300px}.quform-button-width-large .quform-loading-position-center,.quform-button-width-large .quform-option-label,.quform-button-width-large>.quform-upload-button,.quform-element-submit.quform-button-width-large button,.quform-field-width-large .quform-upload-dropzone,.quform-field-width-large>.quform-input{width:400px}.quform-field-width-tiny>.quform-error>.quform-error-inner{float:left;width:100px}.quform-field-width-small>.quform-error>.quform-error-inner{float:left;width:200px}.quform-field-width-medium>.quform-error>.quform-error-inner{float:left;width:300px}.quform-field-width-large>.quform-error>.quform-error-inner{float:left;width:400px}.quform-rtl .quform-field-width-large>.quform-error>.quform-error-inner,.quform-rtl .quform-field-width-medium>.quform-error>.quform-error-inner,.quform-rtl .quform-field-width-small>.quform-error>.quform-error-inner,.quform-rtl .quform-field-width-tiny>.quform-error>.quform-error-inner{float:right}.quform-element-submit.quform-button-width-full>.quform-button-next-default,.quform-element-submit.quform-button-width-full>.quform-button-submit-default{width:70%;float:right;margin-right:0}.quform-element-submit.quform-button-width-full>.quform-button-back-default{width:28%;float:left;margin-right:0}.quform-element-page.quform-first-page .quform-element-submit.quform-button-width-full>.quform-button-back-default,.quform-element-page.quform-first-page .quform-element-submit.quform-button-width-full>.quform-button-next-default,.quform-element-page.quform-first-page .quform-element-submit.quform-button-width-full>.quform-button-submit-default{float:none;clear:both;width:100%;margin-right:0;margin-left:0}.quform-button-width-full>.quform-upload-button,.quform-element-submit.quform-button-width-full button{width:100%}.quform-button-width-full.quform-options-style-button .quform-option{width:100%;padding-left:0;padding-right:0}.quform-button-width-full.quform-options-style-button .quform-option-label{width:100%;margin-left:0;margin-right:0}.quform-field-icon{pointer-events:none}.quform-field-icon,.quform-upload-file-remove{position:absolute;top:50%;margin-top:-9px;height:18px;line-height:18px;width:18px;font-size:14px;text-align:center}.quform-input-date>.quform-field-icon,.quform-input-time>.quform-field-icon{pointer-events:auto}.quform-elements .quform-input-textarea .quform-field-icon-left,.quform-elements .quform-input-textarea .quform-field-icon-right{top:11px;margin-top:0}.quform-elements .quform-field-size-slim .quform-input-textarea .quform-field-icon-left,.quform-elements .quform-field-size-slim .quform-input-textarea .quform-field-icon-right{top:7px}.quform-elements .quform-field-size-huge .quform-input-textarea .quform-field-icon-left,.quform-elements .quform-field-size-huge .quform-input-textarea .quform-field-icon-right{top:26px}.quform-elements .quform-field-size-fat .quform-input-textarea .quform-field-icon-left,.quform-elements .quform-field-size-fat .quform-input-textarea .quform-field-icon-right{top:18px}.quform-field-icon-left{left:12px}.quform-field-size-slim>.quform-has-field-icon-left>.quform-field-icon-left{left:8px}.quform-field-size-fat>.quform-has-field-icon-left>.quform-field-icon-left{left:19px}.quform-field-size-huge>.quform-has-field-icon-left>.quform-field-icon-left{left:27px;font-size:18px}.quform-field-icon-right,.quform-upload-file-remove{right:12px}.quform-field-size-slim .quform-upload-file-remove,.quform-field-size-slim>.quform-has-field-icon-right>.quform-field-icon-right{right:8px}.quform-field-size-fat .quform-upload-file-remove,.quform-field-size-fat>.quform-has-field-icon-right>.quform-field-icon-right{right:19px}.quform-field-size-huge .quform-upload-file-remove,.quform-field-size-huge>.quform-has-field-icon-right>.quform-field-icon-right{right:27px;font-size:18px}.quform-input-date .quform-field-icon,.quform-input-time .quform-field-icon{cursor:pointer}.quform .quform-has-field-icon-left>.quform-field-captcha,.quform .quform-has-field-icon-left>.quform-field-date,.quform .quform-has-field-icon-left>.quform-field-email,.quform .quform-has-field-icon-left>.quform-field-password,.quform .quform-has-field-icon-left>.quform-field-text,.quform .quform-has-field-icon-left>.quform-field-textarea,.quform .quform-has-field-icon-left>.quform-field-time,.quform .quform-has-field-icon-left>span>span>.quform-field-date,.quform .quform-has-field-icon-left>span>span>.quform-field-time{padding-left:36px}.quform .quform-has-field-icon-right>.quform-field-captcha,.quform .quform-has-field-icon-right>.quform-field-date,.quform .quform-has-field-icon-right>.quform-field-email,.quform .quform-has-field-icon-right>.quform-field-password,.quform .quform-has-field-icon-right>.quform-field-text,.quform .quform-has-field-icon-right>.quform-field-textarea,.quform .quform-has-field-icon-right>.quform-field-time,.quform .quform-has-field-icon-right>span>span>.quform-field-date,.quform .quform-has-field-icon-right>span>span>.quform-field-time{padding-right:36px}.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-captcha,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-date,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-email,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-password,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-select,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-text,.quform .quform-field-size-slim .quform-has-field-icon-left>.quform-field-textarea,.quform .quform-field-size-slim .quform-has-field-icon-left>span>span>.quform-field-date,.quform .quform-field-size-slim .quform-has-field-icon-left>span>span>.quform-field-time{padding-left:28px}.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-captcha,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-date,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-email,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-password,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-select,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-text,.quform .quform-field-size-slim .quform-has-field-icon-right>.quform-field-textarea,.quform .quform-field-size-slim .quform-has-field-icon-right>span>span>.quform-field-date,.quform .quform-field-size-slim .quform-has-field-icon-right>span>span>.quform-field-time{padding-right:28px}.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-captcha,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-date,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-email,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-password,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-select,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-text,.quform .quform-field-size-fat .quform-has-field-icon-left>.quform-field-textarea,.quform .quform-field-size-fat .quform-has-field-icon-left>span>span>.quform-field-date,.quform .quform-field-size-fat .quform-has-field-icon-left>span>span>.quform-field-time{padding-left:52px}.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-captcha,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-date,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-email,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-password,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-select,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-text,.quform .quform-field-size-fat .quform-has-field-icon-right>.quform-field-textarea,.quform .quform-field-size-fat .quform-has-field-icon-right>span>span>.quform-field-date,.quform .quform-field-size-fat .quform-has-field-icon-right>span>span>.quform-field-time{padding-right:52px}.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-captcha,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-date,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-email,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-password,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-select,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-text,.quform .quform-field-size-huge .quform-has-field-icon-left>.quform-field-textarea,.quform .quform-field-size-huge .quform-has-field-icon-left>span>span>.quform-field-date,.quform .quform-field-size-huge .quform-has-field-icon-left>span>span>.quform-field-time{padding-left:66px}.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-captcha,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-date,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-email,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-password,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-select,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-text,.quform .quform-field-size-huge .quform-has-field-icon-right>.quform-field-textarea,.quform .quform-field-size-huge .quform-has-field-icon-right>span>span>.quform-field-date,.quform .quform-field-size-huge .quform-has-field-icon-right>span>span>.quform-field-time{padding-right:66px}.quform-input-date .k-datepicker,.quform-input-time .k-timepicker{display:inline-block;vertical-align:middle;position:relative;overflow:visible;width:100%;max-width:100%;background:0 0;line-height:0}.quform-input-date .k-picker-wrap{display:block;cursor:default;position:relative}.quform-input-date .k-picker-wrap.k-state-default,.quform-input-time .k-picker-wrap.k-state-default{-webkit-box-shadow:none;box-shadow:none}.quform-input-date .k-picker-wrap:before,.quform-input-time .k-picker-wrap:before{height:auto;padding:0}.quform .quform-element-date .k-picker-wrap.k-state-default,.quform .quform-element-time .k-picker-wrap.k-state-default{padding:0;border-radius:0;height:auto;border:none;background:0 0;position:relative}.quform .quform-element-date.quform-icon-outside .k-picker-wrap.k-state-default,.quform .quform-element-time.quform-icon-outside .k-picker-wrap.k-state-default{padding:0 37px 0 0!important}.quform-rtl .quform .quform-element-date.quform-icon-outside .k-picker-wrap.k-state-default,.quform-rtl .quform .quform-element-time.quform-icon-outside .k-picker-wrap.k-state-default{padding:0 0 0 37px!important}.quform .quform-element-date.quform-icon-outside .k-picker-wrap.k-state-default>.quform-field-date-enhanced,.quform .quform-element-time.quform-icon-outside .k-picker-wrap.k-state-default>.quform-field-time-enhanced{padding-right:0}.quform-rtl .quform .quform-element-date.quform-icon-outside .k-picker-wrap.k-state-default>.quform-field-date-enhanced,.quform-rtl .quform .quform-element-time.quform-icon-outside .k-picker-wrap.k-state-default>.quform-field-time-enhanced{padding-left:0}.quform-datepicker{-webkit-box-shadow:none;box-shadow:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.quform-datepicker .k-calendar{position:relative;display:inline-block;width:19em;overflow:hidden;line-height:normal;outline:0;border:none 0;-webkit-appearance:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.quform-datepicker .k-calendar .k-footer,.quform-datepicker .k-calendar .k-header{margin:0 -5px;position:relative;text-align:center;zoom:1;font-weight:500;background-color:#14181c}.quform-datepicker .k-calendar .k-header .k-state-hover{background-color:#14181c}.quform-datepicker .k-calendar .k-header .k-nav-next,.quform-datepicker .k-calendar .k-header .k-nav-prev{position:absolute;top:.429em;line-height:2.571em;height:2.571em;width:2.571em}.quform-datepicker .k-calendar .k-header .k-nav-next.k-state-disabled,.quform-datepicker .k-calendar .k-header .k-nav-prev.k-state-disabled{opacity:.5}.quform-datepicker .k-calendar .k-nav-next span,.quform-datepicker .k-calendar .k-nav-prev span{font-size:1em}.quform-datepicker .k-calendar .k-nav-next span:before{content:"\e5c9"}.quform-datepicker .k-calendar .k-nav-prev span:before{content:"\e5c5"}.quform-datepicker .k-calendar .k-nav-next{right:.429em}.quform-datepicker .k-calendar .k-nav-prev{left:.429em}.quform-datepicker .k-calendar .k-nav-fast{display:inline-block;width:65%;height:2.571em;line-height:2.571em;margin:.429em -.08333em .429em 0}.quform-datepicker .k-calendar .k-footer .k-link,.quform-datepicker .k-calendar .k-header .k-link{color:#fff;text-transform:uppercase;text-decoration:none}.quform-datepicker .k-calendar .k-content{float:left;border-spacing:0;width:100%;height:14.167em;margin:0;table-layout:fixed;outline:0;-webkit-tap-highlight-color:rgba(0,0,0,0)}.quform-datepicker .k-calendar .k-content,.quform-datepicker .k-calendar .k-content td,.quform-datepicker .k-calendar .k-content th{text-align:center;background-color:#fff;border:none}.quform-datepicker .k-calendar .k-content{-webkit-box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset;box-shadow:0 -1px 0 0 rgba(0,0,0,.1) inset}.quform-datepicker .k-calendar .k-content td,.quform-datepicker .k-calendar .k-content th{vertical-align:middle;padding:.429em}.quform-datepicker .k-calendar .k-content th{font-weight:700}.quform-datepicker .k-calendar .k-content td{cursor:pointer;border-radius:0}.quform-datepicker .k-calendar .k-content td.k-other-month{background-color:#f7f7f7}.quform-datepicker .k-calendar .k-content .k-link{color:#333;text-decoration:none;display:block;overflow:hidden;min-height:1.8333em;line-height:1.8333em}.quform-datepicker .k-calendar .k-content .k-link:hover{text-decoration:none}.quform-datepicker .k-calendar .k-content .k-other-month .k-link{color:#999}.quform-datepicker .k-calendar .k-content .k-state-disabled{opacity:.7;cursor:default!important}.quform-datepicker .k-calendar .k-content .k-state-disabled .k-link{color:#999!important;cursor:default!important}.quform-datepicker .k-calendar .k-footer{text-transform:uppercase;margin:0 -5px;clear:both;position:relative;text-align:center;zoom:1;top:-1px;padding:5px;font-size:90%}.quform-timepicker{background:#fff}.quform-timepicker.k-list-container.k-popup{-webkit-box-sizing:content-box;box-sizing:content-box;border:solid 1px #ddd;-webkit-box-shadow:none;box-shadow:none;margin:2px 0;padding:0;overflow:auto;-webkit-touch-callout:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.quform-timepicker.k-popup ul.k-list{margin:0;padding:0;height:auto;list-style:none}.quform-timepicker.k-popup ul.k-list li.k-item{color:#333;list-style:none;min-height:15px;line-height:15px;margin:0;border:0 none transparent;padding:8px 15px;border-top:1px solid transparent;border-bottom:1px solid transparent;cursor:pointer;font-size:inherit}.quform-rtl .quform-timepicker.k-popup ul.k-list li.k-item{text-align:right}.quform-timepicker.k-popup ul.k-list li.k-item.k-state-hover{background:#fcfcfc;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,252,252,.05)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(252,252,252,.05) 0,rgba(0,0,0,.1) 100%);border-color:#ddd;color:#000}.quform-datepicker .k-calendar td.k-state-focused,.quform-datepicker .k-calendar td.k-state-selected.k-state-focused{background:#fcfcfc;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(252,252,252,.05)),to(rgba(0,0,0,.05)));background-image:linear-gradient(to bottom,rgba(252,252,252,.05) 0,rgba(0,0,0,.05) 100%);-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05) inset;box-shadow:0 0 0 1px rgba(0,0,0,.05) inset;color:#000;font-weight:700}.quform-timepicker.k-popup ul.k-list li.k-item:last-child{border-bottom-width:0}.quform-timepicker.k-popup ul.k-list li.k-item:first-child{border-top-width:0}.quform-timepicker.k-popup ul.k-list li.k-item.k-state-selected{font-weight:700}.quform-timepicker .k-list>.k-state-hover{background-color:#ebebeb}.quform-label{margin-bottom:3px;vertical-align:middle}.quform-label>label{display:inline-block;float:none;width:auto;cursor:default}.quform-label>label[for]{cursor:pointer}.quform-label-icon{margin:0 5px 0 0}.quform-rtl .quform-label-icon{margin:0 0 0 5px}.quform-upload-progress-wrap{display:none;margin:5px 0}.quform-upload-progress-bar-wrap{background:#eee}.quform-upload-progress-bar{width:0;height:8px;background:#7ec100}.quform-upload-info{padding-top:3px}.quform-upload-info>div{float:left;display:inline-block;padding:0 10px;font-size:80%}.quform-upload-error{display:none;padding:3px;background:#f3cac7}.quform-upload-info>div:first-child{padding-left:2px}.quform-rtl .quform-upload-info>div:first-child{padding-left:0;padding-right:2px}.quform-file-queue{display:none;padding-bottom:5px}.quform-upload-files{margin-top:10px}.quform-upload-file{float:left;display:inline-block;background:#fff;color:#000;border:1px solid #e3e3e3;padding:8px 0 8px 15px;margin:0 5px 5px 0;position:relative;overflow:hidden;max-width:100%;font-size:90%}.quform-rtl .quform-upload-file{float:right;padding-left:0;padding-right:15px;margin:0 0 5px 5px}.quform-upload-files-block .quform-upload-files .quform-upload-file{display:block;float:none}.quform-upload-files-size-slim .quform-upload-files .quform-upload-file{padding-top:6px;padding-bottom:6px;font-size:70%}.quform-upload-files-size-medium .quform-upload-files .quform-upload-file{padding-top:8px;padding-bottom:8px}.quform-upload-files-size-fat .quform-upload-files .quform-upload-file{padding-top:14px;padding-bottom:14px;font-size:100%}.quform-upload-files-size-huge .quform-upload-files .quform-upload-file{padding-top:16px;padding-bottom:16px;font-size:120%}.quform-upload-file-name{display:block;max-width:200px;overflow:hidden;white-space:nowrap;margin-right:35px;line-height:1.5;text-overflow:ellipsis}.quform-rtl .quform-upload-file-name{margin-right:0;margin-left:35px}.quform-10-columns .quform-upload-file,.quform-11-columns .quform-upload-file,.quform-12-columns .quform-upload-file,.quform-13-columns .quform-upload-file,.quform-14-columns .quform-upload-file,.quform-15-columns .quform-upload-file,.quform-16-columns .quform-upload-file,.quform-17-columns .quform-upload-file,.quform-18-columns .quform-upload-file,.quform-19-columns .quform-upload-file,.quform-20-columns .quform-upload-file,.quform-3-columns .quform-upload-file,.quform-4-columns .quform-upload-file,.quform-5-columns .quform-upload-file,.quform-6-columns .quform-upload-file,.quform-7-columns .quform-upload-file,.quform-8-columns .quform-upload-file,.quform-9-columns .quform-upload-file{width:100%;float:none;margin-right:0;display:block}.quform-upload-file.quform-uploaded .quform-upload-file-name{margin-right:43px}.quform-rtl .quform-upload-file.quform-uploaded .quform-upload-file-name{margin-right:0;margin-left:43px}.quform-upload-file-remove{cursor:pointer;display:inline-block}.quform-upload-file-remove:after,.quform-upload-file-remove:before{content:'';position:absolute;height:2px;width:10px;top:50%;left:3px;margin-top:-1px;background:#000}.quform-upload-file-remove:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.quform-upload-file-remove:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.quform-rtl .quform-upload-file-remove{right:auto;left:10px}.quform-upload-tick{float:left;margin-right:12px}.quform-upload-tick i{font-weight:700}.quform-rtl .quform-upload-tick{float:right;margin-left:12px;margin-right:0}.quform-upload-button,.quform-upload-dropzone{position:relative;text-align:center;background-color:#fff;overflow:hidden;color:#111}.quform-upload-button{max-width:100%;font-size:inherit;line-height:inherit;float:left;padding:8px 12px;border:1px solid #e3e3e3}.quform-rtl .quform-upload-button{float:right}.quform-upload-dropzone{float:none;width:100%;border:2px dashed #e3e3e3;font-size:120%;padding:45px 15px;text-align:center;max-width:100%}.quform-upload-button ::-ms-browse{width:100%;font-size:1000px}.quform-upload-button ::-ms-value{display:none}.quform-upload-button ::-webkit-file-upload-button{cursor:pointer}.quform-upload-button .quform-field-file,.quform-upload-dropzone .quform-field-file{display:block;position:absolute;left:0;top:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";opacity:0!important;width:100%;height:100%;text-align:right;margin:0;padding:0;border:0;cursor:pointer}.quform-rtl .quform-upload-button .quform-field-file{left:auto;right:0}.quform-description{margin:0;padding:3px 0;font-size:80%;font-style:italic}.quform-description-above{margin-bottom:3px}.quform-sub-label{display:block;vertical-align:middle;float:none;margin:0 0 3px 0;font-size:80%;line-height:1.5}.quform-options{margin:0;padding:0}.quform-option{margin:0;padding:0;min-height:25px;position:relative;display:block}.quform-option .quform-option-label{display:inline-block;position:relative;vertical-align:middle;padding-left:8px;float:none;margin:0;background-size:cover;cursor:pointer;max-width:100%}.quform-options-simple .quform-option .quform-option-label{display:inline}.quform-rtl .quform-option .quform-option-label{padding-left:0;padding-right:8px}.quform-field-checkbox,.quform-field-radio{margin:0}.quform .quform-options-style-input-hidden .quform-option-label{padding:0}.quform-options-inline>.quform-option{display:inline-block;padding:0 15px 5px 2px;vertical-align:top}.quform-rtl .quform-options-inline>.quform-option{padding-right:2px;padding-left:15px}.quform-option-icon,.quform-option-icon-selected{width:18px;text-align:center;margin-right:3px}.quform-rtl .quform-option-icon,.quform-rtl .quform-option-icon-selected{margin-left:3px;margin-right:3px}.quform-button-icon-left .quform-option-icon,.quform-button-icon-left .quform-option-icon-selected{margin-right:8px;margin-left:0;float:left}.quform-button-icon-right .quform-option-icon,.quform-button-icon-right .quform-option-icon-selected{margin-left:8px;margin-right:0;float:right}.quform-button-icon-above .quform-option-icon,.quform-button-icon-above .quform-option-icon-selected,.quform-option-label-empty .quform-option-icon,.quform-option-label-empty .quform-option-icon-selected{margin:2px 0;float:none}.quform-option-icon-selected{display:none}.quform-field-checkbox:checked+label .quform-option-icon,.quform-field-radio:checked+label .quform-option-icon{display:none}.quform-field-checkbox:checked+label .quform-option-icon-selected,.quform-field-radio:checked+label .quform-option-icon-selected{display:inline}.quform .quform-options-style-button input[type=checkbox],.quform .quform-options-style-button input[type=radio],.quform .quform-options-style-input-hidden input[type=checkbox],.quform .quform-options-style-input-hidden input[type=radio]{visibility:hidden;position:absolute;left:0;right:0;padding:0}.quform-options-style-input-hidden .quform-field-checkbox+label .quform-option-icon,.quform-options-style-input-hidden .quform-field-checkbox:checked+label .quform-option-icon-selected,.quform-options-style-input-hidden .quform-field-radio+label .quform-option-icon,.quform-options-style-input-hidden .quform-field-radio:checked+label .quform-option-icon-selected{float:left}.quform-options-style-button.quform-options-inline>.quform-option{padding-right:2px;padding-bottom:2px;padding-left:0;display:inline-block}.quform-rtl .quform-options-style-button.quform-options-inline>.quform-option{padding-right:0;padding-left:2px}.quform-options-style-button .quform-option-label,.quform-rtl .quform-options-style-button .quform-option-label{padding:3px 10px;line-height:30px;min-height:30px;min-width:30px;background-color:#fff;border:1px solid #e3e3e3;color:#111;margin:1px 2px 1px 0;cursor:pointer;display:inline-block}.quform-options-style-button .quform-field-checkbox:checked+label,.quform-options-style-button .quform-field-radio:checked+label,.quform-options-style-button .quform-option-label:active,.quform-options-style-button .quform-option-label:focus{background-color:#f3f3f3;border-color:#ddd}.quform-options-columns.quform-options-style-button>.quform-option>.quform-option-label,.quform-rtl .quform-options-columns.quform-options-style-button .quform-option .quform-option-label{margin:0 0 3px 0;width:100%;display:block}.quform-button-icon-above.quform-options-style-button .quform-option-text,.quform-button-icon-above.quform-options-style-input-hidden .quform-option-text{margin-left:0;display:block}.quform-button-icon-above .quform-option-icon,.quform-button-icon-above .quform-option-icon-selected{margin:5px;font-size:120%;vertical-align:bottom;line-height:0}.quform-captcha{margin:5px 0}.quform-captcha-image{position:relative;float:left;cursor:pointer}.quform-captcha-image:before{display:inline-block;position:absolute;top:50%;left:50%;width:22px;height:22px;margin-top:-11px;margin-left:-11px;font-size:22px;line-height:22px;opacity:0;-webkit-transform:rotate(-90deg) scale(0,0);transform:rotate(-90deg) scale(0,0);-webkit-transition:opacity .3s ease-in-out,-webkit-transform .3s cubic-bezier(.31,1,.66,1.26);transition:opacity .3s ease-in-out,-webkit-transform .3s cubic-bezier(.31,1,.66,1.26);transition:transform .3s cubic-bezier(.31,1,.66,1.26),opacity .3s ease-in-out;transition:transform .3s cubic-bezier(.31,1,.66,1.26),opacity .3s ease-in-out,-webkit-transform .3s cubic-bezier(.31,1,.66,1.26)}.quform-captcha-image:hover:before{opacity:1;-webkit-transform:rotate(0) scale(1,1);transform:rotate(0) scale(1,1)}.quform-rtl .quform-captcha-image{float:right}.quform-captcha-image img{max-width:100%;display:block}.quform-js .quform-support-page-caching .quform-captcha-image img{opacity:0}.quform-recaptcha-no-size>.quform-spacer,.quform-recaptcha-no-size>.quform-spacer>.quform-inner>.quform-input{margin-bottom:0;padding-bottom:0}.quform-element-group.quform-group-style-bordered{margin:0 0 20px 0}.quform-group-style-bordered>.quform-child-elements,.quform-group-style-bordered>.quform-spacer>.quform-child-elements{border:solid 1px #e3e3e3;background-color:#fff;padding:20px 20px 0}.quform-group-style-bordered>.quform-child-elements{padding:20px}.quform-element-row,.quform-options-columns{margin:0 -10px!important;width:auto;max-width:none!important}.quform-element-column,.quform-options-columns>.quform-option{float:left;padding:0 10px;min-height:1px}.quform-rtl .quform-element-column,.quform-rtl .quform-options-columns>.quform-option{float:right}.quform-element-row-size-fixed.quform-1-columns>.quform-element-column,.quform-element-row-size-fixed>.quform-element-column{width:100%}.quform-element-row-size-fixed.quform-2-columns>.quform-element-column,.quform-options-columns.quform-2-columns>.quform-option{width:50%}.quform-element-row-size-fixed.quform-3-columns>.quform-element-column,.quform-options-columns.quform-3-columns>.quform-option{width:33.33333333%}.quform-element-row-size-fixed.quform-4-columns>.quform-element-column,.quform-options-columns.quform-4-columns>.quform-option{width:25%}.quform-element-row-size-fixed.quform-5-columns>.quform-element-column,.quform-options-columns.quform-5-columns>.quform-option{width:20%}.quform-element-row-size-fixed.quform-6-columns>.quform-element-column,.quform-options-columns.quform-6-columns>.quform-option{width:16.66666666%}.quform-element-row-size-fixed.quform-7-columns>.quform-element-column,.quform-options-columns.quform-7-columns>.quform-option{width:14.28571428%}.quform-element-row-size-fixed.quform-8-columns>.quform-element-column,.quform-options-columns.quform-8-columns>.quform-option{width:12.5%}.quform-element-row-size-fixed.quform-9-columns>.quform-element-column,.quform-options-columns.quform-9-columns>.quform-option{width:11.11111111%}.quform-element-row-size-fixed.quform-10-columns>.quform-element-column,.quform-options-columns.quform-10-columns>.quform-option{width:10%}.quform-element-row-size-fixed.quform-11-columns>.quform-element-column,.quform-options-columns.quform-11-columns>.quform-option{width:9.090909090%}.quform-element-row-size-fixed.quform-12-columns>.quform-element-column,.quform-options-columns.quform-12-columns>.quform-option{width:8.333333333%}.quform-element-row-size-fixed.quform-13-columns>.quform-element-column,.quform-options-columns.quform-13-columns>.quform-option{width:7.692307692%}.quform-element-row-size-fixed.quform-14-columns>.quform-element-column,.quform-options-columns.quform-14-columns>.quform-option{width:7.142857142%}.quform-element-row-size-fixed.quform-15-columns>.quform-element-column,.quform-options-columns.quform-15-columns>.quform-option{width:6.666666666%}.quform-element-row-size-fixed.quform-16-columns>.quform-element-column,.quform-options-columns.quform-16-columns>.quform-option{width:6.25%}.quform-element-row-size-fixed.quform-17-columns>.quform-element-column,.quform-options-columns.quform-17-columns>.quform-option{width:5.882352941%}.quform-element-row-size-fixed.quform-18-columns>.quform-element-column,.quform-options-columns.quform-18-columns>.quform-option{width:5.555555555%}.quform-element-row-size-fixed.quform-19-columns>.quform-element-column,.quform-options-columns.quform-19-columns>.quform-option{width:5.263157894%}.quform-element-row-size-fixed.quform-20-columns>.quform-element-column,.quform-options-columns.quform-20-columns>.quform-option{width:5%}.quform-element-row-size-float.quform-1-columns>.quform-element-column,.quform-element-row-size-float>.quform-element-column{max-width:100%}.quform-element-row-size-float.quform-2-columns>.quform-element-column{max-width:50%}.quform-element-row-size-float.quform-3-columns>.quform-element-column{max-width:33.33333333%}.quform-element-row-size-float.quform-4-columns>.quform-element-column{max-width:25%}.quform-element-row-size-float.quform-5-columns>.quform-element-column{max-width:20%}.quform-element-row-size-float.quform-6-columns>.quform-element-column{max-width:16.66666666%}.quform-element-row-size-float.quform-7-columns>.quform-element-column{max-width:14.28571428%}.quform-element-row-size-float.quform-8-columns>.quform-element-column{max-width:12.5%}.quform-element-row-size-float.quform-9-columns>.quform-element-column{max-width:11.11111111%}.quform-element-row-size-float.quform-10-columns>.quform-element-column{max-width:10%}.quform-element-row-size-float.quform-11-columns>.quform-element-column{max-width:9.090909090%}.quform-element-row-size-float.quform-12-columns>.quform-element-column{max-width:8.333333333%}.quform-element-row-size-float.quform-13-columns>.quform-element-column{max-width:7.692307692%}.quform-element-row-size-float.quform-14-columns>.quform-element-column{max-width:7.142857142%}.quform-element-row-size-float.quform-15-columns>.quform-element-column{max-width:6.666666666%}.quform-element-row-size-float.quform-16-columns>.quform-element-column{max-width:6.25%}.quform-element-row-size-float.quform-17-columns>.quform-element-column{max-width:5.882352941%}.quform-element-row-size-float.quform-18-columns>.quform-element-column{max-width:5.555555555%}.quform-element-row-size-float.quform-19-columns>.quform-element-column{max-width:5.263157894%}.quform-element-row-size-float.quform-20-columns>.quform-element-column{max-width:5%}.quform-labels-left>.quform-spacer>.quform-label{width:150px;float:left}.quform-rtl .quform-labels-left>.quform-spacer>.quform-label{float:right}.quform-labels-left>.quform-spacer>.quform-inner{margin-left:150px;padding-left:10px}.quform-rtl .quform-labels-left>.quform-spacer>.quform-inner{margin-left:0;padding-left:0;margin-right:150px;padding-right:10px}.quform-labels-left.quform-element .quform-input-name .quform-inner{margin-left:0!important;padding-left:0}.quform-js .quform-labels-inside>.quform-spacer>.quform-label{display:none}.quform-label-inside{position:absolute;font-size:1em;line-height:1.5;padding:0;margin:0}.quform-field-size-slim>.quform-input>.quform-label-inside{font-size:90%}.quform-field-size-fat>.quform-input>.quform-label-inside{font-size:110%}.quform-field-size-huge>.quform-input>.quform-label-inside{font-size:120%}.quform-label-inside .quform-tooltip-icon{position:absolute;right:-1em;top:50%;margin-top:-.75em}.quform-rtl .quform-label-inside .quform-tooltip-icon{left:auto;right:-20px}.quform-element-submit{vertical-align:bottom;margin:10px 0}.quform-element-submit button{display:block;margin:0;cursor:pointer;line-height:1.5;max-width:100%}.quform-button-size-fat .quform-option-label,.quform-button-size-fat>.quform-upload-button,.quform-button-size-huge .quform-option-label,.quform-button-size-huge>.quform-upload-button,.quform-button-size-medium .quform-option-label,.quform-button-size-medium>.quform-upload-button,.quform-button-size-slim .quform-option-label,.quform-button-size-slim>.quform-upload-button,.quform-element-submit.quform-button-size-fat button,.quform-element-submit.quform-button-size-huge button,.quform-element-submit.quform-button-size-medium button,.quform-element-submit.quform-button-size-slim button{padding-left:12px;padding-right:12px}.quform-button-size-slim .quform-option-label,.quform-button-size-slim>.quform-upload-button,.quform-element-submit.quform-button-size-slim button{padding-top:1px;padding-bottom:1px;font-size:90%}.quform-button-size-medium .quform-option-label,.quform-button-size-medium>.quform-upload-button,.quform-element-submit.quform-button-size-medium button{padding-top:8px;padding-bottom:8px}.quform-button-size-fat .quform-option-label,.quform-button-size-fat>.quform-upload-button,.quform-element-submit.quform-button-size-fat button{padding-top:14px;padding-bottom:14px;font-size:110%}.quform-button-size-huge .quform-option-label,.quform-button-size-huge>.quform-upload-button,.quform-element-submit.quform-button-size-huge button{padding-top:18px;padding-bottom:18px;font-size:120%}.quform-enhanced-upload .quform-input-file{width:100%!important}.quform .quform-input .quform-button-style-sexy-silver .quform-option-label,.quform-button-style-sexy-silver .quform-upload-button,.quform-button-style-sexy-silver button{background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.2)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(255,255,255,.2) 0,rgba(0,0,0,.1) 100%);border:1px solid #a9a9a9;color:#363636;border-radius:3px;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.2) inset;box-shadow:0 0 0 1px rgba(255,255,255,.2) inset;-webkit-transition:background-color .3s ease-in-out;transition:background-color .3s ease-in-out}.quform .quform-input .quform-button-style-sexy-silver .quform-option-label:hover,.quform-button-style-sexy-silver .quform-upload-button:hover,.quform-button-style-sexy-silver button:hover{background-color:#eee;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,rgba(255,255,255,.2)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(255,255,255,.2) 20%,rgba(0,0,0,.1) 100%);border:1px solid #b5b5b5;color:#363636}.quform .quform-input .quform-button-style-sexy-silver .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-sexy-silver .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-sexy-silver .quform-option-label:active,.quform .quform-input .quform-button-style-sexy-silver .quform-option-label:focus,.quform-button-style-sexy-silver .quform-upload-button:active,.quform-button-style-sexy-silver .quform-upload-button:focus,.quform-button-style-sexy-silver button:active,.quform-button-style-sexy-silver button:focus{background:#eee;-webkit-box-shadow:0 0 6px 0 rgba(0,0,0,.1) inset;box-shadow:0 0 6px 0 rgba(0,0,0,.1) inset;border:1px solid #b5b5b5;color:#363636;background-image:none}.quform .quform-input .quform-button-style-classic .quform-option-label,.quform-button-style-classic .quform-upload-button,.quform-button-style-classic button{background:#89c712;color:#fff;border:0 none transparent;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:font-size .1s cubic-bezier(1,.5,.8,1),padding .1s cubic-bezier(1,.5,.8,1),margin .1s cubic-bezier(1,.5,.8,1),line-height .1s cubic-bezier(1,.5,.8,1),background-color .1s cubic-bezier(1,.5,.8,1),border-color .1s cubic-bezier(1,.5,.8,1),-webkit-transform .1s cubic-bezier(1,.5,.8,1);transition:font-size .1s cubic-bezier(1,.5,.8,1),padding .1s cubic-bezier(1,.5,.8,1),margin .1s cubic-bezier(1,.5,.8,1),line-height .1s cubic-bezier(1,.5,.8,1),background-color .1s cubic-bezier(1,.5,.8,1),border-color .1s cubic-bezier(1,.5,.8,1),-webkit-transform .1s cubic-bezier(1,.5,.8,1);transition:transform .1s cubic-bezier(1,.5,.8,1),font-size .1s cubic-bezier(1,.5,.8,1),padding .1s cubic-bezier(1,.5,.8,1),margin .1s cubic-bezier(1,.5,.8,1),line-height .1s cubic-bezier(1,.5,.8,1),background-color .1s cubic-bezier(1,.5,.8,1),border-color .1s cubic-bezier(1,.5,.8,1);transition:transform .1s cubic-bezier(1,.5,.8,1),font-size .1s cubic-bezier(1,.5,.8,1),padding .1s cubic-bezier(1,.5,.8,1),margin .1s cubic-bezier(1,.5,.8,1),line-height .1s cubic-bezier(1,.5,.8,1),background-color .1s cubic-bezier(1,.5,.8,1),border-color .1s cubic-bezier(1,.5,.8,1),-webkit-transform .1s cubic-bezier(1,.5,.8,1)}.quform .quform-input .quform-button-style-classic .quform-option-label:hover,.quform-button-style-classic .quform-upload-button:hover,.quform-button-style-classic button:hover{background-color:#81bf0b;color:#fff;border:0 none transparent}.quform .quform-input .quform-button-style-classic .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-classic .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-classic .quform-option-label:active,.quform .quform-input .quform-button-style-classic .quform-option-label:focus,.quform-button-style-classic .quform-upload-button:active,.quform-button-style-classic .quform-upload-button:focus,.quform-button-style-classic button:active,.quform-button-style-classic button:focus{-webkit-transform:scale(.93);transform:scale(.93);background-color:#81bf0b;color:#fff;border:0 none transparent;-webkit-box-shadow:none;box-shadow:none;background-image:none}.quform .quform-input .quform-button-style-background-blending-gradient .quform-option-label,.quform-button-style-background-blending-gradient .quform-upload-button,.quform-button-style-background-blending-gradient button{border:1px solid rgba(0,0,0,.07);background-color:#c71b22;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.4)),to(rgba(0,0,0,.1)));background-image:linear-gradient(to bottom,rgba(255,255,255,.4) 0,rgba(0,0,0,.1) 100%);color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.1) inset;box-shadow:0 0 7px 0 rgba(0,0,0,.1) inset;border-radius:3px}.quform .quform-input .quform-button-style-background-blending-gradient .quform-option-label:hover,.quform-button-style-background-blending-gradient .quform-upload-button:hover,.quform-button-style-background-blending-gradient button:hover{background-color:#d63a16;border:1px solid rgba(0,0,0,.07);color:#fff}.quform .quform-input .quform-button-style-background-blending-gradient .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-background-blending-gradient .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-background-blending-gradient .quform-option-label:active,.quform .quform-input .quform-button-style-background-blending-gradient .quform-option-label:focus,.quform-button-style-background-blending-gradient .quform-upload-button:active,.quform-button-style-background-blending-gradient .quform-upload-button:focus,.quform-button-style-background-blending-gradient button:active,.quform-button-style-background-blending-gradient button:focus{background-color:#89c712;border:1px solid rgba(0,0,0,.07);color:#fff;-webkit-box-shadow:0 0 7px 0 rgba(0,0,0,.1) inset;box-shadow:0 0 7px 0 rgba(0,0,0,.1) inset;background-image:none}.quform .quform-input .quform-button-style-shine-gradient .quform-option-label,.quform-button-style-shine-gradient .quform-upload-button,.quform-button-style-shine-gradient button{border:1px solid rgba(0,0,0,.07);background-color:#c73412;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.05)),color-stop(50%,rgba(255,255,255,.05)),color-stop(51%,rgba(0,0,0,.05)),to(rgba(0,0,0,.05)));background-image:linear-gradient(to bottom,rgba(255,255,255,.05) 0,rgba(255,255,255,.05) 50%,rgba(0,0,0,.05) 51%,rgba(0,0,0,.05) 100%);color:#fff;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.1) inset;box-shadow:0 0 0 1px rgba(255,255,255,.1) inset;border-radius:3px}.quform .quform-input .quform-button-style-shine-gradient .quform-option-label:hover,.quform-button-style-shine-gradient .quform-upload-button:hover,.quform-button-style-shine-gradient button:hover{background-color:#d63a16;color:#fff;border:1px solid rgba(0,0,0,.07)}.quform .quform-input .quform-button-style-shine-gradient .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-shine-gradient .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-shine-gradient .quform-option-label:active,.quform .quform-input .quform-button-style-shine-gradient .quform-option-label:focus,.quform-button-style-shine-gradient .quform-upload-button:active,.quform-button-style-shine-gradient .quform-upload-button:focus,.quform-button-style-shine-gradient button:active,.quform-button-style-shine-gradient button:focus{background-color:#89c712;color:#fff;border:1px solid rgba(0,0,0,.07);-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.1) inset;box-shadow:0 0 0 1px rgba(255,255,255,.1) inset;background-image:none}.quform-button-style-blue-3d button .quform-button-text{display:inline-block;margin-bottom:2px}.quform .quform-input .quform-button-style-blue-3d .quform-option-label,.quform-button-style-blue-3d .quform-upload-button,.quform-button-style-blue-3d button{background:#10a9bb;border:0 none transparent;color:#fff;border-radius:2px;-webkit-box-shadow:inset 0 -4px 0 0 rgba(0,0,0,.3),0 2px 3px 0 rgba(0,0,0,.1);box-shadow:inset 0 -4px 0 0 rgba(0,0,0,.3),0 2px 3px 0 rgba(0,0,0,.1)}.quform .quform-input .quform-button-style-blue-3d .quform-option-label:hover,.quform-button-style-blue-3d .quform-upload-button:hover,.quform-button-style-blue-3d button:hover{background-color:#19b5c7;color:#fff;border:0 none transparent}.quform .quform-input .quform-button-style-blue-3d .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-blue-3d .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-blue-3d .quform-option-label:active,.quform .quform-input .quform-button-style-blue-3d .quform-option-label:focus,.quform-button-style-blue-3d .quform-upload-button:active,.quform-button-style-blue-3d .quform-upload-button:focus,.quform-button-style-blue-3d button:active,.quform-button-style-blue-3d button:focus{background-color:#12a7b9;color:#fff;border:0 none transparent;-webkit-box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3),0 2px 4px 0 rgba(0,0,0,.2);box-shadow:inset 0 -2px 0 0 rgba(0,0,0,.3),0 2px 4px 0 rgba(0,0,0,.2);background-image:none}.quform .quform-input .quform-button-style-hollow .quform-option-label,.quform-button-style-hollow .quform-upload-button,.quform-button-style-hollow button{background:0 0;border:2px solid #000;color:#000;border-radius:0;-webkit-box-shadow:none;box-shadow:none;letter-spacing:2px;text-transform:uppercase;-webkit-transition:background-color .1s ease-in-out,border-color .1s ease-in-out;transition:background-color .1s ease-in-out,border-color .1s ease-in-out}.quform .quform-input .quform-button-style-hollow .quform-option-label:hover,.quform-button-style-hollow .quform-upload-button:hover,.quform-button-style-hollow button:hover{background-color:#000;color:#fff;border:2px solid #000}.quform .quform-input .quform-button-style-hollow .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-hollow .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-hollow .quform-option-label:active,.quform .quform-input .quform-button-style-hollow .quform-option-label:focus,.quform-button-style-hollow .quform-upload-button:active,.quform-button-style-hollow .quform-upload-button:focus,.quform-button-style-hollow button:active,.quform-button-style-hollow button:focus{background-color:#000;color:#fff;border:2px solid #000;-webkit-box-shadow:none;box-shadow:none;background-image:none}.quform .quform-input .quform-button-style-hollow-rounded .quform-option-label,.quform-button-style-hollow-rounded .quform-upload-button,.quform-button-style-hollow-rounded button{background:0 0;border:2px solid #10a9bb;color:#000;border-radius:25px;-webkit-box-shadow:none;box-shadow:none}.quform .quform-input .quform-button-style-hollow-rounded .quform-option-label:hover,.quform-button-style-hollow-rounded .quform-upload-button:hover,.quform-button-style-hollow-rounded button:hover{background-color:#10a9bb;color:#fff;border:2px solid #10a9bb}.quform .quform-input .quform-button-style-hollow-rounded .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-hollow-rounded .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-hollow-rounded .quform-option-label:active,.quform .quform-input .quform-button-style-hollow-rounded .quform-option-label:focus,.quform-button-style-hollow-rounded .quform-upload-button:active,.quform-button-style-hollow-rounded .quform-upload-button:focus,.quform-button-style-hollow-rounded button:active,.quform-button-style-hollow-rounded button:focus{background-color:#10a9bb;color:#fff;border:2px solid #10a9bb;-webkit-box-shadow:none;box-shadow:none;background-image:none}.quform .quform-input .quform-button-style-chilled .quform-option-label,.quform-button-style-chilled .quform-upload-button,.quform-button-style-chilled button{background:#f8f8f8;border:1px solid #ddd;color:#363636;border-radius:3px;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.1) inset,0 0 3px 0 rgba(0,0,0,.1);box-shadow:0 0 0 1px rgba(255,255,255,.1) inset,0 0 3px 0 rgba(0,0,0,.1)}.quform .quform-input .quform-button-style-chilled .quform-option-label:hover,.quform-button-style-chilled .quform-upload-button:hover,.quform-button-style-chilled button:hover{background-color:#f8f8f8;border:1px solid #89c712;color:#363636;-webkit-box-shadow:0 0 6px rgba(137,199,18,.6);box-shadow:0 0 6px rgba(137,199,18,.6)}.quform .quform-input .quform-button-style-chilled .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-chilled .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-chilled .quform-option-label:active,.quform .quform-input .quform-button-style-chilled .quform-option-label:focus,.quform-button-style-chilled .quform-upload-button:active,.quform-button-style-chilled .quform-upload-button:focus,.quform-button-style-chilled button:active,.quform-button-style-chilled button:focus{background-color:#fff;border:1px solid #89c712;color:#363636;-webkit-box-shadow:0 0 6px rgba(137,199,18,.8);box-shadow:0 0 6px rgba(137,199,18,.8);background-image:none}.quform .quform-input .quform-button-style-pills .quform-option-label,.quform-button-style-pills .quform-upload-button,.quform-button-style-pills button{background-color:#10a9bb;background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(255,255,255,0) 100%);border:0 none transparent;color:#fff;border-radius:25px;-webkit-box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.3),inset 0 -4px 0 0 rgba(255,255,255,.2);box-shadow:inset 0 -3px 0 0 rgba(0,0,0,.3),inset 0 -4px 0 0 rgba(255,255,255,.2);text-shadow:-1px -1px 0 rgba(0,0,0,.1)}.quform .quform-input .quform-button-style-pills .quform-option-label:hover,.quform-button-style-pills .quform-upload-button:hover,.quform-button-style-pills button:hover{background-color:#11b3c6;border:0 none transparent;color:#fff}.quform .quform-input .quform-button-style-pills .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-pills .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-pills .quform-option-label:active,.quform .quform-input .quform-button-style-pills .quform-option-label:focus,.quform-button-style-pills .quform-upload-button:active,.quform-button-style-pills .quform-upload-button:focus,.quform-button-style-pills button:active,.quform-button-style-pills button:focus{background-color:#11b3c6;border:0 none transparent;color:#fff;-webkit-box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.4),inset 0 -2px 0 0 rgba(255,255,255,.3);box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.4),inset 0 -2px 0 0 rgba(255,255,255,.3);background-image:none}.quform .quform-input .quform-button-style-bootstrap .quform-option-label,.quform-button-style-bootstrap .quform-upload-button,.quform-button-style-bootstrap button{background:#fff;border:1px solid #ccc;color:#333;border-radius:4px;-webkit-box-shadow:none;box-shadow:none}.quform .quform-input .quform-button-style-bootstrap .quform-option-label:hover,.quform-button-style-bootstrap .quform-upload-button:hover,.quform-button-style-bootstrap button:hover{background-color:#e6e6e6;border-color:#adadad;color:#333}.quform .quform-input .quform-button-style-bootstrap .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-bootstrap .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-bootstrap .quform-option-label:active,.quform .quform-input .quform-button-style-bootstrap .quform-option-label:focus,.quform-button-style-bootstrap .quform-upload-button:active,.quform-button-style-bootstrap .quform-upload-button:focus,.quform-button-style-bootstrap button:active,.quform-button-style-bootstrap button:focus{-webkit-box-shadow:0 3px 5px rgba(0,0,0,.125) inset;box-shadow:0 3px 5px rgba(0,0,0,.125) inset;background-color:#e6e6e6;border:1px solid #adadad;color:#333;background-image:none}.quform .quform-input .quform-button-style-bootstrap-primary .quform-option-label,.quform-button-style-bootstrap-primary .quform-upload-button,.quform-button-style-bootstrap-primary button{background-color:#337ab7;border:1px solid #2e6da4;color:#fff;border-radius:4px;background-image:linear-gradient(to bottom,#428bca 0,#2d6ca2 100%)}.quform .quform-input .quform-button-style-bootstrap-primary .quform-option-label:hover,.quform-button-style-bootstrap-primary .quform-upload-button:hover,.quform-button-style-bootstrap-primary button:hover{background-color:#2d6ca2;border-color:#204d74;color:#fff}.quform .quform-input .quform-button-style-bootstrap-primary .quform-field-checkbox:checked+label,.quform .quform-input .quform-button-style-bootstrap-primary .quform-field-radio:checked+label,.quform .quform-input .quform-button-style-bootstrap-primary .quform-option-label:active,.quform .quform-input .quform-button-style-bootstrap-primary .quform-option-label:focus,.quform-button-style-bootstrap-primary .quform-upload-button:active,.quform-button-style-bootstrap-primary .quform-upload-button:focus,.quform-button-style-bootstrap-primary button:active,.quform-button-style-bootstrap-primary button:focus{-webkit-box-shadow:none;box-shadow:none;background-color:#286090;border:1px solid #204d74;color:#fff;background-image:none}.quform-button-icon-left .quform-button-icon,.quform-upload-button-icon-left .quform-upload-button-icon,.quform-upload-dropzone-icon-left .quform-upload-dropzone-icon{margin-right:10px}.quform-rtl .quform-button-icon-left .quform-button-icon,.quform-rtl .quform-upload-button-icon-left .quform-upload-button-icon,.quform-rtl .quform-upload-dropzone-icon-left .quform-upload-dropzone-icon{margin-right:0;margin-left:10px}.quform-button-icon-right .quform-button-icon,.quform-upload-button-icon-right .quform-upload-button-icon,.quform-upload-dropzone-icon-right .quform-upload-dropzone-icon{margin-left:10px}.quform-rtl .quform-button-icon-right .quform-button-icon,.quform-rtl .quform-upload-button-icon-right .quform-upload-button-icon,.quform-rtl .quform-upload-dropzone-icon-right .quform-upload-dropzone-icon{margin-left:0;margin-right:10px}.quform-button-icon-above .quform-button-icon,.quform-upload-button-icon-above .quform-upload-button-icon,.quform-upload-dropzone-icon-above .quform-upload-dropzone-icon{display:block;margin:10px auto 0;font-size:150%;line-height:0}.quform-element-submit>div{vertical-align:middle;max-width:100%}.quform-loading{word-wrap:normal}.quform-loading.quform-loading-position-left,.quform-loading.quform-loading-position-over-button,.quform-loading.quform-loading-position-right{display:none;text-align:center;padding:9px 6px;line-height:0;vertical-align:inherit}.quform-button-size-slim .quform-loading-position-left,.quform-button-size-slim .quform-loading-position-over-button,.quform-button-size-slim .quform-loading-position-right{padding:1px}.quform-button-size-medium .quform-loading-position-left,.quform-button-size-medium .quform-loading-position-over-button,.quform-button-size-medium .quform-loading-position-right{padding:9px}.quform-button-size-fat .quform-loading-position-left,.quform-button-size-fat .quform-loading-position-over-button,.quform-button-size-fat .quform-loading-position-right{padding:11px}.quform-button-size-huge .quform-loading-position-left,.quform-button-size-huge .quform-loading-position-over-button,.quform-button-size-huge .quform-loading-position-right{padding:12px}.quform-button-width-full .quform-loading-position-left{padding-left:0}.quform-button-width-full .quform-loading-position-right{padding-right:0}.quform-loading-position-left .quform-loading-inner,.quform-loading-position-right .quform-loading-inner{margin:0 auto;max-width:24px;max-height:24px;display:inline-block}.quform-loading.quform-loading-position-left{float:left}.quform-rtl .quform-loading.quform-loading-position-left{float:right}.quform-loading.quform-loading-position-right{float:right}.quform-rtl .quform-loading.quform-loading-position-right{float:left}.quform-loading-position-center{float:none;clear:both;text-align:center;padding:6px}.quform-loading-spinner{display:none;opacity:0;-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.quform-loading-triggered .quform-loading-spinner{display:inline-block;opacity:1}.quform-loading-position-center .quform-loading-spinner{margin:0 auto}.quform-loading-overlay,.quform-loading.quform-loading-position-over-button,.quform-loading.quform-loading-position-over-form,.quform-loading.quform-loading-position-over-screen{position:absolute;top:100%;left:0;right:0;bottom:0;height:100%;max-height:0;padding:0!important;overflow:hidden;opacity:.8}.quform-loading-overlay{background:#fff;-webkit-transition:opacity .2s ease-in-out,max-height .5s ease-in-out,top .5s ease-in-out;transition:opacity .2s ease-in-out,max-height .5s ease-in-out,top .5s ease-in-out}.quform-loading-triggered .quform-loading-overlay,.quform-loading.quform-loading-triggered.quform-loading-position-over-button,.quform-loading.quform-loading-triggered.quform-loading-position-over-form,.quform-loading.quform-loading-triggered.quform-loading-position-over-screen{opacity:1;top:0;max-height:100%}.quform-loading.quform-loading-position-over-button .quform-loading-inner,.quform-loading.quform-loading-position-over-form .quform-loading-inner,.quform-loading.quform-loading-position-over-screen .quform-loading-inner{position:absolute;top:50%;left:50%;width:24px;line-height:24px;height:24px;margin-left:-12px;margin-top:-12px}.quform-loading.quform-loading-type-custom.quform-loading-position-over-button .quform-loading-inner,.quform-loading.quform-loading-type-custom.quform-loading-position-over-form .quform-loading-inner,.quform-loading.quform-loading-type-custom.quform-loading-position-over-screen .quform-loading-inner{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:70%;text-align:center;height:auto;margin:0}.quform-upload-progress-wrap.quform-loading-position-over-form,.quform-upload-progress-wrap.quform-loading-position-over-screen{position:absolute;top:auto;bottom:0;right:20px;left:20px;z-index:100001;height:auto;margin:20px auto;max-width:850px}.quform-loading.quform-loading-position-over-screen{position:fixed;z-index:988888}.quform-upload-progress-wrap.quform-loading-position-over-screen{position:fixed;z-index:100001}.quform-loading-type-spinner-1 .quform-loading-spinner{position:relative;display:inline-block;width:21px;height:21px;min-width:21px;min-height:21px;border:3px solid #000;border-radius:50%;-webkit-animation:qspinstyle .65s infinite linear;animation:qspinstyle .65s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box}.quform-loading-type-spinner-1 .quform-loading-spinner:after,.quform-loading-type-spinner-1 .quform-loading-spinner:before{left:-3px;top:-3px;display:none;position:absolute;content:'';width:inherit;height:inherit;border:inherit;border-radius:inherit;-webkit-box-sizing:border-box;box-sizing:border-box}.quform-loading-type-spinner-1 .quform-loading-spinner{border-color:transparent;border-top-color:#000;-webkit-animation-duration:3s;animation-duration:3s}.quform-loading-type-spinner-1 .quform-loading-spinner:after{display:block;border-color:transparent;border-top-color:#000;-webkit-animation:qspinstyle .65s infinite ease-in-out alternate;animation:qspinstyle .65s infinite ease-in-out alternate}@-webkit-keyframes qspinstyle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qspinstyle{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}} .quform-loading-type-spinner-2 .quform-loading-spinner{position:relative;width:24px;height:24px;border-radius:24px;background:#000;-webkit-animation:qwordpress 1.08s linear infinite;animation:qwordpress 1.08s linear infinite}.quform-loading-type-spinner-2 .quform-loading-spinner:after{content:"";position:absolute;top:3px;left:50%;width:6px;height:6px;border-radius:6px;margin-left:-3px;background:#fff}@-webkit-keyframes qwordpress{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qwordpress{from{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.quform-loading-type-spinner-3 .quform-loading-spinner{-webkit-transform:translate(-35px,0);transform:translate(-35px,0);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-name:qtake-off;animation-name:qtake-off;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-animation-play-state:paused;animation-play-state:paused}.quform-loading-type-spinner-3.quform-loading-triggered .quform-loading-spinner{-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes qtake-off{0%{opacity:0;-webkit-transform:translate(-35px,0) rotate(40deg) scale(.5);transform:translate(-35px,0) rotate(40deg) scale(.5)}30%{opacity:1}45%{-webkit-transform:translate(0,0) rotate(40deg);transform:translate(0,0) rotate(40deg)}50%{-webkit-transform:translate(8px,-1px) rotate(38deg);transform:translate(8px,-1px) rotate(38deg)}60%{-webkit-transform:translate(16px,-5px) rotate(30deg) scale(2);transform:translate(16px,-5px) rotate(30deg) scale(2)}65%{opacity:1;-webkit-transform:translate(24px,-8px) rotate(10deg);transform:translate(24px,-8px) rotate(10deg)}70%{-webkit-transform:translate(32px,-12px) rotate(0);transform:translate(32px,-12px) rotate(0)}80%{opacity:0;-webkit-transform:translate(58px,-48px) rotate(-5deg);transform:translate(58px,-48px) rotate(-5deg)}100%{opacity:0;-webkit-transform:translate(58px,-48px) rotate(-5deg) scale(0);transform:translate(58px,-48px) rotate(-5deg) scale(0)}}@keyframes qtake-off{0%{opacity:0;-webkit-transform:translate(-35px,0) rotate(40deg) scale(.5);transform:translate(-35px,0) rotate(40deg) scale(.5)}30%{opacity:1}45%{-webkit-transform:translate(0,0) rotate(40deg);transform:translate(0,0) rotate(40deg)}50%{-webkit-transform:translate(8px,-1px) rotate(38deg);transform:translate(8px,-1px) rotate(38deg)}60%{-webkit-transform:translate(16px,-5px) rotate(30deg) scale(2);transform:translate(16px,-5px) rotate(30deg) scale(2)}65%{opacity:1;-webkit-transform:translate(24px,-8px) rotate(10deg);transform:translate(24px,-8px) rotate(10deg)}70%{-webkit-transform:translate(32px,-12px) rotate(0);transform:translate(32px,-12px) rotate(0)}80%{opacity:0;-webkit-transform:translate(58px,-48px) rotate(-5deg);transform:translate(58px,-48px) rotate(-5deg)}100%{opacity:0;-webkit-transform:translate(58px,-48px) rotate(-5deg) scale(0);transform:translate(58px,-48px) rotate(-5deg) scale(0)}}.quform-loading-type-spinner-4 .quform-loading-spinner{position:relative;width:21px;height:21px}.quform-loading-type-spinner-4 .quform-loading-spinner:after{content:'';position:absolute;display:block;width:21px;height:21px;margin:0;background-color:#000;top:0;border-radius:100%;-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation:qdot 1s infinite ease-in-out;animation:qdot 1s infinite ease-in-out}@-webkit-keyframes qdot{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes qdot{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.quform-loading-type-spinner-5 .quform-loading-spinner,.quform-loading-type-spinner-5 .quform-loading-spinner:after{border-radius:50%;width:24px;height:24px}.quform-loading-type-spinner-5 .quform-loading-spinner{font-size:10px;position:relative;text-indent:-9999em;border-top:4px solid rgba(255,255,255,.2);border-right:4px solid rgba(255,255,255,.2);border-bottom:4px solid rgba(255,255,255,.2);border-left:4px solid #000;-webkit-animation:qclassic 1.1s infinite linear;animation:qclassic 1.1s infinite linear}@-webkit-keyframes qclassic{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes qclassic{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.quform-loading-type-spinner-6 .quform-loading-spinner{width:24px;height:24px;max-width:none;margin:auto 12px;position:relative;padding:0!important}.quform-loading-type-spinner-6 .quform-loading-spinner-inner,.quform-loading-type-spinner-6 .quform-loading-spinner-inner:after,.quform-loading-type-spinner-6 .quform-loading-spinner-inner:before{border-radius:50%;width:12px;height:12px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation:qthreedots 1.8s infinite ease-in-out;animation:qthreedots 1.8s infinite ease-in-out}.quform-loading-type-spinner-6 .quform-loading-spinner-inner{color:#000;font-size:10px;position:relative;display:block;text-indent:-9999em;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.quform-loading-type-spinner-6 .quform-loading-spinner-inner:after,.quform-loading-type-spinner-6 .quform-loading-spinner-inner:before{content:'';position:absolute;top:0;display:inline-block}.quform-loading-type-spinner-6 .quform-loading-spinner-inner:before{left:-11px;-webkit-animation-delay:-.32s;animation-delay:-.32s}.quform-loading-type-spinner-6 .quform-loading-spinner-inner:after{left:11px}@-webkit-keyframes qthreedots{0%,100%,80%{-webkit-box-shadow:0 16px 0 -12px;box-shadow:0 16px 0 -12px}40%{-webkit-box-shadow:0 16px 0 0;box-shadow:0 16px 0 0}}@keyframes qthreedots{0%,100%,80%{-webkit-box-shadow:0 16px 0 -12px;box-shadow:0 16px 0 -12px}40%{-webkit-box-shadow:0 16px 0 0;box-shadow:0 16px 0 0}}.quform-loading-type-spinner-7 .quform-loading-spinner{padding-top:6px;height:24px}.quform-loading-type-spinner-7 .quform-loading-spinner-inner,.quform-loading-type-spinner-7 .quform-loading-spinner-inner:after,.quform-loading-type-spinner-7 .quform-loading-spinner-inner:before{background:#000;-webkit-animation:qtriplines 1s infinite ease-in-out;animation:qtriplines 1s infinite ease-in-out;width:2px;height:3px}.quform-loading-type-spinner-7 .quform-loading-spinner-inner{color:#000;text-indent:-9999em;margin:0 auto;position:relative;font-size:11px;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-animation-delay:-.16s;animation-delay:-.16s}.quform-loading-type-spinner-7 .quform-loading-spinner-inner:after,.quform-loading-type-spinner-7 .quform-loading-spinner-inner:before{position:absolute;top:0;content:''}.quform-loading-type-spinner-7 .quform-loading-spinner-inner:before{left:-4px;-webkit-animation-delay:-.32s;animation-delay:-.32s}.quform-loading-type-spinner-7 .quform-loading-spinner-inner:after{left:4px}@-webkit-keyframes qtriplines{0%,100%,80%{-webkit-box-shadow:0 0;box-shadow:0 0;height:3px}40%{-webkit-box-shadow:0 -3px;box-shadow:0 -3px;height:6px}}@keyframes qtriplines{0%,100%,80%{-webkit-box-shadow:0 0;box-shadow:0 0;height:3px}40%{-webkit-box-shadow:0 -3px;box-shadow:0 -3px;height:6px}}.quform-error-message{margin:0 0 15px 0}.quform-ajax-initialized .quform-error-message{display:none}.quform-error-message-inner{background:#f2dede;padding:15px;color:#b94a48;border-left:5px solid #c73412}.quform-error-message-title{color:#c73412;font-weight:700;font-size:18px}.quform-error{margin:0;padding:5px 0}.quform-ajax-initialized .quform-error{display:none}.quform-error>.quform-error-inner{padding:3px 15px;margin:0;background-color:#f2dede;color:#b94a48;border-left:5px solid #c73412;max-width:100%}.quform-rtl .quform-error>.quform-error-inner{border-left:0 none;border-right:5px solid #c73412}.quform-error-icon{margin-right:10px}.quform-errors-left .quform-error>.quform-error-inner{float:left;width:auto}.quform-rtl .quform-errors-left .quform-error>.quform-error-inner{float:right;width:auto}.quform-errors-absolute .quform-error{position:relative;padding:0;width:100%;z-index:5}.quform-errors-absolute .quform-error>.quform-error-inner{display:block;float:left;position:absolute;top:100%;left:0;top:6px;max-width:none;padding-right:35px;-webkit-box-shadow:0 8px 6px -6px rgba(0,0,0,.1);box-shadow:0 8px 6px -6px rgba(0,0,0,.1)}.quform-errors-absolute .quform-error>.quform-error-inner:after{content:'';position:absolute;z-index:-1;top:-4px;left:10px;background-color:#f2dede;display:inline-block;padding:4px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.quform-errors-absolute .quform-error>.quform-error-inner>.quform-error-close{cursor:pointer;position:absolute;right:10px;color:#000;-webkit-transition:-webkit-transform .2s cubic-bezier(1,.5,.8,1);transition:-webkit-transform .2s cubic-bezier(1,.5,.8,1);transition:transform .2s cubic-bezier(1,.5,.8,1);transition:transform .2s cubic-bezier(1,.5,.8,1),-webkit-transform .2s cubic-bezier(1,.5,.8,1);-webkit-transform:scale(1);transform:scale(1)}.quform-errors-absolute .quform-error>.quform-error-inner>.quform-error-close:active{-webkit-transform:scale(.7);transform:scale(.7)}.quform-success-message{background-color:#cef4a9;border-left:5px solid #85c14b;color:#000;padding:5px 15px;margin:0 0 10px 0;position:relative}.quform-rtl .quform-success-message{border-right:5px solid #85c14b;border-left:0 none}.quform-success-message-icon{position:absolute;left:12px;top:50%;margin-top:-15px;height:30px;line-height:30px}.quform-success-message-has-icon .quform-success-message-content{padding-left:24px}.quform-success-message ol,.quform-success-message ul{list-style-position:inside}.quform-referral-link a{text-decoration:none;color:#0f83ca}.quform-referral-link a:hover{color:#292929}.quform-edit-form .quform-edit-form-link{text-decoration:none;border:none;font-size:80%}.quform-edit-form .quform-edit-form-link i{margin-right:5px}.quform-rtl .quform-edit-form .quform-edit-form-link i{margin-right:0;margin-left:5px}.qtip-quform-dark{background-color:#151515;border-color:#151515;border-radius:3px}.qtip-quform-dark .qtip-content{font-size:13px;line-height:17px;color:#fff;text-shadow:1px 1px 0 #333}.quform-tooltip-icon{display:inline-block;margin:0 0 0 5px}.quform-tooltip-icon-click{cursor:pointer}.quform-rtl .quform-tooltip-icon{margin:0 5px 0 0}.quform-tooltip-content,.quform-tooltip-icon-content{display:none}.quform-popup{display:none}.quform-popup-link{cursor:pointer}#fancybox-content .quform-form-inner,.fancybox-inner .quform-form-inner{padding:15px}.admin-bar #fancybox-content,.admin-bar .fancybox-overlay{margin-top:32px}#fancybox-content .quform-edit-form,.fancybox-inner .quform-edit-form,.mfp-content .quform-edit-form{display:none}.quform-magnific-popup .mfp-content .quform{position:relative;background:#fff;padding:30px;max-width:1024px;margin:20px auto}.admin-bar .quform-magnific-popup .mfp-content .quform{margin-top:52px}.quform-magnific-popup.mfp-close-btn-in .mfp-close{background:0 0}.quform-max-height{overflow:auto}.quform-element-page{display:none}.quform-current-page{display:block}.quform-page-progress{margin-bottom:15px;overflow:hidden}.quform-page-progress-bar{background-color:#f7f7f7}.quform-page-progress-tab{display:inline-block;padding-right:10px;margin-right:10px;border-right:1px solid #ddd}.quform-page-progress-tab:last-child{margin-right:0;border-right:0 none}.quform-page-progress-tab.quform-current-tab{font-weight:700}.quform-page-progress-bar{float:left;width:0;height:100%;font-size:11px;color:#fff;text-align:center;background-color:#0e90d2;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transition:width .6s ease;transition:width .6s ease}.quform-rtl .quform-page-progress-bar{float:right}.quform-page-progress-text{float:right;margin-right:8px}.quform-rtl .quform-page-progress-text{float:left;margin-right:0;margin-left:8px}.quform-button-back-default,.quform-button-next-default,.quform-button-submit-default{float:left;margin-right:5px;margin-bottom:5px}.quform-rtl .quform-button-back-default,.quform-rtl .quform-button-next-default,.quform-rtl .quform-button-submit-default{float:right;margin-right:0;margin-left:5px}.quform-button-back-default>button,.quform-button-next-default>button,.quform-button-submit-default>button{padding:8px 12px}.quform-button-back-default>button,.quform-button-next-default>button,.quform-button-submit-default>button,.quform-options-style-button .quform-option-label,.quform-upload-button{-webkit-transition:background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out;transition:transform .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out,color .4s ease-in-out,-webkit-transform .4s ease-in-out}.quform-button-back-default>button:focus,.quform-button-next-default>button:focus,.quform-button-submit-default>button:focus{outline:0}.quform-button-back-html>button,.quform-button-back-html>button:active,.quform-button-back-html>button:focus,.quform-button-back-html>button:hover,.quform-button-back-image>button,.quform-button-back-image>button:active,.quform-button-back-image>button:focus,.quform-button-back-image>button:hover,.quform-button-next-html>button,.quform-button-next-html>button:active,.quform-button-next-html>button:focus,.quform-button-next-html>button:hover,.quform-button-next-image>button,.quform-button-next-image>button:active,.quform-button-next-image>button:focus,.quform-button-next-image>button:hover,.quform-button-submit-html>button,.quform-button-submit-html>button:active,.quform-button-submit-html>button:focus,.quform-button-submit-html>button:hover,.quform-button-submit-image>button,.quform-button-submit-image>button:active,.quform-button-submit-image>button:focus,.quform-button-submit-image>button:hover{border:none;background:0 0;padding:0}.quform-button-submit-default.quform-button-animation-one>button{cursor:pointer;position:relative}.quform-button-submit-default.quform-button-animation-one>button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:inherit;border-radius:inherit;z-index:-1}.quform-button-submit-default.quform-button-animation-one>button:after{-webkit-animation:zoomOutFade .5s;animation:zoomOutFade .5s}.quform-button-submit-default.quform-button-animation-one>button{-webkit-animation:zoomOutIn 1s;animation:zoomOutIn 1s}@-webkit-keyframes zoomOutIn{25%{-webkit-transform:scale(.6);transform:scale(.6)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes zoomOutIn{25%{-webkit-transform:scale(.6);transform:scale(.6)}50%{-webkit-transform:scale(1.2);transform:scale(1.2)}100%{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes zoomOutFade{0%{-webkit-transform:scaleX(.3) scaleY(.3);transform:scaleX(.3) scaleY(.3);opacity:.8}50%{-webkit-transform:scaleX(1.6) scaleY(1.6);transform:scaleX(1.6) scaleY(1.6);opacity:.5}100%{-webkit-transform:scaleX(3.2) scaleY(3.2);transform:scaleX(3.2) scaleY(3.2);opacity:0}}@keyframes zoomOutFade{0%{-webkit-transform:scaleX(.3) scaleY(.3);transform:scaleX(.3) scaleY(.3);opacity:.8}50%{-webkit-transform:scaleX(1.6) scaleY(1.6);transform:scaleX(1.6) scaleY(1.6);opacity:.5}100%{-webkit-transform:scaleX(3.2) scaleY(3.2);transform:scaleX(3.2) scaleY(3.2);opacity:0}}.quform-button-submit-default.quform-button-animation-two>button{cursor:pointer;position:relative}.quform-button-submit-default.quform-button-animation-two.quform-button-submit{position:relative;z-index:3}.quform-button-submit-default.quform-button-animation-two>button>.quform-button-icon,.quform-button-submit-default.quform-button-animation-two>button>.quform-button-text{position:relative;z-index:1;color:rgba(0,0,0,0)!important;-webkit-transition:color .6s ease;transition:color .6s ease}.quform-button-submit-default.quform-button-animation-two>button:after{background:#81bf0b;border:4px solid #fff;border-radius:55px;-webkit-box-shadow:0 0 30px rgba(0,0,0,.15);box-shadow:0 0 30px rgba(0,0,0,.15);content:'';color:#fff;display:inline-block;height:50px;line-height:0;text-align:center;left:50%;margin-left:-25px;margin-top:-25px;position:absolute;top:50%;width:50px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-transform-origin:center bottom;transform-origin:center bottom;-webkit-animation:gelatine 3.5s 1 ease-in-out;animation:gelatine 3.5s 1 ease-in-out}.quform-button-submit-default.quform-button-next.quform-button-animation-two>button:after{content:'\e5c9'}.quform-button-submit-default.quform-button-animation-two.quform-button-submit:before{display:none;position:absolute;top:50%;left:50%;content:'';width:8px;margin-top:-1px;margin-left:-7px;height:4px;background:#fff;opacity:0;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:left top;transform-origin:left top;display:block;-webkit-animation:shortTick 2s forwards ease;animation:shortTick 2s forwards ease;-webkit-animation-delay:1s;animation-delay:1s;z-index:10}.quform-button-submit-default.quform-button-animation-two.quform-button-submit:after{display:none;position:absolute;top:50%;left:50%;content:'';width:18px;margin-left:-6px;margin-top:5px;height:4px;background:#fff;opacity:0;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:left top;transform-origin:left top;display:block;-webkit-animation:longTick 1.8s forwards ease;animation:longTick 1.8s forwards ease;-webkit-animation-delay:1.2s;animation-delay:1.2s;z-index:10}@-webkit-keyframes shortTick{0%{width:0;opacity:0}30%{width:8px;opacity:1}85%{width:8px;opacity:1}100%{width:0;opacity:0}}@keyframes shortTick{0%{width:0;opacity:0}30%{width:8px;opacity:1}85%{width:8px;opacity:1}100%{width:0;opacity:0}}@-webkit-keyframes longTick{0%{width:2px;opacity:0}30%{width:18px;opacity:1}85%{width:18px;opacity:1}100%{width:2px;opacity:0}}@keyframes longTick{0%{width:2px;opacity:0}30%{width:18px;opacity:1}85%{width:18px;opacity:1}100%{width:2px;opacity:0}}@-webkit-keyframes gelatine{from{-webkit-transform:translateY(0) scale(0,0);transform:translateY(0) scale(0,0);opacity:0}to{-webkit-transform:translateY(0) scale(0,0);transform:translateY(0) scale(0,0);opacity:0}12%{-webkit-transform:translateY(-60px) scale(.9,1.1);transform:translateY(-60px) scale(.9,1.1)}18%{-webkit-transform:translateY(20px) scale(1.1,.9);transform:translateY(20px) scale(1.1,.9)}30%{-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1);opacity:1}80%{-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1);opacity:1}100%{-webkit-transform:translateY(-15px) scale(0,0);transform:translateY(-15px) scale(0,0)}}@keyframes gelatine{from{-webkit-transform:translateY(0) scale(0,0);transform:translateY(0) scale(0,0);opacity:0}to{-webkit-transform:translateY(0) scale(0,0);transform:translateY(0) scale(0,0);opacity:0}12%{-webkit-transform:translateY(-60px) scale(.9,1.1);transform:translateY(-60px) scale(.9,1.1)}18%{-webkit-transform:translateY(20px) scale(1.1,.9);transform:translateY(20px) scale(1.1,.9)}30%{-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1);opacity:1}80%{-webkit-transform:translateY(0) scale(1,1);transform:translateY(0) scale(1,1);opacity:1}100%{-webkit-transform:translateY(-15px) scale(0,0);transform:translateY(-15px) scale(0,0)}}.quform-default-submit{position:absolute!important;left:-2000px!important;top:-2000px!important;width:0!important;height:0!important;border:0!important;margin:0!important;padding:0!important}.quform-rtl .quform-default-submit{left:auto!important;right:-2000px!important}.quform img{max-width:100%;height:auto}.quform-element-tree{clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);position:absolute!important;height:1px;width:1px;overflow:hidden}@media only screen and (max-width:1024px){.quform-element-row.quform-responsive-columns-tablet-landscape>.quform-element-column,.quform-options-columns.quform-responsive-columns-tablet-landscape>.quform-option{float:none;max-width:100%!important;width:100%!important}.quform-responsive-elements-tablet-landscape .quform-input{max-width:100%!important;width:100%!important;min-width:10px}.quform-responsive-elements-tablet-landscape .quform-error>.quform-error-inner{float:none;display:block}.quform-responsive-elements-tablet-landscape .quform-element-submit button{margin:0;width:100%}.quform-responsive-elements-tablet-landscape .quform-element-submit.quform-button-width-full>.quform-button-back-default,.quform-responsive-elements-tablet-landscape .quform-element-submit.quform-button-width-full>.quform-button-next-default,.quform-responsive-elements-tablet-landscape .quform-element-submit.quform-button-width-full>.quform-button-submit-default{width:100%;float:none}.quform-responsive-elements-tablet-landscape .quform-button-back-default,.quform-responsive-elements-tablet-landscape .quform-button-next-default,.quform-responsive-elements-tablet-landscape .quform-button-submit-default{float:none;margin:5px 0}.quform-responsive-elements-tablet-landscape .quform-loading-position-left{padding-left:0}.quform-responsive-elements-tablet-landscape .quform-loading-position-right{padding-right:0}.quform-responsive-elements-tablet-landscape .quform-labels-left>.quform-spacer>.quform-label{float:none;width:auto!important}.quform-responsive-elements-tablet-landscape .quform-labels-left.quform-element>.quform-spacer>.quform-inner{margin-left:0!important;padding-left:0!important;margin-right:0!important;padding-right:0!important}}@media only screen and (max-width:782px){.admin-bar #fancybox-content,.admin-bar .fancybox-overlay{margin-top:46px}.admin-bar .quform-magnific-popup .mfp-content .quform{margin-top:66px}}@media only screen and (max-width:767px){.quform-element-row.quform-responsive-columns-phone-landscape>.quform-element-column,.quform-options-columns.quform-responsive-columns-phone-landscape>.quform-option{float:none;width:100%!important;max-width:100%!important}.quform-responsive-elements-phone-landscape .quform-input,.quform-responsive-elements-phone-landscape .quform-upload-dropzone{max-width:100%!important;width:100%!important;min-width:10px}.quform-responsive-elements-phone-landscape .quform-error>.quform-error-inner{float:none;display:block}.quform-responsive-elements-phone-landscape .quform-element-submit button{margin:0;width:100%}.quform-responsive-elements-phone-landscape .quform-element-submit.quform-button-width-full>.quform-button-back-default,.quform-responsive-elements-phone-landscape .quform-element-submit.quform-button-width-full>.quform-button-next-default,.quform-responsive-elements-phone-landscape .quform-element-submit.quform-button-width-full>.quform-button-submit-default{width:100%;float:none}.quform-responsive-elements-phone-landscape .quform-button-back-default,.quform-responsive-elements-phone-landscape .quform-button-next-default,.quform-responsive-elements-phone-landscape .quform-button-submit-default{float:none;margin:5px 0}.quform-responsive-elements-phone-landscape .quform-loading-position-left{padding-left:0}.quform-responsive-elements-phone-landscape .quform-loading-position-right{padding-right:0}.quform-responsive-elements-phone-landscape .quform-labels-left>.quform-spacer>.quform-label{float:none;width:auto!important}.quform-responsive-elements-phone-landscape .quform-labels-left.quform-element>.quform-spacer>.quform-inner{margin-left:0!important;padding-left:0!important;margin-right:0!important;padding-right:0!important}#fancybox-wrap.quform-fancybox-1-popup{left:0!important;right:0!important}.quform-page-progress-tab{display:block;padding:5px 10px;margin:0;text-align:center;border-right:none;border-bottom:1px solid #ddd}.quform-page-progress-tab:last-child{border-bottom:none}.quform-responsive-elements-phone-landscape .select2-container--quform .select2-selection--multiple .select2-selection__choice{display:block;float:none;width:auto;padding-top:10px;padding-bottom:10px;margin-right:25px}}@media only screen and (max-width:479px){.quform-element-row.quform-responsive-columns-phone-portrait>.quform-element-column,.quform-options-columns.quform-responsive-columns-phone-portrait>.quform-option{float:none;max-width:100%!important;width:100%!important}.quform-responsive-elements-phone-portrait .quform-input,.quform-responsive-elements-phone-portrait .quform-upload-dropzone{max-width:100%!important;width:100%!important;min-width:10px}.quform-responsive-elements-phone-portrait .quform-error>.quform-error-inner{float:none;display:block}.quform-responsive-elements-phone-portrait .quform-element-submit button{margin:0;width:100%}.quform-responsive-elements-phone-portrait .quform-element-submit.quform-button-width-full>.quform-button-back-default,.quform-responsive-elements-phone-portrait .quform-element-submit.quform-button-width-full>.quform-button-next-default,.quform-responsive-elements-phone-portrait .quform-element-submit.quform-button-width-full>.quform-button-submit-default{width:100%;float:none}.quform-responsive-elements-phone-portrait .quform-button-back-default,.quform-responsive-elements-phone-portrait .quform-button-next-default,.quform-responsive-elements-phone-portrait .quform-button-submit-default{float:none;margin:5px 0}.quform-responsive-elements-phone-portrait .quform-loading-position-left{padding-left:0}.quform-responsive-elements-phone-portrait .quform-loading-position-right{padding-right:0}.quform-responsive-elements-phone-portrait .quform-labels-left>.quform-spacer>.quform-label{float:none;width:auto!important}.quform-responsive-elements-phone-portrait .quform-labels-left.quform-element>.quform-spacer>.quform-inner{margin-left:0!important;padding-left:0!important;margin-right:0!important;padding-right:0!important}.quform-responsive-elements-phone-portrait .select2-container--quform .select2-selection--multiple .select2-selection__choice{display:block;float:none;width:auto;padding-top:10px;padding-bottom:10px;margin-right:25px}}.quform-theme-light{color:#000}.quform-theme-light .quform-form-title{color:#333}.quform-theme-light .quform-form-description{color:#666}.quform-theme-light .quform-page-progress{background-color:#f7f7f7;border-radius:5px}.quform-theme-light .quform-page-progress-bar{background-color:#89c712;color:#fff}.quform-theme-light .quform-page-progress-tab{border-color:#eee;color:#666;padding-top:3px;padding-bottom:3px}.quform-theme-light .quform-page-progress-tab:first-child{padding-left:10px}.quform-theme-light .quform-page-progress-tab.quform-current-tab{color:#89c712}.quform-theme-light .quform-label>label>.quform-required{color:#cc0101}.quform-theme-light .quform-description{color:#333}.quform-theme-light .quform-field-captcha,.quform-theme-light .quform-field-date,.quform-theme-light .quform-field-email,.quform-theme-light .quform-field-multiselect,.quform-theme-light .quform-field-password,.quform-theme-light .quform-field-select,.quform-theme-light .quform-field-text,.quform-theme-light .quform-field-textarea,.quform-theme-light .quform-field-time,.quform-theme-light .select2-container--quform .select2-selection,.quform-theme-light.quform-timepicker.k-list-container.k-popup{border:2px solid #ddd;background-color:#fff;border-radius:5px;-webkit-box-shadow:0 0 8px 0 rgba(0,0,0,.1);box-shadow:0 0 8px 0 rgba(0,0,0,.1);color:#666;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.quform-theme-light .quform-field-icon{color:#666}.quform-theme-light .quform-has-error .select2-container--quform .select2-selection,.quform-theme-light .quform-has-error input,.quform-theme-light .quform-has-error select,.quform-theme-light .quform-has-error textarea{border-color:#c73412;-webkit-box-shadow:0 0 16px -8px #c73412;box-shadow:0 0 16px -8px #c73412}.quform-theme-light .quform-field-captcha:hover,.quform-theme-light .quform-field-date:hover,.quform-theme-light .quform-field-email:hover,.quform-theme-light .quform-field-multiselect:hover,.quform-theme-light .quform-field-password:hover,.quform-theme-light .quform-field-select:hover,.quform-theme-light .quform-field-text:hover,.quform-theme-light .quform-field-textarea:hover,.quform-theme-light .quform-field-time:hover{border-color:#ccc}.quform-theme-light .quform-field-captcha:active,.quform-theme-light .quform-field-captcha:focus,.quform-theme-light .quform-field-date:active,.quform-theme-light .quform-field-date:focus,.quform-theme-light .quform-field-email:active,.quform-theme-light .quform-field-email:focus,.quform-theme-light .quform-field-multiselect:active,.quform-theme-light .quform-field-multiselect:focus,.quform-theme-light .quform-field-password:active,.quform-theme-light .quform-field-password:focus,.quform-theme-light .quform-field-select:active,.quform-theme-light .quform-field-select:focus,.quform-theme-light .quform-field-text:active,.quform-theme-light .quform-field-text:focus,.quform-theme-light .quform-field-textarea:active,.quform-theme-light .quform-field-textarea:focus,.quform-theme-light .quform-field-time:active,.quform-theme-light .quform-field-time:focus,.quform-theme-light .select2-container--quform.select2-container--open .select2-selection,.quform-theme-light.quform-timepicker.k-list-container.k-popup{border-color:#89c712;-webkit-box-shadow:0 0 16px -8px #89c712;box-shadow:0 0 16px -8px #89c712;color:#333}.quform-theme-light .quform-label>label{color:#333}.quform-theme-light .quform-sub-label>label{color:#666}.quform-theme-light .quform-tooltip-icon{color:#666}.quform-theme-light.quform-timepicker.k-list-container.k-popup{margin:4px 0}.quform-theme-light .quform-input-textarea .quform-field-icon-left,.quform-theme-light .quform-input-textarea .quform-field-icon-right{top:12px}.quform-theme-light .quform-field-size-slim .quform-input-textarea .quform-field-icon-left,.quform-theme-light .quform-field-size-slim .quform-input-textarea .quform-field-icon-right{top:8px}.quform-theme-light .quform-field-size-huge .quform-input-textarea .quform-field-icon-left,.quform-theme-light .quform-field-size-huge .quform-input-textarea .quform-field-icon-right{top:27px}.quform-theme-light .quform-field-size-fat .quform-input-textarea .quform-field-icon-left,.quform-theme-light .quform-field-size-fat .quform-input-textarea .quform-field-icon-right{top:19px}.quform-theme-light .quform-upload-progress-bar-wrap{background-color:#f7f7f7}.quform-theme-light .quform-upload-progress-bar{background-color:#89c712;border-radius:2px}.quform-theme-light .quform-upload-info{color:#666}.quform-theme-light .quform-upload-info>div{color:#333}.quform-theme-light .quform-upload-file{background-color:#89c712;border:0 none transparent;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;color:#fff}.quform-theme-light .quform-upload-file-remove:after,.quform-theme-light .quform-upload-file-remove:before{background-color:#fff}.quform-theme-light .quform-upload-dropzone{background-color:#fff;color:#333;border-color:#ddd}.quform-theme-light .select2-container--quform.select2-container--above.select2-container--open .select2-selection{border-top-left-radius:0;border-top-right-radius:0;border-top:2px solid transparent}.quform-theme-light .select2-container--quform.select2-container--below.select2-container--open .select2-selection{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:2px solid transparent}.quform-theme-light .select2-container--quform .select2-selection--multiple .select2-selection__choice{border-radius:5px;background-color:#ddd;border:1px solid #ccc;color:#666}.quform-theme-light .select2-container--quform .select2-search--inline .select2-search__field{border-radius:0;color:#666}.quform-theme-light .select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.quform-theme-light .select2-container--quform .select2-selection__arrow b,.quform-theme-light.select2-container--quform .select2-search--dropdown:before{color:#666}.quform-theme-light.select2-container--quform .select2-dropdown{border-radius:5px;-webkit-box-shadow:0 8px 16px -10px rgba(0,0,0,.07);box-shadow:0 8px 16px -10px rgba(0,0,0,.07);background-color:#fff;border:2px solid #89c712}.quform-theme-light.select2-container--quform .select2-dropdown--above{border:2px solid #89c712;border-bottom:transparent;border-radius:5px 5px 0 0;margin-bottom:-2px}.quform-theme-light.select2-container--quform .select2-dropdown--below{border:2px solid #89c712;border-top:transparent;border-radius:0 0 5px 5px;margin-top:-4px}.quform-theme-light.select2-container--quform .select2-search--dropdown .select2-search__field{border:0 solid #ccc;border-color:#ccc;background-color:#fff;color:#333;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.07);box-shadow:0 0 15px 0 rgba(0,0,0,.07)}.quform-theme-light.select2-container--quform .select2-dropdown--below .select2-search__field{border-top-width:1px}.quform-theme-light.select2-container--quform .select2-dropdown--above .select2-search__field{border-bottom-width:1px}.quform-theme-light.select2-container--quform .select2-results__option{color:#333}.quform-theme-light.select2-container--quform .select2-results__option.select2-results__message{background-color:#d9edf7;color:#3a87ad}.quform-theme-light.select2-container--quform .select2-results__option:first-child{border-top:none}.quform-theme-light.select2-container--quform .select2-results__option:last-child{border-bottom:none}.quform-theme-light.select2-container--quform .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{background:0 0;color:#ccc}.quform-theme-light.select2-container--quform .select2-dropdown--below .select2-results__options{border-top:1px solid #ddd}.quform-theme-light.select2-container--quform .select2-dropdown--above .select2-results__options{border-bottom:1px solid #ddd}.quform-theme-light.select2-container--quform .select2-results__option--highlighted[aria-selected]{background-color:#fcfcfc;border-color:#ddd;color:#666}.quform-theme-light.quform-datepicker .k-calendar{-webkit-box-shadow:0 0 22px 0 rgba(0,0,0,.1);box-shadow:0 0 22px 0 rgba(0,0,0,.1);border-radius:5px}.quform-theme-light.quform-datepicker .k-calendar .k-footer,.quform-theme-light.quform-datepicker .k-calendar .k-header,.quform-theme-light.quform-datepicker .k-calendar .k-header .k-state-hover{background-color:#89c712}.quform-theme-light.quform-datepicker .k-calendar .k-footer .k-link,.quform-theme-light.quform-datepicker .k-calendar .k-header .k-link{color:#fff}.quform-theme-light.quform-datepicker .k-calendar .k-content,.quform-theme-light.quform-datepicker .k-calendar .k-content td,.quform-theme-light.quform-datepicker .k-calendar .k-content th{background-color:#fff;color:#333}.quform-theme-light.quform-datepicker .k-calendar .k-content td.k-other-month{background-color:#f7f7f7}.quform-theme-light.quform-datepicker .k-calendar .k-content .k-other-month .k-link{color:#999}.quform-theme-light.quform-datepicker .k-calendar .k-content .k-link{color:#666}.quform-theme-light.quform-datepicker .k-calendar .k-content .k-link:hover{color:#333}.quform-theme-light.quform-timepicker.k-popup ul.k-list li.k-item{color:#333}.quform-theme-light.quform-timepicker.k-popup ul.k-list li.k-item.k-state-hover{background-color:#f7f7f7;border-color:#ccc;color:#333}.quform-theme-light.quform-datepicker .k-calendar td.k-state-focused,.quform-theme-light.quform-datepicker .k-calendar td.k-state-selected.k-state-focused{background-color:#fff}.quform-theme-light.quform-timepicker.k-popup ul.k-list li.k-item.k-state-selected{color:#89c712}.quform-theme-light.quform-datepicker .k-calendar td.k-state-focused .k-link,.quform-theme-light.quform-datepicker .k-calendar td.k-state-selected.k-state-focused .k-link{color:#89c712}.quform-theme-light .quform-group-style-plain>.quform-spacer>.quform-group-title-description .quform-group-title{color:#333}.quform-theme-light .quform-group-style-plain>.quform-spacer>.quform-group-title-description p.quform-group-description{color:#666}.quform-theme-light .quform-group-style-bordered>.quform-spacer>.quform-group-title-description .quform-group-title{color:#333}.quform-theme-light .quform-group-style-bordered>.quform-spacer>.quform-group-title-description p.quform-group-description{color:#666}.quform-theme-light .quform-group-style-bordered>.quform-child-elements,.quform-theme-light .quform-group-style-bordered>.quform-spacer>.quform-child-elements{background-color:#f7f7f7;border:1px solid #ddd;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);border-radius:5px}.quform-theme-light .quform-button-style-theme .quform-upload-button,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button,.quform-theme-light .quform-options-style-button .quform-option-label{background-color:#89c712;color:#fff;border:0 none transparent;border-radius:3px;-webkit-box-shadow:none;box-shadow:none;-webkit-transform:scale(1);transform:scale(1)}.quform-theme-light .quform-button-style-theme .quform-upload-button:hover,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button:hover,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button:hover,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button:hover,.quform-theme-light .quform-options-style-button .quform-field-checkbox:checked+label,.quform-theme-light .quform-options-style-button .quform-field-radio:checked+label,.quform-theme-light .quform-options-style-button .quform-option-label:active,.quform-theme-light .quform-options-style-button .quform-option-label:focus{background-color:#81bf0b;color:#fff;border:0 none transparent}.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button:active,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button:active,.quform-theme-light .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button:active{-webkit-transform:scale(.93);transform:scale(.93)}.quform-theme-light .quform-loading-type-spinner-1 .quform-loading-spinner,.quform-theme-light .quform-loading-type-spinner-1 .quform-loading-spinner:after{border-top-color:#89c712}.quform-theme-light .quform-loading-type-spinner-2 .quform-loading-spinner{background-color:#89c712}.quform-theme-light .quform-loading-type-spinner-3 .quform-loading-spinner,.quform-theme-light .quform-loading-type-spinner-3 .quform-loading-spinner:after{color:#89c712}.quform-theme-light .quform-loading-type-spinner-4 .quform-loading-spinner:after{background-color:#89c712}.quform-theme-light .quform-loading-type-spinner-5 .quform-loading-spinner{border-left-color:#89c712}.quform-theme-light .quform-loading-type-spinner-6 .quform-loading-spinner-inner{color:#89c712}.quform-theme-light .quform-loading-type-spinner-7 .quform-loading-spinner-inner,.quform-theme-light .quform-loading-type-spinner-7 .quform-loading-spinner-inner:after,.quform-theme-light .quform-loading-type-spinner-7 .quform-loading-spinner-inner:before{background-color:#89c712;color:#89c712}.quform-theme-light .quform-loading-type-custom .quform-loading-inner{color:#89c712}.quform-theme-light .quform-referral-link a{color:#666}.quform-theme-light .quform-referral-link a:hover{color:#89c712}.quform-theme-bootstrap{color:#000}.quform-theme-bootstrap .quform-form-title{color:#333}.quform-theme-bootstrap .quform-form-description{color:#666}.quform-theme-bootstrap .quform-page-progress{background-color:#f7f7f7;border-radius:4px}.quform-theme-bootstrap .quform-page-progress-bar{background-color:#337ab7;color:#fff}.quform-theme-bootstrap .quform-page-progress-tab{border-color:#ddd;color:#666;padding-top:3px;padding-bottom:3px}.quform-theme-bootstrap .quform-page-progress-tab:first-child{padding-left:10px}.quform-theme-bootstrap .quform-page-progress-tab.quform-current-tab{color:#337ab7}.quform-theme-bootstrap .quform-label>label>.quform-required{color:#cc0101}.quform-theme-bootstrap .quform-description{color:#333}.quform-theme-bootstrap .quform-field-captcha,.quform-theme-bootstrap .quform-field-date,.quform-theme-bootstrap .quform-field-email,.quform-theme-bootstrap .quform-field-multiselect,.quform-theme-bootstrap .quform-field-password,.quform-theme-bootstrap .quform-field-select,.quform-theme-bootstrap .quform-field-text,.quform-theme-bootstrap .quform-field-textarea,.quform-theme-bootstrap .quform-field-time,.quform-theme-bootstrap .select2-container--quform .select2-selection,.quform-theme-bootstrap.quform-timepicker.k-list-container.k-popup{background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset;box-shadow:0 1px 1px rgba(0,0,0,.075) inset;color:#555;-webkit-transition:color .1s ease-in-out;transition:color .1s ease-in-out}.quform-theme-bootstrap .quform-field-icon{color:#ccc}.quform-theme-bootstrap .quform-has-error .select2-container--quform .select2-selection,.quform-theme-bootstrap .quform-has-error input,.quform-theme-bootstrap .quform-has-error select,.quform-theme-bootstrap .quform-has-error textarea{border-color:#c73412;-webkit-box-shadow:0 0 16px -8px #c73412;box-shadow:0 0 16px -8px #c73412}.quform-theme-bootstrap .quform-field-captcha:active,.quform-theme-bootstrap .quform-field-captcha:focus,.quform-theme-bootstrap .quform-field-date:active,.quform-theme-bootstrap .quform-field-date:focus,.quform-theme-bootstrap .quform-field-email:active,.quform-theme-bootstrap .quform-field-email:focus,.quform-theme-bootstrap .quform-field-multiselect:active,.quform-theme-bootstrap .quform-field-multiselect:focus,.quform-theme-bootstrap .quform-field-password:active,.quform-theme-bootstrap .quform-field-password:focus,.quform-theme-bootstrap .quform-field-select:active,.quform-theme-bootstrap .quform-field-select:focus,.quform-theme-bootstrap .quform-field-text:active,.quform-theme-bootstrap .quform-field-text:focus,.quform-theme-bootstrap .quform-field-textarea:active,.quform-theme-bootstrap .quform-field-textarea:focus,.quform-theme-bootstrap .quform-field-time:active,.quform-theme-bootstrap .quform-field-time:focus,.quform-theme-bootstrap .select2-container--quform.select2-container--open .select2-selection,.quform-theme-bootstrap.quform-timepicker.k-list-container.k-popup{border-color:#66afe9;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6);box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 0 8px rgba(102,175,233,.6)}.quform-theme-bootstrap .quform-label>label{color:#333}.quform-theme-bootstrap .quform-sub-label>label{color:#666}.quform-theme-bootstrap .quform-tooltip-icon{color:#666}.quform-theme-bootstrap.quform-timepicker.k-list-container.k-popup{margin:4px 0}.quform-theme-bootstrap .quform-upload-progress-bar-wrap{background-color:#f7f7f7}.quform-theme-bootstrap .quform-upload-progress-bar{background-color:#337ab7;border-radius:2px}.quform-theme-bootstrap .quform-upload-info{color:#666}.quform-theme-bootstrap .quform-upload-info>div{color:#333}.quform-theme-bootstrap .quform-upload-file{background-color:#fff;border:1px solid #ccc;border-radius:4px;color:#333}.quform-theme-bootstrap .quform-upload-file-remove:after,.quform-theme-bootstrap .quform-upload-file-remove:before{background-color:#333}.quform-theme-bootstrap .quform-upload-dropzone{background-color:#fff;color:#333;border-color:#ddd;border-radius:4px}.quform-theme-bootstrap .select2-container--quform.select2-container--above.select2-container--open .select2-selection{border-top-left-radius:0;border-top-right-radius:0;border-top:1px solid transparent}.quform-theme-bootstrap .select2-container--quform.select2-container--below.select2-container--open .select2-selection{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:1px solid transparent}.quform-theme-bootstrap .select2-container--quform .select2-selection--multiple .select2-selection__choice{border-radius:5px;background-color:#fff;border:1px solid rgba(0,0,0,.15);color:#333;-webkit-box-shadow:0 0 0 1px rgba(255,255,255,.1) inset;box-shadow:0 0 0 1px rgba(255,255,255,.1) inset}.quform-theme-bootstrap .select2-container--quform .select2-search--inline .select2-search__field{border-radius:0;color:#333}.quform-theme-bootstrap .select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.quform-theme-bootstrap .select2-container--quform .select2-selection__arrow b,.quform-theme-bootstrap.select2-container--quform .select2-search--dropdown:before{color:#333}.quform-theme-bootstrap.select2-container--quform .select2-dropdown{border-radius:5px;background-color:#fff;-webkit-box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 4px 8px rgba(102,175,233,.5);box-shadow:0 1px 1px rgba(0,0,0,.075) inset,0 4px 8px rgba(102,175,233,.5)}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--above{border:1px solid #66afe9;border-bottom:transparent;border-radius:5px 5px 0 0;margin-bottom:-2px}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--below{border:1px solid #66afe9;border-top:transparent;border-radius:0 0 5px 5px;margin-top:-2px}.quform-theme-bootstrap.select2-container--quform .select2-search--dropdown .select2-search__field{border:0 solid rgba(0,0,0,.15);border-color:rgba(0,0,0,.15);background-color:#fff;color:#333;-webkit-box-shadow:0 0 15px 0 rgba(0,0,0,.07);box-shadow:0 0 15px 0 rgba(0,0,0,.07)}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--below .select2-search__field{border-top-width:1px}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--above .select2-search__field{border-bottom-width:1px}.quform-theme-bootstrap.select2-container--quform .select2-results__option{color:#333}.quform-theme-bootstrap.select2-container--quform .select2-results__option.select2-results__message{background-color:#d9edf7;color:#3a87ad}.quform-theme-bootstrap.select2-container--quform .select2-results__option:first-child{border-top:none}.quform-theme-bootstrap.select2-container--quform .select2-results__option:last-child{border-bottom:none}.quform-theme-bootstrap.select2-container--quform .select2-results__options[aria-multiselectable=true] .select2-results__option[aria-selected=true]{background:0 0;color:#ccc;border-color:transparent;-webkit-box-shadow:none;box-shadow:none}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--below .select2-results__options{border-top:1px solid rgba(0,0,0,.15)}.quform-theme-bootstrap.select2-container--quform .select2-dropdown--above .select2-results__options{border-bottom:1px solid rgba(0,0,0,.15)}.quform-theme-bootstrap.select2-container--quform .select2-results__option--highlighted[aria-selected]{background-color:#f7f7f7;border-top-color:rgba(0,0,0,.15);border-bottom-color:rgba(0,0,0,.25);color:#333}.quform-theme-bootstrap.quform-datepicker .k-calendar{-webkit-box-shadow:0 0 22px 0 rgba(0,0,0,.1);box-shadow:0 0 22px 0 rgba(0,0,0,.1);border-radius:4px}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-footer,.quform-theme-bootstrap.quform-datepicker .k-calendar .k-header,.quform-theme-bootstrap.quform-datepicker .k-calendar .k-header .k-state-hover{background-color:#337ab7}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-footer .k-link,.quform-theme-bootstrap.quform-datepicker .k-calendar .k-header .k-link{color:#fff}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content,.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content td,.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content th{background-color:#fff;color:#333}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content td.k-other-month{background-color:#f7f7f7}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content .k-other-month .k-link{color:#999}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content .k-link{color:#666}.quform-theme-bootstrap.quform-datepicker .k-calendar .k-content .k-link:hover{color:#333}.quform-theme-bootstrap.quform-timepicker.k-popup ul.k-list li.k-item{color:#333}.quform-theme-bootstrap.quform-timepicker.k-popup ul.k-list li.k-item.k-state-hover{background-color:#f7f7f7;border-color:#ccc;color:#333}.quform-theme-bootstrap.quform-datepicker .k-calendar td.k-state-focused,.quform-theme-bootstrap.quform-datepicker .k-calendar td.k-state-selected.k-state-focused{background-color:#fff}.quform-theme-bootstrap.quform-timepicker.k-popup ul.k-list li.k-item.k-state-selected{color:#337ab7}.quform-theme-bootstrap.quform-datepicker .k-calendar td.k-state-focused .k-link,.quform-theme-bootstrap.quform-datepicker .k-calendar td.k-state-selected.k-state-focused .k-link{color:#337ab7}.quform-theme-bootstrap .quform-group-style-plain>.quform-spacer>.quform-group-title-description .quform-group-title{color:#333}.quform-theme-bootstrap .quform-group-style-plain>.quform-spacer>.quform-group-title-description p.quform-group-description{color:#666}.quform-theme-bootstrap .quform-group-style-bordered>.quform-spacer>.quform-group-title-description .quform-group-title{color:#333}.quform-theme-bootstrap .quform-group-style-bordered>.quform-spacer>.quform-group-title-description p.quform-group-description{color:#666}.quform-theme-bootstrap .quform-group-style-bordered>.quform-child-elements,.quform-theme-bootstrap .quform-group-style-bordered>.quform-spacer>.quform-child-elements{border-radius:4px;background-color:#fff;border:1px solid #ccc;color:#333}.quform-theme-bootstrap .quform-button-style-theme .quform-upload-button,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button,.quform-theme-bootstrap .quform-options-style-button .quform-option-label{border:1px solid #2b669a;color:#fff;border-radius:4px;background-color:#337ab7;background-image:linear-gradient(to bottom,rgba(255,255,255,.1) 0,rgba(0,0,0,.1) 100%);background-repeat:repeat-x;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:color .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;transition:transform .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out;transition:transform .2s ease-in-out,color .2s ease-in-out,box-shadow .2s ease-in-out,background .2s ease-in-out,border-color .2s ease-in-out,-webkit-transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.quform-theme-bootstrap .quform-button-style-theme .quform-upload-button:hover,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button:hover,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button:hover,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button:hover,.quform-theme-bootstrap .quform-options-style-button .quform-field-checkbox:checked+label,.quform-theme-bootstrap .quform-options-style-button .quform-field-radio:checked+label,.quform-theme-bootstrap .quform-options-style-button .quform-option-label:active,.quform-theme-bootstrap .quform-options-style-button .quform-option-label:focus{background-color:#286090;background-position:0 -15px;border:1px solid #2b669a}.quform-theme-bootstrap .quform-options-style-button .quform-field-checkbox:checked+label,.quform-theme-bootstrap .quform-options-style-button .quform-field-radio:checked+label{background-image:none}.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-back-default>button:active,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-next-default>button:active,.quform-theme-bootstrap .quform-element-submit.quform-button-style-theme>.quform-button-submit-default>button:active{background-color:#2d6ca2;border-color:#2b669a}.quform-theme-bootstrap .quform-loading-type-spinner-1 .quform-loading-spinner,.quform-theme-bootstrap .quform-loading-type-spinner-1 .quform-loading-spinner:after{border-top-color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-2 .quform-loading-spinner{background-color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-3 .quform-loading-spinner,.quform-theme-bootstrap .quform-loading-type-spinner-3 .quform-loading-spinner:after{color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-4 .quform-loading-spinner:after{background-color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-5 .quform-loading-spinner{border-left-color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-6 .quform-loading-spinner-inner{color:#337ab7}.quform-theme-bootstrap .quform-loading-type-spinner-7 .quform-loading-spinner-inner,.quform-theme-bootstrap .quform-loading-type-spinner-7 .quform-loading-spinner-inner:after,.quform-theme-bootstrap .quform-loading-type-spinner-7 .quform-loading-spinner-inner:before{background-color:#337ab7;color:#337ab7}.quform-theme-bootstrap .quform-loading-type-custom .quform-loading-inner{color:#337ab7}.quform-theme-bootstrap .quform-referral-link a{color:#666}.quform-theme-bootstrap .quform-referral-link a:hover{color:#337ab7}.quform-3 .quform-label>label{color:#f58634}.quform-3 .quform-label>label>.quform-required{color:#f58634}.quform-3 .select2-container--quform .select2-selection,.quform-3 .quform-field-text,.quform-3 .quform-field-email,.quform-3 .quform-field-date,.quform-3 .quform-field-time,.quform-3 .quform-field-captcha,.quform-3 .quform-field-password{background-color:#fff}.quform-3 .quform-field-textarea{background-color:#fff}.quform-3 .quform-field-select,.quform-3 .quform-field-multiselect{background-color:#fff}.quform-3 .select2-container--quform .select2-selection:hover,.quform-3 .quform-field-text:hover,.quform-3 .quform-field-email:hover,.quform-3 .quform-field-date:hover,.quform-3 .quform-field-time:hover,.quform-3 .quform-field-captcha:hover,.quform-3 .quform-field-password:hover{border-color:#f58634}.quform-3 .quform-field-textarea:hover{border-color:#f58634}.quform-3 .quform-field-select:hover,.quform-3 .quform-field-multiselect:hover{border-color:#f58634}.quform-3 .select2-container--quform .select2-selection,.quform-3 .quform-field-text,.quform-3 .quform-field-email,.quform-3 .quform-field-date,.quform-3 .quform-field-time,.quform-3 .quform-field-captcha,.quform-3 .quform-field-password{color:#f58634}.quform-3 .quform-field-textarea{color:#f58634}.quform-3 .quform-field-select,.quform-3 .quform-field-multiselect{color:#f58634}.quform-3 .select2-container--quform .select2-selection--multiple .select2-selection__rendered:before,.quform-3 .select2-container--quform .select2-selection__arrow b,.quform-3-select2.select2-container--quform .select2-search--dropdown:before,.quform-3 .quform-field-icon{color:#f58634}.quform-3 .select2-container--quform .select2-search--inline .select2-search__field{color:#f58634}.quform-3 .quform-button-submit button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-submit button{background-color:#000}.quform-3 .quform-button-back button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-back button{background-color:#000}.quform-3 .quform-button-next button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-next button{background-color:#000}.quform-3 .quform-upload-button,.quform-3 .quform-button-style-theme .quform-upload-button{background-color:#000}.quform-3 .quform-button-submit button:hover,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-submit button:hover{background-color:#000}.quform-3 .quform-button-back button:hover,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-back button:hover{background-color:#000}.quform-3 .quform-button-next button:hover,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-next button:hover{background-color:#000}.quform-3 .quform-upload-button:hover,.quform-3 .quform-button-style-theme .quform-upload-button:hover{background-color:#000}.quform-3 .quform-button-submit button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-submit button{border-color:#fff}.quform-3 .quform-button-back button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-back button{border-color:#fff}.quform-3 .quform-button-next button,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-next button{border-color:#fff}.quform-3 .quform-upload-button,.quform-3 .quform-button-style-theme .quform-upload-button{border-color:#fff}.quform-3 .quform-button-submit button .quform-button-text,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-submit button .quform-button-text{color:#fff}.quform-3 .quform-button-back button .quform-button-text,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-back button .quform-button-text{color:#fff}.quform-3 .quform-button-next button .quform-button-text,.quform-3 .quform-element-submit.quform-button-style-theme .quform-button-next button .quform-button-text{color:#fff}.quform-3 .quform-upload-button .quform-upload-button-text,.quform-3 .quform-button-style-theme .quform-upload-button .quform-upload-button-text{color:#fff}.htb-container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.htb-container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.htb-container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.htb-container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.htb-container {
max-width: 1200px;
}
}
.htb-row {
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -15px;
margin-left: -15px;
}
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
.htb-col-lg-6 {
position: relative;
width: 100%;
min-height: 1px;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 992px) {
.htb-col-lg-6 {
-ms-flex: 0 0 50%;
flex: 0 0 50%;
max-width: 50%
}
}
@media (max-width: 767px) {
.htb-col-lg-6 {
-ms-flex: 0 0 100%;
flex: 0 0 100%;
max-width: 100%
}
}  .htslider-single-post-slide {
position: relative;
}
.htslider-single-post-slide img {
width: 100%;
}
.htslider-single-post-slide a {
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category {
display: flex;
list-style: outside none none;
margin: 0 -10px;
padding: 0;
}
.htslider-single-post-slide .content ul.post-category li {
background: #f05555 none repeat scroll 0 0;
margin: 0 10px;
transition: all 0.4s ease-in-out 0s;
line-height: inherit;
}
.htslider-single-post-slide .content ul.post-category li a {
color: #fff;
font-size: 13px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px 9px;
display: block;
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category li a:hover {
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.htslider-single-post-slide ul.meta {
color: #464545;
display: flex;
list-style: outside none none;
margin: 0 -15px;
padding: 0;
}
.htslider-single-post-slide ul.meta li {
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.htslider-single-post-slide ul.meta li i {
padding-right: 10px;
}
.htslider-single-post-slide .content .post-inner h2 {
margin-top: 20px;
margin-bottom: 10px;
}
.htslider-single-post-slide .content .post-inner p {
margin: 22px 0 25px;
color: #18012c;
font-size: 14px;
line-height: 28px;
} .htslider-single-post-slide {
position: relative;
}
.htslider-single-post-slide img {
width: 100%;
}
.htslider-single-post-slide a {
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category {
display: flex;
list-style: outside none none;
margin: 0 -10px;
padding: 0;
}
.htslider-single-post-slide .content ul.post-category li {
background: #f05555 none repeat scroll 0 0;
margin: 0 10px;
transition: all 0.4s ease-in-out 0s;
line-height: inherit;
}
.htslider-single-post-slide .content ul.post-category li a {
color: #fff;
font-size: 13px;
font-weight: 300;
letter-spacing: 1px;
text-transform: uppercase;
padding: 5px 9px;
display: block;
text-decoration: none;
}
.htslider-single-post-slide .content ul.post-category li a:hover {
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.htslider-single-post-slide ul.meta {
color: #464545;
display: flex;
list-style: outside none none;
margin: 0 -15px;
padding: 0;
}
.htslider-single-post-slide ul.meta li {
font-size: 13px;
letter-spacing: 2px;
margin: 0 15px;
}
.htslider-single-post-slide ul.meta li i {
padding-right: 10px;
}
.htslider-single-post-slide .content .post-inner h2 {
margin-top: 10px;
margin-bottom: 10px;
width: 100%;
}
.htslider-single-post-slide .content .post-inner p {
margin: 22px 0 25px;
color: #18012c;
font-size: 14px;
line-height: 28px;
margin-top: 0;
}
.htslider-single-post-slide .content .post-inner h2 a,
.htslider-single-post-slide .content .post-inner ul.meta li a {
color: #18012c;
}
.htslider-single-post-slide .post-btn a.readmore-btn {
background: transparent none repeat scroll 0 0;
border: 1px solid #464545;
border-radius: 23px;
color: #464545;
display: inline-block;
font-size: 14px;
font-weight: 400;
height: 46px;
line-height: 44px;
padding: 0 37px;
transition: all 0.4s ease-in-out 0s;
text-decoration: none;
}
.htslider-area-pro .htslider-single-post-slide .post-btn a.readmore-btn {
border-radius: 0;
margin-top: 20px;
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #18012c;
}
.htslider-area-pro .htslider-single-post-slide .post-btn a.readmore-btn:hover {
background: #ffffff none repeat scroll 0 0;
border: 1px solid #ffffff;
color: #18012c;
}
.htslider-single-post-slide .post-btn a.readmore-btn:hover {
background: #18012c none repeat scroll 0 0;
border: 1px solid #18012c;
color: #ffffff;
}
.htslider-postslider-area img {
width: 100%;
}
.htslider-postslider-area button.slick-arrow {
background: #ccd5d5 none repeat scroll 0 0;
border: 0 none;
color: #00282a;
font-size: 24px;
height: 46px;
line-height: 1;
padding: 0;
position: absolute;
width: 46px;
z-index: 2;
}
.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
right: 60px;
}
.htslider-postslider-area button.slick-arrow {
background: #d7dae9 none repeat scroll 0 0;
border: 1px solid #d7dae9;
border-radius: 100%;
color: #2a47e0;
font-size: 24px;
}
.htslider-arrow-1.htslider-postslider-area button.slick-arrow,
.htslider-arrow-4.htslider-postslider-area button.slick-arrow {
left: 30px;
position: absolute;
top: 50%;
transform: translateY(-50%);
transition: all 0.4s ease 0s;
z-index: 2;
}
.htslider-arrow-1.htslider-postslider-area button.htslider-carosul-next.slick-arrow ,
.htslider-arrow-4.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: auto !important;
right: 30px;
}
.htslider-arrow-2.htslider-postslider-area button.slick-arrow ,
.htslider-arrow-3.htslider-postslider-area button.slick-arrow {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
border-radius: 100%;
}
.htslider-arrow-2.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: auto;
right: 50px !important;
margin-top: 30px;
}
.htslider-arrow-2.htslider-postslider-area button.slick-arrow {
top: 50%;
}
.htslider-arrow-2.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
right: 50px;
margin-top: -30px;
}
.htslider-arrow-3.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
left: 50px;
right: auto;
bottom: 5% !important;
}
.htslider-arrow-3.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
left: 50px;
bottom: 12% !important;
}
.htslider-postslider-area .slick-dots li button::before {
display: none;
}
.htslider-postslider-area .slick-dots li {
background: #ccd5d5 none repeat scroll 0 0;
border-radius: 100%;
height: 15px;
width: 15px;
}
.htslider-postslider-area .slick-dots li.slick-active {
background: #00282a none repeat scroll 0 0;
margin-left: 0;
}
body.rtl .htslider-postslider-area button.htslider-carosul-prev.slick-arrow{
right: auto;
}
body.rtl .htslider-arrow-2.htslider-postslider-area button.htslider-carosul-next.slick-arrow {
right: auto !important;
}
body.rtl .htslider-arrow-3.htslider-postslider-area button.htslider-carosul-prev.slick-arrow {
bottom: 15% !important;
} .htslider-postslider-layout-1 .content {
position: absolute;
left: 0;
top: 0;
max-width: 40%;
height: 100%;
padding: 10px;
}
.htslider-postslider-layout-1 .content .post-inner {
width: 100%;
height: 100%;
background: rgba(0, 140, 167, 0.8);
display: flex;
flex-direction: column;
justify-content: center;
padding: 30px;
}
.htslider-postslider-layout-1 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
}
.htslider-postslider-layout-1 .content .post-inner h2 a,
.htslider-postslider-layout-1 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-1 .content .post-inner p {
color: #ffffff;
font-size: 14px;
line-height: 28px;
}
.htslider-postslider-layout-1 ul.meta {
color: #ffffff;
}
.htslider-postslider-layout-1 .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
} .htslider-postslider-layout-2 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
}
.htslider-postslider-layout-2 .content .post-inner h2 a {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner ul.meta li,
.htslider-postslider-layout-2 .content .post-inner ul.meta li a {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner p {
color: #464545;
}
.htslider-postslider-layout-2 .content .post-inner .post-btn {
margin-top: 19px;
} .htslider-postslider-layout-3 .content {
position: absolute;
top: 50%;
width: 100%;
transform: translateY(-50%);
text-align: center;
}
.htslider-postslider-layout-3 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
padding: 0 26%;
line-height: 34px;
}
.htslider-postslider-layout-3 .content .post-inner h2 a {
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner ul.meta {
justify-content: center;
}
.htslider-postslider-layout-3 .content .post-inner ul.meta li,
.htslider-postslider-layout-3 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn {
margin-top: 19px;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #ffffff;
color: #ffffff;
}
.htslider-postslider-layout-3 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htslider-postslider-layout-3 .content ul.post-category {
justify-content: center;
} .htslider-postslider-layout-4 .content {
position: absolute;
text-align: center;
bottom: 0;
padding: 20px;
}
.htslider-postslider-layout-4 .content .post-inner {
background: rgba(0, 86, 255, 0.7);
padding: 25px;
text-align: left;
}
.htslider-postslider-layout-4 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-bottom: 13px;
line-height: 34px;
}
.htslider-postslider-layout-4 .content .post-inner h2 a {
color: #ffffff;
}
.htslider-postslider-layout-4 .content .post-inner ul.meta li {
color: #ffffff;
}
.htslider-postslider-layout-4 .content .post-inner ul.meta li a {
color: #ffffff;
}
.htslider-postslider-layout-4 .content ul.post-category {
justify-content: center;
} .htslider-postslider-layout-5 .content {
background: #f4f4f4;
padding: 60px;
}
.htslider-postslider-layout-5 .content .post-inner h2 {
font-size: 24px;
font-weight: 500;
margin-top: 20px;
margin-bottom: 18px;
line-height: 34px;
}
.htslider-postslider-layout-5 .content .post-inner h2 a {
color: #464545;
}
.htslider-postslider-layout-5 .content .post-inner ul.meta li,
.htslider-postslider-layout-5 .content .post-inner ul.meta li a {
color: #464545;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn {
margin-top: 19px;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn {
border: 1px solid #494849;
color: #494849;
}
.htslider-postslider-layout-5 .content .post-inner .post-btn a.readmore-btn:hover {
background: #18012c;
color: #ffffff;
border: 1px solid #18012c;
}
.htslider-arrow-2.htslider-postslider-area.htslider-postslider-style-5 button.slick-arrow {
top: 30%;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots {
bottom: 0;
display: flex;
flex-direction: column;
justify-content: space-between;
position: absolute;
right: 0;
top: 0;
width: 200px;
z-index: 2;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li {
align-items: center;
background: transparent none repeat scroll 0 0;
border-bottom: 5px solid #828282;
border-left: 5px solid #828282;
border-radius: 0;
border-right: 5px solid #828282;
cursor: pointer;
display: flex;
flex-basis: 25%;
height: auto;
margin: 0;
overflow: hidden;
padding: 20px;
position: relative;
text-align: left;
transition: all 0.5s ease-in-out 0s;
width: auto;
z-index: 2;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li:first-child {
border-top: 5px solid #828282;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li.slick-active {
background: transparent none repeat scroll 0 0;
border: 5px solid #ffffff;
}
.htslider-postslider-style-4.htslider-postslider-area ul.slick-dots li h6 {
bottom: 0;
color: #ffffff;
font-weight: 500;
line-height: 22px;
margin: 0;
padding-bottom: 20px;
position: absolute;
}
.htb-align-items-center {
-ms-flex-align: center!important;
align-items: center!important
}
.htslider-postslider-area ul.slick-dots {
margin: 0;
left: 50%;
position: absolute;
top: 100%;
padding-left: 0;
}
.htslider-postslider-area ul.slick-dots li {
display: inline;
margin: 0 15px 0 0;
}
.htslider-postslider-area ul.slick-dots li button {
padding: 7px;
color: #00282a;
line-height: normal;
outline: none;
text-decoration: none;
text-indent: -999999px;
}
.htslider-postslider-area.pagination  ul.slick-dots li button {
text-indent: 0;
}
.htslider-postslider-area ul.slick-dots li:last-child {
margin-right: 0;
} .htslider-item-img.single-slide-item.htslider-single-post-slide {
height: 600px;
}
.htslider-postslider-area .htb-container {
height: 100%;
}
.htslider-postslider-area .single-slide-item.htslider-single-post-slide .content {
padding: 30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
height: 100%;
}
.single-slide-item.htslider-single-post-slide .content .post-inner {
padding: 0;
width: 100%;
}
.single-slide-item.htslider-single-post-slide .content .post-inner .htslider-desc {
font-size: 15px;
margin-bottom: 20px;
}
.single-slide-item.htslider-single-post-slide .content .post-inner p img {
width: auto;
display: inline-block;
margin-top: 0;
margin-bottom: 0;
}
.single-slide-item.htslider-single-post-slide .content h4 {
font-size: 18px;
margin: 0;
}
.single-slide-item.htslider-single-post-slide .content .post-btn a.readmore-btn {
height: inherit;
line-height: inherit;
padding: 13px 37px;
}
.htb-row.right {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.htsldier-item-area2 {
background: #f9f9f9;
}
 .animated {
-webkit-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.infinite {
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
.animated.hinge {
-webkit-animation-duration: 2s;
animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
.animated.flipOutX,
.animated.flipOutY {
-webkit-animation-duration: .75s;
animation-duration: .75s;
}
@-webkit-keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
@keyframes bounce {
from, 20%, 53%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
-webkit-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}
40%, 43% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -30px, 0);
transform: translate3d(0, -30px, 0);
}
70% {
-webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
-webkit-transform: translate3d(0, -15px, 0);
transform: translate3d(0, -15px, 0);
}
90% {
-webkit-transform: translate3d(0,-4px,0);
transform: translate3d(0,-4px,0);
}
}
.bounce {
-webkit-animation-name: bounce;
animation-name: bounce;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
}
@-webkit-keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
@keyframes flash {
from, 50%, to {
opacity: 1;
}
25%, 75% {
opacity: 0;
}
}
.flash {
-webkit-animation-name: flash;
animation-name: flash;
} @-webkit-keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
50% {
-webkit-transform: scale3d(1.05, 1.05, 1.05);
transform: scale3d(1.05, 1.05, 1.05);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.pulse {
-webkit-animation-name: pulse;
animation-name: pulse;
}
@-webkit-keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes rubberBand {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
30% {
-webkit-transform: scale3d(1.25, 0.75, 1);
transform: scale3d(1.25, 0.75, 1);
}
40% {
-webkit-transform: scale3d(0.75, 1.25, 1);
transform: scale3d(0.75, 1.25, 1);
}
50% {
-webkit-transform: scale3d(1.15, 0.85, 1);
transform: scale3d(1.15, 0.85, 1);
}
65% {
-webkit-transform: scale3d(.95, 1.05, 1);
transform: scale3d(.95, 1.05, 1);
}
75% {
-webkit-transform: scale3d(1.05, .95, 1);
transform: scale3d(1.05, .95, 1);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.rubberBand {
-webkit-animation-name: rubberBand;
animation-name: rubberBand;
}
@-webkit-keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
@keyframes shake {
from, to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
10%, 30%, 50%, 70%, 90% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
20%, 40%, 60%, 80% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
}
.shake {
-webkit-animation-name: shake;
animation-name: shake;
}
@-webkit-keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
@keyframes swing {
20% {
-webkit-transform: rotate3d(0, 0, 1, 15deg);
transform: rotate3d(0, 0, 1, 15deg);
}
40% {
-webkit-transform: rotate3d(0, 0, 1, -10deg);
transform: rotate3d(0, 0, 1, -10deg);
}
60% {
-webkit-transform: rotate3d(0, 0, 1, 5deg);
transform: rotate3d(0, 0, 1, 5deg);
}
80% {
-webkit-transform: rotate3d(0, 0, 1, -5deg);
transform: rotate3d(0, 0, 1, -5deg);
}
to {
-webkit-transform: rotate3d(0, 0, 1, 0deg);
transform: rotate3d(0, 0, 1, 0deg);
}
}
.swing {
-webkit-transform-origin: top center;
transform-origin: top center;
-webkit-animation-name: swing;
animation-name: swing;
}
@-webkit-keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes tada {
from {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
10%, 20% {
-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
}
30%, 50%, 70%, 90% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
}
40%, 60%, 80% {
-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
}
to {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.tada {
-webkit-animation-name: tada;
animation-name: tada;
} @-webkit-keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes wobble {
from {
-webkit-transform: none;
transform: none;
}
15% {
-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
}
30% {
-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
}
45% {
-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
}
60% {
-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
}
75% {
-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
}
to {
-webkit-transform: none;
transform: none;
}
}
.wobble {
-webkit-animation-name: wobble;
animation-name: wobble;
}
@-webkit-keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
@keyframes jello {
from, 11.1%, to {
-webkit-transform: none;
transform: none;
}
22.2% {
-webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
transform: skewX(-12.5deg) skewY(-12.5deg);
}
33.3% {
-webkit-transform: skewX(6.25deg) skewY(6.25deg);
transform: skewX(6.25deg) skewY(6.25deg);
}
44.4% {
-webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
transform: skewX(-3.125deg) skewY(-3.125deg);
}
55.5% {
-webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
transform: skewX(1.5625deg) skewY(1.5625deg);
}
66.6% {
-webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
transform: skewX(-0.78125deg) skewY(-0.78125deg);
}
77.7% {
-webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
transform: skewX(0.390625deg) skewY(0.390625deg);
}
88.8% {
-webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
}
}
.jello {
-webkit-animation-name: jello;
animation-name: jello;
-webkit-transform-origin: center;
transform-origin: center;
}
@-webkit-keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
@keyframes bounceIn {
from, 20%, 40%, 60%, 80%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
20% {
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
40% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
60% {
opacity: 1;
-webkit-transform: scale3d(1.03, 1.03, 1.03);
transform: scale3d(1.03, 1.03, 1.03);
}
80% {
-webkit-transform: scale3d(.97, .97, .97);
transform: scale3d(.97, .97, .97);
}
to {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
}
}
.bounceIn {
-webkit-animation-name: bounceIn;
animation-name: bounceIn;
}
@-webkit-keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInDown {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(0, -3000px, 0);
transform: translate3d(0, -3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, 25px, 0);
transform: translate3d(0, 25px, 0);
}
75% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
90% {
-webkit-transform: translate3d(0, 5px, 0);
transform: translate3d(0, 5px, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInDown {
-webkit-animation-name: bounceInDown;
animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInLeft {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
opacity: 0;
-webkit-transform: translate3d(-3000px, 0, 0);
transform: translate3d(-3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(25px, 0, 0);
transform: translate3d(25px, 0, 0);
}
75% {
-webkit-transform: translate3d(-10px, 0, 0);
transform: translate3d(-10px, 0, 0);
}
90% {
-webkit-transform: translate3d(5px, 0, 0);
transform: translate3d(5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInLeft {
-webkit-animation-name: bounceInLeft;
animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
@keyframes bounceInRight {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(3000px, 0, 0);
transform: translate3d(3000px, 0, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(-25px, 0, 0);
transform: translate3d(-25px, 0, 0);
}
75% {
-webkit-transform: translate3d(10px, 0, 0);
transform: translate3d(10px, 0, 0);
}
90% {
-webkit-transform: translate3d(-5px, 0, 0);
transform: translate3d(-5px, 0, 0);
}
to {
-webkit-transform: none;
transform: none;
}
}
.bounceInRight {
-webkit-animation-name: bounceInRight;
animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes bounceInUp {
from, 60%, 75%, 90%, to {
-webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
from {
opacity: 0;
-webkit-transform: translate3d(0, 3000px, 0);
transform: translate3d(0, 3000px, 0);
}
60% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
75% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
90% {
-webkit-transform: translate3d(0, -5px, 0);
transform: translate3d(0, -5px, 0);
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.bounceInUp {
-webkit-animation-name: bounceInUp;
animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
@keyframes bounceOut {
20% {
-webkit-transform: scale3d(.9, .9, .9);
transform: scale3d(.9, .9, .9);
}
50%, 55% {
opacity: 1;
-webkit-transform: scale3d(1.1, 1.1, 1.1);
transform: scale3d(1.1, 1.1, 1.1);
}
to {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
}
.bounceOut {
-webkit-animation-name: bounceOut;
animation-name: bounceOut;
}
@-webkit-keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes bounceOutDown {
20% {
-webkit-transform: translate3d(0, 10px, 0);
transform: translate3d(0, 10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, -20px, 0);
transform: translate3d(0, -20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.bounceOutDown {
-webkit-animation-name: bounceOutDown;
animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes bounceOutLeft {
20% {
opacity: 1;
-webkit-transform: translate3d(20px, 0, 0);
transform: translate3d(20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.bounceOutLeft {
-webkit-animation-name: bounceOutLeft;
animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes bounceOutRight {
20% {
opacity: 1;
-webkit-transform: translate3d(-20px, 0, 0);
transform: translate3d(-20px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.bounceOutRight {
-webkit-animation-name: bounceOutRight;
animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes bounceOutUp {
20% {
-webkit-transform: translate3d(0, -10px, 0);
transform: translate3d(0, -10px, 0);
}
40%, 45% {
opacity: 1;
-webkit-transform: translate3d(0, 20px, 0);
transform: translate3d(0, 20px, 0);
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.bounceOutUp {
-webkit-animation-name: bounceOutUp;
animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
@keyframes fadeIn {
from {
opacity: 0;
}
to {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDown {
from {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDown {
-webkit-animation-name: fadeInDown;
animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInDownBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInDownBig {
-webkit-animation-name: fadeInDownBig;
animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeft {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeft {
-webkit-animation-name: fadeInLeft;
animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInLeftBig {
from {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInLeftBig {
-webkit-animation-name: fadeInLeftBig;
animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRight {
from {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRight {
-webkit-animation-name: fadeInRight;
animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInRightBig {
from {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInRightBig {
-webkit-animation-name: fadeInRightBig;
animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUp {
from {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUp {
-webkit-animation-name: fadeInUp;
animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes fadeInUpBig {
from {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.fadeInUpBig {
-webkit-animation-name: fadeInUpBig;
animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
@keyframes fadeOut {
from {
opacity: 1;
}
to {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes fadeOutDown {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.fadeOutDown {
-webkit-animation-name: fadeOutDown;
animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
@keyframes fadeOutDownBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, 2000px, 0);
transform: translate3d(0, 2000px, 0);
}
}
.fadeOutDownBig {
-webkit-animation-name: fadeOutDownBig;
animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes fadeOutLeft {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.fadeOutLeft {
-webkit-animation-name: fadeOutLeft;
animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
@keyframes fadeOutLeftBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(-2000px, 0, 0);
transform: translate3d(-2000px, 0, 0);
}
}
.fadeOutLeftBig {
-webkit-animation-name: fadeOutLeftBig;
animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes fadeOutRight {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.fadeOutRight {
-webkit-animation-name: fadeOutRight;
animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
@keyframes fadeOutRightBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(2000px, 0, 0);
transform: translate3d(2000px, 0, 0);
}
}
.fadeOutRightBig {
-webkit-animation-name: fadeOutRightBig;
animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes fadeOutUp {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.fadeOutUp {
-webkit-animation-name: fadeOutUp;
animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
@keyframes fadeOutUpBig {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(0, -2000px, 0);
transform: translate3d(0, -2000px, 0);
}
}
.fadeOutUpBig {
-webkit-animation-name: fadeOutUpBig;
animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
@keyframes flip {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
40% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
50% {
-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
80% {
-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
transform: perspective(400px) scale3d(.95, .95, .95);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
}
.animated.flip {
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-animation-name: flip;
animation-name: flip;
}
@-webkit-keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInX {
from {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInX {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInX;
animation-name: flipInX;
}
@-webkit-keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
@keyframes flipInY {
from {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
opacity: 0;
}
40% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
60% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
opacity: 1;
}
80% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
}
to {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
}
.flipInY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipInY;
animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutX {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
opacity: 0;
}
}
.flipOutX {
-webkit-animation-name: flipOutX;
animation-name: flipOutX;
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
@keyframes flipOutY {
from {
-webkit-transform: perspective(400px);
transform: perspective(400px);
}
30% {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
opacity: 1;
}
to {
-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
opacity: 0;
}
}
.flipOutY {
-webkit-backface-visibility: visible !important;
backface-visibility: visible !important;
-webkit-animation-name: flipOutY;
animation-name: flipOutY;
}
@-webkit-keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes lightSpeedIn {
from {
-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
transform: translate3d(100%, 0, 0) skewX(-30deg);
opacity: 0;
}
60% {
-webkit-transform: skewX(20deg);
transform: skewX(20deg);
opacity: 1;
}
80% {
-webkit-transform: skewX(-5deg);
transform: skewX(-5deg);
opacity: 1;
}
to {
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.lightSpeedIn {
-webkit-animation-name: lightSpeedIn;
animation-name: lightSpeedIn;
-webkit-animation-timing-function: ease-out;
animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
@keyframes lightSpeedOut {
from {
opacity: 1;
}
to {
-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
transform: translate3d(100%, 0, 0) skewX(30deg);
opacity: 0;
}
}
.lightSpeedOut {
-webkit-animation-name: lightSpeedOut;
animation-name: lightSpeedOut;
-webkit-animation-timing-function: ease-in;
animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateIn {
from {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, -200deg);
transform: rotate3d(0, 0, 1, -200deg);
opacity: 0;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateIn {
-webkit-animation-name: rotateIn;
animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownLeft {
-webkit-animation-name: rotateInDownLeft;
animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInDownRight {
-webkit-animation-name: rotateInDownRight;
animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpLeft {
-webkit-animation-name: rotateInUpLeft;
animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
@keyframes rotateInUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -90deg);
transform: rotate3d(0, 0, 1, -90deg);
opacity: 0;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: none;
transform: none;
opacity: 1;
}
}
.rotateInUpRight {
-webkit-animation-name: rotateInUpRight;
animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
@keyframes rotateOut {
from {
-webkit-transform-origin: center;
transform-origin: center;
opacity: 1;
}
to {
-webkit-transform-origin: center;
transform-origin: center;
-webkit-transform: rotate3d(0, 0, 1, 200deg);
transform: rotate3d(0, 0, 1, 200deg);
opacity: 0;
}
}
.rotateOut {
-webkit-animation-name: rotateOut;
animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
@keyframes rotateOutDownLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, 45deg);
transform: rotate3d(0, 0, 1, 45deg);
opacity: 0;
}
}
.rotateOutDownLeft {
-webkit-animation-name: rotateOutDownLeft;
animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutDownRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutDownRight {
-webkit-animation-name: rotateOutDownRight;
animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
@keyframes rotateOutUpLeft {
from {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
opacity: 1;
}
to {
-webkit-transform-origin: left bottom;
transform-origin: left bottom;
-webkit-transform: rotate3d(0, 0, 1, -45deg);
transform: rotate3d(0, 0, 1, -45deg);
opacity: 0;
}
}
.rotateOutUpLeft {
-webkit-animation-name: rotateOutUpLeft;
animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
@keyframes rotateOutUpRight {
from {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
opacity: 1;
}
to {
-webkit-transform-origin: right bottom;
transform-origin: right bottom;
-webkit-transform: rotate3d(0, 0, 1, 90deg);
transform: rotate3d(0, 0, 1, 90deg);
opacity: 0;
}
}
.rotateOutUpRight {
-webkit-animation-name: rotateOutUpRight;
animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
@keyframes hinge {
0% {
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
20%, 60% {
-webkit-transform: rotate3d(0, 0, 1, 80deg);
transform: rotate3d(0, 0, 1, 80deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
}
40%, 80% {
-webkit-transform: rotate3d(0, 0, 1, 60deg);
transform: rotate3d(0, 0, 1, 60deg);
-webkit-transform-origin: top left;
transform-origin: top left;
-webkit-animation-timing-function: ease-in-out;
animation-timing-function: ease-in-out;
opacity: 1;
}
to {
-webkit-transform: translate3d(0, 700px, 0);
transform: translate3d(0, 700px, 0);
opacity: 0;
}
}
.hinge {
-webkit-animation-name: hinge;
animation-name: hinge;
} @-webkit-keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
@keyframes rollIn {
from {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
}
to {
opacity: 1;
-webkit-transform: none;
transform: none;
}
}
.rollIn {
-webkit-animation-name: rollIn;
animation-name: rollIn;
} @-webkit-keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
@keyframes rollOut {
from {
opacity: 1;
}
to {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
}
}
.rollOut {
-webkit-animation-name: rollOut;
animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
@keyframes zoomIn {
from {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
50% {
opacity: 1;
}
}
.zoomIn {
-webkit-animation-name: zoomIn;
animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInDown {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInDown {
-webkit-animation-name: zoomInDown;
animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInLeft {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInLeft {
-webkit-animation-name: zoomInLeft;
animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInRight {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInRight {
-webkit-animation-name: zoomInRight;
animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomInUp {
from {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
60% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomInUp {
-webkit-animation-name: zoomInUp;
animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
@keyframes zoomOut {
from {
opacity: 1;
}
50% {
opacity: 0;
-webkit-transform: scale3d(.3, .3, .3);
transform: scale3d(.3, .3, .3);
}
to {
opacity: 0;
}
}
.zoomOut {
-webkit-animation-name: zoomOut;
animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutDown {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutDown {
-webkit-animation-name: zoomOutDown;
animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
@keyframes zoomOutLeft {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
transform: scale(.1) translate3d(-2000px, 0, 0);
-webkit-transform-origin: left center;
transform-origin: left center;
}
}
.zoomOutLeft {
-webkit-animation-name: zoomOutLeft;
animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
@keyframes zoomOutRight {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
}
to {
opacity: 0;
-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
transform: scale(.1) translate3d(2000px, 0, 0);
-webkit-transform-origin: right center;
transform-origin: right center;
}
}
.zoomOutRight {
-webkit-animation-name: zoomOutRight;
animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
@keyframes zoomOutUp {
40% {
opacity: 1;
-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
-webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
}
to {
opacity: 0;
-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
-webkit-transform-origin: center bottom;
transform-origin: center bottom;
-webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
}
}
.zoomOutUp {
-webkit-animation-name: zoomOutUp;
animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInDown {
from {
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInDown {
-webkit-animation-name: slideInDown;
animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInLeft {
from {
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInLeft {
-webkit-animation-name: slideInLeft;
animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInRight {
from {
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInRight {
-webkit-animation-name: slideInRight;
animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
@keyframes slideInUp {
from {
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
visibility: visible;
}
to {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
}
.slideInUp {
-webkit-animation-name: slideInUp;
animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
@keyframes slideOutDown {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
}
}
.slideOutDown {
-webkit-animation-name: slideOutDown;
animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
@keyframes slideOutLeft {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
}
.slideOutLeft {
-webkit-animation-name: slideOutLeft;
animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
@keyframes slideOutRight {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
}
.slideOutRight {
-webkit-animation-name: slideOutRight;
animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
@keyframes slideOutUp {
from {
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
to {
visibility: hidden;
-webkit-transform: translate3d(0, -100%, 0);
transform: translate3d(0, -100%, 0);
}
}
.slideOutUp {
-webkit-animation-name: slideOutUp;
animation-name: slideOutUp;
}.mdp-grid{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.mdp-grid:after,.mdp-grid:before{content:"";display:block;overflow:hidden}.mdp-grid:after{clear:both}.mdp-grid>*{flex:none;margin:0;float:left}.mdp-grid>*>:last-child{margin-bottom:0}.mdp-grid{margin-left:-25px}.mdp-grid>*{padding-left:25px}.mdp-grid+.mdp-grid,.mdp-grid-margin,.mdp-grid>*>.mdp-panel+.mdp-panel{margin-top:25px}@media (min-width:1220px){.mdp-grid{margin-left:-35px}.mdp-grid>*{padding-left:35px}.mdp-grid+.mdp-grid,.mdp-grid-margin,.mdp-grid>*>.mdp-panel+.mdp-panel{margin-top:35px}}.mdp-grid-collapse{margin-left:0}.mdp-grid-collapse>*{padding-left:0}.mdp-grid-collapse+.mdp-grid-collapse,.mdp-grid-collapse>*>.mdp-panel+.mdp-panel,.mdp-grid-collapse>.mdp-grid-margin{margin-top:0}.mdp-grid-small{margin-left:-10px}.mdp-grid-small>*{padding-left:10px}.mdp-grid-small+.mdp-grid-small,.mdp-grid-small>*>.mdp-panel+.mdp-panel,.mdp-grid-small>.mdp-grid-margin{margin-top:10px}.mdp-grid-medium{margin-left:-25px}.mdp-grid-medium>*{padding-left:25px}.mdp-grid-medium+.mdp-grid-medium,.mdp-grid-medium>*>.mdp-panel+.mdp-panel,.mdp-grid-medium>.mdp-grid-margin{margin-top:25px}@media (min-width:960px){.mdp-grid-large{margin-left:-35px}.mdp-grid-large>*{padding-left:35px}.mdp-grid-large+.mdp-grid-large,.mdp-grid-large-margin,.mdp-grid-large>*>.mdp-panel+.mdp-panel{margin-top:35px}}@media (min-width:1220px){.mdp-grid-large{margin-left:-50px}.mdp-grid-large>*{padding-left:50px}.mdp-grid-large+.mdp-grid-large,.mdp-grid-large-margin,.mdp-grid-large>*>.mdp-panel+.mdp-panel{margin-top:50px}}.mdp-grid-divider:not(:empty){margin-left:-25px;margin-right:-25px}.mdp-grid-divider>*{padding-left:25px;padding-right:25px}.mdp-grid-divider>[class*=mdp-width-1-]:not(.mdp-width-1-1):nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-2-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-3-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-4-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-5-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-6-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-7-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-8-]:nth-child(n+2),.mdp-grid-divider>[class*=mdp-width-9-]:nth-child(n+2){border-left:1px solid #ddd}@media (min-width:768px){.mdp-grid-divider>[class*=mdp-width-medium-]:not(.mdp-width-medium-1-1):nth-child(n+2){border-left:1px solid #ddd}}@media (min-width:960px){.mdp-grid-divider>[class*=mdp-width-large-]:not(.mdp-width-large-1-1):nth-child(n+2){border-left:1px solid #ddd}}@media (min-width:1220px){.mdp-grid-divider:not(:empty){margin-left:-35px;margin-right:-35px}.mdp-grid-divider>*{padding-left:35px;padding-right:35px}.mdp-grid-divider:empty{margin-top:35px;margin-bottom:35px}}.mdp-grid-divider:empty{margin-top:25px;margin-bottom:25px;border-top:1px solid #ddd}.mdp-grid-match>*{display:flex;flex-wrap:wrap}.mdp-grid-match>*>*{flex:none;box-sizing:border-box;width:100%}[class*=mdp-grid-width]>*{box-sizing:border-box;width:100%}.mdp-grid-width-1-2>*{width:50%}.mdp-grid-width-1-3>*{width:33.333%}.mdp-grid-width-1-4>*{width:25%}.mdp-grid-width-1-5>*{width:20%}.mdp-grid-width-1-6>*{width:16.666%}.mdp-grid-width-1-10>*{width:10%}.mdp-grid-width-auto>*{width:auto}@media (min-width:480px){.mdp-grid-width-small-1-1>*{width:100%}.mdp-grid-width-small-1-2>*{width:50%}.mdp-grid-width-small-1-3>*{width:33.333%}.mdp-grid-width-small-1-4>*{width:25%}.mdp-grid-width-small-1-5>*{width:20%}.mdp-grid-width-small-1-6>*{width:16.666%}.mdp-grid-width-small-1-10>*{width:10%}}@media (min-width:768px){.mdp-grid-width-medium-1-1>*{width:100%}.mdp-grid-width-medium-1-2>*{width:50%}.mdp-grid-width-medium-1-3>*{width:33.333%}.mdp-grid-width-medium-1-4>*{width:25%}.mdp-grid-width-medium-1-5>*{width:20%}.mdp-grid-width-medium-1-6>*{width:16.666%}.mdp-grid-width-medium-1-10>*{width:10%}}@media (min-width:960px){.mdp-grid-width-large-1-1>*{width:100%}.mdp-grid-width-large-1-2>*{width:50%}.mdp-grid-width-large-1-3>*{width:33.333%}.mdp-grid-width-large-1-4>*{width:25%}.mdp-grid-width-large-1-5>*{width:20%}.mdp-grid-width-large-1-6>*{width:16.666%}.mdp-grid-width-large-1-10>*{width:10%}}@media (min-width:1220px){.mdp-grid-width-xlarge-1-1>*{width:100%}.mdp-grid-width-xlarge-1-2>*{width:50%}.mdp-grid-width-xlarge-1-3>*{width:33.333%}.mdp-grid-width-xlarge-1-4>*{width:25%}.mdp-grid-width-xlarge-1-5>*{width:20%}.mdp-grid-width-xlarge-1-6>*{width:16.666%}.mdp-grid-width-xlarge-1-10>*{width:10%}}[class*=mdp-width]{box-sizing:border-box;width:100%}.mdp-width-1-1{width:100%}.mdp-width-1-2,.mdp-width-2-4,.mdp-width-3-6,.mdp-width-5-10{width:50%}.mdp-width-1-3,.mdp-width-2-6{width:33.333%}.mdp-width-2-3,.mdp-width-4-6{width:66.666%}.mdp-width-1-4{width:25%}.mdp-width-3-4{width:75%}.mdp-width-1-5,.mdp-width-2-10{width:20%}.mdp-width-2-5,.mdp-width-4-10{width:40%}.mdp-width-3-5,.mdp-width-6-10{width:60%}.mdp-width-4-5,.mdp-width-8-10{width:80%}.mdp-width-1-6{width:16.666%}.mdp-width-5-6{width:83.333%}.mdp-width-1-10{width:10%}.mdp-width-3-10{width:30%}.mdp-width-7-10{width:70%}.mdp-width-9-10{width:90%}@media (min-width:480px){.mdp-width-small-1-1{width:100%}.mdp-width-small-1-2,.mdp-width-small-2-4,.mdp-width-small-3-6,.mdp-width-small-5-10{width:50%}.mdp-width-small-1-3,.mdp-width-small-2-6{width:33.333%}.mdp-width-small-2-3,.mdp-width-small-4-6{width:66.666%}.mdp-width-small-1-4{width:25%}.mdp-width-small-3-4{width:75%}.mdp-width-small-1-5,.mdp-width-small-2-10{width:20%}.mdp-width-small-2-5,.mdp-width-small-4-10{width:40%}.mdp-width-small-3-5,.mdp-width-small-6-10{width:60%}.mdp-width-small-4-5,.mdp-width-small-8-10{width:80%}.mdp-width-small-1-6{width:16.666%}.mdp-width-small-5-6{width:83.333%}.mdp-width-small-1-10{width:10%}.mdp-width-small-3-10{width:30%}.mdp-width-small-7-10{width:70%}.mdp-width-small-9-10{width:90%}}@media (min-width:768px){.mdp-width-medium-1-1{width:100%}.mdp-width-medium-1-2,.mdp-width-medium-2-4,.mdp-width-medium-3-6,.mdp-width-medium-5-10{width:50%}.mdp-width-medium-1-3,.mdp-width-medium-2-6{width:33.333%}.mdp-width-medium-2-3,.mdp-width-medium-4-6{width:66.666%}.mdp-width-medium-1-4{width:25%}.mdp-width-medium-3-4{width:75%}.mdp-width-medium-1-5,.mdp-width-medium-2-10{width:20%}.mdp-width-medium-2-5,.mdp-width-medium-4-10{width:40%}.mdp-width-medium-3-5,.mdp-width-medium-6-10{width:60%}.mdp-width-medium-4-5,.mdp-width-medium-8-10{width:80%}.mdp-width-medium-1-6{width:16.666%}.mdp-width-medium-5-6{width:83.333%}.mdp-width-medium-1-10{width:10%}.mdp-width-medium-3-10{width:30%}.mdp-width-medium-7-10{width:70%}.mdp-width-medium-9-10{width:90%}}@media (min-width:960px){.mdp-width-large-1-1{width:100%}.mdp-width-large-1-2,.mdp-width-large-2-4,.mdp-width-large-3-6,.mdp-width-large-5-10{width:50%}.mdp-width-large-1-3,.mdp-width-large-2-6{width:33.333%}.mdp-width-large-2-3,.mdp-width-large-4-6{width:66.666%}.mdp-width-large-1-4{width:25%}.mdp-width-large-3-4{width:75%}.mdp-width-large-1-5,.mdp-width-large-2-10{width:20%}.mdp-width-large-2-5,.mdp-width-large-4-10{width:40%}.mdp-width-large-3-5,.mdp-width-large-6-10{width:60%}.mdp-width-large-4-5,.mdp-width-large-8-10{width:80%}.mdp-width-large-1-6{width:16.666%}.mdp-width-large-5-6{width:83.333%}.mdp-width-large-1-10{width:10%}.mdp-width-large-3-10{width:30%}.mdp-width-large-7-10{width:70%}.mdp-width-large-9-10{width:90%}}@media (min-width:1220px){.mdp-width-xlarge-1-1{width:100%}.mdp-width-xlarge-1-2,.mdp-width-xlarge-2-4,.mdp-width-xlarge-3-6,.mdp-width-xlarge-5-10{width:50%}.mdp-width-xlarge-1-3,.mdp-width-xlarge-2-6{width:33.333%}.mdp-width-xlarge-2-3,.mdp-width-xlarge-4-6{width:66.666%}.mdp-width-xlarge-1-4{width:25%}.mdp-width-xlarge-3-4{width:75%}.mdp-width-xlarge-1-5,.mdp-width-xlarge-2-10{width:20%}.mdp-width-xlarge-2-5,.mdp-width-xlarge-4-10{width:40%}.mdp-width-xlarge-3-5,.mdp-width-xlarge-6-10{width:60%}.mdp-width-xlarge-4-5,.mdp-width-xlarge-8-10{width:80%}.mdp-width-xlarge-1-6{width:16.666%}.mdp-width-xlarge-5-6{width:83.333%}.mdp-width-xlarge-1-10{width:10%}.mdp-width-xlarge-3-10{width:30%}.mdp-width-xlarge-7-10{width:70%}.mdp-width-xlarge-9-10{width:90%}}@media (min-width:768px){[class*=mdp-pull-],[class*=mdp-push-]{position:relative}.mdp-push-1-2,.mdp-push-2-4,.mdp-push-3-6,.mdp-push-5-10{left:50%}.mdp-push-1-3,.mdp-push-2-6{left:33.333%}.mdp-push-2-3,.mdp-push-4-6{left:66.666%}.mdp-push-1-4{left:25%}.mdp-push-3-4{left:75%}.mdp-push-1-5,.mdp-push-2-10{left:20%}.mdp-push-2-5,.mdp-push-4-10{left:40%}.mdp-push-3-5,.mdp-push-6-10{left:60%}.mdp-push-4-5,.mdp-push-8-10{left:80%}.mdp-push-1-6{left:16.666%}.mdp-push-5-6{left:83.333%}.mdp-push-1-10{left:10%}.mdp-push-3-10{left:30%}.mdp-push-7-10{left:70%}.mdp-push-9-10{left:90%}.mdp-pull-1-2,.mdp-pull-2-4,.mdp-pull-3-6,.mdp-pull-5-10{left:-50%}.mdp-pull-1-3,.mdp-pull-2-6{left:-33.333%}.mdp-pull-2-3,.mdp-pull-4-6{left:-66.666%}.mdp-pull-1-4{left:-25%}.mdp-pull-3-4{left:-75%}.mdp-pull-1-5,.mdp-pull-2-10{left:-20%}.mdp-pull-2-5,.mdp-pull-4-10{left:-40%}.mdp-pull-3-5,.mdp-pull-6-10{left:-60%}.mdp-pull-4-5,.mdp-pull-8-10{left:-80%}.mdp-pull-1-6{left:-16.666%}.mdp-pull-5-6{left:-83.333%}.mdp-pull-1-10{left:-10%}.mdp-pull-3-10{left:-30%}.mdp-pull-7-10{left:-70%}.mdp-pull-9-10{left:-90%}}.mdp-slidenav{display:inline-block;box-sizing:border-box;width:60px;height:60px;line-height:60px;color:rgba(50,50,50,.4);font-size:60px;text-align:center}.mdp-slidenav:focus,.mdp-slidenav:hover{outline:0;text-decoration:none;color:rgba(50,50,50,.7);cursor:pointer}.mdp-slidenav:active{color:rgba(50,50,50,.9)}.mdp-slidenav-position{position:relative}.mdp-slidenav-position .mdp-slidenav{display:none;position:absolute;top:50%;z-index:1;margin-top:-30px}.mdp-slidenav-position:hover .mdp-slidenav{display:block}.mdp-slidenav-position .mdp-slidenav-previous{left:20px}.mdp-slidenav-position .mdp-slidenav-next{right:20px}.mdp-slidenav-contrast{color:rgba(255,255,255,.5)}.mdp-slidenav-contrast:focus,.mdp-slidenav-contrast:hover{color:rgba(255,255,255,.7)}.mdp-slidenav-contrast:active{color:rgba(255,255,255,.9)}[data-mdp-slider]{direction:ltr}html[dir=rtl] .mdp-slider>*{direction:rtl}.mdp-slider{position:relative;z-index:0;touch-action:pan-y}.mdp-slider:not(.mdp-grid){margin:0;padding:0;list-style:none}.mdp-slider>*{position:absolute;top:0;left:0}.mdp-slider-container{overflow:hidden}.mdp-slider:not(.mdp-drag){transition:transform .2s linear}.mdp-slider.mdp-drag{cursor:col-resize;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.mdp-slider a,.mdp-slider img{-webkit-user-drag:none;user-drag:none;-webkit-touch-callout:none}.mdp-slider img{pointer-events:none}.mdp-slider-fullscreen,.mdp-slider-fullscreen>li{height:100vh}.mdp-glider a.mdp-slidenav{position:absolute;display:flex;align-items:center;justify-content:center;width:auto;height:auto;text-decoration:none}.mdp-glider .mdp-slider-container{position:relative}.mdp-slidenav-position-center .mdp-slider-container .mdp-slidenav{top:50%;transform:translateY(-50%)}.mdp-slidenav-position-center .mdp-slider-container .mdp-slidenav-previous{left:0}.mdp-slidenav-position-center .mdp-slider-container .mdp-slidenav-next{right:0}.mdp-slidenav-position-bottom-left .mdp-slidenav-previous{bottom:0;top:auto;left:0;right:auto}.mdp-slidenav-position-bottom-left .mdp-slidenav-next{bottom:0;top:auto;left:0;right:auto;transform:translateX(140%)}.mdp-slidenav-position-bottom-center .mdp-slidenav-previous{bottom:0;top:auto;left:50%;transform:translateX(-100%)}.mdp-slidenav-position-bottom-center .mdp-slidenav-next{bottom:0;top:auto;left:50%;transform:translateX(100%)}.mdp-slidenav-position-bottom-right .mdp-slidenav-previous{bottom:0;top:auto;left:auto;right:0;transform:translateX(-140%)}.mdp-slidenav-position-bottom-right .mdp-slidenav-next{bottom:0;top:auto;left:auto;right:0}.mdp-glider-slidesetslide .mdp-flex{width:100%;overflow:visible}.mdp-glider-slidesetslide .mdp-glider-content{width:100%}.mdp-glider .mdp-flex{width:100%;height:100%;overflow:visible}.mdp-glider .mdp-glider-content{width:100%}[class*=mdp-animation-]{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media screen{[data-mdp-scrollspy*=mdp-animation-]:not([data-mdp-scrollspy*=target]){opacity:0}}.mdp-animation-fade{-webkit-animation-name:mdp-fade;animation-name:mdp-fade;-webkit-animation-duration:.8s;animation-duration:.8s;-webkit-animation-timing-function:linear!important;animation-timing-function:linear!important}.mdp-animation-scale-up{-webkit-animation-name:mdp-fade-scale-02;animation-name:mdp-fade-scale-02}.mdp-animation-scale-down{-webkit-animation-name:mdp-fade-scale-18;animation-name:mdp-fade-scale-18}.mdp-animation-slide-top{-webkit-animation-name:mdp-fade-top;animation-name:mdp-fade-top}.mdp-animation-slide-bottom{-webkit-animation-name:mdp-fade-bottom;animation-name:mdp-fade-bottom}.mdp-animation-slide-left{-webkit-animation-name:mdp-fade-left;animation-name:mdp-fade-left}.mdp-animation-slide-right{-webkit-animation-name:mdp-fade-right;animation-name:mdp-fade-right}.mdp-animation-scale{-webkit-animation-name:mdp-scale-12;animation-name:mdp-scale-12}.mdp-animation-shake{-webkit-animation-name:mdp-shake;animation-name:mdp-shake}.mdp-animation-reverse{-webkit-animation-direction:reverse;animation-direction:reverse;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.mdp-animation-15{-webkit-animation-duration:15s;animation-duration:15s}.mdp-animation-top-left{transform-origin:0 0}.mdp-animation-top-center{transform-origin:50% 0}.mdp-animation-top-right{transform-origin:100% 0}.mdp-animation-middle-left{transform-origin:0 50%}.mdp-animation-middle-right{transform-origin:100% 50%}.mdp-animation-bottom-left{transform-origin:0 100%}.mdp-animation-bottom-center{transform-origin:50% 100%}.mdp-animation-bottom-right{transform-origin:100% 100%}.mdp-animation-hover:not(:hover),.mdp-animation-hover:not(:hover) [class*=mdp-animation-],.mdp-touch .mdp-animation-hover:not(.mdp-hover),.mdp-touch .mdp-animation-hover:not(.mdp-hover) [class*=mdp-animation-]{-webkit-animation-name:none;animation-name:none}@-webkit-keyframes mdp-fade{0%{opacity:0}100%{opacity:1}}@keyframes mdp-fade{0%{opacity:0}100%{opacity:1}}@-webkit-keyframes mdp-fade-top{0%{opacity:0;-webkit-transform:translateY(-100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes mdp-fade-top{0%{opacity:0;transform:translateY(-100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes mdp-fade-bottom{0%{opacity:0;-webkit-transform:translateY(100%)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes mdp-fade-bottom{0%{opacity:0;transform:translateY(100%)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes mdp-fade-left{0%{opacity:0;-webkit-transform:translateX(-100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes mdp-fade-left{0%{opacity:0;transform:translateX(-100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes mdp-fade-right{0%{opacity:0;-webkit-transform:translateX(100%)}100%{opacity:1;-webkit-transform:translateX(0)}}@keyframes mdp-fade-right{0%{opacity:0;transform:translateX(100%)}100%{opacity:1;transform:translateX(0)}}@-webkit-keyframes mdp-fade-scale-02{0%{opacity:0;-webkit-transform:scale(.2)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes mdp-fade-scale-02{0%{opacity:0;transform:scale(.2)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes mdp-fade-scale-15{0%{opacity:0;-webkit-transform:scale(1.5)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes mdp-fade-scale-15{0%{opacity:0;transform:scale(1.5)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes mdp-fade-scale-18{0%{opacity:0;-webkit-transform:scale(1.8)}100%{opacity:1;-webkit-transform:scale(1)}}@keyframes mdp-fade-scale-18{0%{opacity:0;transform:scale(1.8)}100%{opacity:1;transform:scale(1)}}@-webkit-keyframes mdp-slide-left{0%{-webkit-transform:translateX(-100%)}100%{-webkit-transform:translateX(0)}}@keyframes mdp-slide-left{0%{transform:translateX(-100%)}100%{transform:translateX(0)}}@-webkit-keyframes mdp-slide-right{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(0)}}@keyframes mdp-slide-right{0%{transform:translateX(100%)}100%{transform:translateX(0)}}@-webkit-keyframes mdp-slide-left-33{0%{-webkit-transform:translateX(33%)}100%{-webkit-transform:translateX(0)}}@keyframes mdp-slide-left-33{0%{transform:translateX(33%)}100%{transform:translateX(0)}}@-webkit-keyframes mdp-slide-right-33{0%{-webkit-transform:translateX(-33%)}100%{-webkit-transform:translateX(0)}}@keyframes mdp-slide-right-33{0%{transform:translateX(-33%)}100%{transform:translateX(0)}}@-webkit-keyframes mdp-scale-12{0%{-webkit-transform:scale(1.2)}100%{-webkit-transform:scale(1)}}@keyframes mdp-scale-12{0%{transform:scale(1.2)}100%{transform:scale(1)}}@-webkit-keyframes mdp-rotate{0%{-webkit-transform:rotate(0)}100%{-webkit-transform:rotate(359deg)}}@keyframes mdp-rotate{0%{transform:rotate(0)}100%{transform:rotate(359deg)}}@-webkit-keyframes mdp-shake{0%,100%{-webkit-transform:translateX(0)}10%{-webkit-transform:translateX(-9px)}20%{-webkit-transform:translateX(8px)}30%{-webkit-transform:translateX(-7px)}40%{-webkit-transform:translateX(6px)}50%{-webkit-transform:translateX(-5px)}60%{-webkit-transform:translateX(4px)}70%{-webkit-transform:translateX(-3px)}80%{-webkit-transform:translateX(2px)}90%{-webkit-transform:translateX(-1px)}}@keyframes mdp-shake{0%,100%{transform:translateX(0)}10%{transform:translateX(-9px)}20%{transform:translateX(8px)}30%{transform:translateX(-7px)}40%{transform:translateX(6px)}50%{transform:translateX(-5px)}60%{transform:translateX(4px)}70%{transform:translateX(-3px)}80%{transform:translateX(2px)}90%{transform:translateX(-1px)}}@-webkit-keyframes mdp-slide-top-fixed{0%{opacity:0;-webkit-transform:translateY(-10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes mdp-slide-top-fixed{0%{opacity:0;transform:translateY(-10px)}100%{opacity:1;transform:translateY(0)}}@-webkit-keyframes mdp-slide-bottom-fixed{0%{opacity:0;-webkit-transform:translateY(10px)}100%{opacity:1;-webkit-transform:translateY(0)}}@keyframes mdp-slide-bottom-fixed{0%{opacity:0;transform:translateY(10px)}100%{opacity:1;transform:translateY(0)}}.mdp-dotnav{display:flex;flex-wrap:wrap;margin:0;padding:0;list-style:none}.mdp-dotnav>*{flex:none;padding-left:15px;margin-top:15px}.mdp-dotnav:after,.mdp-dotnav:before{content:"";display:block;overflow:hidden}.mdp-dotnav:after{clear:both}.mdp-dotnav>*{float:left}.mdp-dotnav>*>*{display:block;box-sizing:content-box;width:20px;height:20px;border-radius:50%;background:rgba(50,50,50,.1);text-indent:100%;overflow:hidden;white-space:nowrap}.mdp-dotnav>*>:focus,.mdp-dotnav>*>:hover{background:rgba(50,50,50,.4);outline:0}.mdp-dotnav>*>:active{background:rgba(50,50,50,.6)}.mdp-dotnav>.mdp-active>*{background:rgba(50,50,50,.4)}.mdp-dotnav-contrast>*>*{background:rgba(255,255,255,.4)}.mdp-dotnav-contrast>*>:focus,.mdp-dotnav-contrast>*>:hover{background:rgba(255,255,255,.7)}.mdp-dotnav-contrast>*>:active{background:rgba(255,255,255,.9)}.mdp-dotnav-contrast>.mdp-active>*{background:rgba(255,255,255,.9)}.mdp-dotnav-vertical{flex-direction:column}.mdp-dotnav-vertical>*{float:none}.mdp-flex{display:flex}.mdp-flex-inline{display:inline-flex}.mdp-flex-inline>*,.mdp-flex>*{-ms-flex-negative:1}.mdp-flex-top{align-items:flex-start}.mdp-flex-middle{align-items:center}.mdp-flex-bottom{align-items:flex-end}.mdp-flex-center{justify-content:center}.mdp-flex-right{justify-content:flex-end}.mdp-flex-space-between{justify-content:space-between}.mdp-flex-space-around{justify-content:space-around}.mdp-flex-row-reverse{flex-direction:row-reverse}.mdp-flex-column{flex-direction:column}.mdp-flex-column-reverse{flex-direction:column-reverse}.mdp-flex-nowrap{flex-wrap:nowrap}.mdp-flex-wrap{flex-wrap:wrap}.mdp-flex-wrap-reverse{flex-wrap:wrap-reverse}.mdp-flex-wrap-top{align-content:flex-start}.mdp-flex-wrap-middle{align-content:center}.mdp-flex-wrap-bottom{align-content:flex-end}.mdp-flex-wrap-space-between{align-content:space-between}.mdp-flex-wrap-space-around{align-content:space-around}.mdp-flex-order-first{order:-1}.mdp-flex-order-last{order:99}@media (min-width:480px){.mdp-flex-order-first-small{order:-1}.mdp-flex-order-last-small{order:99}}@media (min-width:768px){.mdp-flex-order-first-medium{order:-1}.mdp-flex-order-last-medium{order:99}}@media (min-width:960px){.mdp-flex-order-first-large{order:-1}.mdp-flex-order-last-large{order:99}}@media (min-width:1220px){.mdp-flex-order-first-xlarge{order:-1}.mdp-flex-order-last-xlarge{order:99}}.mdp-flex-item-none{flex:none}.mdp-flex-item-auto{flex:auto;-ms-flex-negative:1}.mdp-flex-item-1{flex:1}.vc_row {
margin-left: -21px;
margin-right: -21px;
}
@media (max-width: 1199px) {
.vc_row.disable-custom-paggings-tablet {
padding-left: 0 !important;
padding-right: 0 !important;
}
.vc_column_container.disable-custom-paggings-tablet > .vc_column-inner {
padding-left: 21px !important;
padding-right: 21px !important;
}
}
@media (max-width: 767px) {
.vc_row.disable-custom-paggings-mobile {
padding-left: 0 !important;
padding-right: 0 !important;
}
.vc_column_container.disable-custom-paggings-mobile > .vc_column-inner {
padding-left: 21px !important;
padding-right: 21px !important;
}
}
.vc_row {
margin-left: -21px;
margin-right: -21px;
}
.vc_column_container > .vc_column-inner {
padding-left: 21px;
padding-right: 21px;
}
.vc_gitem_row {
margin-left: 0;
margin-right: 0;
}@font-face {font-family: 'Defaults';src:url(//www.tuskevents.co.za/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?rfa9z8);src:url(//www.tuskevents.co.za/wp-content/uploads/smile_fonts/Defaults/Defaults.eot?#iefixrfa9z8) format('embedded-opentype'),url(//www.tuskevents.co.za/wp-content/uploads/smile_fonts/Defaults/Defaults.woff?rfa9z8) format('woff'),url(//www.tuskevents.co.za/wp-content/uploads/smile_fonts/Defaults/Defaults.ttf?rfa9z8) format('truetype'),url(//www.tuskevents.co.za/wp-content/uploads/smile_fonts/Defaults/Defaults.svg?rfa9z8#Defaults) format('svg');font-weight: normal;font-style: normal;}[class^="Defaults-"], [class*=" Defaults-"] {font-family: 'Defaults';speak: none;font-style: normal;font-weight: normal;font-variant: normal;text-transform: none;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}.Defaults-glass:before {content: "\f000";}.Defaults-music:before {content: "\f001";}.Defaults-search:before {content: "\f002";}.Defaults-envelope-o:before {content: "\f003";}.Defaults-heart:before {content: "\f004";}.Defaults-star:before {content: "\f005";}.Defaults-star-o:before {content: "\f006";}.Defaults-user:before {content: "\f007";}.Defaults-film:before {content: "\f008";}.Defaults-th-large:before {content: "\f009";}.Defaults-th:before {content: "\f00a";}.Defaults-th-list:before {content: "\f00b";}.Defaults-check:before {content: "\f00c";}.Defaults-close:before {content: "\f00d";}.Defaults-remove:before {content: "\f00d";}.Defaults-times:before {content: "\f00d";}.Defaults-search-plus:before {content: "\f00e";}.Defaults-search-minus:before {content: "\f010";}.Defaults-power-off:before {content: "\f011";}.Defaults-signal:before {content: "\f012";}.Defaults-cog:before {content: "\f013";}.Defaults-gear:before {content: "\f013";}.Defaults-trash-o:before {content: "\f014";}.Defaults-home:before {content: "\f015";}.Defaults-file-o:before {content: "\f016";}.Defaults-clock-o:before {content: "\f017";}.Defaults-road:before {content: "\f018";}.Defaults-download:before {content: "\f019";}.Defaults-arrow-circle-o-down:before {content: "\f01a";}.Defaults-arrow-circle-o-up:before {content: "\f01b";}.Defaults-inbox:before {content: "\f01c";}.Defaults-play-circle-o:before {content: "\f01d";}.Defaults-repeat:before {content: "\f01e";}.Defaults-rotate-right:before {content: "\f01e";}.Defaults-refresh:before {content: "\f021";}.Defaults-list-alt:before {content: "\f022";}.Defaults-lock:before {content: "\f023";}.Defaults-flag:before {content: "\f024";}.Defaults-headphones:before {content: "\f025";}.Defaults-volume-off:before {content: "\f026";}.Defaults-volume-down:before {content: "\f027";}.Defaults-volume-up:before {content: "\f028";}.Defaults-qrcode:before {content: "\f029";}.Defaults-barcode:before {content: "\f02a";}.Defaults-tag:before {content: "\f02b";}.Defaults-tags:before {content: "\f02c";}.Defaults-book:before {content: "\f02d";}.Defaults-bookmark:before {content: "\f02e";}.Defaults-print:before {content: "\f02f";}.Defaults-camera:before {content: "\f030";}.Defaults-font:before {content: "\f031";}.Defaults-bold:before {content: "\f032";}.Defaults-italic:before {content: "\f033";}.Defaults-text-height:before {content: "\f034";}.Defaults-text-width:before {content: "\f035";}.Defaults-align-left:before {content: "\f036";}.Defaults-align-center:before {content: "\f037";}.Defaults-align-right:before {content: "\f038";}.Defaults-align-justify:before {content: "\f039";}.Defaults-list:before {content: "\f03a";}.Defaults-dedent:before {content: "\f03b";}.Defaults-outdent:before {content: "\f03b";}.Defaults-indent:before {content: "\f03c";}.Defaults-video-camera:before {content: "\f03d";}.Defaults-image:before {content: "\f03e";}.Defaults-photo:before {content: "\f03e";}.Defaults-picture-o:before {content: "\f03e";}.Defaults-pencil:before {content: "\f040";}.Defaults-map-marker:before {content: "\f041";}.Defaults-adjust:before {content: "\f042";}.Defaults-tint:before {content: "\f043";}.Defaults-edit:before {content: "\f044";}.Defaults-pencil-square-o:before {content: "\f044";}.Defaults-share-square-o:before {content: "\f045";}.Defaults-check-square-o:before {content: "\f046";}.Defaults-arrows:before {content: "\f047";}.Defaults-step-backward:before {content: "\f048";}.Defaults-fast-backward:before {content: "\f049";}.Defaults-backward:before {content: "\f04a";}.Defaults-play:before {content: "\f04b";}.Defaults-pause:before {content: "\f04c";}.Defaults-stop:before {content: "\f04d";}.Defaults-forward:before {content: "\f04e";}.Defaults-fast-forward:before {content: "\f050";}.Defaults-step-forward:before {content: "\f051";}.Defaults-eject:before {content: "\f052";}.Defaults-chevron-left:before {content: "\f053";}.Defaults-chevron-right:before {content: "\f054";}.Defaults-plus-circle:before {content: "\f055";}.Defaults-minus-circle:before {content: "\f056";}.Defaults-times-circle:before {content: "\f057";}.Defaults-check-circle:before {content: "\f058";}.Defaults-question-circle:before {content: "\f059";}.Defaults-info-circle:before {content: "\f05a";}.Defaults-crosshairs:before {content: "\f05b";}.Defaults-times-circle-o:before {content: "\f05c";}.Defaults-check-circle-o:before {content: "\f05d";}.Defaults-ban:before {content: "\f05e";}.Defaults-arrow-left:before {content: "\f060";}.Defaults-arrow-right:before {content: "\f061";}.Defaults-arrow-up:before {content: "\f062";}.Defaults-arrow-down:before {content: "\f063";}.Defaults-mail-forward:before {content: "\f064";}.Defaults-share:before {content: "\f064";}.Defaults-expand:before {content: "\f065";}.Defaults-compress:before {content: "\f066";}.Defaults-plus:before {content: "\f067";}.Defaults-minus:before {content: "\f068";}.Defaults-asterisk:before {content: "\f069";}.Defaults-exclamation-circle:before {content: "\f06a";}.Defaults-gift:before {content: "\f06b";}.Defaults-leaf:before {content: "\f06c";}.Defaults-fire:before {content: "\f06d";}.Defaults-eye:before {content: "\f06e";}.Defaults-eye-slash:before {content: "\f070";}.Defaults-exclamation-triangle:before {content: "\f071";}.Defaults-warning:before {content: "\f071";}.Defaults-plane:before {content: "\f072";}.Defaults-calendar:before {content: "\f073";}.Defaults-random:before {content: "\f074";}.Defaults-comment:before {content: "\f075";}.Defaults-magnet:before {content: "\f076";}.Defaults-chevron-up:before {content: "\f077";}.Defaults-chevron-down:before {content: "\f078";}.Defaults-retweet:before {content: "\f079";}.Defaults-shopping-cart:before {content: "\f07a";}.Defaults-folder:before {content: "\f07b";}.Defaults-folder-open:before {content: "\f07c";}.Defaults-arrows-v:before {content: "\f07d";}.Defaults-arrows-h:before {content: "\f07e";}.Defaults-bar-chart:before {content: "\f080";}.Defaults-bar-chart-o:before {content: "\f080";}.Defaults-twitter-square:before {content: "\f081";}.Defaults-facebook-square:before {content: "\f082";}.Defaults-camera-retro:before {content: "\f083";}.Defaults-key:before {content: "\f084";}.Defaults-cogs:before {content: "\f085";}.Defaults-gears:before {content: "\f085";}.Defaults-comments:before {content: "\f086";}.Defaults-thumbs-o-up:before {content: "\f087";}.Defaults-thumbs-o-down:before {content: "\f088";}.Defaults-star-half:before {content: "\f089";}.Defaults-heart-o:before {content: "\f08a";}.Defaults-sign-out:before {content: "\f08b";}.Defaults-linkedin-square:before {content: "\f08c";}.Defaults-thumb-tack:before {content: "\f08d";}.Defaults-external-link:before {content: "\f08e";}.Defaults-sign-in:before {content: "\f090";}.Defaults-trophy:before {content: "\f091";}.Defaults-github-square:before {content: "\f092";}.Defaults-upload:before {content: "\f093";}.Defaults-lemon-o:before {content: "\f094";}.Defaults-phone:before {content: "\f095";}.Defaults-square-o:before {content: "\f096";}.Defaults-bookmark-o:before {content: "\f097";}.Defaults-phone-square:before {content: "\f098";}.Defaults-twitter:before {content: "\f099";}.Defaults-facebook:before {content: "\f09a";}.Defaults-facebook-f:before {content: "\f09a";}.Defaults-github:before {content: "\f09b";}.Defaults-unlock:before {content: "\f09c";}.Defaults-credit-card:before {content: "\f09d";}.Defaults-rss:before {content: "\f09e";}.Defaults-hdd-o:before {content: "\f0a0";}.Defaults-bullhorn:before {content: "\f0a1";}.Defaults-bell-o:before {content: "\f0a2";}.Defaults-certificate:before {content: "\f0a3";}.Defaults-hand-o-right:before {content: "\f0a4";}.Defaults-hand-o-left:before {content: "\f0a5";}.Defaults-hand-o-up:before {content: "\f0a6";}.Defaults-hand-o-down:before {content: "\f0a7";}.Defaults-arrow-circle-left:before {content: "\f0a8";}.Defaults-arrow-circle-right:before {content: "\f0a9";}.Defaults-arrow-circle-up:before {content: "\f0aa";}.Defaults-arrow-circle-down:before {content: "\f0ab";}.Defaults-globe:before {content: "\f0ac";}.Defaults-wrench:before {content: "\f0ad";}.Defaults-tasks:before {content: "\f0ae";}.Defaults-filter:before {content: "\f0b0";}.Defaults-briefcase:before {content: "\f0b1";}.Defaults-arrows-alt:before {content: "\f0b2";}.Defaults-group:before {content: "\f0c0";}.Defaults-users:before {content: "\f0c0";}.Defaults-chain:before {content: "\f0c1";}.Defaults-link:before {content: "\f0c1";}.Defaults-cloud:before {content: "\f0c2";}.Defaults-flask:before {content: "\f0c3";}.Defaults-cut:before {content: "\f0c4";}.Defaults-scissors:before {content: "\f0c4";}.Defaults-copy:before {content: "\f0c5";}.Defaults-files-o:before {content: "\f0c5";}.Defaults-paperclip:before {content: "\f0c6";}.Defaults-floppy-o:before {content: "\f0c7";}.Defaults-save:before {content: "\f0c7";}.Defaults-square:before {content: "\f0c8";}.Defaults-bars:before {content: "\f0c9";}.Defaults-navicon:before {content: "\f0c9";}.Defaults-reorder:before {content: "\f0c9";}.Defaults-list-ul:before {content: "\f0ca";}.Defaults-list-ol:before {content: "\f0cb";}.Defaults-strikethrough:before {content: "\f0cc";}.Defaults-underline:before {content: "\f0cd";}.Defaults-table:before {content: "\f0ce";}.Defaults-magic:before {content: "\f0d0";}.Defaults-truck:before {content: "\f0d1";}.Defaults-pinterest:before {content: "\f0d2";}.Defaults-pinterest-square:before {content: "\f0d3";}.Defaults-google-plus-square:before {content: "\f0d4";}.Defaults-google-plus:before {content: "\f0d5";}.Defaults-money:before {content: "\f0d6";}.Defaults-caret-down:before {content: "\f0d7";}.Defaults-caret-up:before {content: "\f0d8";}.Defaults-caret-left:before {content: "\f0d9";}.Defaults-caret-right:before {content: "\f0da";}.Defaults-columns:before {content: "\f0db";}.Defaults-sort:before {content: "\f0dc";}.Defaults-unsorted:before {content: "\f0dc";}.Defaults-sort-desc:before {content: "\f0dd";}.Defaults-sort-down:before {content: "\f0dd";}.Defaults-sort-asc:before {content: "\f0de";}.Defaults-sort-up:before {content: "\f0de";}.Defaults-envelope:before {content: "\f0e0";}.Defaults-linkedin:before {content: "\f0e1";}.Defaults-rotate-left:before {content: "\f0e2";}.Defaults-undo:before {content: "\f0e2";}.Defaults-gavel:before {content: "\f0e3";}.Defaults-legal:before {content: "\f0e3";}.Defaults-dashboard:before {content: "\f0e4";}.Defaults-tachometer:before {content: "\f0e4";}.Defaults-comment-o:before {content: "\f0e5";}.Defaults-comments-o:before {content: "\f0e6";}.Defaults-bolt:before {content: "\f0e7";}.Defaults-flash:before {content: "\f0e7";}.Defaults-sitemap:before {content: "\f0e8";}.Defaults-umbrella:before {content: "\f0e9";}.Defaults-clipboard:before {content: "\f0ea";}.Defaults-paste:before {content: "\f0ea";}.Defaults-lightbulb-o:before {content: "\f0eb";}.Defaults-exchange:before {content: "\f0ec";}.Defaults-cloud-download:before {content: "\f0ed";}.Defaults-cloud-upload:before {content: "\f0ee";}.Defaults-user-md:before {content: "\f0f0";}.Defaults-stethoscope:before {content: "\f0f1";}.Defaults-suitcase:before {content: "\f0f2";}.Defaults-bell:before {content: "\f0f3";}.Defaults-coffee:before {content: "\f0f4";}.Defaults-cutlery:before {content: "\f0f5";}.Defaults-file-text-o:before {content: "\f0f6";}.Defaults-building-o:before {content: "\f0f7";}.Defaults-hospital-o:before {content: "\f0f8";}.Defaults-ambulance:before {content: "\f0f9";}.Defaults-medkit:before {content: "\f0fa";}.Defaults-fighter-jet:before {content: "\f0fb";}.Defaults-beer:before {content: "\f0fc";}.Defaults-h-square:before {content: "\f0fd";}.Defaults-plus-square:before {content: "\f0fe";}.Defaults-angle-double-left:before {content: "\f100";}.Defaults-angle-double-right:before {content: "\f101";}.Defaults-angle-double-up:before {content: "\f102";}.Defaults-angle-double-down:before {content: "\f103";}.Defaults-angle-left:before {content: "\f104";}.Defaults-angle-right:before {content: "\f105";}.Defaults-angle-up:before {content: "\f106";}.Defaults-angle-down:before {content: "\f107";}.Defaults-desktop:before {content: "\f108";}.Defaults-laptop:before {content: "\f109";}.Defaults-tablet:before {content: "\f10a";}.Defaults-mobile:before {content: "\f10b";}.Defaults-mobile-phone:before {content: "\f10b";}.Defaults-circle-o:before {content: "\f10c";}.Defaults-quote-left:before {content: "\f10d";}.Defaults-quote-right:before {content: "\f10e";}.Defaults-spinner:before {content: "\f110";}.Defaults-circle:before {content: "\f111";}.Defaults-mail-reply:before {content: "\f112";}.Defaults-reply:before {content: "\f112";}.Defaults-github-alt:before {content: "\f113";}.Defaults-folder-o:before {content: "\f114";}.Defaults-folder-open-o:before {content: "\f115";}.Defaults-smile-o:before {content: "\f118";}.Defaults-frown-o:before {content: "\f119";}.Defaults-meh-o:before {content: "\f11a";}.Defaults-gamepad:before {content: "\f11b";}.Defaults-keyboard-o:before {content: "\f11c";}.Defaults-flag-o:before {content: "\f11d";}.Defaults-flag-checkered:before {content: "\f11e";}.Defaults-terminal:before {content: "\f120";}.Defaults-code:before {content: "\f121";}.Defaults-mail-reply-all:before {content: "\f122";}.Defaults-reply-all:before {content: "\f122";}.Defaults-star-half-empty:before {content: "\f123";}.Defaults-star-half-full:before {content: "\f123";}.Defaults-star-half-o:before {content: "\f123";}.Defaults-location-arrow:before {content: "\f124";}.Defaults-crop:before {content: "\f125";}.Defaults-code-fork:before {content: "\f126";}.Defaults-chain-broken:before {content: "\f127";}.Defaults-unlink:before {content: "\f127";}.Defaults-question:before {content: "\f128";}.Defaults-info:before {content: "\f129";}.Defaults-exclamation:before {content: "\f12a";}.Defaults-superscript:before {content: "\f12b";}.Defaults-subscript:before {content: "\f12c";}.Defaults-eraser:before {content: "\f12d";}.Defaults-puzzle-piece:before {content: "\f12e";}.Defaults-microphone:before {content: "\f130";}.Defaults-microphone-slash:before {content: "\f131";}.Defaults-shield:before {content: "\f132";}.Defaults-calendar-o:before {content: "\f133";}.Defaults-fire-extinguisher:before {content: "\f134";}.Defaults-rocket:before {content: "\f135";}.Defaults-maxcdn:before {content: "\f136";}.Defaults-chevron-circle-left:before {content: "\f137";}.Defaults-chevron-circle-right:before {content: "\f138";}.Defaults-chevron-circle-up:before {content: "\f139";}.Defaults-chevron-circle-down:before {content: "\f13a";}.Defaults-html5:before {content: "\f13b";}.Defaults-css3:before {content: "\f13c";}.Defaults-anchor:before {content: "\f13d";}.Defaults-unlock-alt:before {content: "\f13e";}.Defaults-bullseye:before {content: "\f140";}.Defaults-ellipsis-h:before {content: "\f141";}.Defaults-ellipsis-v:before {content: "\f142";}.Defaults-rss-square:before {content: "\f143";}.Defaults-play-circle:before {content: "\f144";}.Defaults-ticket:before {content: "\f145";}.Defaults-minus-square:before {content: "\f146";}.Defaults-minus-square-o:before {content: "\f147";}.Defaults-level-up:before {content: "\f148";}.Defaults-level-down:before {content: "\f149";}.Defaults-check-square:before {content: "\f14a";}.Defaults-pencil-square:before {content: "\f14b";}.Defaults-external-link-square:before {content: "\f14c";}.Defaults-share-square:before {content: "\f14d";}.Defaults-compass:before {content: "\f14e";}.Defaults-caret-square-o-down:before {content: "\f150";}.Defaults-toggle-down:before {content: "\f150";}.Defaults-caret-square-o-up:before {content: "\f151";}.Defaults-toggle-up:before {content: "\f151";}.Defaults-caret-square-o-right:before {content: "\f152";}.Defaults-toggle-right:before {content: "\f152";}.Defaults-eur:before {content: "\f153";}.Defaults-euro:before {content: "\f153";}.Defaults-gbp:before {content: "\f154";}.Defaults-dollar:before {content: "\f155";}.Defaults-usd:before {content: "\f155";}.Defaults-inr:before {content: "\f156";}.Defaults-rupee:before {content: "\f156";}.Defaults-cny:before {content: "\f157";}.Defaults-jpy:before {content: "\f157";}.Defaults-rmb:before {content: "\f157";}.Defaults-yen:before {content: "\f157";}.Defaults-rouble:before {content: "\f158";}.Defaults-rub:before {content: "\f158";}.Defaults-ruble:before {content: "\f158";}.Defaults-krw:before {content: "\f159";}.Defaults-won:before {content: "\f159";}.Defaults-bitcoin:before {content: "\f15a";}.Defaults-btc:before {content: "\f15a";}.Defaults-file:before {content: "\f15b";}.Defaults-file-text:before {content: "\f15c";}.Defaults-sort-alpha-asc:before {content: "\f15d";}.Defaults-sort-alpha-desc:before {content: "\f15e";}.Defaults-sort-amount-asc:before {content: "\f160";}.Defaults-sort-amount-desc:before {content: "\f161";}.Defaults-sort-numeric-asc:before {content: "\f162";}.Defaults-sort-numeric-desc:before {content: "\f163";}.Defaults-thumbs-up:before {content: "\f164";}.Defaults-thumbs-down:before {content: "\f165";}.Defaults-youtube-square:before {content: "\f166";}.Defaults-youtube:before {content: "\f167";}.Defaults-xing:before {content: "\f168";}.Defaults-xing-square:before {content: "\f169";}.Defaults-youtube-play:before {content: "\f16a";}.Defaults-dropbox:before {content: "\f16b";}.Defaults-stack-overflow:before {content: "\f16c";}.Defaults-instagram:before {content: "\f16d";}.Defaults-flickr:before {content: "\f16e";}.Defaults-adn:before {content: "\f170";}.Defaults-bitbucket:before {content: "\f171";}.Defaults-bitbucket-square:before {content: "\f172";}.Defaults-tumblr:before {content: "\f173";}.Defaults-tumblr-square:before {content: "\f174";}.Defaults-long-arrow-down:before {content: "\f175";}.Defaults-long-arrow-up:before {content: "\f176";}.Defaults-long-arrow-left:before {content: "\f177";}.Defaults-long-arrow-right:before {content: "\f178";}.Defaults-apple:before {content: "\f179";}.Defaults-windows:before {content: "\f17a";}.Defaults-android:before {content: "\f17b";}.Defaults-linux:before {content: "\f17c";}.Defaults-dribbble:before {content: "\f17d";}.Defaults-skype:before {content: "\f17e";}.Defaults-foursquare:before {content: "\f180";}.Defaults-trello:before {content: "\f181";}.Defaults-female:before {content: "\f182";}.Defaults-male:before {content: "\f183";}.Defaults-gittip:before {content: "\f184";}.Defaults-gratipay:before {content: "\f184";}.Defaults-sun-o:before {content: "\f185";}.Defaults-moon-o:before {content: "\f186";}.Defaults-archive:before {content: "\f187";}.Defaults-bug:before {content: "\f188";}.Defaults-vk:before {content: "\f189";}.Defaults-weibo:before {content: "\f18a";}.Defaults-renren:before {content: "\f18b";}.Defaults-pagelines:before {content: "\f18c";}.Defaults-stack-exchange:before {content: "\f18d";}.Defaults-arrow-circle-o-right:before {content: "\f18e";}.Defaults-arrow-circle-o-left:before {content: "\f190";}.Defaults-caret-square-o-left:before {content: "\f191";}.Defaults-toggle-left:before {content: "\f191";}.Defaults-dot-circle-o:before {content: "\f192";}.Defaults-wheelchair:before {content: "\f193";}.Defaults-vimeo-square:before {content: "\f194";}.Defaults-try:before {content: "\f195";}.Defaults-turkish-lira:before {content: "\f195";}.Defaults-plus-square-o:before {content: "\f196";}.Defaults-space-shuttle:before {content: "\f197";}.Defaults-slack:before {content: "\f198";}.Defaults-envelope-square:before {content: "\f199";}.Defaults-wordpress:before {content: "\f19a";}.Defaults-openid:before {content: "\f19b";}.Defaults-bank:before {content: "\f19c";}.Defaults-institution:before {content: "\f19c";}.Defaults-university:before {content: "\f19c";}.Defaults-graduation-cap:before {content: "\f19d";}.Defaults-mortar-board:before {content: "\f19d";}.Defaults-yahoo:before {content: "\f19e";}.Defaults-google:before {content: "\f1a0";}.Defaults-reddit:before {content: "\f1a1";}.Defaults-reddit-square:before {content: "\f1a2";}.Defaults-stumbleupon-circle:before {content: "\f1a3";}.Defaults-stumbleupon:before {content: "\f1a4";}.Defaults-delicious:before {content: "\f1a5";}.Defaults-digg:before {content: "\f1a6";}.Defaults-pied-piper:before {content: "\f1a7";}.Defaults-pied-piper-alt:before {content: "\f1a8";}.Defaults-drupal:before {content: "\f1a9";}.Defaults-joomla:before {content: "\f1aa";}.Defaults-language:before {content: "\f1ab";}.Defaults-fax:before {content: "\f1ac";}.Defaults-building:before {content: "\f1ad";}.Defaults-child:before {content: "\f1ae";}.Defaults-paw:before {content: "\f1b0";}.Defaults-spoon:before {content: "\f1b1";}.Defaults-cube:before {content: "\f1b2";}.Defaults-cubes:before {content: "\f1b3";}.Defaults-behance:before {content: "\f1b4";}.Defaults-behance-square:before {content: "\f1b5";}.Defaults-steam:before {content: "\f1b6";}.Defaults-steam-square:before {content: "\f1b7";}.Defaults-recycle:before {content: "\f1b8";}.Defaults-automobile:before {content: "\f1b9";}.Defaults-car:before {content: "\f1b9";}.Defaults-cab:before {content: "\f1ba";}.Defaults-taxi:before {content: "\f1ba";}.Defaults-tree:before {content: "\f1bb";}.Defaults-spotify:before {content: "\f1bc";}.Defaults-deviantart:before {content: "\f1bd";}.Defaults-soundcloud:before {content: "\f1be";}.Defaults-database:before {content: "\f1c0";}.Defaults-file-pdf-o:before {content: "\f1c1";}.Defaults-file-word-o:before {content: "\f1c2";}.Defaults-file-excel-o:before {content: "\f1c3";}.Defaults-file-powerpoint-o:before {content: "\f1c4";}.Defaults-file-image-o:before {content: "\f1c5";}.Defaults-file-photo-o:before {content: "\f1c5";}.Defaults-file-picture-o:before {content: "\f1c5";}.Defaults-file-archive-o:before {content: "\f1c6";}.Defaults-file-zip-o:before {content: "\f1c6";}.Defaults-file-audio-o:before {content: "\f1c7";}.Defaults-file-sound-o:before {content: "\f1c7";}.Defaults-file-movie-o:before {content: "\f1c8";}.Defaults-file-video-o:before {content: "\f1c8";}.Defaults-file-code-o:before {content: "\f1c9";}.Defaults-vine:before {content: "\f1ca";}.Defaults-codepen:before {content: "\f1cb";}.Defaults-jsfiddle:before {content: "\f1cc";}.Defaults-life-bouy:before {content: "\f1cd";}.Defaults-life-buoy:before {content: "\f1cd";}.Defaults-life-ring:before {content: "\f1cd";}.Defaults-life-saver:before {content: "\f1cd";}.Defaults-support:before {content: "\f1cd";}.Defaults-circle-o-notch:before {content: "\f1ce";}.Defaults-ra:before {content: "\f1d0";}.Defaults-rebel:before {content: "\f1d0";}.Defaults-empire:before {content: "\f1d1";}.Defaults-ge:before {content: "\f1d1";}.Defaults-git-square:before {content: "\f1d2";}.Defaults-git:before {content: "\f1d3";}.Defaults-hacker-news:before {content: "\f1d4";}.Defaults-tencent-weibo:before {content: "\f1d5";}.Defaults-qq:before {content: "\f1d6";}.Defaults-wechat:before {content: "\f1d7";}.Defaults-weixin:before {content: "\f1d7";}.Defaults-paper-plane:before {content: "\f1d8";}.Defaults-send:before {content: "\f1d8";}.Defaults-paper-plane-o:before {content: "\f1d9";}.Defaults-send-o:before {content: "\f1d9";}.Defaults-history:before {content: "\f1da";}.Defaults-circle-thin:before {content: "\f1db";}.Defaults-genderless:before {content: "\f1db";}.Defaults-header:before {content: "\f1dc";}.Defaults-paragraph:before {content: "\f1dd";}.Defaults-sliders:before {content: "\f1de";}.Defaults-share-alt:before {content: "\f1e0";}.Defaults-share-alt-square:before {content: "\f1e1";}.Defaults-bomb:before {content: "\f1e2";}.Defaults-futbol-o:before {content: "\f1e3";}.Defaults-soccer-ball-o:before {content: "\f1e3";}.Defaults-tty:before {content: "\f1e4";}.Defaults-binoculars:before {content: "\f1e5";}.Defaults-plug:before {content: "\f1e6";}.Defaults-slideshare:before {content: "\f1e7";}.Defaults-twitch:before {content: "\f1e8";}.Defaults-yelp:before {content: "\f1e9";}.Defaults-newspaper-o:before {content: "\f1ea";}.Defaults-wifi:before {content: "\f1eb";}.Defaults-calculator:before {content: "\f1ec";}.Defaults-paypal:before {content: "\f1ed";}.Defaults-google-wallet:before {content: "\f1ee";}.Defaults-cc-visa:before {content: "\f1f0";}.Defaults-cc-mastercard:before {content: "\f1f1";}.Defaults-cc-discover:before {content: "\f1f2";}.Defaults-cc-amex:before {content: "\f1f3";}.Defaults-cc-paypal:before {content: "\f1f4";}.Defaults-cc-stripe:before {content: "\f1f5";}.Defaults-bell-slash:before {content: "\f1f6";}.Defaults-bell-slash-o:before {content: "\f1f7";}.Defaults-trash:before {content: "\f1f8";}.Defaults-copyright:before {content: "\f1f9";}.Defaults-at:before {content: "\f1fa";}.Defaults-eyedropper:before {content: "\f1fb";}.Defaults-paint-brush:before {content: "\f1fc";}.Defaults-birthday-cake:before {content: "\f1fd";}.Defaults-area-chart:before {content: "\f1fe";}.Defaults-pie-chart:before {content: "\f200";}.Defaults-line-chart:before {content: "\f201";}.Defaults-lastfm:before {content: "\f202";}.Defaults-lastfm-square:before {content: "\f203";}.Defaults-toggle-off:before {content: "\f204";}.Defaults-toggle-on:before {content: "\f205";}.Defaults-bicycle:before {content: "\f206";}.Defaults-bus:before {content: "\f207";}.Defaults-ioxhost:before {content: "\f208";}.Defaults-angellist:before {content: "\f209";}.Defaults-cc:before {content: "\f20a";}.Defaults-ils:before {content: "\f20b";}.Defaults-shekel:before {content: "\f20b";}.Defaults-sheqel:before {content: "\f20b";}.Defaults-meanpath:before {content: "\f20c";}.Defaults-buysellads:before {content: "\f20d";}.Defaults-connectdevelop:before {content: "\f20e";}.Defaults-dashcube:before {content: "\f210";}.Defaults-forumbee:before {content: "\f211";}.Defaults-leanpub:before {content: "\f212";}.Defaults-sellsy:before {content: "\f213";}.Defaults-shirtsinbulk:before {content: "\f214";}.Defaults-simplybuilt:before {content: "\f215";}.Defaults-skyatlas:before {content: "\f216";}.Defaults-cart-plus:before {content: "\f217";}.Defaults-cart-arrow-down:before {content: "\f218";}.Defaults-diamond:before {content: "\f219";}.Defaults-ship:before {content: "\f21a";}.Defaults-user-secret:before {content: "\f21b";}.Defaults-motorcycle:before {content: "\f21c";}.Defaults-street-view:before {content: "\f21d";}.Defaults-heartbeat:before {content: "\f21e";}.Defaults-venus:before {content: "\f221";}.Defaults-mars:before {content: "\f222";}.Defaults-mercury:before {content: "\f223";}.Defaults-transgender:before {content: "\f224";}.Defaults-transgender-alt:before {content: "\f225";}.Defaults-venus-double:before {content: "\f226";}.Defaults-mars-double:before {content: "\f227";}.Defaults-venus-mars:before {content: "\f228";}.Defaults-mars-stroke:before {content: "\f229";}.Defaults-mars-stroke-v:before {content: "\f22a";}.Defaults-mars-stroke-h:before {content: "\f22b";}.Defaults-neuter:before {content: "\f22c";}.Defaults-facebook-official:before {content: "\f230";}.Defaults-pinterest-p:before {content: "\f231";}.Defaults-whatsapp:before {content: "\f232";}.Defaults-server:before {content: "\f233";}.Defaults-user-plus:before {content: "\f234";}.Defaults-user-times:before {content: "\f235";}.Defaults-bed:before {content: "\f236";}.Defaults-hotel:before {content: "\f236";}.Defaults-viacoin:before {content: "\f237";}.Defaults-train:before {content: "\f238";}.Defaults-subway:before {content: "\f239";}.Defaults-medium:before {content: "\f23a";}.aio-icon-component i,.align-icon i,.flip-box-wrap i,.info-circle-wrapper i,.smile-icon-timeline-wrap i,.smile_icon_list_wrap i,.stats-block i,.uavc-icons i,.uavc-list-icon i,.ubtn i,.ult-animation i,.ult-banner-block i,.ult-new-ib i,.ult-overlay i,.ult-vc-seperator i,.ult_countdown i,.ult_pricing_table_wrap i,.ultb3-box i,.ultimate-call-to-action i,.ultimate-google-trends i,.ultimate-map-wrapper i,.uvc-heading i,.uvc-type-wrap i{font-size:inherit;line-height:inherit}.aio-icon-component,.aio-icon-component *,.align-icon,.align-icon *,.flip-box-wrap,.flip-box-wrap *,.info-circle-wrapper,.info-circle-wrapper *,.smile-icon-timeline-wrap,.smile-icon-timeline-wrap *,.smile_icon_list_wrap,.smile_icon_list_wrap *,.stats-block,.stats-block *,.uavc-icons,.uavc-icons *,.uavc-list-icon,.uavc-list-icon *,.ubtn,.ubtn *,.ubtn-ctn-center,.ubtn-link,.ult-animation,.ult-animation *,.ult-banner-block,.ult-banner-block *,.ult-new-ib,.ult-new-ib *,.ult-overlay,.ult-overlay *,.ult_countdown,.ult_countdown *,.ult_pricing_table_wrap,.ult_pricing_table_wrap *,.ultimate-google-trends,.ultimate-google-trends *,.ultimate-map-wrapper,.ultimate-map-wrapper *,.uvc-heading,.uvc-heading *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.upb_video_class,.vc_row,.wpb_column,.wpb_row{position:relative}.aio-icon,.vc_row .aio-icon{display:inline-block;font-size:32px;height:2em;width:2em;text-align:center;line-height:2em;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.aio-icon.none{display:inline-block;font-size:32px;height:1em;width:1em;text-align:center;line-height:1em}.aio-icon.circle{-webkit-border-radius:50%;border-radius:50%}.aio-icon.hexagon:before{content:"";position:absolute;top:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-bottom:1em solid;border-bottom-color:inherit}.aio-icon.hexagon{position:relative;width:3em;height:1.5em;line-height:1.5em;margin:1.2em 0}.aio-icon.hexagon:after{content:"";position:absolute;bottom:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-top:1em solid;border-top-color:inherit}.aio-icon-img.uavc-hexagon img{display:inline-block;top:50%;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.aio-icon-img.uavc-hexagon{position:relative;width:3em;height:1.5em;line-height:1.5em;margin-top:1.1em;margin-bottom:1.1em}.aio-icon-img.uavc-hexagon:after{content:"";position:absolute;bottom:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-top:1em solid;border-top-color:inherit}.aio-icon-img.uavc-hexagon:before{content:"";position:absolute;top:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-bottom:1em solid;border-bottom-color:inherit}.aio-icon-img{display:inline-block;font-size:48px;width:1em;max-width:100%;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.aio-icon-img.uavc-circle{width:1em;min-height:1em;background:rgba(214,214,214,.44);-webkit-border-radius:50%;border-radius:50%;padding:.5em}.aio-icon-img.uavc-square{width:1em;min-height:1em;background:rgba(214,214,214,.44);-webkit-border-radius:0;border-radius:0;padding:.5em}.aio-icon-img .img-icon{width:1em;max-width:100%!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;display:block;font-size:inherit}.aio-tooltip{display:inline-block;text-align:center;width:auto;max-width:100%}.smile_icon_list{list-style:none!important;padding:0!important;margin-left:0!important;margin-right:0!important;margin-bottom:0!important}.smile_icon_list li.icon_list_item{padding:0!important;list-style:none!important;clear:both!important;position:relative!important;min-height:1em!important;margin:0 0 30px!important;line-height:100%;overflow:visible}.smile_icon_list li.icon_list_item:last-child{margin:0!important}a.ulimate-info-list-link{position:absolute;top:0;left:0;display:block;z-index:9;width:100%;height:100%}.smile_icon_list li .icon_list_icon{font-size:24px;width:3em;height:3em;line-height:3em;text-align:center;float:left;background:#fff;z-index:9;position:relative;-moz-box-sizing:content-box!important;-webkit-box-sizing:content-box!important;box-sizing:content-box!important}.smile_icon_list .list-img-icon{display:block;margin:0 auto;max-height:100%!important;max-width:100%!important;-webkit-border-radius:0!important;border-radius:0!important;-webkit-box-shadow:none!important;box-shadow:none!important;top:50%;position:absolute;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.smile_icon_list li .icon_description h3{font-size:17px;line-height:1.846153846;font-weight:700;margin-top:0;margin-bottom:0;clear:none!important}.smile_icon_list li .icon_description h3 a{text-decoration:none}.smile_icon_list li .icon_description .info-list-heading{font-size:17px;line-height:1.846153846;font-weight:700;margin-top:0;margin-bottom:0;clear:none!important}.smile_icon_list li .icon_description .info-list-heading a{text-decoration:none}.smile_icon_list li .icon_description p{font-size:inherit;font-weight:inherit;font-style:inherit!important;line-height:inherit;color:inherit!important}.smile_icon_list li .icon_description p:last-child{margin-bottom:0}.smile_icon_list li .icon_description div.icon_description_text{font-family:inherit;font-weight:inherit;color:inherit;font-size:13px;line-height:18px}.smile_icon_list li .icon_description span.icon_description_text{margin:0;padding:0;border:0;vertical-align:baseline;font-size:14px;line-height:1.714285714;display:block}.smile_icon_list li .icon_list_connector{height:100%;position:absolute;top:.5em;z-index:1}.info-circle-wrapper.info-circle-responsive .smile_icon_list li .icon_list_connector{top:1em}.smile_icon_list li:last-child .icon_list_connector{display:none}.smile_icon_list.no_bg .icon_list_icon{border:2px solid #0183cc;color:#0183cc}.smile_icon_list.square .icon_list_icon{border-color:inherit}.smile_icon_list.circle .icon_list_icon{-webkit-border-radius:50%;border-radius:50%;border-color:inherit;overflow:hidden}.smile_icon_list.with_bg .icon_list_icon{background:#0183cc;color:#fff}.smile_icon_list.left li .icon_list_connector{left:.5em;border-right-width:1px;border-right-style:dashed}.smile_icon_list.left li.ult-info-circle-img .icon_list_connector{left:.34em;top:.5em}.smile_icon_list.left li .icon_description{margin-left:3em;padding-left:25px;height:3em;vertical-align:middle;display:table-cell}.smile_icon_list.right{text-align:right}.smile_icon_list.right li .icon_list_icon{float:right;position:relative}.smile_icon_list.right li .icon_list_connector{right:.5em;border-left-width:1px;border-left-style:dashed}.smile_icon_list.right li .icon_description{margin-left:3em;height:3em;vertical-align:middle;display:table-cell}.smile_icon_list.right li .icon_description{margin-right:3em;padding-right:25px}.smile_icon_list.top,.smile_icon_list.top:after,.smile_icon_list.top:before{content:" ";display:table;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.smile_icon_list.top{display:block}.smile_icon_list.top li{display:table-cell;width:1%;float:none;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.smile_icon_list.top li .icon_list_icon{margin:0 auto;float:none}.smile_icon_list.top li .icon_description{text-align:center;margin:15px;padding-bottom:0}.smile_icon_list.top li .icon_list_connector{position:absolute;top:.5em;left:50%;width:100%;height:10px;border-top-width:1px;border-top-style:dashed;margin-left:0}.info-wrapper .smile_icon_list li .icon_description .responsive-font-class *{font-size:13px;line-height:1.64em;color:inherit}@media only screen and (max-width:768px){.smile_icon_list_wrap .smile_icon_list.top{display:inline-block;width:100%}.smile_icon_list.top li.icon_list_item{display:block;width:100%;float:left}.smile_icon_list.top li .icon_list_connector{display:none}}.hexagon li .icon_list_icon:before{content:"";position:absolute;top:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-bottom:1em solid;border-bottom-color:inherit!important}.hexagon li .icon_list_icon{width:3em!important;height:1.5em!important;line-height:1.5em!important;background:#0183cc;border-color:#0183cc;color:#fff;position:relative;top:1em;overflow:inherit}.hexagon li .icon_list_icon:after{content:"";position:absolute;bottom:-1em;left:0;border-left:1.5em solid transparent;border-right:1.5em solid transparent;border-top:1em solid;border-top-color:inherit!important}.smile_icon_list.top.hexagon .icon_list_icon{position:relative;margin-bottom:2em}.smile_icon_list.top.hexagon .icon_list_connector{top:.55em}.full-width-content.wpb-js-composer .site-inner{overflow:visible!important}.smile_icon_list.circle{float:none;border:0;width:auto;margin:0;cursor:inherit}.ult-animation *{-webkit-backface-visibility:hidden}.ult-animation.ult-animate-viewport{-webkit-transition:opacity .9s linear;transition:opacity .9s linear}.uavc-list-icon ul{list-style:none!important;padding:0!important;margin:0 0 30px!important;position:relative!important}.uavc-list-icon ul:last-child{margin:0!important}.uavc-list-icon li{padding:0!important;margin:0!important;list-style:none!important;clear:both!important;line-height:1.6em;overflow:visible}.uavc-list-content{display:table;width:100%;margin-bottom:7px}.uavc-list-content .aio-icon{display:inline-block;margin:0;padding:0}.uavc-list-content span.uavc-list-desc{display:table-cell;padding:0;margin:0;vertical-align:middle;width:100%}.uavc-icons,.wpb_column .wpb_wrapper .uavc-icons{display:block;margin-bottom:35px;line-height:1}.uavc-icons-left.uavc-icons{text-align:left}.uavc-icons-center.uavc-icons{text-align:center}.uavc-icons-right.uavc-icons{text-align:right}.aio-icon i{line-height:inherit}.ultimate_google_map img{max-width:initial!important}.vc_element.element-ultimate_icons{float:left;padding-left:75%}.vc_ultimate_icons a.vc_control-btn.vc_control-btn-append{margin-top:20px;margin-left:50%;z-index:33000000}.smile_icon_list.left li .icon_description{line-height:1em}.vc_element.element-info_list{padding-top:20%;float:left;padding-left:20%}.vc_element.element-ultimate_icon_list{margin-top:20%;margin-left:50%}.vc_ultimate_icon_list a.vc_control-btn.vc_control-btn-append{margin-left:85%}.vc_element.element-icon_timeline{display:block;float:left;padding-left:50%}.vc_element.element-ultimate_carousel{padding-top:20%}.vc_element.element-ult_ihover{margin-top:20%}.vc_element.element-ult_hotspot{margin-top:20%}.aio-icon-description div,.aio-icon-description p,.ifb-flip-box-section-content div,.ifb-flip-box-section-content p,.info-circle-text div,.info-circle-text p,.timeline-header>div div,.timeline-header>div p,.uavc-list-desc div,.uavc-list-desc p,.ult-tooltipster-content div,.ult-tooltipster-content p,.ult_modal-body div,.ult_modal-body p,.ult_price_features div,.ult_price_features p,.ultimate-vticker div,.ultimate-vticker p,.uvc-ctaction-data,.uvc-ctaction-data div,.uvc-ctaction-data p,.uvc-sub-heading div,.uvc-sub-heading p{font-family:inherit!important;font-weight:inherit!important;font-size:inherit!important;font-style:inherit!important;color:inherit!important;line-height:inherit!important}.ultimate-ticker-prefix,.ultimate-ticker-suffix{font-size:inherit;line-height:inherit}.strip_highlight_text div,.strip_highlight_text p,.strip_main_text div,.strip_main_text p,.ubtn-text,.ulsb-strip>h4 div,.ulsb-strip>h4 p,span.middle-text div,span.middle-text p{font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;color:inherit;line-height:inherit}a.ult_colorlink div,a.ult_colorlink p{font-family:inherit;font-weight:inherit;font-size:inherit;font-style:inherit;line-height:inherit}li.ult_tab_li>a.ult_a span{color:inherit}[class*=x-icon-],[data-x-icon]{line-height:inherit}.info-wrapper.ult-adjust-bottom-margin,.smile_icon_list_wrap.ult-adjust-bottom-margin,.uavc-list-icon-wrapper.ult-adjust-bottom-margin,.ubtn-ctn-center,.ubtn-ctn-left,.ubtn-ctn-right,.ubtn-img-container,.ult-banner-block.ult-adjust-bottom-margin,.ult-modal-input-wrapper.ult-adjust-bottom-margin,.ult_dual_button.ult-adjust-bottom-margin,.ultb3-box.ult-adjust-bottom-margin,.ultimate-call-to-action.ult-adjust-bottom-margin,.ultimate-google-trends.ult-adjust-bottom-margin,.ultimate-map-wrapper.ult-adjust-bottom-margin,.uvc-type-wrap.ult-adjust-bottom-margin,html .ult-ih-container.ult-adjust-bottom-margin,html .ult_exp_section_layer.ult-adjust-bottom-margin,html .ult_hotspot_container.ult-adjust-bottom-margin,html .ult_main_cl.ult-adjust-bottom-margin{margin-bottom:35px}.ultimate-map-wrapper{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}html .vc_col-has-fill a.ubtn-link.ult-adjust-bottom-margin .ubtn.ult-adjust-bottom-margin{margin-bottom:0}.smile_icon_list.right>li{text-align:right;text-align:-webkit-right;text-align:-moz-right}.smile_icon_list.right .icon_list_item{display:block}.vc_row-no-padding .ult-carousel-wrapper .slick-next{right:0}.vc_row-no-padding .ult-carousel-wrapper .slick-prev{left:0}.ult-new-ib,.ult-new-ib img{display:block;position:relative}.ult-new-ib{z-index:1;overflow:hidden;margin:0 0 35px;background:#3085a3;text-align:center;cursor:pointer;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ult-new-ib,.wpb_column>.wpb_wrapper .ult-new-ib{margin-bottom:35px}.ult-new-ib *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ult-new-ib *,.ult-new-ib .ult-new-ib-desc{-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.ult-new-ib img{min-width:100%;max-width:100%;-webkit-transition:opacity .35s;transition:opacity .35s}.ult-new-ib .ult-new-ib-desc{padding:15px;color:#fff;font-size:1em;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.ult-new-ib .ult-new-ib-desc::after,.ult-new-ib .ult-new-ib-desc::before{pointer-events:none}.ult-new-ib .ult-new-ib-desc,.ult-new-ib a{position:absolute;top:0;left:0;width:100%;height:100%}.ult-new-ib .ult-new-ib-content{font-size:13px;line-height:1.6em}.ult-new-ib .ult-new-ib-content p{color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;line-height:inherit}.ult-new-ib .ult-new-ib-title,.ult-new-ib p{letter-spacing:normal;padding:0;margin:0;font-size:inherit;line-height:inherit;font-weight:inherit;text-decoration:inherit;font-style:inherit;color:inherit}.ult-ib-effect-style10.ult-ib2-min-height:not(.ult-ib2-min-height) img,.ult-ib-effect-style11.ult-ib2-min-height:not(.ult-ib2-min-height) img,.ult-ib-effect-style14.ult-ib2-min-height:not(.ult-ib2-min-height) img,.ult-ib-effect-style15.ult-ib2-min-height:not(.ult-ib2-min-height) img,.ult-ib-effect-style7.ult-ib2-min-height:not(.ult-ib2-min-height) img{max-width:none!important;width:auto!important}.ult-new-ib a{z-index:1000;text-indent:200%;white-space:nowrap;font-size:0;opacity:0}.ult-new-ib a.ult-new-ib-link{display:block;background:0 0}.ult-ib-effect-style1 img{width:-webkit-calc(100% + 50px)!important;width:calc(100% + 50px)!important;max-width:-webkit-calc(100% + 50px)!important;max-width:calc(100% + 50px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.ult-ib-effect-style1 .ult-new-ib-desc{top:auto;bottom:0;min-height:25%;height:auto;max-height:100%;text-align:left}.ult-ib-effect-style1 .ult-new-ib-content,.ult-ib-effect-style1 .ult-new-ib-title{-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0);-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}.ult-ib-effect-style1 .ult-new-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ult-ib-effect-style1 .ult-new-ib-content{margin-top:10px;opacity:0;-webkit-transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,-webkit-transform .35s;transition:opacity .2s,transform .35s;transition:opacity .2s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style1:hover .ult-new-ib-content{opacity:1;-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}.ult-ib-effect-style1:hover .ult-new-ib-content,.ult-ib-effect-style1:hover .ult-new-ib-title,.ult-ib-effect-style1:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:.05s;transition-delay:.05s;-webkit-transition-duration:.35s;transition-duration:.35s}.ult-ib-effect-style1.ult-ib2-min-height img{width:auto!important;max-width:none!important;height:100%}.ult-ib-effect-style2 img{width:100%}.ult-ib-effect-style2 .ult-new-ib-desc::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;opacity:0;-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ult-ib-effect-style2 .ult-new-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s,color .35s;-webkit-transition:color .35s,-webkit-transform .35s;transition:color .35s,-webkit-transform .35s;transition:transform .35s,color .35s;transition:transform .35s,color .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.ult-ib-effect-style2 .ult-new-ib-content,.ult-ib-effect-style2 .ult-new-ib-desc::before{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style2 .ult-new-ib-content{position:absolute;bottom:0;left:0;padding:15px;width:100%;max-height:50%;opacity:0;-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}.ult-ib-effect-style2:hover .ult-new-ib-title{color:#fff;-webkit-transform:translate3d(0,-40px,0);transform:translate3d(0,-40px,0)}.ult-ib-effect-style2:hover .ult-new-ib-content,.ult-ib-effect-style2:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style2.ult-ib2-min-height img{width:auto;max-width:none;height:100%}.ult-ib-effect-style3 .ult-new-ib-title{position:absolute;bottom:0;left:0;padding:15px;width:100%;text-align:left;-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}.ult-ib-effect-style3 .ult-new-ib-desc::before,.ult-ib-effect-style3 .ult-new-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ult-ib-effect-style3:hover .ult-new-ib-desc::before,.ult-ib-effect-style3:hover .ult-new-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style3 .ult-new-ib-content{max-height:-webkit-calc(100% - 60px - 1.5em);max-height:calc(100% - 60px - 1.5em);overflow:hidden}.ult-ib-effect-style4 img{width:-webkit-calc(100% + 40px)!important;width:calc(100% + 40px)!important;max-width:-webkit-calc(100% + 40px)!important;max-width:calc(100% + 40px)!important}.ult-ib-effect-style4 .ult-new-ib-desc{padding:30px}.ult-ib-effect-style4 .ult-new-ib-desc::after,.ult-ib-effect-style4 .ult-new-ib-desc::before{position:absolute;content:"";opacity:0}.ult-ib-effect-style4 .ult-new-ib-desc::before{top:50px;right:30px;bottom:50px;left:30px;border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.ult-ib-effect-style4 .ult-new-ib-desc::after{top:30px;right:50px;bottom:30px;left:50px;border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.ult-ib-effect-style4 .ult-new-ib-title{padding-top:50px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ult-ib-effect-style4 .ult-new-ib-content{padding:10px 30px;opacity:0;overflow:hidden;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}.ult-ib-effect-style4 .ult-new-ib-title,.ult-ib-effect-style4 img{-webkit-transform:translate3d(-30px,0,0);transform:translate3d(-30px,0,0)}.ult-ib-effect-style4 .ult-new-ib-content,.ult-ib-effect-style4 .ult-new-ib-desc::after,.ult-ib-effect-style4 .ult-new-ib-desc::before,.ult-ib-effect-style4 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style4.ult-ib2-min-height img{height:100%;max-width:none!important;width:auto!important}.ult-ib-effect-style4:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style4:hover .ult-new-ib-desc::after,.ult-ib-effect-style4:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style4:hover .ult-new-ib-content,.ult-ib-effect-style4:hover .ult-new-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style4:hover .ult-new-ib-content,.ult-ib-effect-style4:hover .ult-new-ib-desc::after,.ult-ib-effect-style4:hover .ult-new-ib-title,.ult-ib-effect-style4:hover img{-webkit-transition-delay:.15s;transition-delay:.15s}.ult-ib-effect-style5 .ult-new-ib-desc{top:auto;bottom:0;padding:15px;height:auto;background:#f2f2f2;color:#3c4a50;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ult-ib-effect-style5 .ult-new-ib-content{position:absolute;top:auto;bottom:100%;left:0;width:100%;padding:25px;color:#fff;text-transform:none;opacity:0;-webkit-transition:opacity .35s;transition:opacity .35s}.ult-ib-effect-style5 .ult-new-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,200%,0);transform:translate3d(0,200%,0);text-align:center}.ult-ib-effect-style5:hover .ult-new-ib-content,.ult-ib-effect-style5:hover .ult-new-ib-content *{opacity:1!important;z-index:99!important;-webkit-backface-visibility:hidden!important;backface-visibility:hidden!important}.ult-ib-effect-style5:hover .ult-new-ib-desc,.ult-ib-effect-style5:hover .ult-new-ib-title{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.ult-ib-effect-style5:hover .ult-new-ib-title{-webkit-transition-delay:.05s;transition-delay:.05s}.ult-ib-effect-style6 .ult-new-ib-desc{padding:45px;display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ult-ib-effect-style6 .ult-new-ib-desc::before{position:absolute;content:"";top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff}.ult-ib-effect-style6 .ult-new-ib-title{-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;webkit-transform:translate3d(0,50%,0);-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0)}.ult-ib-effect-style6 .ult-new-ib-content,.ult-ib-effect-style6 .ult-new-ib-desc::before{opacity:0;max-width:100%;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}.ult-ib-effect-style6:hover .ult-new-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style6:hover .ult-new-ib-content,.ult-ib-effect-style6:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style6.ult-ib2-min-height img{height:100%;max-width:none;width:auto}.ult-ib-effect-style7 .ult-new-ib-desc{text-align:right}.ult-ib-effect-style7 .ult-new-ib-content,.ult-ib-effect-style7 .ult-new-ib-title{position:absolute;right:30px;left:30px;padding:10px 0}.ult-ib-effect-style7 .ult-new-ib-title{top:30px;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ult-ib-effect-style7:hover .ult-new-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style7 .ult-new-ib-title::after{position:absolute;top:100%;left:0;width:100%;height:2px;background:#fff;content:'';-webkit-transform:translate3d(0,40px,0);transform:translate3d(0,40px,0)}.ult-ib-effect-style7 .ult-new-ib-content,.ult-ib-effect-style7 .ult-new-ib-title::after{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style7 .ult-new-ib-content{bottom:30px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}.ult-ib-effect-style7:hover .ult-new-ib-content,.ult-ib-effect-style7:hover .ult-new-ib-title::after{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style7.ult-ib2-min-height img{max-width:none;width:auto;height:100%}.ult-ib-effect-style8 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.ult-ib-effect-style8:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style8 .ult-new-ib-title{margin-top:20%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ult-ib-effect-style8:hover .ult-new-ib-title{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style8 .ult-new-ib-content{margin:1em 0 0;padding:35px;border:1px solid #fff;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0) scale(1.1);transform:translate3d(0,20px,0) scale(1.1)}.ult-ib-effect-style8:hover .ult-new-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.ult-ib-effect-style9 img{width:-webkit-calc(100% + 60px)!important;width:calc(100% + 60px)!important;max-width:-webkit-calc(100% + 60px)!important;max-width:calc(100% + 60px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}.ult-ib-effect-style9:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style9 .ult-new-ib-desc::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;content:'';opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}.ult-ib-effect-style9 .ult-new-ib-desc{padding:45px;text-align:left}.ult-ib-effect-style9 .ult-new-ib-title{padding:30% 0 10px}.ult-ib-effect-style9 .ult-new-ib-content{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.ult-ib-effect-style9:hover .ult-new-ib-content,.ult-ib-effect-style9:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style9.ult-ib2-min-height img{height:100%;width:auto!important;max-width:none!important}.ult-ib-effect-style10 .ult-new-ib-desc::after,.ult-ib-effect-style10 .ult-new-ib-desc::before{position:absolute;top:30px;right:30px;bottom:30px;left:30px;content:'';opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style10 .ult-new-ib-desc::before{border-top:1px solid #fff;border-bottom:1px solid #fff;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);transform:scale(0,1)}.ult-ib-effect-style10 .ult-new-ib-desc::after{border-right:1px solid #fff;border-left:1px solid #fff;-webkit-transform:scale(1,0);-ms-transform:scale(1,0);transform:scale(1,0)}.ult-ib-effect-style10:hover .ult-new-ib-desc::after,.ult-ib-effect-style10:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style10 .ult-new-ib-title{padding:45px 35px 0;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}.ult-ib-effect-style10 .ult-new-ib-content{padding:20px 45px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}.ult-ib-effect-style10:hover .ult-new-ib-content,.ult-ib-effect-style10:hover .ult-new-ib-title{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style10.ult-ib2-min-height img{height:100%;max-width:none;width:auto}.ult-ib-effect-style11{-webkit-perspective:1000px;perspective:1000px}.ult-ib-effect-style11 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.2);-ms-transform:scale(1.2);transform:scale(1.2)}.ult-new-ib.ult-ib-effect-style11.ult-ib2-min-height img{height:100%;width:auto!important;max-width:none!important}.ult-ib-effect-style11:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style11 .ult-new-ib-desc::after,.ult-ib-effect-style11 .ult-new-ib-desc::before{position:absolute;top:50%;left:50%;width:80%;height:1px;background:#fff;content:'';-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-50%,-50%,0);transform:translate3d(-50%,-50%,0)}.ult-ib-effect-style11:hover .ult-new-ib-desc::before{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(45deg);transform:translate3d(-50%,-50%,0) rotate(45deg)}.ult-ib-effect-style11:hover .ult-new-ib-desc::after{opacity:.5;-webkit-transform:translate3d(-50%,-50%,0) rotate(-45deg);transform:translate3d(-50%,-50%,0) rotate(-45deg)}.ult-ib-effect-style11 .ult-new-ib-content,.ult-ib-effect-style11 .ult-new-ib-title{position:absolute;top:50%;left:0;width:100%;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s}.ult-ib-effect-style11 .ult-new-ib-title{-webkit-transform:translate3d(0,-50px,0);transform:translate3d(0,-50px,0)}.ult-ib-effect-style11:hover .ult-new-ib-title{-webkit-transform:translate3d(0,-60px,0);transform:translate3d(0,-60px,0)}.ult-ib-effect-style11 .ult-new-ib-content{padding:2px 25px;-webkit-transform:translate3d(0,15px,0);transform:translate3d(0,15px,0)}.ult-ib-effect-style11:hover .ult-new-ib-content{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}.ult-ib-effect-style12 .ult-new-ib-desc::after{position:absolute;content:"";right:30px;bottom:30px;left:30px;height:-webkit-calc(50% - 30px);height:calc(50% - 30px);border:7px solid #fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}.ult-ib-effect-style12:hover .ult-new-ib-desc::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style12 .ult-new-ib-desc{padding:45px;text-align:left}.ult-ib-effect-style12 .ult-new-ib-content{position:absolute;right:60px;bottom:60px;left:60px;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}.ult-ib-effect-style12:hover .ult-new-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style13 img{width:-webkit-calc(100% + 20px)!important;width:calc(100% + 20px)!important;max-width:-webkit-calc(100% + 20px)!important;max-width:calc(100% + 20px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ult-ib-effect-style13:hover img{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style13 .ult-new-ib-desc{text-align:left}.ult-ib-effect-style13 .ult-new-ib-title{position:relative;overflow:hidden;padding:5px 0 10px}.ult-ib-effect-style13 .ult-new-ib-title::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;background:#fff;-webkit-transition:-webkit-transform .35s;transition:-webkit-transform .35s;transition:transform .35s;transition:transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.ult-ib-effect-style13:hover .ult-new-ib-title::after{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style13 .ult-new-ib-content{padding:15px 0;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.ult-ib-effect-style13:hover .ult-new-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style13.ult-ib2-min-height img{width:auto!important;max-width:none!important;height:100%}.ult-ib-effect-style14 img{-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:scale(1.12);-ms-transform:scale(1.12);transform:scale(1.12)}.ult-ib-effect-style14.ult-ib2-min-height img{height:100%;width:auto;max-width:none}.ult-ib-effect-style14:hover img{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style14 .ult-new-ib-desc{padding:45px}.ult-ib-effect-style14 .ult-new-ib-desc::before{position:absolute;content:"";top:30px;right:30px;bottom:30px;left:30px;border:1px solid #fff;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.ult-ib-effect-style14 .ult-new-ib-content,.ult-ib-effect-style14 .ult-new-ib-desc::before{opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s}.ult-ib-effect-style14 .ult-new-ib-title{padding:10px 0 15px}.ult-ib-effect-style14 .ult-new-ib-content{margin:0 auto;max-width:90%;-webkit-transform:scale(1.5);-ms-transform:scale(1.5);transform:scale(1.5)}.ult-ib-effect-style14:hover .ult-new-ib-content,.ult-ib-effect-style14:hover .ult-new-ib-desc::before{opacity:1;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.ult-ib-effect-style15 img{width:-webkit-calc(100% + 60px)!important;width:calc(100% + 60px)!important;max-width:-webkit-calc(100% + 60px)!important;max-width:calc(100% + 60px)!important;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-30px,0,0) scale(1.12);transform:translate3d(-30px,0,0) scale(1.12);-webkit-backface-visibility:hidden;backface-visibility:hidden}.ult-ib-effect-style15:hover img{-webkit-transform:translate3d(0,0,0) scale(1);transform:translate3d(0,0,0) scale(1)}.ult-ib-effect-style15 .ult-new-ib-title{position:absolute;right:0;bottom:0;padding:15px 20px;width:auto}.ult-ib-effect-style15 .ult-new-ib-content{padding:0 10px 0 0;width:50%;border-right:1px solid #fff;text-align:right;opacity:0;-webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;transition:opacity .35s,transform .35s,-webkit-transform .35s;-webkit-transform:translate3d(-40px,0,0);transform:translate3d(-40px,0,0)}.ult-ib-effect-style15:hover .ult-new-ib-content{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.ult-ib-effect-style15.ult-ib2-min-height img{height:100%;width:auto!important;max-width:none!important}.ult-new-ib.ult-ib-effect-style15:not(.ult-ib2-min-height) .ult-ib2-toggle-size,.ult-new-ib.ult-ib-effect-style5 .ult-ib2-toggle-size{left:50%;width:auto!important;height:100%;max-width:none;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ult-new-ib img{border:none;padding:0;margin:0}.ult-ib-effect-style15 p{width:100%;border-right:none}