.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 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;
}.ppress-hint-wrap[class*=hint--]{position:relative;display:inline-block}.ppress-hint-wrap[class*=hint--]:after,.ppress-hint-wrap[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;transition:.3s ease;transition-delay:0s}.ppress-hint-wrap[class*=hint--]:before{content:'';background:0 0;border:6px solid transparent;z-index:1000001}.ppress-hint-wrap[class*=hint--]:hover:after,.ppress-hint-wrap[class*=hint--]:hover:before{visibility:visible;opacity:1;transition-delay:.1s}.ppress-hint-wrap[class*=hint--]:after{background:#383838;color:#fff;padding:8px 10px;font-size:12px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:12px;white-space:nowrap;text-shadow:0 -1px 0 #000;box-shadow:4px 4px 8px rgba(0,0,0,.3)}.ppress-hint-wrap[class*=hint--][aria-label]:after{content:attr(aria-label)}.ppress-hint-wrap[class*=hint--][data-hint]:after{content:attr(data-hint)}.ppress-hint-wrap[aria-label='']:after,.ppress-hint-wrap[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--top:before{border-top-color:#383838}.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#383838}.ppress-hint-wrap.hint--top:after,.ppress-hint-wrap.hint--top:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--top:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--bottom:after,.ppress-hint-wrap.hint--bottom:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%);transform:translateX(-50%)}.ppress-hint-wrap.hint--bottom:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--right:before{border-right-color:#383838;margin-left:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--right:after{margin-bottom:-14px;left:100%;bottom:50%}.ppress-hint-wrap.hint--right:before{left:100%;bottom:50%}.ppress-hint-wrap.hint--right:hover:after,.ppress-hint-wrap.hint--right:hover:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--left:before{border-left-color:#383838;margin-right:-11px;margin-bottom:-6px}.ppress-hint-wrap.hint--left:after{margin-bottom:-14px;right:100%;bottom:50%}.ppress-hint-wrap.hint--left:before{right:100%;bottom:50%}.ppress-hint-wrap.hint--left:hover:after,.ppress-hint-wrap.hint--left:hover:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--top-left:after,.ppress-hint-wrap.hint--top-left:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--top-left:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--top-right:before{bottom:100%;left:50%}.ppress-hint-wrap.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--top-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--top-right:hover:after,.ppress-hint-wrap.hint--top-right:hover:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--bottom-left:after,.ppress-hint-wrap.hint--bottom-left:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.ppress-hint-wrap.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--bottom-right:before{top:100%;left:50%}.ppress-hint-wrap.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.ppress-hint-wrap.hint--bottom-right:after{-webkit-transform:translateX(0);transform:translateX(0);margin-left:-12px}.ppress-hint-wrap.hint--bottom-right:hover:after,.ppress-hint-wrap.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--large:after,.ppress-hint-wrap.hint--medium:after,.ppress-hint-wrap.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.ppress-hint-wrap.hint--small:after{width:80px}.ppress-hint-wrap.hint--medium:after{width:150px}.ppress-hint-wrap.hint--large:after{width:300px}.ppress-hint-wrap.hint--error:after{background-color:#b34e4d;text-shadow:0 -1px 0 #592726}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--top:before{border-top-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--left:before{border-left-color:#b34e4d}.ppress-hint-wrap.hint--error.ppress-hint-wrap.hint--right:before{border-right-color:#b34e4d}.ppress-hint-wrap.hint--warning:after{background-color:#c09854;text-shadow:0 -1px 0 #6c5328}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--top:before{border-top-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--left:before{border-left-color:#c09854}.ppress-hint-wrap.hint--warning.ppress-hint-wrap.hint--right:before{border-right-color:#c09854}.ppress-hint-wrap.hint--info:after{background-color:#3986ac;text-shadow:0 -1px 0 #1a3c4d}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--top:before{border-top-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--left:before{border-left-color:#3986ac}.ppress-hint-wrap.hint--info.ppress-hint-wrap.hint--right:before{border-right-color:#3986ac}.ppress-hint-wrap.hint--success:after{background-color:#458746;text-shadow:0 -1px 0 #1a321a}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--top:before{border-top-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-left:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom-right:before,.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--bottom:before{border-bottom-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--left:before{border-left-color:#458746}.ppress-hint-wrap.hint--success.ppress-hint-wrap.hint--right:before{border-right-color:#458746}.ppress-hint-wrap.hint--always:after,.ppress-hint-wrap.hint--always:before{opacity:1;visibility:visible}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--top-right:before{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--bottom-right:before{-webkit-transform:translateY(8px);transform:translateY(8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--left:before{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:after,.ppress-hint-wrap.hint--always.ppress-hint-wrap.hint--right:before{-webkit-transform:translateX(8px);transform:translateX(8px)}.ppress-hint-wrap.hint--rounded:after{border-radius:4px}.ppress-hint-wrap.hint--no-animate:after,.ppress-hint-wrap.hint--no-animate:before{transition-duration:0s}.ppress-hint-wrap.hint--bounce:after,.ppress-hint-wrap.hint--bounce:before{transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24)}.ppress-hint-wrap.hint--no-shadow:after,.ppress-hint-wrap.hint--no-shadow:before{text-shadow:initial;box-shadow:initial}@font-face{font-family:'Material Icons';font-style:normal;font-weight:400;src:url(https://www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.eot);src:local('Material Icons'),local('MaterialIcons-Regular'),url(https://www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff2) format('woff2'),url(https://www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.woff) format('woff'),url(https://www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/css/material-icons/MaterialIcons-Regular.ttf) format('truetype')}#profilepress-myaccount-wrapper .ppmyac-icons,.pp-form-field-wrap .pp-form-material-icons,.ppress-material-icons{font-family:'Material Icons'!important;font-weight:400;font-style:normal;font-size:20px;display:inline-block;line-height:1;text-transform:none;letter-spacing:normal;word-wrap:normal;white-space:nowrap;direction:ltr;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:'liga';font-feature-settings:'liga'}.flatpickr-current-month .flatpickr-monthDropdown-months{display:inline-block!important}.pp-tab-widget-avatar img{display:block;border-radius:50%;height:190px;margin:0 auto 10px!important;padding:2px;text-align:center;width:190px;float:none!important}.pp-user-panel{border-radius:6px;text-align:center}.pp-user-panel-title{font-size:20px;margin:0}.pp-user-panel p{font-size:15px;margin-bottom:23px}.pp-tabbed-btn{border:0;font-size:15px;font-weight:400;line-height:1.4;border-radius:4px;padding:10px 15px;-webkit-font-smoothing:subpixel-antialiased;transition:border .25s linear,color .25s linear,background-color .25s linear}.pp-tabbed-btn-inverse{color:#fff!important;background-color:#34495e}.pp-password-reset-handler-wrap .pp-reset-password-form{padding:40px;max-width:500px;margin-top:5px;margin-bottom:5px}.pp-password-reset-handler-wrap .pp-reset-password-form h3{color:#444;font-weight:300;margin:0 auto 40px}.pp-password-reset-handler-wrap .pp-reset-password-form label{color:#444;font-size:15px}.pp-password-reset-handler-wrap .pp-reset-password-form label .req{margin:2px;color:red}.pp-password-reset-handler-wrap .pp-reset-password-form label.active .req{opacity:0}.pp-password-reset-handler-wrap .pp-reset-password-form input{font-size:22px;display:block;width:100%;box-sizing:border-box;height:auto;padding:5px 10px;background:0 0;margin-bottom:40px;border:1px solid #a0b3b0;border-radius:0;transition:border-color .25s ease,box-shadow .25s ease}.pp-password-reset-handler-wrap .pp-reset-password-form input:focus{outline:0;border-color:#1ab188}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button{border:0;outline:0;border-radius:0;padding:15px 0;font-size:20px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;background:#1ab188;color:#fff;transition:all .5s ease;-webkit-appearance:none;text-shadow:none;box-shadow:none}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:focus,.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button:hover{background:#179b77}.pp-password-reset-handler-wrap .pp-reset-password-form .pp-reset-button-block{display:block;width:100%}.pp-password-reset-handler-wrap .profilepress-reset-status{margin-left:40px;max-width:420px}#pp-pass-strength-result{background-color:#eee;border:1px solid #ddd;color:#23282d;padding:3px 5px;text-align:center;width:100%;box-sizing:border-box}#pp-pass-strength-result.short{background-color:#f1adad;border-color:#e35b5b;opacity:1}#pp-pass-strength-result.bad{background-color:#fbc5a9;border-color:#f78b53;opacity:1}#pp-pass-strength-result.good{background-color:#ffe399;border-color:#ffc733;opacity:1}#pp-pass-strength-result.strong{background-color:#c1e1b9;border-color:#83c373;opacity:1}.pp-form-wrapper .pp-form-label-wrap .pp-form-required-label{color:red;font-weight:400}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{cursor:pointer}.pp-form-wrapper p{margin:0 0 5px!important;padding:0!important}.pp-form-wrapper input[type=datetime],.pp-form-wrapper input[type=email],.pp-form-wrapper input[type=number],.pp-form-wrapper input[type=password],.pp-form-wrapper input[type=search],.pp-form-wrapper input[type=tel],.pp-form-wrapper input[type=text],.pp-form-wrapper input[type=url],.pp-form-wrapper select,.pp-form-wrapper textarea{-webkit-appearance:none;width:100%;background:#fff;border:1px solid #dedee5;padding:13px 15px;outline:0;line-height:1}.pp-form-wrapper select{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/frontend/arrow-down.png)!important;background-position:right 20px center!important;background-repeat:no-repeat!important;background-size:10px auto!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important}.pp-form-wrapper .pp-form-label-wrap{margin:0 0 4px;padding:0}.pp-form-wrapper .pp-form-label{font-size:14px;text-transform:none;text-align:left;font-weight:400;font-style:normal;float:none;line-height:1.3;margin:0;padding:0;width:auto;display:inline;cursor:pointer}.pp-form-wrapper .pp-checkbox-wrap,.pp-form-wrapper .pp-radio-wrap{display:block;text-align:left;line-height:normal;margin:5px 0;padding:0}.pp-form-wrapper .pp-checkbox-wrap label,.pp-form-wrapper .pp-radio-wrap label{margin-left:5px}.pp-form-wrapper input[type=checkbox],.pp-form-wrapper input[type=radio]{border:1px solid #ccc;background-color:#fff;width:14px!important;height:14px!important;display:inline-block;vertical-align:baseline}.pp-form-wrapper .ppress-pf-profile-connect{padding:5px 0 10px}.pp-form-wrapper a.ppress-pf-social-icon{width:100%;height:100%;display:inline}.pp-form-wrapper .ppress-pf-social-icon svg{vertical-align:middle;width:40px;height:40px}.pp-form-wrapper .ppress-pf-social-icon.dpf-github svg,.pp-form-wrapper .ppress-pf-social-icon.dpf-instagram svg{padding:3px}a.pp-button-social-login:focus{outline-color:transparent}a.pp-button-social-login:focus .ppsc,a.pp-button-social-login:hover .ppsc{background-color:rgba(255,255,255,.75)}a.pp-button-social-login:visited{color:#fff}a.pp-button-social-login,a.pp-button-social-login .ppsc{display:inline-block;font-size:100%;height:2.5em;padding:0}a.pp-button-social-login{position:relative;vertical-align:middle;line-height:2.5em;font-family:inherit;font-weight:700;overflow:hidden;white-space:nowrap;border:1px solid #333;color:#fff!important;background:#333;margin:6px 0;border-radius:2px;box-sizing:content-box;cursor:pointer;box-shadow:0 1px 2px rgba(0,0,0,.1);text-decoration:none!important;min-width:220px}a.pp-button-social-login .ppsc{font-style:normal;font-weight:400;text-decoration:none;text-transform:none;vertical-align:top;text-align:center;width:2.5em;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:1.8em 1.8em;border-top-left-radius:1px;border-bottom-left-radius:1px;-moz-font-smoothing:antialiased;-webkit-font-smoothing:antialiased;font-smoothing:antialiased;position:absolute;left:0;margin:0}a.pp-button-social-login span.ppsc-text{margin-left:40px;padding:.5em;color:#fff!important}a.pp-button-social-login .ppsc-google{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/google.svg)}a.pp-button-social-login.pp-button-social-login-google{background:#4285f4;border-color:#4285f4}a.pp-button-social-login.pp-button-social-login-facebook{background:#3b5998;border-color:#3b5998}a.pp-button-social-login.pp-button-social-login-twitter{background:#55acee;border-color:#55acee}a.pp-button-social-login.pp-button-social-login-linkedin{background:#0077b5;border-color:#0077b5}a.pp-button-social-login.pp-button-social-login-vk{background:#4a76a8;border-color:#4a76a8}a.pp-button-social-login.pp-button-social-login-github{background:#24292e;border-color:#24292e}a.pp-button-social-login .ppsc-vk{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/vk-fa.svg)}a.pp-button-social-login .ppsc-facebook{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/facebook.svg)}a.pp-button-social-login .ppsc-twitter{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/twitter.svg)}a.pp-button-social-login .ppsc-linkedin{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/linkedin.svg)}a.pp-button-social-login .ppsc-github{background-image:url(//www.thehumanmarvels.com/wp-content/plugins/wp-user-avatar/assets/images/social-login/github-fa.svg)}#profilepress-myaccount-wrapper,#profilepress-myaccount-wrapper *,#profilepress-myaccount-wrapper ::after,#profilepress-myaccount-wrapper ::before,.pp-form-container *,.pp-form-container .pp-form-wrapper,.pp-form-container .pp-form-wrapper *{box-sizing:border-box}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap span.select2-selection.select2-selection--multiple,html .pp-form-container .select2 input.select2-search__field{border:0!important}.pp-form-container form input[type=submit]{-webkit-appearance:none!important;cursor:pointer;text-shadow:none}.pp-form-container form{margin:0;padding:0;background-color:transparent}.woocommerce .woocommerce-MyAccount-content .pp-form-container{margin-right:0!important;margin-left:0!important}.pp-form-container form input,.pp-form-container form select,.pp-form-container form textarea{outline:0;background-image:none;height:auto;float:none;position:static;box-shadow:none;text-shadow:none;text-transform:none;text-decoration:none;resize:vertical}.pp-form-container form p{margin:0 0 .5em}.pp-form-container form input[type=submit]:focus{outline:0}.pp-form-container .pp-user-avatar{border-radius:50%!important;display:block!important;margin:0 auto 10px!important;text-align:center!important}.pp-form-container img.pp-user-cover-image{width:100%!important;height:auto!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox],#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border:1px solid #7e8993!important;border-radius:4px!important;background:#fff!important;color:#555!important;clear:none!important;cursor:pointer!important;display:inline-block!important;line-height:0!important;margin:0!important;outline:0!important;padding:0!important;text-align:center!important;vertical-align:middle!important;-webkit-appearance:none!important;box-shadow:inset 0 1px 2px rgba(0,0,0,.1)!important;transition:.05s border-color ease-in-out!important;width:16px!important;height:16px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox],.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:4px!important}.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]{border-radius:50%!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before{content:url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E)!important;margin:-3px 0 0 -4px!important;width:20px!important;height:20px!important;position:static}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{content:"";border-radius:50%!important;margin:3px!important;background-color:#000!important;line-height:1.14285714!important;width:8px!important;height:8px!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=checkbox]:checked::before,#profilepress-myaccount-wrapper .profilepress-myaccount-content input[type=radio]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=checkbox]:checked::before,.pp-form-container .pp-form-wrapper .pp-form-field-wrap input[type=radio]:checked::before{float:left!important;display:inline-block!important;vertical-align:middle!important;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pp-form-container .pp-form-wrapper.ppBuildScratch,.pp-form-container .pp-form-wrapper.ppBuildScratch *{font-family:'Merriweather',sans-serif}.pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:0;text-align:center;margin-right:6.387%}.pp-form-container .pp-form-wrapper.ppBuildScratch h1,.pp-form-container .pp-form-wrapper.ppBuildScratch h2,.pp-form-container .pp-form-wrapper.ppBuildScratch h3,.pp-form-container .pp-form-wrapper.ppBuildScratch h4{font-weight:700;font-size:20px;margin-bottom:1em;margin-top:1em}.pp-form-container .pp-form-wrapper.ppBuildScratch input:disabled{opacity:.5}.pp-form-container .pp-form-wrapper.ppBuildScratch{max-width:100%;width:100%;padding:6% 0 6% 6%;background:#fff;color:#222;font-size:14px;position:relative;box-shadow:0 0 0 .5px rgba(0,20,40,.1),0 2px 8px 0 rgba(50,55,90,.2);border-radius:3px;margin:0 auto}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-remove-frame{box-shadow:none;border-radius:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap{padding:0 6.387% 4% 0;display:inline-block;width:100%;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap{display:inline-block;width:100%;vertical-align:top;padding:0 6.387% 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap{margin:0 0 5px;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-description,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-standard .ppress-hint-tooltip,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .pp-form-field-description{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-reveal .pp-form-field-input-textarea-wrap .pp-form-field:focus~.pp-form-field-description{display:block}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip{display:inline;font-weight:400}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fda-tooltip .ppress-hint-tooltip .pp-form-material-icons{position:relative;margin:0;padding:0;font-size:110%;display:inline;vertical-align:top}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside{position:relative}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-label-wrap{position:absolute;top:5px;left:15px;z-index:2}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap.fld-inside .pp-form-label-wrap{left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:18px;padding-bottom:2px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:23px;padding-bottom:7px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap.fld-inside .pp-form-field-input-textarea-wrap .pp-form-field{padding-top:30px;padding-bottom:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-half{width:50%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap.fw-third{width:33.3333333333%}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{border:1px solid #dbdbdb;font-size:14px;padding:10px 15px;transition:all .35s;background:#fff;color:#69717a;width:100%;border-radius:0;line-height:1.3;min-height:40px;display:inline-block;margin:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea{height:100px;overflow:auto}.pp-form-field-wrap .pp-form-material-icons{width:24px;height:24px;position:absolute;right:0;top:0;cursor:text;margin:8px 12px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:40px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap.field-has-icon textarea{padding-left:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap.field-has-icon textarea{padding-right:30px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0;margin-left:12px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-left .pp-form-field-wrap .pp-form-material-icons{left:0!important;margin-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material.ppfia-right .pp-form-field-wrap .pp-form-material-icons{margin-right:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap .pp-form-material-icons{margin-top:10px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap .pp-form-material-icons{margin-top:18px}.pp-form-container .pp-form-wrapper.ppBuildScratch .has-password-visibility-icon .pp-form-material-icons{cursor:pointer}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-pill .pp-form-field-wrap textarea{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-round .pp-form-field-wrap textarea{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap .select2.select2-container,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea{border:0!important;border-bottom:1px solid #dbdbdb!important;padding-left:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-material .pp-form-field-wrap textarea:focus{border-top:0!important;border-right:0!important;border-left:0!important;box-shadow:none!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap .select2-selection,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap input:not([type=radio]):not([type=checkbox]),.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap select,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfl-flat .pp-form-field-wrap textarea{border:0!important;background:#f7f7f7!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap select{padding-top:15px;padding-bottom:15px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-field-wrap textarea{height:150px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap input,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap select{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-field-wrap textarea{height:200px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap input[type=text]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap select:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap textarea:focus{border:1px solid #999}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .pp-form-label-wrap .pp-form-label,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{font-style:normal;background-color:transparent;display:block;font-weight:700;font-size:14px;float:none;line-height:1.3;margin:0;padding:0;color:#444}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-wrap .ppform-remember-label{display:inline-block}.pp-field-user-avatar-picture-wrap .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap .pp-cover-image-overlay ins,.pp-form-container .pp-form-wrapper.ppBuildScratch.ppf-hide-asterisk .pp-form-required-label{display:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]{background:#000;border:0;color:#fff;font-weight:700;font-size:16px;line-height:1;padding:15px 10px;transition:.15s ease-in-out;width:auto;min-width:110px;text-align:center}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-large .pp-form-submit-button-wrap input[type=submit],.pp-form-container .pp-form-wrapper.ppBuildScratch.ppfs-medium .pp-form-submit-button-wrap input[type=submit]{padding-top:20px;padding-bottom:20px}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-pill .pp-form-submit-button-wrap input[type=submit]{border-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbl-round .pp-form-submit-button-wrap input[type=submit]{border-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:focus,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-submit-button-wrap input[type=submit]:hover{background-color:#ededed;color:#000;text-decoration:none}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap{margin:0 0 5px}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkboxes-container,.ppressmd-new-dropdown ul{margin:0;padding:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-checkbox-wrap:last-of-type,.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-radio-wrap:last-of-type{margin-bottom:0}.pp-form-container .pp-form-wrapper.ppBuildScratch .pp-form-field-description{font-size:12px;font-weight:400;color:#666;line-height:1.3;text-align:left;margin:4px 0 0}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-wide .pp-form-submit-button-wrap input[type=submit]{width:100%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap{margin-top:4%;margin-bottom:4%}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width .pp-form-submit-button-wrap input[type=submit]{width:100%!important;position:absolute!important;bottom:0!important;right:0!important;left:0!important;border-top-right-radius:0!important;border-top-left-radius:0!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-pill{border-bottom-right-radius:25px!important;border-bottom-left-radius:25px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch.ppsbw-full-width.ppsbl-round{border-bottom-right-radius:6px!important;border-bottom-left-radius:6px!important}.pp-form-container .pp-form-wrapper.ppBuildScratch a.pp-button-social-login:last-of-type{margin-bottom:1.5em!important}#profilepress-myaccount-wrapper{font-size:16px}#profilepress-myaccount-wrapper .profilepress-myaccount-row{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}#profilepress-myaccount-wrapper .ppmyac-dashboard-item{text-decoration:none!important;position:relative;display:block;padding:.75rem 1.25rem;margin-bottom:-1px;background-color:#fff;border:1px solid rgba(0,0,0,.125);width:100%;text-align:inherit;box-shadow:none}#profilepress-myaccount-wrapper .ppmyac-dashboard-item.isactive{z-index:2;color:#fff;background-color:#007bff;border-color:#007bff}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:first-child{border-top-left-radius:.25rem;border-top-right-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-dashboard-item:last-child{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}#profilepress-myaccount-wrapper .ppmyac-icons{margin-right:.5rem;vertical-align:text-bottom}#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{position:relative;width:100%;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-col-sm-3{flex:0 0 25%;max-width:25%}}#profilepress-myaccount-wrapper .profilepress-myaccount-content{position:relative;width:100%;padding-top:30px;padding-right:15px;padding-left:15px}@media (min-width:576px){#profilepress-myaccount-wrapper .profilepress-myaccount-content{flex:0 0 75%;max-width:75%}}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap{text-align:center;margin-bottom:20px}#profilepress-myaccount-wrapper .profilepress-myaccount-avatar-wrap .profilepress-myaccount-avatar img.pp-user-avatar{margin:0!important;position:static!important;float:none!important;display:inline-block;border-radius:999px;width:120px;height:120px}#profilepress-myaccount-wrapper .profilepress-myaccount-nav a:focus{outline:0;text-shadow:none;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content h2{margin-top:0!important;margin-bottom:1.8rem!important;font-weight:700!important;line-height:1.2!important;font-size:2rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content h3{margin-top:0!important;line-height:1.2!important;font-weight:500!important;font-size:1.2rem!important;margin-bottom:1rem!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenus-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-wrap{display:inline;padding-right:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item{color:inherit;padding:0 0 10px}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-submenu-item.ppsubmenu-active{border-bottom:3px solid #6c757d}.profilepress-myaccount-alert,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.profilepress-myaccount-alert.pp-alert-danger,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.profilepress-myaccount-alert.pp-alert-success,.profilepress-myaccount-edit-profile .profilepress-edit-profile-status.success{color:#155724;background-color:#d4edda;border-color:#c3e6cb}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:1rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-cover-image-empty{min-height:250px;background-color:#eee}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap{padding:.75rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap img{width:100%;height:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap .profilepress-myaccount-form-field{margin-top:.5rem;margin-bottom:.5rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-email-notifications-wrap{margin-bottom:2rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field label{margin-bottom:.2rem;font-weight:500;display:block}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=checkbox]+label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field input[type=radio]+label{display:inline}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-control:not([type=radio]):not([type=checkbox]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap input:not([type=radio]):not([type=checkbox]):not([type=submit]),#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap select,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;overflow:visible;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap textarea{height:auto!important;min-height:100px!important;resize:vertical!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content select.profilepress-myaccount-form-control:focus,#profilepress-myaccount-wrapper .profilepress-myaccount-content textarea.profilepress-myaccount-form-control:focus{background-color:#fff;border-color:#bbb;outline:0;box-shadow:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]{display:inline-block;cursor:pointer;width:auto}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .profilepress-myaccount-form-field input[type=submit]:hover{color:#fff;background-color:#0069d9;border-color:#0062cc;text-decoration:none}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file{position:relative;display:inline-block;width:100%;height:calc(1.5em + .75rem + 2px);margin-bottom:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input{position:relative;z-index:2;width:100%;height:calc(1.5em + .75rem + 2px);margin:0;opacity:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label{position:absolute;top:0;right:0;left:0;z-index:1;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;border:1px solid #ced4da;border-radius:.25rem}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-label::after{position:absolute;top:0;right:0;box-sizing:border-box;bottom:0;z-index:3;display:block;height:calc(1.5em + .75rem);padding:.375rem .75rem;line-height:1.5;color:#495057;content:"Browse";background-color:#e9ecef;border-left:inherit;border-radius:0 .25rem .25rem 0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-wrap .ppmyac-custom-file-input~.ppmyac-custom-file-label[data-browse]::after{content:attr(data-browse)}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-checkbox-wrap label.pp-form-label,#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-form-field .pp-radio-wrap label.pp-form-label{display:inline-block;margin:0 0 0 .3819820591em}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar-wrap{display:flex;flex-direction:column;margin:1em 0 0;padding-left:0}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-avatar{position:relative;padding:.75rem 1.25rem;background-color:#fff;border:1px solid rgba(0,0,0,.125);margin-bottom:0;border-radius:.25rem;justify-content:space-between!important;display:flex!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content .pp-user-avatar{width:70px;height:70px;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}#profilepress-myaccount-wrapper .profilepress-myaccount-content .ppmyac-remove-avatar{margin-bottom:.5rem!important;margin-top:.5rem!important;padding:.25rem .5rem;font-size:.875rem;line-height:1.5;border-radius:.2rem;color:#fff;height:35px;background-color:#6c757d;display:inline-block;font-weight:400;text-align:center;vertical-align:middle;text-shadow:none;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:1px solid #6c757d;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}#profilepress-myaccount-wrapper .profilepress-myaccount-content .profilepress-myaccount-delete-cover-image-wrap .ppmyac-remove-avatar{margin-top:.75rem!important;margin-bottom:0!important}#profilepress-myaccount-wrapper .profilepress-myaccount-content input.profilepress-myaccount-form-control::-webkit-file-upload-button{background:#fff;border-radius:6px;font-size:14px;border:1px solid #ddd}#profilepress-myaccount-wrapper .profilepress-myaccount-content .select2-selection{border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;box-shadow:inset 0 1px 1px rgba(0,0,0,.125)}.ppress-2fa-setup-wrap .ppmyac-2fa-recovery-codes-wrap{width:250px;text-align:center}.pp-form-container .pp-field-user-avatar-picture-wrap{width:250px;height:auto;margin:auto;position:relative}.pp-form-container .pp-field-user-cover-image-wrap{margin:auto;position:relative}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{position:absolute;top:0;left:0;background:rgba(0,0,0,.5);text-align:center;box-sizing:border-box;padding:0;color:#fff;text-shadow:0 1px #666;line-height:21px;font-size:16px;height:100%;width:100%;border-radius:50%}.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap{border-radius:0}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay{display:table;height:100%;width:100%}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay ins,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay ins{display:table-cell;vertical-align:middle;height:100%;text-decoration:none!important;background:0 0!important;color:#fff!important;border-bottom:none!important}.pp-field-user-avatar-picture-wrap:hover .pp-profile-avatar-overlay-wrap .pp-profile-avatar-overlay .pp-form-material-icons,.pp-field-user-cover-image-wrap:hover .pp-cover-image-overlay-wrap .pp-cover-image-overlay .pp-form-material-icons{font-size:35px!important;display:block!important;position:static!important;right:auto!important;top:auto!important;color:#fff!important;margin:0!important;width:auto!important;height:auto!important;cursor:pointer}html .select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;height:auto!important}.select2.select2-container .select2-selection.select2-selection--multiple input.select2-search__field{border:0!important;box-shadow:none!important}.select2.select2-container .select2-selection.select2-selection--multiple li.select2-selection__choice{height:auto;line-height:normal}.pp-form-wrapper.pp-member-directory{opacity:0}.pp-form-wrapper.ppress-default-profile{max-width:1000px;width:100%;box-sizing:border-box;font-size:15px;color:#666;margin-bottom:30px;opacity:0}.pp-form-wrapper.ppress-default-profile *{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;box-sizing:border-box}.pp-form-wrapper.ppress-default-profile a,.pp-form-wrapper.ppress-default-profile a:hover{text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover{background-color:#eee;box-sizing:border-box;position:relative}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e{text-align:center;overflow:hidden}.pp-form-wrapper.ppress-default-profile .ppress-default-profile-cover-e img{width:100%;display:block;overflow:hidden;border-radius:0;margin:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-header{position:relative;padding:0 0 25px;border-bottom:solid 2px #eee;min-height:85px;box-sizing:content-box}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon{position:absolute;top:15px;right:0;vertical-align:middle;font-size:30px;height:30px;line-height:30px;z-index:66;margin-right:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon .ppress-dpf-edit-a .ppress-material-icons{font-size:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a{color:#aaa;text-decoration:none;border-bottom:0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-headericon a:hover,.pp-form-wrapper.ppress-default-profile a.ppress-dpf-edit-a.active{color:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo{float:left;position:absolute;margin:0 0 0 30px;box-sizing:border-box;width:200px;height:200px}.pp-form-wrapper.ppress-default-profile.ppdf-nocover .ppress-dpf-profile-photo{position:relative}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-photo img{width:100%;height:auto;border-radius:100%;display:block;overflow:hidden;margin:0;box-shadow:none;background:#fff;border:5px solid #fff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-meta{padding-right:30px;-ms-word-break:break-all;word-break:break-word;word-wrap:break-word}.pp-form-wrapper.ppress-default-profile .ppress-dpf-main-meta{padding:10px 0 0;color:#999}.pp-form-wrapper.ppress-default-profile .ppress-dpf-name{font-size:24px;font-weight:700;margin-right:30px;color:#555;line-height:1.7em}.pp-form-wrapper.ppress-default-profile .ppress-dpf-clear{clear:both}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span{margin:0 5px;font-size:14px;display:inline-block;line-height:.1}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta span:first-child{margin:0 5px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-meta-text{margin:5px 0 0;line-height:1.4em;font-size:13px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav{padding:10px;background:#444;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a{color:#fff;font-size:14px;font-weight:600;padding:6px 10px 6px 28px;display:block;float:left;border-radius:4px;margin-left:5px;position:relative;border-bottom:0;text-decoration:none!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item a:hover{background:#555}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:18px;height:18px;line-height:1.5;position:absolute;display:block;left:10px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item span.ppress-dpf-nav-title{padding-left:5px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-nav-item.ppress-dpf-active a{background:#007bff}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body{max-width:600px;padding-top:15px;padding-bottom:15px;margin:auto}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note{text-align:center;padding-top:20px;color:#666}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note .ppress-material-icons{display:inline-block;font-size:70px;height:70px;line-height:70px}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item span,.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note span{margin-top:10px;display:block;font-size:16px;color:#888}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-note a{border:0!important}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-items{margin:0 0 30px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-profile-body-item{position:relative;padding:15px 0 0}.pp-form-wrapper.ppress-default-profile .ppress-dpf-item-label{display:block;margin:0 0 8px;border-bottom:solid 2px #eee;padding-bottom:4px;font-size:15px;line-height:22px;font-weight:700}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon{float:left;margin:0 8px 0 0;height:22px;line-height:18px;display:inline-block;width:24px;text-align:center}.pp-form-wrapper.ppress-default-profile .ppress-dpf-field-label-icon i{font-size:22px;position:relative;top:1px}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-photo{float:none;margin:0 auto;text-align:center;position:relative}.pp-form-wrapper.ppress-default-profile .ppdf-nocover .ppress-dpf-profile-meta{padding-left:0!important;padding-right:0!important;text-align:center!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{margin-left:0!important;border-radius:0!important}.ppress-dpf-profile-nav-item.ppressui340 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{padding-top:0!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:18px!important}.ppress-default-profile.ppressui340 .ppress-dpf-header .ppress-dpf-meta-text{padding:0 20px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;left:auto!important;text-align:center!important;top:-40px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{width:120px!important;height:120px!important}.ppress-default-profile.ppressui340 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui340.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item i{font-size:22px!important;height:22px!important;line-height:22px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-body{padding-left:0!important;padding-right:0!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{position:static!important;top:auto!important;left:auto!important;width:120px!important;height:120px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-photo{position:relative!important;width:100px!important;height:100px!important;margin:0 auto!important;float:none!important;display:block!important;top:-40px!important;left:0!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-profile-meta{text-align:center!important;padding:0!important;margin-top:-30px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-name{float:none!important;margin-right:0!important;font-size:21px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui500 .ppress-dpf-header .ppress-dpf-meta{padding:0 20px!important;display:block!important}.ppress-default-profile.ppressui500 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui500.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-meta{margin-top:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav{padding:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item a{padding:10px 20px!important;margin-left:0!important;border-radius:0!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui800.ppdf-nocover .ppress-dpf-header .ppress-dpf-profile-photo{top:auto!important}.ppress-default-profile.ppressui800 .ppress-dpf-header .ppress-dpf-meta-text{padding-top:10px!important}.ppress-default-profile.ppressui800 .ppress-dpf-nav-title{font-size:12px!important}.ppress-default-profile.ppressui800 .ppress-dpf-profile-nav-item .ppress-material-icons{display:block!important;position:static!important;top:auto!important;left:auto!important;font-size:20px!important;height:20px!important;line-height:20px!important}.ppress-default-profile.ppressui960 .ppress-dpf-profile-photo{width:140px!important;height:140px!important;top:-70px!important}.ppress-default-profile.ppressui960.ppdf-nocover .ppress-dpf-profile-meta{margin-top:-50px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item a,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item a{padding:5px 11px!important;font-size:12px!important}.ppress-default-profile.ppressui340 .ppress-dpf-profile-nav-item .ppress-material-icons,.ppress-default-profile.ppressui500 .ppress-dpf-profile-nav-item .ppress-material-icons{font-size:14px!important}.ppress-default-profile.ppressui340 span.ppress-dpf-nav-title,.ppress-default-profile.ppressui500 span.ppress-dpf-nav-title{font-size:10px!important}.pp-form-wrapper.ppress-default-profile ul.pp-user-post-list{list-style:none;margin:0;padding:0}.pp-form-wrapper.ppress-default-profile li.pp-user-post-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-post-item a,.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3{font-size:16px;font-weight:400;margin:0;text-decoration:none}.pp-form-wrapper.ppress-default-profile .pp-user-post-item h3.pp-post-item-head{line-height:20px}.pp-form-wrapper.ppress-default-profile .ppress-dpf-more-post-wrap{text-align:center;padding-top:30px}.pp-form-wrapper.ppress-default-profile a.ppress-dpf-more-post-btn{font-size:15px;border:0;display:block;width:100%;line-height:1em;padding:15px;text-decoration:none;text-align:center;text-transform:none;font-weight:400;transition:.25s;border-radius:4px;box-shadow:0 4px 6px rgba(50,50,93,.11),0 1px 3px rgba(0,0,0,.08);max-width:250px;margin:0 auto;color:#fff;background:#007bff}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item{padding:20px 0;border-bottom:1px solid #eee}.pp-form-wrapper.ppress-default-profile .pp-user-comment-item-link a{color:inherit}.pp-form-wrapper.ppress-default-profile .pp-user-comment-no-item+.ppress-dpf-more-post-wrap{display:none}.pp-member-directory .ppressmd-member-directory-header.ppressmd-form{display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row:not(.ppressmd-member-directory-filters-bar){display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;margin:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-search-row{justify-content:flex-end}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:nowrap;width:60%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label{flex:1;margin:0 10px 0 0;min-width:90px;max-width:85%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line{-webkit-appearance:textfield;width:100%;padding:0 12px!important;display:block!important;border-radius:2px;outline:0!important;cursor:text!important;font-size:15px!important;height:40px!important;box-sizing:border-box!important;box-shadow:none!important;margin:0!important;position:static}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line .ppressmd-do-search{min-width:15%;width:auto}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;flex:5}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;position:relative;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header a{text-decoration:none;border-bottom:none;box-shadow:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons{display:inline;vertical-align:middle}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters{display:flex;flex-direction:row;justify-content:flex-end;align-items:baseline;flex-wrap:nowrap;flex:2;text-align:right}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;cursor:pointer}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a a{margin:0 5px 0 0}.ppressmd-member-directory-header:not(.ppmd-filters-expand) .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-up{display:none}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible,.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-filters .ppressmd-member-directory-filters-a .ppress-down{display:none}.ppressmd-new-dropdown{font-size:16px;margin:0;position:absolute;height:auto;background:#fff;z-index:10;display:none;border:1px solid #ddd;box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);-webkit-box-shadow:0 7px 14px 0 rgba(50,50,93,.1),0 3px 6px 0 rgba(0,0,0,.07);box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px}.ppressmd-new-dropdown ul li{list-style-type:none;padding:0;margin:0}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppressmd-member-directory-sorting .ppressmd-member-directory-sorting-a .ppressmd-new-dropdown{top:24px;width:200px;left:-12px}.ppressmd-new-dropdown ul li a{display:block;padding:8px 12px;line-height:1}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-member-directory-filters-bar{padding:0 0 10px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row.ppressmd-header-row-invisible{margin:0}.ppressmd-member-directory-header.ppmd-filters-expand .ppressmd-member-directory-header-row .ppressmd-search.ppressmd-search-invisible{display:grid}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search{margin:0;width:100%;display:grid;grid-template-rows:auto 1fr;grid-template-columns:repeat(3,1fr);grid-gap:10px;grid-auto-rows:minmax(-webkit-max-content,auto);grid-auto-rows:minmax(max-content,auto);-ms-grid-template-rows:auto 1fr;-ms-grid-template-columns:repeat(3,1fr);-ms-grid-gap:10px;-ms-grid-auto-rows:minmax(max-content,auto);align-items:center}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter{display:flex;flex-direction:row;justify-content:flex-start;align-items:baseline;flex-wrap:nowrap;width:100%}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input{width:100%;padding:10px 30px}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input:not(.select2-search__field),.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{background-color:transparent;border:1px solid #ddd!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-nav-line .ppress-material-icons,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-member-directory-search-line label .ppressmd-search-line,.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row .ppressmd-search .ppressmd-search-filter.ppressmd-text-filter-type input,.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection__rendered{color:#666;background-color:transparent}.pp-member-directory .ppressmd-member-directory-header .ppressmd-member-directory-header-row input[type=search]:focus{border:1px solid #bbb!important}.pp-member-directory .ppressmd-member-directory-header .ppressmd-button{border:0!important;display:block;width:100%;line-height:1em!important;padding:16px 20px!important;text-decoration:none!important;text-align:center;text-transform:none!important;font-weight:400!important;overflow:hidden;position:relative;transition:.25s;box-sizing:border-box;border-radius:4px!important;box-shadow:none;vertical-align:middle!important;height:auto!important;cursor:pointer!important;text-shadow:none;font-family:inherit;outline:0!important;margin:0;-webkit-appearance:none}.pp-member-directory .ppressmd-members-total-wrap{text-align:center;margin:0 0 10px}.pp-member-directory .ppressmd-members-total{font-size:20px;font-weight:300}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container{width:100%!important}.pp-member-directory .ppressmd-member-directory-header .select2-search.select2-search--inline .select2-search__field{width:auto!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection{display:block!important;height:40px;padding:0 0 0 12px!important;overflow:hidden!important;position:relative!important;white-space:nowrap!important;line-height:35px!important;font-size:15px!important;text-align:left!important;text-decoration:none!important;border-radius:2px!important;background-clip:padding-box!important;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:0 0!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection .select2-selection__arrow{display:inline-block!important;width:34px!important;height:100%!important;position:absolute!important;right:0!important;top:0!important;border-radius:0 2px 2px 0!important;background-clip:padding-box!important;text-align:center!important;background:0 0!important;border-left:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown{border:1px solid #ddd;border-top:0;border-radius:0}.pp-member-directory .ppressmd-member-directory-header .select2-container.select2-container--open .select2-dropdown .select2-results li{list-style:none;display:list-item;background-image:none;font-size:15px;margin:5px!important;color:#666!important;padding:3px 7px 4px!important;cursor:pointer;min-height:1em!important}.pp-member-directory .ppressmd-member-directory-header .select2.select2-container .select2-selection.select2-selection--multiple{height:auto!important;line-height:.8!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__rendered{padding-left:0!important;line-height:37px}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered{line-height:37px;box-sizing:border-box;list-style:none;margin:0;padding-left:0!important;padding-right:30px;width:100%;font-size:13px}.pp-member-directory .ppressmd-member-directory-header .select2-results li.select2-results__option.select2-results__option--highlighted{background:0 0!important;background:#f4f4f4!important;color:#666!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{right:10px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{right:10px;font-size:30px;margin:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__arrow b,.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{color:#888!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__clear{position:absolute}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__choice{padding:3px 3px 3px 5px}.pp-member-directory .ppressmd-member-directory-header .select2-container .select2-search.select2-search--inline>input{border:0!important;padding:0!important;border-radius:0!important}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--multiple .select2-selection__rendered li{overflow-x:hidden;text-overflow:ellipsis;max-width:100%;box-sizing:border-box}.pp-member-directory .ppressmd-member-directory-header .select2-container--default .select2-selection--single .select2-selection__clear{font-size:20px!important}.pp-member-directory .ppmd-pagination-wrap{font-size:16px;width:100%;margin:0 auto 10px;padding:0;text-align:center}.pp-member-directory .ppmd-pagination-wrap .page-numbers{display:inline-block;width:auto;height:34px;line-height:34px;transition:all .2s linear;padding:0 14px;color:#666;font-weight:400}.pp-member-directory .ppmd-pagination-wrap .page-numbers.current{background:#007bff;color:#fff}.pp-member-directory .ppmd-pagination-wrap .page-numbers .ppress-material-icons{vertical-align:middle}.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}.flatpickr-calendar.open{display:inline-block;z-index:99999}.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}.flatpickr-calendar.inline{display:block;position:relative;top:2px}.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}.flatpickr-calendar.static.open{z-index:999;display:block}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}.flatpickr-calendar:before{border-width:5px;margin:0 -5px}.flatpickr-calendar:after{border-width:4px;margin:0 -4px}.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}.flatpickr-calendar:focus{outline:0}.flatpickr-wrapper{position:relative;display:inline-block}.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:34px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;height:34px;padding:10px;z-index:3;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);}.flatpickr-months .flatpickr-prev-month.flatpickr-disabled,.flatpickr-months .flatpickr-next-month.flatpickr-disabled{display:none}.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{ left:0; }  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{ right:0; }  .flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}.numInputWrapper{position:relative;height:auto;}.numInputWrapper input,.numInputWrapper span{display:inline-block}.numInputWrapper input{width:100%;}.numInputWrapper input::-ms-clear{display:none}.numInputWrapper input::-webkit-outer-spin-button,.numInputWrapper input::-webkit-inner-spin-button{margin:0;-webkit-appearance:none}.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}.numInputWrapper span:active{background:rgba(0,0,0,0.2)}.numInputWrapper span:after{display:block;content:"";position:absolute}.numInputWrapper span.arrowUp{top:0;border-bottom:0;}.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}.numInputWrapper span.arrowDown{top:50%;}.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}.numInputWrapper span svg{width:inherit;height:auto;}.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}.numInputWrapper:hover{background:rgba(0,0,0,0.05);}.numInputWrapper:hover span{opacity:1}.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:7.48px 0 0 0;line-height:1;height:34px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-current-month input.cur-year:focus{outline:0}.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}.flatpickr-current-month .flatpickr-monthDropdown-months{appearance:menulist;background:transparent;border:none;border-radius:0;box-sizing:border-box;color:inherit;cursor:pointer;font-size:inherit;font-family:inherit;font-weight:300;height:auto;line-height:inherit;margin:-1px 0 0 0;outline:none;padding:0 0 0 .5ch;position:relative;vertical-align:initial;-webkit-box-sizing:border-box;-webkit-appearance:menulist;-moz-appearance:menulist;width:auto;}.flatpickr-current-month .flatpickr-monthDropdown-months:focus,.flatpickr-current-month .flatpickr-monthDropdown-months:active{outline:none}.flatpickr-current-month .flatpickr-monthDropdown-months:hover{background:rgba(0,0,0,0.05)}.flatpickr-current-month .flatpickr-monthDropdown-months .flatpickr-monthDropdown-month{background-color:transparent;outline:none;padding:0}.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}.flatpickr-days:focus{outline:0}.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}.flatpickr-day.today{border-color:#959ea9;}.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}.flatpickr-day.flatpickr-disabled,.flatpickr-day.flatpickr-disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}.flatpickr-day.hidden{visibility:hidden}.rangeMode .flatpickr-day{margin-top:1px}.flatpickr-weekwrapper{float:left;}.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}.flatpickr-time:after{content:"";display:table;clear:both}.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}.flatpickr-time.hasSeconds .numInputWrapper{width:26%}.flatpickr-time.time24hr .numInputWrapper{width:49%}.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:textfield;-moz-appearance:textfield;appearance:textfield;}.flatpickr-time input.flatpickr-hour{font-weight:bold}.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}.flatpickr-time input:focus{outline:0;border:0}.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400}.flatpickr-time input:hover,.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time input:focus,.flatpickr-time .flatpickr-am-pm:focus{background:#eee}.flatpickr-input[readonly]{cursor:pointer}@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px;padding:1px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}   article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;} audio,canvas,video{display:inline-block;*display:inline;*zoom:1;} audio:not([controls]){display:none;height:0} [hidden]{display:none;}  html {
font-size:100%; overflow-y:scroll; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-font-smoothing:antialiased; line-height:1.5; } body {margin:0}  a:focus{outline:thin dotted} a:hover,a:active{outline:0}  h1,h2,h3,h4,h5,h6{margin:0;padding:0} abbr[title]{border-bottom: 1px dotted} b,strong{font-weight:bold}
blockquote{font-family:Georgia,"Times New Roman",Times,serif}
blockquote p{display:inline} dfn {font-style:italic} mark {background:#ff0;color:#000} p,pre{margin:0} pre,code,kbd,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em} pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}  q{quotes:none} q:before,q:after{content:'';content:none}
small{font-size:80%} sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sup{top:-.5em}
sub{bottom:-.25em}  dl,ol,ul{margin:0;padding:0;list-style:none;list-style-image:none}  img {border:0; -ms-interpolation-mode:bicubic; } svg:not(:root){overflow:hidden}  figure{margin:0}  form{margin:0} fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em} legend {border:0; padding:0; white-space:normal; *margin-left:-7px; } button,input,select,textarea{font-size:100%; margin:0; vertical-align:baseline; *vertical-align:middle; font-family:sans-serif; }
input:not([type="radio"]):not([type="checkbox"]){-webkit-appearance:none;border-radius:0;-moz-border-radius:0; } button,input{line-height:normal; } button,input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer; -webkit-appearance:button; *overflow:visible; } button[disabled],input[disabled]{cursor:default} input[type="checkbox"],input[type="radio"]{box-sizing:border-box; padding:0; *height:13px; *width:13px; } input[type="search"]{-webkit-appearance:textfield; -moz-box-sizing:content-box;-webkit-box-sizing:content-box; box-sizing:content-box;} input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-cancel-button {-webkit-appearance:none;} button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0} textarea {overflow:auto; vertical-align:top }
textarea,input[type="text"],input[type="email"],input[type="password"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}  table{border-collapse:collapse;border-spacing:0}
tr:nth-of-type(odd) {background:rgba(0,0,0,.05)} .wrapper {margin:0 auto}
.grids{margin-left:-30px}
[class*="grid-"]{display:inline;float:left;margin-left:30px}
.grid-12{margin-right:0} .wrapper{width:1050px}
.grid-1{width:60px}.grid-2{width:150px}.grid-3{width:240px}.grid-4{width:330px}.grid-5{width:420px}.grid-6{width:510px}.grid-7{width:600px}.grid-8{width:690px}.grid-9{width:780px}.grid-10{width:870px}.grid-11{width:960px}.grid-12{width:1030px} @media only screen and (min-width: 960px) and (max-width: 1199px) {
.wrapper{width:930px}
.grid-1{width:50px}.grid-2{width:130px}.grid-3{width:210px}.grid-4{width:290px}.grid-5{width:370px}.grid-6{width:450px}.grid-7{width:530px}.grid-8{width:610px}.grid-9{width:690px}.grid-10{width:770px}.grid-11{width:850px}.grid-12{width:910px}
} @media only screen and (min-width: 801px) and (max-width: 959px) {
.wrapper{width:700px}
.grids{margin-left:-20px}
[class*="grid-"]{margin-left:20px}
.grid-1{width:40px}.grid-2{width:100px}.grid-3{width:160px}.grid-4{width:220px}.grid-5{width:280px}.grid-6{width:340px}.grid-7{width:400px}.grid-8{width:460px}.grid-9{width:520px}.grid-10{width:580px}.grid-11{width:640px}.grid-12{width:680px}
} @media only screen and (max-width: 800px) {
.wrapper{width:90%}
.grids,
[class*="grid-"]{width:100%;margin-left:0;margin-right:0}
html{font-size:1.125em }
body{-webkit-text-size-adjust:none}
}  .alignleft		{float:left}
.alignright		{float:right}
.aligncenter	{text-align:center;margin-left:auto;margin-right:auto;}
img.aligncenter	{margin-left:auto;margin-right:auto;display:block}
.text-left		{text-align:left}
.text-right		{text-align:right}
.text-center	{text-align:center}
.sticky 		{}
.no-margin		{margin:0 !important} .grids:after,.clearfix:after,.grids:before,.clearfix:before{content:"";display:table}.grids:after,.clearfix:after{clear:both}.grids,.clearfix{zoom:1} img{ color:#c00}
.logo img{display:block;max-width:100%;height:auto} object,embed,video{max-width:100%} .message{display:block;padding:10px;margin-bottom:18px;color:#999;font-size:80%;font-weight:bold;text-align:center;line-height:18px;letter-spacing:.2em;border:1px dashed #ccc}
.message [class*="icon-"]{font-size:18px;position:relative;top:2px;left:5px;margin-right:15px}
.error{border-color:#fb5766}
.success{border-color:#83ba77}
.info [class*="icon-"]{color:#6cf}
.warning [class*="icon-"]{color:#f99} .accessibility{ position:absolute;left:-99999px
}
.more-link:after{ content:" »";
} .flex-container a:active,.flexslider a:active,.flex-container a:focus,.flexslider a:focus{outline:0}.slides,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}
.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden;-webkit-transform:translateZ(0)}.flexslider .slides {zoom:1}.flexslider .slides img{width:100%;display:block}.flex-pauseplay span{text-transform:capitalize}
.flex-viewport {max-height:2000px;-webkit-transition:all 1s ease; -moz-transition:all 1s ease; transition:all 1s ease}
.slides:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .slides{display:block}* html .slides{height:1%}
.no-js .slides > li:first-child {display:block} .swipebox-overflow-hidden{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;opacity:0;z-index:9999;overflow:hidden;display:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute}#swipebox-slider .slide{background:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/images/loading.gif) no-repeat center center;height:100%;line-height:1px;text-align:center;width:100%;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;width:auto;height:auto;vertical-align:middle}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-action{bottom:-50px}#swipebox-action.visible-bars{bottom:0}#swipebox-action.force-visible-bars{bottom:0!important}#swipebox-caption{top:-50px;text-align:center}#swipebox-caption.visible-bars{top:0}#swipebox-caption.force-visible-bars{top:0!important}#swipebox-action #swipebox-prev,#swipebox-action #swipebox-next,#swipebox-action #swipebox-close{background-image:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/images/gallery-controls.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px}#swipebox-action #swipebox-prev.disabled,#swipebox-action #swipebox-next.disabled{filter:alpha(opacity=30);opacity:.3}#swipebox-slider.rightSpring{-moz-animation:rightSpring .3s;-webkit-animation:rightSpring .3s}#swipebox-slider.leftSpring{-moz-animation:leftSpring .3s;-webkit-animation:leftSpring .3s}@-moz-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-moz-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@-webkit-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}} #swipebox-overlay{background:#0d0d0d}
#swipebox-action,#swipebox-caption{text-shadow:1px 1px 1px black;background-color:#0d0d0d;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(0%,#0d0d0d),color-stop(100%,#000));background-image:-webkit-linear-gradient(#0d0d0d,#000);background-image:-moz-linear-gradient(#0d0d0d,#000);background-image:-o-linear-gradient(#0d0d0d,#000);background-image:linear-gradient(#0d0d0d,#000);-webkit-box-shadow:0 1px 1px 1px #212121,inset 0 1px 1px 1px black;-moz-box-shadow:0 1px 1px 1px #212121,inset 0 1px 1px 1px black;box-shadow:0 1px 1px 1px #212121,inset 0 1px 1px 1px black;filter:alpha(opacity=95);opacity:.95}
#swipebox-action{-webkit-box-shadow:0 -1px -1px 1px #212121,inset 0 -1px -1px 1px black;-moz-box-shadow:0 -1px -1px 1px #212121,inset 0 -1px -1px 1px black;box-shadow:0 -1px -1px 1px #212121,inset 0 -1px -1px 1px black}
#swipebox-caption{color:white!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif} .masonry,.masonry .masonry-brick{-webkit-transition-duration:.7s;-moz-transition-duration:.7s;-ms-transition-duration:.7s;-o-transition-duration:.7s;transition-duration:.7s}.masonry{-webkit-transition-property:height,width;-moz-transition-property:height,width;-ms-transition-property:height,width;-o-transition-property:height,width;transition-property:height,width}.masonry .masonry-brick{-webkit-transition-property:left,right,top;-moz-transition-property:left,right,top;-ms-transition-property:left,right,top;-o-transition-property:left,right,top;transition-property:left,right,top} #outer-wrap{width:100%;position:relative;overflow:hidden}#inner-wrap{width:100%;position:relative}#pageslide{display:none;width:100%;z-index:200;overflow:hidden}#pageslide .block{z-index:2;position:relative;}
@media only screen and (max-width:800px){#pageslide{display:block;position:absolute;top:0}#pageslide:not(:target){z-index:1;height:0}.js-ready #pageslide{width:70%;height:100%;background:#242628;-webkit-box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);-moz-box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5);box-shadow:inset -1.5em 0 1.5em -0.75em rgba(0,0,0,0.5)}.js-ready #pageslide{left:-70%}.js-ready #inner-wrap{left:0}.js-nav #inner-wrap{left:70%}.csstransforms3d.csstransitions.js-ready #pageslide{left:0;-webkit-transform:translate3d(-100%,0,0);-moz-transform:translate3d(-100%,0,0);-ms-transform:translate3d(-100%,0,0);-o-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.csstransforms3d.csstransitions.js-ready #inner-wrap{left:0!important;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition:-webkit-transform 500ms ease;-moz-transition:-moz-transform 500ms ease;-o-transition:-o-transform 500ms ease;transition:transform 500ms ease;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-o-backface-visibility:hidden;backface-visibility:hidden}.csstransforms3d.csstransitions.js-nav #inner-wrap{-webkit-transform:translate3d(70%,0,0) scale3d(1,1,1);-moz-transform:translate3d(70%,0,0) scale3d(1,1,1);-ms-transform:translate3d(70%,0,0) scale3d(1,1,1);-o-transform:translate3d(70%,0,0) scale3d(1,1,1);transform:translate3d(70%,0,0) scale3d(1,1,1)}.csstransforms3d.csstransitions.js-ready #pageslide .block{filter:alpha(opacity=70);opacity:.7;-webkit-transition:opacity 300ms 100ms,-webkit-transform 500ms ease;-webkit-transition-delay:ease,0s;-moz-transition:opacity 300ms 100ms ease,-moz-transform 500ms ease;-o-transition:opacity 300ms 100ms ease,-o-transform 500ms ease;transition:opacity 300ms 100ms ease,transform 500ms ease;-webkit-transform:translate3d(70%,0,0) scale3d(0.9,0.9,0.9);-moz-transform:translate3d(70%,0,0) scale3d(0.9,0.9,0.9);-ms-transform:translate3d(70%,0,0) scale3d(0.9,0.9,0.9);-o-transform:translate3d(70%,0,0) scale3d(0.9,0.9,0.9);transform:translate3d(70%,0,0) scale3d(0.9,0.9,0.9);-webkit-transform-origin:50% 0;-moz-transform-origin:50% 0;-ms-transform-origin:50% 0;-o-transform-origin:50% 0;transform-origin:50% 0}.csstransforms3d.csstransitions.js-nav #pageslide .block{filter:alpha(opacity=100);opacity:1;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}} .animated{-webkit-transform:translate3d(0,0,0);-webkit-animation-fill-mode:both;-moz-animation-fill-mode:both;-ms-animation-fill-mode:both;-o-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-duration:1.2s;-moz-animation-duration:1.2s;-ms-animation-duration:1.2s;-o-animation-duration:1.2s;animation-duration:1.2s}
@-webkit-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-moz-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@-o-keyframes fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes fadeIn{0%{opacity:0}100%{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;-moz-animation-name:fadeIn;-o-animation-name:fadeIn;animation-name:fadeIn}  #wp-calendar{width:100%;border:1px solid #ddd}#wp-calendar tr{background:0}#wp-calendar td{padding:2%}#wp-calendar caption{font-weight:bold;font-size:120%;text-align:center;margin:0 0 5px}#wp-calendar thead{border-bottom:1px solid #ddd}#wp-calendar thead th{height:30px;font-weight:normal}#wp-calendar tbody{border-bottom:1px solid #ddd}#wp-calendar tbody td{font-size:120%;text-align:center}#wp-calendar tbody td#today{color:#F36}#wp-calendar tbody td a{display:block;height:30px;line-height:30px;text-decoration:none;background:#fcc}#wp-calendar tfoot{font-size:90%;text-transform:uppercase}#wp-calendar tfoot #next{text-align:right}
img.alignleft,.wp-caption.alignleft{margin-right:1.5em}
img.alignright,.wp-caption.alignright{margin-left:1.5em}
.wp-caption.alignleft img,.wp-caption.alignright img{margin-left:0;margin-right:0}  @media print{ *{background-color:#fff;color:#000;text-shadow:none!important;} body{font-size:0.75em; }
.wrapper{width:75%;margin:0 auto} .nav,.footer{display:none}
.logo img{position:static}   img{max-width:100%;height:auto} .message{border:0;font-weight:700} a:link:after,a:visited:after{content:"(" attr(href)")";font-size:smaller} a[href^="/"]:after{content:"(http://yoururlhere.com" attr(href)")";font-size:smaller} object:after{content:"Flash/video content. Head to http://yoururlhere.com/ to view this content.";display:block;font-weight:700;margin-bottom:1.5em}
}@font-face {
font-family: 'icomoon';
src:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/fonts/icomoon.eot);
}
@font-face {
font-family: 'icomoon';
src: url(data:application/x-font-woff;charset=utf-8;base64,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) format('woff'),
url(data:application/x-font-ttf;charset=utf-8;base64,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fc4fH0d4IdvjK00AAAIAFP/qAewB1gAbAGkAACU2NTQmIyIHJiMiBhUUFwYVFBYzMjcWMzI2NTQOAQcGIyInJicmNTQ2MzIXFhcWFx4BMzI3NjU0JyYnJicmJyYnJjU0Njc2MzIeAhUUBiMiJyYnJicmIyIHBhUUFxYXFhcWFx4BFx4BFQHeBYNdFBMgJTZNEgSDXhQVHCE2TWcfHh4oMSAWDw4TDgwIBwYGBwYZFBwREQkJDw8aIxgYDg8fHBwmHi0dDhIODAcGCAgMCxoZDg4EBQkJCQkWGy0QEBKsGBlgiAQVTzclHxcYX4gEEE83IAouDQwRDRUVFQwSBwcNDgkJDAwMEQ4ICQQFBggKCxITGxspCgsOGBsNDBQGBg0QCQkKCQ0IBQYFBAMDBQYPCgshGAAAAAAMAJYAAQAAAAAAAQAHABAAAQAAAAAAAgAHACgAAQAAAAAAAwAjAHgAAQAAAAAABAAHAKwAAQAAAAAABQALAMwAAQAAAAAABgAHAOgAAwABBAkAAQAOAAAAAwABBAkAAgAOABgAAwABBAkAAwBGADAAAwABBAkABAAOAJwAAwABBAkABQAWALQAAwABBAkABgAOANgAaQBjAG8AbQBvAG8AbgAAaWNvbW9vbgAAUgBlAGcAdQBsAGEAcgAAUmVndWxhcgAARgBvAG4AdABGAG8AcgBnAGUAIAAyAC4AMAAgADoAIABpAGMAbwBtAG8AbwBuACAAOgAgADEANwAtADYALQAyADAAMQAzAABGb250Rm9yZ2UgMi4wIDogaWNvbW9vbiA6IDE3LTYtMjAxMwAAaQBjAG8AbQBvAG8AbgAAaWNvbW9vbgAAVgBlAHIAcwBpAG8AbgAgADEALgAwAABWZXJzaW9uIDEuMAAAaQBjAG8AbQBvAG8AbgAAaWNvbW9vbgAAAAACAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACYAAAABAAIBAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8BIAEhASIBIwEkB3VuaUYwMDAHdW5pRTAwMAd1bmlFMDAxB3VuaUUwMDMHdW5pRTAwNAd1bmlFMDA1B3VuaUUwMDYHdW5pRTAwNwd1bmlFMDA4B3VuaUUwMDkHdW5pRjA4Mwd1bmlGMDUzB3VuaUYwNTQHdW5pRTAwQQd1bmlFMDBCB3VuaUUwMEMHdW5pRjA0MAd1bmlFMDBGB3VuaUUwMDIHdW5pRjAwMgd1bmlGMDU3B3VuaUYwNzEHdW5pRjA3Nwd1bmlFMDBFB3VuaUUwMTAHdW5pRTAwRAd1bmlFMDExB3VuaUUwMTIHdW5pRTAxMwd1bmlGMTc5B3VuaUYxN0EHdW5pRjE3Qgd1bmlFMDE0B3VuaUUwMTUHdW5pRjE3MAAAAAAAAf//AAIAAQAAAA4AAAAYAAAAAAACAAEAAwAlAAEABAAAAAIAAAAAAAEAAAAAzD2izwAAAADN5HtEAAAAAM3ke0Q=) format('truetype');
font-weight: normal;
font-style: normal;
} [data-icon]:before {
font-family: 'icomoon';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'icomoon';
src: url(//www.thehumanmarvels.com/wp-content/themes/simplemag/fonts/icomoon.svg#icomoon) format('svg');
}
}  [class^="icon-"] {
font-family: 'icomoon';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
-webkit-font-smoothing: antialiased;
}
.icon-google-plus:before {
content: "\e000";
}
.icon-facebook:before {
content: "\e001";
}
.icon-twitter:before {
content: "\e003";
}
.icon-youtube:before {
content: "\e004";
}
.icon-vimeo:before {
content: "\e005";
}
.icon-flickr:before {
content: "\e006";
}
.icon-dribbble:before {
content: "\e007";
}
.icon-soundcloud:before {
content: "\e008";
}
.icon-camera:before {
content: "\e009";
}
.icon-camera-retro:before {
content: "\f083";
}
.icon-chevron-left:before {
content: "\f053";
}
.icon-chevron-right:before {
content: "\f054";
}
.icon-pinterest:before {
content: "\e00a";
}
.icon-linkedin:before {
content: "\e00b";
}
.icon-behance:before {
content: "\e00c";
}
.icon-pencil:before {
content: "\f040";
}
.icon-music:before {
content: "\e00f";
}
.icon-instagram:before {
content: "\e002";
}
.icon-search:before {
content: "\f002";
}
.icon-remove-sign:before {
content: "\f057";
}
.icon-warning-sign:before {
content: "\f071";
}
.icon-chevron-up:before {
content: "\f077";
}
.icon-info:before {
content: "\e00e";
}
.icon-feed:before {
content: "\e010";
}
.icon-tag:before {
content: "\e00d";
}
.icon-menu:before {
content: "\e011";
}
.icon-lastfm:before {
content: "\e012";
}
.icon-app-net:before {
content: "\e013";
}
.icon-apple:before {
content: "\f179";
}
.icon-windows:before {
content: "\f17a";
}
.icon-android:before {
content: "\f17b";
}
.icon-stumbleupon:before {
content: "\e014";
}
.icon-picassa:before {
content: "\e015";
}
.icon-skype:before {
content: "\f170";
}.menu a,
a:hover,
a.read-more,
.entry-title a,
.widget_pages a,
.widget_categories a,
.comments li .vcard a,
.widget_recent_entries a,
.widget_recent_comments a {
text-decoration:none;
}
.widget_pages a:hover,
.widget_categories a:hover,
.comments li .vcard a:hover,
.widget_recent_entries a:hover,
.widget_recent_comments a:hover {
text-decoration:underline;
}
nav li,
#submit,
input#s,
.tagline,
.sub-title,
.copyright,
.read-more,
.widget h3,
.entry-meta,
.entry-title,
.entry-author,
.entry-header,
#respond label,
.section-header,
.comments .vcard,
.widget_pages li,
.widget_nav_menu li,
.widget_categories li,
input[type="submit"],
.widget_ti-about-site p {
font-size:18px;
line-height:22px;
letter-spacing:0.2em;
text-transform:uppercase;
}
.single-title {
letter-spacing:normal;
}
.entries .entry-title,
.entries .entry-header {
letter-spacing:0.05em;	
}
.page-title,
.single-title,
.section-header .title,
.posts-slider .entry-title {
font-size:50px;
line-height:120%;
}
.page-title,
.single-title,
.home-section .section-header .title {
background:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/images/section-header.png) repeat-x 0 50%;	
}
.page-title span,
.single-title span,
.home-section .section-header .title span {
display:inline-block;
background:#fff;
margin:0 20px;
padding:0 20px;	
}
#submit,
.read-more,
.copyright,
.entry-meta,
.top-strip nav,
input[type="submit"],
.widget_ti-about-site p,
#masthead .top-strip nav li,
#masthead .main-menu .sub-menu li {
font-size:12px;	
}
#submit,
.read-more,
input[type="submit"] {
color:#999;
background:none;
padding:12px 30px 10px;
border:3px solid #999;
position:relative;
}
#submit:hover,
.read-more:hover,
input[type="submit"]:hover {
box-shadow:3px 3px 0 #000;
}
#submit:active,
.read-more:active,
input[type="submit"]:active {
top:1px;
box-shadow:1px 1px 0 #000;
}
a.read-more {
overflow:auto;
display:inline-block;	
}
textarea,
input[type="text"],
input[type="email"],
input[type="password"] {
width:100%;
padding:10px;
border:1px solid #ccc;
} body {
color:#444;	
}
h1,
h2,
a,
.title {
color:#000;
}
#searchform {
background:#000;
}
#searchform input,
#searchform button {
color:#8c919b;	
} .color-site-dark,
.color-site-dark .sub-menu,
.color-site-dark .widget_ti_most_commented li h4 {
color:#8c919b;
background:#242628;			
}
.color-site-dark a {
color:#8c919b;		
}
.color-site-dark nav li,
.color-site-dark .widget,
.color-site-dark #second,
.color-site-dark #third,
.color-site-dark #searchform {
border-color:#585b61;
}
.color-site-dark li,
.color-site-dark .widget_ti_latest_comments .comment-text {
border-color:#2f3133;	
}
.color-site-dark .widget_ti_latest_comments .comment-text:after {
border-bottom-color:#242628;
}
.color-site-dark .widget_ti_latest_comments .comment-text:before {
border-bottom-color:#2f3133;
} .color-site-gray,
.color-site-gray .sub-menu,
.color-site-gray .widget_ti_most_commented li h4 {
color:#8c919b;
background:#eee;			
}
.color-site-gray a,
.color-site-gray #searchform input,
.color-site-gray #searchform button {
color:#8c919b;		
}
.color-site-gray li,	
.color-site-gray .widget,
.color-site-gray #second,
.color-site-gray #third,
.color-site-gray #searchform,
.color-site-gray .widget_ti_latest_comments .comment-text {
border-color:#ddd;	
}
.color-site-gray .widget_ti_latest_comments .comment-text:after {
border-bottom-color:#eee;
}
.color-site-gray .widget_ti_latest_comments .comment-text:before {
border-bottom-color:#ddd;
}
.color-site-gray #searchform {
background:none;	
}
.color-site-gray .sub-menu ul li a:hover,
.color-site-gray .secondary-menu a:hover,
.color-site-gray .secondary-menu .current_page_item > a,
.color-site-gray.top-strip nav > ul > li:hover > a,
.color-site-gray .footer-sidebar .widget h3 {
color:#000 !important;	
} .color-site-white,
.color-site-white .sub-menu,
.color-site-white .widget_ti_most_commented li h4 {
color:#8c919b;
background:#fff;			
}
.color-site-white a,
.color-site-white #searchform input,
.color-site-white #searchform button {
color:#8c919b;		
}
.color-site-white li,
.color-site-white #second,
.color-site-white #third,	
.color-site-white .widget,
.color-site-white #searchform,
.color-site-white .footer-sidebar,
.color-site-white .widget_ti_latest_comments .comment-text {
border-color:#ccc;	
}
.color-site-white .widget_ti_latest_comments .comment-text:after {
border-bottom-color:#fff;
}
.color-site-white .widget_ti_latest_comments .comment-text:before {
border-bottom-color:#ccc;
}
.color-site-white #searchform {
background:none;
border-color:#000;	
}
.color-site-white .sub-menu ul li a:hover,
.color-site-white .secondary-menu a:hover,
.color-site-white .secondary-menu .current_page_item > a,
.color-site-white.top-strip nav > ul > li:hover > a,
.color-site-white .footer-sidebar .widget h3 {
color:#000 !important;	
}
.copyright,
.copyright a,
#pageslide a,
#respond label,
.footer-sidebar a,
.comment-reply-link,
.comment-reply-login,
.sidebar .entry-title a,
.single-box .entry-title,
.comments .vcard .datetime,
#masthead .main-menu .sub-menu .sub-links a,
#masthead .main-menu .sub-menu .sub-posts a {
color:#8c919b;
}
.sidebar .widget li {
border-color:#242628;
}
.sidebar .widget li li,
.sidebar .widget_recent_entries li,
.sidebar .widget_recent_comments li {
border-color:#ddd;
}
.copyright {
background-color:rgba(0,0,0,0.1)
}
.color-site-white .copyright {
background-color:rgba(0,0,0,0)
}
.tagline,
.sub-title,
.main-menu,
.entry-meta,
.entry-meta a {
color:#8c919b;
}
#pageslide,
#masthead .main-menu .sub-menu,
#pageslide .widget_ti_most_commented li h4 {
color:#8c919b;
background:#242628;			
}
#pageslide .block,
#pageslide .menu,
#pageslide .menu li,
#pageslide .widget li,
#pageslide .comment-text,
#masthead .main-menu .sub-menu .sub-links li {
border-color:#343133;
}
#pageslide .widget_ti_latest_comments .comment-text:after {
border-bottom-color:#242628;
}
#pageslide .widget_ti_latest_comments .comment-text:before {
border-bottom-color:#474747;
} #masthead {
margin-bottom: 10px;
}
#masthead .color-site-white {
padding-top:20px;
padding-bottom:20px;
} #masthead #branding {
margin:15px auto;
text-align:center;
-webkit-animation-name:fadeIn;
-moz-animation-name:fadeIn;
-o-animation-name:fadeIn;
animation-name:fadeIn;
-webkit-animation-delay:0.2s;
-moz-animation-delay:0.2s;
-ms-animation-delay:0.2s;
-o-animation-delay:0.2s;
animation-delay:0.2s; 
}
#masthead .logo img {
margin:0 auto;
max-width: 260px;
}
#masthead #branding .tagline{
display:block;
} #masthead nav {
font-size:0;
}
#masthead nav li {
display:inline-block;	
}
#masthead nav > ul > li > a {
position:relative;
}
#masthead nav .sub-menu {
display:none;
position:absolute;
top:0;
left:0;
width:100%;
z-index:999;
}
#masthead nav .sub-menu a {
display:block;
}
.sub-menu .sub-menu {
display:none !important;	
} #masthead .main-menu {
position:relative;
z-index:998;
border-top:1px solid #000;
border-bottom:3px solid #000;
-webkit-animation-name:fadeIn;
-moz-animation-name:fadeIn;
-o-animation-name:fadeIn;
animation-name:fadeIn;
-webkit-animation-delay:0.5s;
-moz-animation-delay:0.5s;
-ms-animation-delay:0.5s;
-o-animation-delay:0.5s;
animation-delay:0.5s;
visibility:hidden;
}
#masthead .main-menu > ul {
text-align:center;
}
#masthead .main-menu > ul > li {
}
#masthead .main-menu > ul > li:after {
content:"/";
color:#d6d6d6;
font:normal 24px/24px Arial;
display:block;
float:left;
width:6px;
margin-top:10px;
}
#masthead .main-menu > ul > li:last-child:after {
display:none;
}
#masthead .main-menu > ul > li > a {
padding:10px;
display:block;
float:left;
}
#masthead .main-menu > ul > li.sub-hover > a:after {
content:"";
position:absolute;
left:40%;
bottom:0;
border-width:0 10px 10px;
border-style:solid;
border-color:transparent transparent #000;
display:block;
width:0;
z-index:999;
}
#masthead .main-menu .sub-menu {
top:42px;
overflow:hidden;
border-top:3px solid #000;
}
#masthead .main-menu .sub-menu .sub-links {
float:left;
width:25%;
padding:30px 0 2030px;
margin-bottom:-2000px;
text-align:left;
background:#202020;
}
#masthead .main-menu .sub-menu.full-width .sub-links li {
padding:0;
margin-right:15px;
}
#masthead .main-menu .sub-menu .sub-links li {
font-size:10px;
display:block;
margin:0;
border-top-width:1px;
border-top-style: dotted;
}
#masthead .main-menu .sub-menu .sub-links li:first-child {
border-top:none;
}
#masthead .main-menu .sub-menu .sub-links li:last-child {
padding-bottom:0;
}
#masthead .main-menu .sub-menu .sub-links li a{
display:block;
padding:6px 25px;
}
#masthead .main-menu .sub-menu .sub-posts {
float:right;
width:71%;
padding:40px 2% 2030px;
margin-bottom:-2000px;
}
#masthead .main-menu .sub-menu .sub-posts li {
float:left;
width:29.333%;
padding:0;
margin:0 2%;
border-bottom:none;
}
#masthead .main-menu .sub-menu .sub-posts figure {
height:146px;
overflow:hidden;
margin-bottom:15px;	
}
#masthead .main-menu .full-width .sub-posts figure {height:197px;}
#masthead .main-menu .sub-menu .sub-posts img {
width:100%;
height:auto;
display:block;	
}
#masthead .main-menu .full-width .sub-posts {width:96%;}
#masthead .main-menu .full-width .sub-links {width:100%; text-align:center;}
#masthead .main-menu .full-width .sub-links li {
font-size:12px;
display:inline-block;
border-top:none;
}
#masthead .main-menu .full-width .sub-links li a{
display:inline;
padding:0;
} #masthead .top-strip nav {
}
#masthead .top-strip nav li {
border-style:dotted;
border-width:0;
}
#masthead .color-site-gray nav li {
border-style:solid;
}
#masthead .top-strip nav > ul > li {
position:relative;
height:40px;
line-height:40px;
border-right-width:1px;
}
#masthead .top-strip nav > ul > li:first-child {
border-left-width:1px;
}
#masthead .color-site-white nav > ul > li {
border:none;
}
#masthead .top-strip nav > ul > li a {
padding:12px 15px;
}
#masthead .top-strip nav .sub-menu {
top:40px;
width:160px;
}
#masthead .top-strip nav .sub-menu li {
font-size:80%;
line-height:14px;
display:block;
border-top-width:1px;
}
#masthead .top-strip nav .sub-menu li:first-child {
border-top:none;
}
#masthead .color-site-white nav .sub-menu {
border:3px solid #000;
}
#masthead .color-site-white nav .sub-menu li:first-child {
position:relative;
}
#masthead .color-site-white nav .sub-menu li:first-child:after,
#masthead .color-site-white nav .sub-menu li:first-child:before {
bottom:100%;
border:solid transparent;
content:"";
height:0;
width:0;
position:absolute;
pointer-events:none;
border-style:solid;
}
#masthead .color-site-white nav .sub-menu li:first-child:after {
border-bottom-color:#fff;
border-width:5px;
left:25%;
margin-left:-5px;
}
#masthead .color-site-white nav .sub-menu li:first-child:before {
border-bottom-color:#000;
border-width:9px;
left:25%;
margin-left:-9px;
} #content {
min-height:300px;
margin-bottom:30px;
-webkit-animation-delay:0.8s;
-moz-animation-delay:0.8s;
-ms-animation-delay:0.8s;
-o-animation-delay:0.8s;
animation-delay:0.8s;
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
} #footer {
-webkit-animation-name:fadeIn;
-moz-animation-name:fadeIn;
-o-animation-name:fadeIn;
animation-name:fadeIn;
-webkit-animation-delay:1.2s;
-moz-animation-delay:1.2s;
-ms-animation-delay:1.2s;
-o-animation-delay:1.2s;
animation-delay:1.2s; 	
}
.copyright {
padding:30px 0;
line-height:2em;	
}
.copyright .back-top {
font-size:70%;
text-align:right;
} .flexslider {
overflow:hidden;
position:relative;
}
.flexslider .slides li {
position:relative;
}
.flexslider li img {
height:auto;
}
.flexslider li img.alter {
background:#242628;
}
.flex-direction-nav a {
position:absolute;
bottom:0;
font-size:14px;
text-decoration:none;
background:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/images/pixel.gif);	
} .posts-slider {
}
.posts-slider .slides li {
height:500px;
}
.posts-slider .loading li {
background-image:url(//www.thehumanmarvels.com/wp-content/themes/simplemag/images/loading.gif);
background-repeat:no-repeat;
background-position:50%;
}
.posts-slider .entry-header {
display:none;
position:absolute;
top:0;
left:10%;
width:80%;
color:#fff;	
}		
.posts-slider .entry-header a,
.posts-slider .entry-header .entry-meta {
color:#fff;
font-size:100%;
text-decoration:none;	
}
.posts-slider .entry-header .read-more {
border-color:#fff;
}
.posts-slider .entry-header .entry-title {
margin:10px 0 42px;
}
.posts-slider .flex-direction-nav a {
color:#fff;
font-size:28px;
display:block;
width:54px;
height:54px;
line-height:55px;
text-align:center;
border:3px solid #fff;
top:50%;
margin-top:-27px;		
}
.posts-slider .flex-prev {
left:20px;
}
.posts-slider .flex-next {
right:20px;
}
.posts-slider .flex-prev:hover,
.posts-slider .flex-next:hover {
box-shadow:3px 3px 0 #000;
text-shadow:3px 3px 0 #000;
}
.posts-slider figure:before {
content:"";
display:block;
position:absolute;
top:0;
bottom:0;
left:0;
right:0;
-webkit-transition:opacity .2s linear;
-moz-transition:opacity .2s linear;
-ms-transition:opacity .2s linear;
-o-transition:opacity .2s linear;
transition:opacity .2s linear;
}
.with-sidebar .posts-slider .slides li {
height:379px;
}
.with-sidebar .posts-slider .entry-title {
font-size:26px;
}
.with-sidebar .posts-slider .flex-direction-nav a {
font-size:18px;
width:36px;
height:36px;
line-height:36px;
margin-top:-18px;	
}
.with-sidebar .posts-slider .entry-header .read-more,
.with-sidebar .posts-slider .entry-header .entry-meta {
font-size:80%;	
} .gallery {
}
.gallery .gallery-item {
}
.gallery img {
border:none !important;
}
.gallery .gallery-caption {
} .custom-gallery {
}
.custom-gallery .gallery-item {
float:left;
width:98%;
height:450px;
margin:0 1% 1% 0;
position:relative;
}
.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
width:32%;
height:200px;
} .oldie .custom-gallery .row .gallery-item {
width:32%;
height:200px;
}
.custom-gallery .gallery-item .gallery-caption {
position:absolute;
left:0;
bottom:0;
width:98%;
padding:5px 1%;
font-size:90%;
line-height:110%;
text-align:center;
color:#fff;
background:#555;
background:rgba(0,0,0,0.5);
}
.csstransitions .custom-gallery .gallery-item {
opacity:0;
transition:opacity 0.5s ease-out;
transition-delay:0.5s;
}
.csstransitions .custom-gallery .gallery-item.imgLiquid_ready {
opacity:1;
} #gallery-carousel {
position:relative;	
}
#gallery-carousel img {
float:left;
display:block;	
margin:0 5px 0 0;
}
#gallery-carousel .carousel-nav {
font-size:28px;
display:block;
width:54px;
height:54px;
line-height:54px;
text-align:center;
text-decoration:none;
color:#fff;
border:3px solid #fff;
position:absolute;
top:50%;
margin-top:-27px;		
}
#gallery-carousel .prev {
left:5%;
}
#gallery-carousel .next {
right:5%;
}
#gallery-carousel:hover .carousel-nav {
box-shadow:3px 3px 0 #000;		
} .entry-header {
text-align:center;
}
.entry-header .entry-meta {
}
.entry-header .entry-meta span {
display:inline-block;
}
.entry-header .entry-meta .entry-date {
}
.entry-header .entry-meta .entry-category:after {
content:"/";
padding:0 4px 0 10px;
}
.entry-header .entry-author {
font-size:100%;
}
.entry-header .entry-author:after {
content:"/";
padding:0 5px;	
}
.entries  {
}
.entries article {
margin-bottom:30px;
text-align:center;
}
.with-sidebar article:nth-child(odd) {
clear:left;
}
.entries article .entry-title {
margin:5px 0;
line-height:150%;	
}
.entries article .entry-header .entry-author {
display:block;
font-size:12px;
margin-bottom:5px;
}
.entries article .entry-header .entry-author:after {
content:"";
padding:0;	
}
.entries article.format-audio iframe {
width:100% !important;	
} article .entry-image {
margin-bottom:10px;
}
article .entry-image img {
display:block;
}
.entries article .entry-image,
.entry-list article .entry-image {
overflow:hidden;
position:relative;
}
.entries article .entry-image [class*="icon-"],
.entry-list article .entry-image [class*="icon-"]  {
position:absolute;
bottom:0;
left:50%;
margin-left:-36px;
padding:5px 30px 0;
background:#fff;
}
.entries article .entry-image img,
.entry-list article .entry-image img {
width:100%;
height:auto;
}
.entries article .entry-image img:hover,
.entry-list article .entry-image img:hover {
-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter:alpha(opacity=50);
} .entry-list article {
padding:30px 0;
border-bottom:3px solid #000;	
}
.entry-list article .entry-image {
float:left;
width:48%;
margin:5px 5% 15px 0;	
}
.entry-list article .entry-summary {
overflow:hidden;	
} .home-section {
margin-bottom:20px;
}
.home-section .section-header {
text-align:center;
margin-bottom:30px;
}
body:not(.with-sidebar) .home-section article:nth-child(3n+1) {
clear:left;
}
.featured-posts {
}
.category-posts {
}
.format-posts {
}
.latest-posts {
}
.latest-reviews {
}
.latest-posts .masonry-layout article,
body:not(.home) .masonry-layout article {
padding-bottom:27px;
border-bottom:3px solid #000;
}
.title-text {
text-align:center;
margin-bottom:30px;	
}
.classic-layout {
margin-right:30px;
}
.classic-layout article {
width:100% !important;
padding-bottom:30px;
margin-bottom:30px;
border-bottom:1px solid #ddd;
}
.classic-layout article:last-child {
padding-bottom:0;
border-bottom:none;
}
.classic-layout article,
.classic-layout .entry-header {
text-align:left;	
}
.classic-layout .entry-image {
float:left;
width:48%;
margin-right:5%;
margin-bottom:0;	
}
.classic-layout .entry-summary {
overflow:hidden;	
} .page-title {
margin-bottom:30px;	
}
.page-content {
} .single {
}
.single .entry-header {
}
.single-title {
margin:5px 0 20px;	
}
.single .entry-media {
text-align:center;
margin:0 auto 30px;
overflow:hidden;	
}
.single .entry-media img {
max-width:100%;
height:auto;
display:block;
margin:0 auto;
}
.single .entry-media iframe {
max-width:1050px !important;
width:100% !important;
}
.single-box {
margin-bottom:60px;	
}
.single-box .entry-title {
padding:0 0 5px;
margin-bottom:30px;
border-bottom:3px solid #000;
} .page .page-content {
}
.single .entry-content {
}
article.page img,
.single .entry-content img,
.single .single-box.entry-media img {
max-width:100%;
height:auto !important;
}
.single .single-box.entry-media iframe {
width:100% !important;
}
.single-box.entry-media .wrapper {
width:100%;		
}
.single .entry-content > p:first-of-type:first-letter {
font-size:70px;
float:left;
line-height:60px;
padding:4px 12px 0 0;	
}
.page .page-content h1,
.single .entry-content h1,
.page .page-content h2,
.single .entry-content h2,
.page .page-content h3,
.single .entry-content h3,
.page .page-content h4,
.single .entry-content h4,
.page .page-content h5,
.single .entry-content h5,
.page .page-content h6,
.single .entry-content h6 {
margin-bottom:18px;
}
.title-text h1,
.page .page-content h1,
.single .entry-content h1 { 
font-size:50px;
line-height:54px;
}
.title-text h2,
.page .page-content h2,
.single .entry-content h2 { 
font-size:36px;
line-height:40px;
}
.page .page-content h3,
.single .entry-content h3 { 
font-size:28px;
line-height:32px;
}
.page .page-content h4,
.single .entry-content h4 { 
font-size:22px;
line-height:26px;
}
.page .page-content h5,
.single .entry-content h5 { 
font-size:18px;
line-height:22px;
}
.page .page-content h6,
.single .entry-content h6 { 
font-size:16px;
line-height:18px;
}
.page .page-content p,
.page .page-content li,
.page .page-content hr,
.single .entry-content p,
.single .entry-content li,
.single .entry-content hr {
margin-bottom:18px;
}
.page .page-content ol,
.page .page-content ul,
.single .entry-content ol,
.single .entry-content ul {
padding-left:40px;
}
.page .page-content li,
.single .entry-content li {
padding-left:15px;
}
.page .page-content ul li,
.single .entry-content ul li {
list-style:square;
}
.page .page-content ol li,
.single .entry-content ol li {
list-style:decimal;
}
.page .page-content hr,
.single .entry-content hr {
border:0;
height:0;
border-bottom:1px solid #ddd;
clear:both;
}
.page .page-content .wp-caption,
.single .entry-content .wp-caption {
max-width:100%;
}
.page .page-content .wp-caption .wp-caption-text,
.single .entry-content .wp-caption .wp-caption-text{
color:#8c919b;
font-style:italic;
text-align:center;
}
.page blockquote,
.single blockquote {
color:#000;
margin:0;
padding:15px;
font-size:22px;
line-height:1.5em;
quotes:"\201C""\201D""\2018""\2019";
}
.page blockquote:before,
.single blockquote:before {
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.15em;
vertical-align:-.4em;
}
.page blockquote:after,
.single blockquote:after {
content:close-quote;
font-size:4em;
line-height:.1em;
margin-left:.15em;
vertical-align:-.7em;
}
.single .entry-rating {
float:left;
width:240px;
padding:10px;
margin:0 30px 0 0;
text-align:center;
background:#eeeff0;	
}
.single .entry-rating .inner {
padding:20px;
border:1px solid #000;	
}
.single .entry-rating .entry-meta,
.single .entry-rating .entry-title {
margin-bottom:10px;	
}
.single .entry-rating [class^="score-"] {
width:74px;
height:74px;
padding:3px;
margin:0 auto;
border-radius:50%;
position:relative;
}
.single .entry-rating [class^="score-"] input {
color:#8c919b;
opacity:0.7;
font:normal 29px/29px Arial, Helvetica, sans-serif;
letter-spacing:-0.1em;
width:76px;
height:44px;
left:0;
top:50%;
margin-top:-22px;
}
.single .entry-rating .score-10 input {
left:-1px;
}
.oldie .single .entry-rating [class^="score-"] input {width:80px;margin-top:-19px;}
@media screen and (min-width:0\0) {.single .entry-rating [class^="score-"] input {width:80px;}} #tags-box {
float:left;
width:100%;
padding: 15px 0 0 0;
line-height:120%;
border-top:3px solid #000;
}
#tags-box a {
display:inline-block;
padding:5px 10px;
margin:0 0 10px 10px;
text-decoration:none;
border:1px dashed #000;
font-size: 15px;
} #social-box {
padding:30px 0 0 0;
border-top:3px solid #000;
}
#social-box li {
float:left;
width:20%;
text-align:center;
font-size:12px;
letter-spacing:0.2em;
text-transform:uppercase;
}
#social-box li:after {
content:"|";
position:relative;
top:-1px;
padding-left:25px;
font-size:10px;
}
#social-box li:last-child:after,
#social-box li:first-child:after {
content:normal;
}
#social-box li span {
color:#aaa;
}
#social-box li a {
text-decoration:none;
}
#social-box li a:hover {
text-decoration:underline;
} #author-box {
color:#666;
font-size:90%;
padding:10px;
background:#eeeff0;
}
#author-box .inner {
padding:20px;
border:1px solid #000;	
}
#author-box .avatar {
float:left;
width:11%;
height:11%;
}
#author-box .avatar img {
width:100%;
height:auto;
}
#author-box .author-info,
#author-box .author-social {
margin-left:20%;
}
#author-box .author-info p {
margin:5px 0;
}
.author-social li {
display:inline-block;
margin-right:15px;
font-size:80%;
letter-spacing:0.2em;
} .related-posts {
overflow:hidden;
margin-bottom:0;
position:relative;
}
.related-posts article {
}
.related-posts article .entry-title {
border:none;	
}
.related-posts .carousel-nav {
position:absolute;
top:0;
width:22px;
line-height:22px;
text-align:center;
font-size:14px;
text-decoration:none;	
}
.related-posts .carousel-nav:hover {
color:#fff;
background:#000;	
}
.related-posts .next {
right:26px;	
}
.related-posts .prev {
right:0;	
} .slide-dock {
position:fixed; 
bottom:0; 
right:-361px; 
width:330px;
background:#eeeff0; 
border:1px solid #000;
border-right-color:#fff; 
border-left-width:30px;
z-index:999;
transition:all 0.5s ease-in-out;
-webkit-transition:all 0.5s ease-in-out;
-moz-transition:all 0.5s ease-in-out;
-o-transition:all 0.5s ease-in-out;
}
.slide-dock-on {
transform:translate(-360px,0);
-webkit-transform:translate(-360px,0);
-o-transform:translate(-360px,0);
-moz-transform:translate(-360px,0);
}
.slide-dock-off {
transform:translate(360px,0);
-webkit-transform:translate(360px,0);
-o-transform:translate(360px,0);
-moz-transform:translate(360px,0);
}
.no-csstransforms .slide-dock-on 	{right:0;}
.no-csstransforms .slide-dock-off 	{display:none;}
.close-dock {
position:absolute;
top:16px;
left:-24px;
display:block;
color:#fff;
font-size:20px;
text-decoration:none;	
}
.slide-dock h3 {
padding:20px 0 0;	
}
.slide-dock .entries {
padding:0 30px 0;
font-size:80%;	
}
.slide-dock article {
} .nav-single {
padding: 15px 0;
position:relative;
border-top:3px solid #000;
border-bottom:1px solid #000;
}
.nav-next,
.nav-previous {
width:36%;
padding:0 7%;
text-align:center;
}	
.nav-next {
float:right;
}
.nav-previous {
float:left;
}	
.nav-next a,
.nav-previous a {
font-size:12px;
display:block;
font-weight:bold;
text-decoration:none;
text-transform:uppercase;
}
.nav-next [class^="icon-"],
.nav-previous [class^="icon-"] {
font-size:25px;
position:absolute;
top:50%;
margin-top:-14px;
}
.nav-next [class^="icon-"] 		{right:0;}
.nav-previous [class^="icon-"] 	{left:0;}
.nav-single .sep {
display:block;
position:absolute;
top:0;
left:50%;
width:1px;
height:100%;
border-left:1px dotted #444;
} .comments {
}
.comments li {
padding-bottom:12px;
margin-bottom:30px;
border-bottom:1px solid #ccc;
}
.comments li figure {
float:left;
margin-right:30px;
}
.comments li figure img{
width:48px;
height:48px;
}
.comments li .vcard {
line-height:25px;
margin-bottom:15px;
}	
.comments li .vcard .datetime {
display:block;
font-size:12px;
}
.comments li .vcard h4 [class^="icon-"] {
font-size:14px;
position:relative;
top:-3px;	
}
.comments li .vcard .comment-reply-link,
.comments li .vcard .comment-reply-login {
float:right;
font-size:12px;
}
.comments li.bypostauthor {
padding:30px 30px 12px 30px;
margin-top:-30px;
background:#eeeff0;
}
.comments li .comment-text p {
margin-bottom:18px;
}
.comments .children {
margin-left:30px;
}
#respond {
}
#respond label {
display:block;
font-size:12px;
margin-bottom:5px;	
}
#respond textarea,
#respond input[type="text"] {
margin-bottom:30px;
}
#respond #submit {
} .pagination {
margin-bottom:30px;	
}
.pagination ul {
padding:30px 0;
text-align:center;
border-top:1px solid #000;
border-bottom:1px solid #000;
}
.pagination li {
display:inline-block;
}
.pagination li a,
.pagination li span {
color:#8c949c;
font-size:18px;
line-height:20px;
padding:5px 10px;
display:inline-block;
text-decoration:none;
}
.pagination li span,
.pagination li a.next,
.pagination li a.prev {
color:#000;
}
.pagination li a.next,
.pagination li a.prev {
font-size:14px;
}
.pagination li a.next:hover,
.pagination li a.prev:hover {
color:#fff;
background:#000;	
}
.link-pages {
color:#000;
font-size:14px;
margin-top:30px;
}
.link-pages a {
color:#8c949c;
text-decoration:none;
}
.link-pages span {
padding:5px 10px;
}
.link-pages a span {
background:none !important;
} #searchform {
padding:0 15px;
position:relative;
}
#searchform input,
#searchform button {
padding:0;
height:40px;
border:none;
background:none;
}
.oldie #searchform input {
line-height:40px;
}
#searchform input {
width:80%;
outline:none;
font-size:12px;	
}
#searchform button {
position:absolute;
right:0;
top:50%;
margin-top:-20px;
width:40px;
}
.top-strip #searchform {
float:right;
border-style:dotted;
border-width:0;
border-left-width:1px;
border-right-width:1px;	
}
.color-site-gray #searchform {
border-style:solid;
}
.color-site-white #searchform {
margin-top:-3px;
border-width:3px;
border-style:solid;
}
.search-result-nav {
margin-top:30px;	
} .score-line span {
display:block;
}
.score-outer {
background:#f3f3f3;
background:rgba(0,0,0,0.05);
}
.latest-reviews .score-line {
position:absolute;
left:0;
bottom:0;
text-align:right;
}
.latest-reviews .score-line span i {
display:none;
padding:0 10px;
font-style:normal;
}
.latest-reviews .inview .score-line span i {
display:block;
}
.entry-breakdown {
}
.entry-breakdown .total {
float:right;
}
.entry-breakdown .item {
margin-bottom:20px;
}
.entry-breakdown .item .score-line {
opacity:0.1;
background:#242628;
}
.entry-breakdown .score-line,
.entry-breakdown .score-line span {
height:12px;
}
.entry-breakdown .total-score h4 {
color:#000;
}
.entry-breakdown .total-score h4 .total {
font-size:18px;	
} .sitemap {
margin-top:4px;	
}
.sitemap .trigger {
cursor:pointer;
position:relative;
padding:21px 0 18px 40px;
border-top:1px solid #ddd;
margin-top:-1px;
}
.sitemap .trigger.active {
margin-top:-3px;
border-top:3px solid #000;
}
.sitemap .trigger.active:hover {
color:#000;
}
.sitemap .trigger:after,
.sitemap .trigger.active:after {
display:none;
position:absolute;
top:5px;
right:40px;
font:normal 50px "Courier New", Courier, monospace;
}
.sitemap .trigger:after {
content:"+";
}
.sitemap .trigger.active:after {
content:"-";
}
.sitemap .trigger:hover:after {
display:block;
}
.sitemap .row ul {
display:none;
overflow:hidden;
padding:0 0 21px 40px;
border-bottom:1px solid #000;
border-top:0;
}
.sitemap .row:first-child ul {
display:block;
}
.sitemap .row ul li {
margin:10px 0;
}
.sitemap .page-content {
margin-bottom:30px;	
} .social li {
float:left;
margin:0 4px 4px 0;
}
.social li a {
display:block;
position:relative;
width:32px;
height:32px;
line-height:32px;
text-align:center;
font-size:18px;
text-decoration:none;
-webkit-transition:all 0.2s ease;
-moz-transition:all 0.2s ease;
-o-transition:all 0.2s ease;
-ms-transition:all 0.2s ease;
transition:all 0.2s ease;
}
.csstransforms .social li a:hover {
-webkit-transform:scale(1.2);
-moz-transform:scale(1.2);
-o-transform:scale(1.2);
-ms-transform:scale(1.2);
transform:scale(1.2);
}
.top-strip .social {
float:right;
}	
.top-strip .social li a {
line-height:40px;
}
.social.social-center {
text-align:center;
}
.social.social-center li {
float:none;
display:inline-block;
} .wpcf7-form {
}
.wpcf7-form input,
.wpcf7-form textarea {
margin-bottom:30px;	
}
.wpcf7-form-control-wrap {
display:block;		
}
span.wpcf7-not-valid-tip {
border:none;
width:100%;
height:41px;
line-height:40px;
padding:0;
top:0; left:0;
text-align:center;
background:#fde2e7	
} .sidebar {
padding: 10px 0;
border:1px solid #000;
} .footer-sidebar {
}
.color-site-white .footer-sidebar {
border-width:0;
border-top-width:1px;
border-bottom-width:1px;
border-top-style:dotted;
border-bottom-style:dotted;
} .columns {
}
.col-2 .widget-area {
width:49%;
}
.col-3 .widget-area {
width:25%;
}
.col-3 #first {
width:49%;
}
#first {
}
#second {
}
#third {
}
#first .widget {
border-left:none;	
}
#third .widget {
border-right:none;	
} .widget {
}
.sidebar .widget {
font-size:13px;
margin-top:30px;
padding-top:30px;
border-top:1px solid #000;
}
.sidebar .widget:first-child {
margin-top:0;
padding-top:0;
border-top:none;
}
.footer-sidebar .widget {
font-size:13px;
padding:30px 0;
border-style:dotted;
border-width:0;
border-top-width:1px;
}
.color-site-gray .footer-sidebar .widget {
border-style:solid;
}
.widget h3 {
text-align:center;
margin-bottom:30px;
} .widget .flexslider {
padding-bottom:40px;
}
.widget .carousel-nav,
.widget .flex-direction-nav a {
display:block;
width:22px;
line-height:22px;
text-align:center;
text-decoration:none;
font-size:14px;
position:absolute;
bottom:0;
}
.widget .carousel-nav:hover,
.widget .flex-direction-nav a:hover {
color:#fff;
background:#000;	
}
.widget .next,
.widget .flex-next {
right:50%;
margin-right:-23px;	
}
.widget .prev,
.widget .flex-prev {
left:50%;
margin-left:-23px;	
}
.widget .flexslider .entry-title {
text-align:center;	
}
.widget .flexslider .entry-image {
overflow:hidden;
margin-bottom:10px;	
} .widget_ti-about-site {
}
.widget_ti-about-site img {
float:left;
margin:2px 15px 0 0;
}
.widget_ti-about-site p {
line-height:1.6em;
margin-bottom:30px;
} .widget_recent_entries,
.widget_recent_comments {
counter-reset:count;
}
.widget_recent_entries ul,
.widget_recent_comments ul {
margin-bottom:-30px;
}
.widget_recent_entries li,
.widget_recent_comments li {
padding-left:15%;
margin-bottom:15px;
padding-bottom:15px;
position:relative;
border-bottom-width:1px;
border-bottom-style:solid;
}
.widget_recent_entries li:last-child,
.widget_recent_comments li:last-child {
border:none;
}
.widget_recent_entries span {
display:block;
font-size:85%;
font-weight:bold;	
}
.widget_recent_comments .url {
font-weight:bold;
letter-spacing:0.2em;
}
.widget_recent_entries li:before,
.widget_recent_comments li:before {
content:counter(count);
counter-increment:count;
position:absolute;
top:50%;
left:0;
margin-top:-25px;
opacity:0.5;
font:italic 36px/1 serif;
} .widget_ti_featured_posts {
} .widget_ti_latest_posts {
} .widget_tag_cloud a {
display:inline-block;
line-height:120%;
padding:5px 10px;
margin-bottom:3px;
text-decoration:none;
border-width:1px;
border-style:dashed;	
font-size:100% !important;	
} .widget_ti_video_embed {
text-align:center;
}
.widget_ti_video_embed .video-title {
margin-top:10px;
} .widget_ti_site_authors .inner {
margin:0 auto;
}
.widget_ti_site_authors .carousel-nav {
position:static;
float:right;
margin-top:30px;
}
.widget_ti_site_authors .prev {margin-right:50%;}
.widget_ti_site_authors .next {margin-left:50%;}
.widget_ti_site_authors li {
float:left;
width:54px;
height:54px;
margin:0 0 1px 1px;	
}
.widget_ti_site_authors img {
width:auto;
height:auto;
max-width:100%;
display:block;
} .widget_pages ul,
.widget_nav_menu ul,
.widget_categories ul {
margin-bottom:-30px;
}
.widget_rss li,
.widget_pages li,
.widget_nav_menu li,
.widget_categories ul li,
.widget_ti_latest_comments li {
padding-top:15px;
padding-bottom:15px;
border-top-width:1px;
border-top-style:solid;
}
.widget_pages li,
.widget_nav_menu li,
.widget_categories ul li {
font-size:12px;
}
.widget_rss li:first-child,
.widget_pages li:first-child,
.widget_nav_menu li:first-child,
.widget_categories li:first-child,
.widget_ti_latest_comments li:first-child  {
border-top:none;
margin-top:0;
padding-top:0;
}
.widget_pages ul ul,
.widget_nav_menu ul ul,
.widget_categories ul ul {
margin-top:15px;
margin-bottom:-15px;
}
.widget_nav_menu ul ul li,
.widget_categories ul ul li {
padding:15px 0 15px 20px;
}
.widget_nav_menu ul ul li a,
.widget_categories ul ul li a {
text-transform:none;
font:normal 100%/1.2em Arial, Helvetica, sans-serif;
} .widget_rss ul {
}
.rsswidget {
display:block;
font-size:14px;
letter-spacing:0.05em;
text-transform:uppercase;	
}
.rss-date {
display:block;
margin:10px 0;	
} .widget_ti_most_commented li {
line-height:22px;
margin:10px 0 17px;
position:relative;
}
.widget_ti_most_commented li:after {
content:"";
position:absolute;
left:0;
bottom:6px;
z-index:1;
display:block;
width:90%;
border-bottom:1px dashed #999;	
}
.widget_ti_most_commented li h4 {
display:inline;
padding:0 5px 0 0;
position:relative;
z-index:2;
background:#fff;	
}
.widget_ti_most_commented li a {
text-decoration:none;
}
.sidebar .widget_ti_most_commented li a {
color:#000;
}
.widget_ti_most_commented span {
float:right;
display:block;
height:22px;
padding:0 5px;
text-align:center;
color:#000;
position:relative;
z-index:3;	
}
.widget_ti_most_commented span i {
font-style:normal;	
}
.widget_ti_most_commented span i:before {
content:"";
position:absolute;
bottom:-4px;
left:1px;
width:16px;
height:10px;
}
.widget_ti_most_commented span i:after {
content:"";
position:absolute;
bottom:-4px;
left:8px;
border:2px solid transparent;
background:transparent;
} .widget_ti_latest_reviews {
}
.widget_ti_latest_reviews li {
line-height:22px;
margin:10px 0 17px;	
}
.widget_ti_latest_reviews li a {
text-decoration:none;
}
.sidebar .widget_ti_latest_reviews li a {
color:#000;
}
.widget_ti_latest_reviews .total {
float:right;
font-size:16px;	
}
.widget_ti_latest_reviews .score-line span {
height:5px;
margin-top:3px;	
} .widget_meta ul,
.widget_archive ul {
padding-left:15px;	
}
.widget_meta li,
.widget_archive li {
padding:5px;
list-style:square;	
} .widget_ti_latest_comments {
}
.widget_ti_latest_comments li {
border:none;
}
.widget_ti_latest_comments header {
margin-bottom:10px;
padding-bottom:10px;
min-height:40px;
}
.widget_ti_latest_comments figure {
float:right;
margin:0 0 0 15px;
}
.widget_ti_latest_comments .commentnum {
float:left;
margin:0 15px 0 0;
opacity:0.5;
font:italic 36px/1 serif;
}
.widget_ti_latest_comments .comment-post {
display:block;
overflow:hidden;	
}
.widget_ti_latest_comments .comment-text {
font-size:90%;
font-style:italic;
padding:10px;
position:relative;
border-width:1px;
border-style:solid;
}
.widget_ti_latest_comments .comment-text:after,
.widget_ti_latest_comments .comment-text:before {
bottom:100%;
border:solid transparent;
content:" ";
height:0;
width:0;
position:absolute;
pointer-events:none;
}
.widget_ti_latest_comments .comment-text:after {
border-bottom-color:#fff;
border-width:6px;
left:95%;
margin-left:-6px;
}
.widget_ti_latest_comments .comment-text:before {
border-bottom-color:#000;
border-width:7px;
left:95%;
margin-left:-7px;
} .widget_ti_code_banner,
.widget_ti_image_banner {
margin:0 -5%;
text-align:center;	
}
.widget_ti_code_banner img,
.widget_ti_image_banner img {
max-width:100%;
height:auto;
display:block;
margin:0 auto;	
}
.widget_ti_code_banner iframe,
.widget_ti_image_banner iframe {
max-width:100% !important;	
} article.error404{
margin-top:60px;
text-align:center;	
}
article.error404 img {
max-width:100%;
height:auto;
margin-bottom:60px;	
}
article.error404 h1{
font-size:50px;
text-transform:uppercase;
} #pageslide {
}
#pageslide .block {
padding:1.25em;
border-bottom-width:3px;
border-bottom-style:solid;
}
#open-pageslide,
#close-pageslide {
color:#8c919b;
font-size:28px;
line-height:38px;
display:none;
clip:rect(0 0 0 0);
text-decoration:none;	
}
#close-pageslide {
text-align:center;
}
#pageslide .menu,
#pageslide .widget_meta ul,
#pageslide .widget_pages ul,
#pageslide .widget_archive ul,
#pageslide .widget_nav_menu ul,
#pageslide .widget_categories ul,
#pageslide .widget_recent_entries ul,
#pageslide .widget_recent_comments ul {
margin:-1.25em;
}
#pageslide .widget ul ul {
margin:0;
}
#pageslide .menu li,
#pageslide .widget_meta li,
#pageslide .widget_pages li,
#pageslide .widget_archive li,
#pageslide .widget_nav_menu li,
#pageslide .widget_categories li,
#pageslide .widget_recent_entries li,
#pageslide .widget_recent_comments li {
position:relative;
margin:0;
padding:0;
list-style:none;
border-bottom:none;
border-top-width:1px;
border-top-style:solid;
}
#pageslide .widget li:first-child {
border-top:none;
}
#pageslide .menu li a,
#pageslide .widget_meta li a,
#pageslide .widget_pages li a,
#pageslide .widget_archive li a,
#pageslide .widget_nav_menu li a,
#pageslide .widget_categories li a,
#pageslide .widget_recent_entries li a,
#pageslide .widget_recent_comments li a {
outline:none;
display:block;
padding:1.5em 1.25em;
letter-spacing:0.2em;
text-decoration:none;
text-transform:uppercase;
font:normal 12px/1.2em Arial, Helvetica, sans-serif;
}
#pageslide .menu li a:focus,
#pageslide .menu li a:hover {
text-decoration:none;
color:rgba(255,255,255,1);
background:rgba(255, 255, 255, 0.1);
}
#pageslide .widget_categories li a {
display:inline-block;
}
#pageslide .menu li.current-menu-item:after {
z-index:50;
display:block;
content:"";
position:absolute;
top:50%;
right:-0.06em;
margin-top:-0.6em;
border-top:0.6em transparent solid;
border-bottom:0.6em transparent solid;
border-right:0.6em white solid;
}
#pageslide .sub-menu {
}
#pageslide .menu .sub-menu a,
#pageslide .widget .sub-menu a {
font-size:10px;
padding-left:3em;
}
#pageslide .sub-posts {
display:none;	
}
#pageslide .widget_meta ul,
#pageslide .widget_archive ul {
padding-left:0;	
}
#pageslide .widget_ti_site_authors .inner {
width:220px;
}
#pageslide .widget_recent_comments li {
padding:1.5em 1.25em;
}  @media only screen and (min-width: 801px) {
.featured-posts article .entry-image,
.category-posts article .entry-image,
.format-posts article .entry-image,
.latest-reviews article .entry-image {
height:220px;
overflow:hidden;	
}
.top-strip.hide-strip {
display:none;	
}
#second,
#third {
border-style:dotted;
border-width:0;
border-left-width:1px;
}
.col-1 .widget-area {border:none !important;}
.col-2 .widget-area:first-child {border-left:none !important;}
.col-2 .widget-area:last-child  {border-right:none !important;}
.color-site-gray .col-2 #second,
.color-site-gray .col-3 #second,
.color-site-gray .col-2 #third,
.color-site-gray .col-3 #third {
border-style:solid;
}
.columns {
overflow:hidden;	
}
.col-2 .widget-area,
.col-3 .widget-area {
float:left;
margin-bottom:-2000px;
padding-bottom:2000px;
}
.footer-sidebar .widget:first-child {border:none;}
.footer-sidebar .widget {padding-left:8%; padding-right:8%;}
.footer-sidebar .col-1 .widget {padding-left:0; padding-right:0;}
.footer-sidebar #first .widget {padding-left:0;}
.footer-sidebar #third .widget {padding-right:0;}
.footer-sidebar .col-2 .widget-area:first-child .widget {padding-left:0;}
.footer-sidebar .col-2 .widget-area:last-child .widget  {padding-right:0;}
.top-strip #searchform input[type="text"] {
width:100px;
}
.csstransitions .top-strip #searchform input[type="text"] {
-webkit-transition:width 0.5s ease-in-out;
-moz-transition:width 0.5s ease-in-out;
-o-transition:width 0.5s ease-in-out;
transition:width 0.5s ease-in-out;
}
.csstransitions .top-strip #searchform input[type="text"]:focus {
width:300px;
}
.entry-image {
opacity:0;
transition:opacity 0.7s ease-in-out;
-moz-transition:opacity 0.7s ease-in-out;
-webkit-transition:opacity 0.7s ease-in-out;
}
.entry-image.inview,
.no-csstransitions .entry-image {
opacity:1;
}
.entries article .entry-image img,
.entry-list article .entry-image img {
-webkit-transition:all 0.5s ease;
-moz-transition:all 0.5s ease;
-o-transition:all 0.5s ease;
-ms-transition:all 0.5s ease;
transition:all 0.5s ease;
-webkit-backface-visibility:hidden;
}
.entries article .entry-image img:hover,
.entry-list article .entry-image img:hover {
opacity:0.5;
}
.csstransitions .entries article .entry-image img:hover,
.csstransitions .entry-list article .entry-image img:hover {
-webkit-transform:scale(1.06);
-moz-transform:scale(1.06);
-o-transform:scale(1.06);
-ms-transform:scale(1.06);
transform:scale(1.06);
-webkit-backface-visibility:hidden;
}
.score-box .score-line span {
width:0;
-webkit-transition:width 0.7s ease-in-out;
-moz-transition:width 0.7s ease-in-out;
-o-transition:width 0.7s ease-in-out;
transition:width 0.7s ease-in-out;	
}
.inview .score-line span {
width:100%;
}
#respond {
margin-bottom:0;	
}
.sidebar .widget .entry-image {
height:183px;
overflow:hidden;
}
.col-1 .widget-area .entry-image {
height:500px;
overflow:hidden;
}
.col-2 .widget-area .entry-image,
.col-3 #first.widget-area .entry-image {
height:315px;
overflow:hidden;
}
.col-3 #second.widget-area .entry-image,
.col-3 #third.widget-area .entry-image {
height:147px;
overflow:hidden;
}
}
@media only screen and (max-width: 959px) {
#social-box li {
width:25%;
}
#social-box li:first-child {
display:none;
}
#social-box li:after {
content:normal;
padding-left:0;
}	
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
.posts-slider .slides li {
height:399px;
}
.with-sidebar .posts-slider .slides li {
height:340px;
}
#masthead .main-menu > ul > li > a,
#masthead .main-menu > ul > li:after {
font-size:0.9em;
}
#masthead .main-menu .sub-menu .sub-posts figure {height:129px;}
#masthead .main-menu .full-width .sub-posts figure {height:174px;}
.custom-gallery .gallery-item {
height:397px;
}
.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
height:197px;
}
.featured-posts article .entry-image,
.category-posts article .entry-image,
.format-posts article .entry-image,
.latest-reviews article .entry-image {
height:193px;
overflow:hidden;	
}
.sidebar .widget .entry-image {
height:161px;
overflow:hidden;	
}
.col-1 .widget-area .entry-image {
height:399px;
overflow:hidden;
}
.col-2 .widget-area .entry-image,
.col-3 #first.widget-area .entry-image {
height:279px;
overflow:hidden;
}
.col-3 #second.widget-area .entry-image,
.col-3 #third.widget-area .entry-image {
height:130px;
overflow:hidden;
}
}
@media only screen and (min-width: 801px) and (max-width: 959px) {
.posts-slider .slides li {
height:300px;
}
.with-sidebar .posts-slider .slides li {
height:259px;
}
#masthead .main-menu > ul > li > a,
#masthead .main-menu > ul > li:after {
font-size:0.65em;
}
#masthead .main-menu .sub-menu .sub-posts figure {height:97px;}
#masthead .main-menu .full-width .sub-posts figure {height:131px;}
.custom-gallery .gallery-item {
height:300px;
}
.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
height:134px;
}
.featured-posts article .entry-image,
.category-posts article .entry-image,
.format-posts article .entry-image,
.latest-reviews article .entry-image {
height:147px;
overflow:hidden;	
}
.sidebar .widget .entry-image {
height:122px;
overflow:hidden;	
}
.col-1 .widget-area .entry-image {
height:300px;
overflow:hidden;
}
.col-2 .widget-area .entry-image,
.col-3 #first.widget-area .entry-image {
height:211px;
overflow:hidden;
}
.col-3 #second.widget-area .entry-image,
.col-3 #third.widget-area .entry-image {
height:98px;
overflow:hidden;
}
}
@media only screen and (max-width: 800px) {
#masthead {
margin-bottom:0;	
}
.main-menu,
.sidebar-mobile,
.secondary-menu,
.flex-direction-nav,
.posts-slider .entry-header .entry-meta,
.posts-slider .entry-header .read-more {
display:none;	
}
.top-strip.hide-strip .social,
.top-strip.hide-strip .message,
.top-strip.hide-strip #searchform {
display:none;
}
#open-pageslide,
#close-pageslide {
display:block;
}
.top-strip #searchform input[type="text"] {
width:150px;
}
.posts-slider .slides li,
.widget-area .entry-image,
.with-sidebar .posts-slider .slides li {
height:450px;
overflow:hidden;	
}
.page-title,
.single-title,
.section-header .title,
.posts-slider .entry-title {
font-size:36px;	
}
.tagline,
.sub-title {
font-size:14px;	
}
.page-title span,
.single-title span,
.home-section .section-header .title span {
margin:0;
padding:0 5px;	
}
.masonry-layout article {
padding-bottom:0;
border-bottom:none;
}
.custom-gallery .gallery-item,
.custom-gallery .gallery-item:not(:nth-child(4n+1)) {
float:none;
width:100%;
height:auto;
margin:0 0 2px;	
}
.custom-gallery .gallery-item img {
width:100%;
height:auto !important;
display:block !important;
}
.single .entry-media {
margin-bottom:30px;	
}
.slide-dock-on {
transform:none;
-webkit-transform:none;
-o-transform:none;
-moz-transform:none;
}
#social-box li {
font-size:10px;
}
#tags-box {
text-align:center;
}
#tags-box [class^="icon-"] {
display:none
}
.nav-next,
.nav-previous {
width:100%;
float:none;
padding:0;
text-align:center;	
}
.nav-next [class^="icon-"],
.nav-previous [class^="icon-"] {display:none;}
.nav-single .sep {
width:100%;
height:1px;
border:none;
margin:30px 0;
position:static;
background:#000;
}
.col-2 .widget-area,
.col-3 .widget-area,
.col-3 .widget-area#first {
float:none;
width:100%;
}
.footer-sidebar .widget {
padding-left:0;
padding-right:0;
}
.copyright,
.copyright .back-top {
text-align:center;
}
}
@media only screen and (max-width: 720px) {
.page blockquote,
.single blockquote {
float:none;
width:100%;
margin:20px 0;
}
.page-title,
.single-title,
.section-header .title,
.posts-slider .entry-title {
font-size:24px;	
}
.single .entry-rating {
float:none;
width:96%;
padding:2%;
margin:0 0 30px;	
}
#social-box li {
width:100%;
margin-bottom:15px;
}
#gallery-carousel img {
width:100%;
height:auto;
float:none;
margin:0 0 5px;
}
#pageslide .widget_ti_site_authors .inner {
width:165px;	
}
}
@media only screen and (min-width: 641px) and (max-width: 720px) {	
.posts-slider .slides li,
.widget-area .entry-image,
.with-sidebar .posts-slider .slides li {
height:430px;
overflow:hidden;	
}
}
@media only screen and (min-width: 481px) and (max-width: 640px) {
.posts-slider .slides li,
.widget-area .entry-image,
.with-sidebar .posts-slider .slides li {
height:364px;
overflow:hidden;
}
}
@media only screen and (max-width: 480px) {
.posts-slider .slides li,
.widget-area .entry-image,
.with-sidebar .posts-slider .slides li {
height:216px;
overflow:hidden;
}
.posts-slider .entry-title,
.with-sidebar .posts-slider .entry-title {
font-size:18px;
}
}
@media only screen and (max-width: 320px) {
.posts-slider .slides li,
.widget-area .entry-image,
.with-sidebar .posts-slider .slides li {
height:182px;
overflow:hidden;
}
}
.widget_ti_most_commented {
padding: 8%;
}
.sidebar .widget_custom_html {
text-align: center;
}
.single .single-box {
margin-bottom: 15px;
}