label.cluevo{display:inline-flex;flex-direction:column;font-size:.9em;}label.cluevo input{width:auto;}.cluevo-admin-notice,.cluevo-notice{box-shadow:0 5px 15px rgba(0,0,0,.08);padding:1px 12px;border-left:4px solid #c4c4c4;margin:10px 0;background:#fff;color:#3c3c3c;}.cluevo-admin-notice.cluevo-is-dismissible,.cluevo-notice.cluevo-is-dismissible{position:relative;}.cluevo-admin-notice.cluevo-is-dismissible .cluevo-notice-dismiss,.cluevo-notice.cluevo-is-dismissible .cluevo-notice-dismiss{position:absolute;top:0;right:1px;border:none;margin:0;padding:9px;background:0 0;color:#72777c;cursor:pointer;}.cluevo-admin-notice.cluevo-is-dismissible .cluevo-notice-dismiss:before,.cluevo-notice.cluevo-is-dismissible .cluevo-notice-dismiss:before{background:0 0;color:#72777c;content:"";display:block;font:400 16px/20px dashicons;speak:none;height:20px;text-align:center;width:20px;-webkit-font-smoothing:antialiased;}.cluevo-admin-notice.cluevo-notice-notice,.cluevo-admin-notice.cluevo-notice-success,.cluevo-notice.cluevo-notice-notice,.cluevo-notice.cluevo-notice-success{border-left:4px solid #3ce9e8;}.cluevo-admin-notice.cluevo-notice-warning,.cluevo-notice.cluevo-notice-warning{border-left:4px solid #ffb000;}.cluevo-admin-notice.cluevo-notice-error,.cluevo-notice.cluevo-notice-error{border-left:4px solid #d1097a;}.cluevo-admin-notice.cluevo-notice-info,.cluevo-notice.cluevo-notice-info{border-left:4px solid #3c3c3c;}.cluevo-admin-notice.cluevo-notice-info.cluevo-secondary,.cluevo-notice.cluevo-notice-info.cluevo-secondary{border-left:4px solid #c4c4c4;}.cluevo-admin-notice.cluevo-is-dismissable,.cluevo-notice.cluevo-is-dismissable{padding-right:38px;position:relative;}.cluevo-admin-notice .cluevo-notice-title,.cluevo-notice .cluevo-notice-title{font-weight:700;margin:10px 0;color:#3c3c3c;}.cluevo-spinner{width:100%;display:flex;justify-content:center;--size:32px;--margin:10px;}.cluevo-spinner.cluevo-spinner-small{--size:8px;--margin:4px;justify-content:flex-start;}.cluevo-spinner .cluevo-spinner-message{width:100%;display:flex;justify-content:center;}.cluevo-spinner .cluevo-spinner-segment{width:var(--size);height:var(--size);display:inline-block;margin:var(--margin);position:relative;}.cluevo-spinner .cluevo-spinner-segment:after{position:absolute;content:"";width:var(--size);height:var(--size);animation:cluevo-spinner 1s infinite;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-pink{background-color:#d1097a;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-pink:after{background:#d1097a;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-purple{background-color:#8974ae;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-purple:after{background:#8974ae;animation-delay:.33s;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-teal{background-color:#3ce9e8;}.cluevo-spinner .cluevo-spinner-segment.cluevo-spinner-segment-teal:after{background-color:#3ce9e8;animation-delay:.66s;}@keyframes cluevo-spinner{0%{opacity:1;transform:scale(1);}to{opacity:0;transform:scale(1.6);}}.cluevo-progress-container{width:100%;height:2px;display:flex;background:#d1097a;background:linear-gradient(90deg,#d1097a 0,#8974ae 50%,#3ce9e8);position:relative;}.cluevo-progress-container .cluevo-progress{display:inline-block;margin-left:auto;background:#add8e6;background:#ececec;height:inherit;max-width:100%;position:relative;overflow:hidden;width:0;animation:progress-bar 1s;}.cluevo-progress-container .cluevo-progress:after{position:absolute;right:0;font-size:.7rem;content:attr(data-pct);margin:0 5px 0 0;opacity:0;color:#fff;transition:opacity .3s ease-in-out;}.cluevo-progress-container.indeterminate{background-size:400% 400%;animation:progress-bar-indeterminate 10s ease infinite;}.cluevo-progress-container:hover .cluevo-progress:after{opacity:1;}@keyframes progress-bar{0%{width:100%;}}@keyframes progress-bar-indeterminate{0%{background-position:0 50%;}50%{background-position:100% 50%;}to{background-position:0 50%;}}.cluevo-form-group label{display:flex;flex-direction:column;gap:5px;}.cluevo-form-group label.cluevo-horizontal{flex-direction:row;align-items:center;}.cluevo-form-group{margin-bottom:20px;}.cluevo-extension-link-button{display:flex;align-items:center;justify-content:center;gap:1rem;font-size:2rem;margin:0 auto;width:30rem;border-radius:3px;padding:1rem;background:#d1097a;color:#fff;text-decoration:none;}.cluevo-extension-link-button .dashicons{font-size:2rem;height:2rem;}.cluevo-extension-link-button:hover{text-decoration:none;color:#fff;}:root{--cluevo-green:#82c91e;--cluevo-red:#f03e3e;--cluevo-pink:#d1097a;--cluevo-purple:#8974ae;--cluevo-teal:#3ce9e8;--cluevo-gray:#3c3c3c;--cluevo-light-gray:#c4c4c4;--cluevo-orange:#ffb000;--cluevo-box-shadow:0 5px 15px rgba(0,0,0,.08);--cluevo-box-shadow-hover:0 14px 25px rgba(0,0,0,.16);--cluevo-neg-y-box-shadow:0 -5px 15px rgba(0,0,0,.08);--cluevo-progress-background:#7baaf7;--cluevo-progress-background:linear-gradient(90deg,--cluevo-pink 0%,--cluevo-purple 50%,--cluevo-teal);--cluevo-progress-color:#fff;--cluevo-progress-bar-background:#ececec;--cluevo-skew-angle:-5deg;}.cluevo-btn,a.cluevo-btn,button.cluevo-btn,input[type=button].cluevo-btn,input[type=submit].cluevo-btn{box-shadow:0 5px 15px rgba(0,0,0,.08);padding:8px 10px 4px;margin:0 4px;min-height:20px;text-align:center;display:inline-flex;justify-content:center;align-items:center;background-color:#3c3c3c;color:#fff;transition:all .3s ease-in-out;border:none;text-decoration:none;position:relative;cursor:pointer;}.cluevo-btn:hover,a.cluevo-btn:hover,button.cluevo-btn:hover,input[type=button].cluevo-btn:hover,input[type=submit].cluevo-btn:hover{background-color:#3c3c3c;color:#fff;}.cluevo-btn.cluevo-ext-tease,a.cluevo-btn.cluevo-ext-tease,button.cluevo-btn.cluevo-ext-tease,input[type=button].cluevo-btn.cluevo-ext-tease,input[type=submit].cluevo-btn.cluevo-ext-tease{cursor:default;background:#fff;opacity:.5;margin-right:5px;transition:opacity .5s ease-in-out;}.cluevo-btn.cluevo-ext-tease:hover,a.cluevo-btn.cluevo-ext-tease:hover,button.cluevo-btn.cluevo-ext-tease:hover,input[type=button].cluevo-btn.cluevo-ext-tease:hover,input[type=submit].cluevo-btn.cluevo-ext-tease:hover{opacity:.9;}.cluevo-btn.cluevo-btn-square,a.cluevo-btn.cluevo-btn-square,button.cluevo-btn.cluevo-btn-square,input[type=button].cluevo-btn.cluevo-btn-square,input[type=submit].cluevo-btn.cluevo-btn-square{width:24px;height:24px;}.cluevo-btn.cluevo-btn-square img,a.cluevo-btn.cluevo-btn-square img,button.cluevo-btn.cluevo-btn-square img,input[type=button].cluevo-btn.cluevo-btn-square img,input[type=submit].cluevo-btn.cluevo-btn-square img{width:auto;height:auto;}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):after,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):after,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):after,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):after,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):after{width:0;height:0;border-color:#c4c4c4 transparent transparent;border-style:solid;border-width:10px 10px 0 0;position:absolute;top:0;left:0;}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):before{width:100%;height:.6vh;content:"";position:absolute;top:0;left:0;transform:scale(1);opacity:1;z-index:2;transition:all .2s ease-in-out;background:#c4c4c4;clip-path:polygon(-1px -1px,calc(100% + 1px) -1px,calc(100% + 1px) 2px,-1px .6vh);}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):hover:before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):hover:before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):hover:before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):hover:before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease):hover:before{clip-path:polygon(-1px -1px,calc(100% + 1px) -1px,calc(100% + 1px) calc(100% + 1px),-1px calc(100% + 1px));}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:after,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:after,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:after,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:after,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:after,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-primary:before{border-top-color:#d1097a;}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:after,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:after,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:after,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:after,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:after,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).cluevo-btn-secondary:before{border-top-color:#8974ae;}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled],a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled],button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled],input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled],input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]{background-color:#c4c4c4;cursor:default;}.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:after,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:before,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:after,.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:after,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:before,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:after,a.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:after,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:before,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:after,button.cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:after,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:before,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:after,input[type=button].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:after,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease).disabled:before,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:after,input[type=submit].cluevo-btn:not(.cluevo-btn-mini,.cluevo-ext-tease)[disabled]:before{display:none;}.cluevo-lms-metadata{padding:10px;}.cluevo-content-area-container{display:flex;justify-content:center;flex:1;}@media (max-width:770px){.cluevo-content-area-container .entry-header{display:flex;justify-content:space-around;}}.cluevo-content-area-container .cluevo.content-area{flex:1 0;max-width:95%;max-width:1500px;}.cluevo-module-iframe{width:100%;min-height:500px;border:none;padding:0;margin:0;}.cluevo-scorm-module-iframe-container{display:flex;flex-direction:column;width:100%;margin:0;padding:0;}.cluevo-scorm-module-iframe-container label{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;}.cluevo-scorm-module-iframe-container label select{width:auto;}.cluevo-completed .progress{background:#d1097a;background:linear-gradient(90deg,#d1097a 0,#3ce9e8);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#d1097a",endColorstr="#3ce9e8",GradientType=1);}@-webkit-keyframes wiggle{0%{transform:rotate(0);}33%{transform:rotate(10deg);}66%{transform:rotate(-10deg);}}@keyframes wiggle{0%{transform:rotate(0);}33%{transform:rotate(10deg);}66%{transform:rotate(-10deg);}}.cluevo-learner-name{display:flex;justify-content:space-between;align-items:baseline;}.cluevo-learner-name h1{margin-bottom:0;}.cluevo-user-widget{position:relative;box-shadow:var(--cluevo-box-shadow);padding:.5rem;}.cluevo-user-widget .cluevo-user-name{font-size:1.5rem;display:flex;flex-direction:column;}.cluevo-user-widget .cluevo-user-name:after{content:"";width:100%;height:2px;background:linear-gradient(90deg,var(--cluevo-purple),transparent 50%);}.cluevo-user-widget #cluevo-polygraph{position:absolute;top:100%;left:0;background:hsla(0,0%,100%,.8);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);box-shadow:0 5px 15px rgba(0,0,0,.08);z-index:3;width:100%;}.cluevo-user-widget #cluevo-polygraph svg{width:100%;}.cluevo-user-widget .cluevo-level-container{display:flex;flex-wrap:nowrap;justify-content:flex-end;}.cluevo-user-widget .cluevo-level-container p{margin:0;}.cluevo-user-widget .cluevo-level-container .cluevo-level{font-size:2.5rem;line-height:2.4rem;margin-right:5px;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container{font-size:.7rem;display:flex;flex-direction:column;flex:1 1 100%;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-values-container{display:flex;justify-content:space-between;margin-bottom:2px;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-values-container .cluevo-level-pct{display:inline-block;margin-left:5px;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-bar .cluevo-progress-container{min-width:200px;height:1.3em;background:#d1097a;background:linear-gradient(90deg,#d1097a 0,#8974ae 50%,#3ce9e8);}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-sub-container{display:flex;justify-content:space-between;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-sub-container .cluevo-title{font-size:1rem;text-align:right;}.cluevo-user-widget .cluevo-level-container .cluevo-exp-bar-container .cluevo-exp-sub-container .cluevo-competences{cursor:pointer;}.cluevo-content-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(0,350px));box-sizing:border-box;flex-wrap:wrap;max-width:1500px;gap:20px;}.cluevo-content-list .cluevo-notice{width:100%;}@media (max-width:770px){.cluevo-content-list{justify-content:space-around;}.cluevo-content-list .cluevo-content{flex-basis:95%;padding:0;margin-bottom:20px;}}@media (min-width:770px) and (max-width:1100px){.cluevo-content-list .cluevo-content{flex-basis:50%;}}.cluevo-content-list-style-row .cluevo-content-list{display:flex;flex-direction:column;}.cluevo-content{width:350px;}.cluevo-content.draft{opacity:.5;}.cluevo-content .cluevo-content-item-link{display:flex;flex-direction:column;background:#fff;box-shadow:0 5px 15px rgba(0,0,0,.08);color:#3c3c3c;text-decoration:none !important;outline:none;transition:box-shadow .3s ease-in-out;}.cluevo-content .cluevo-content-item-link.cluevo-course .cluevo-meta-bg svg .shine,.cluevo-content .cluevo-content-item-link.cluevo.tree .cluevo-meta-bg svg .shine{fill:#d1097a;}.cluevo-content .cluevo-content-item-link.cluevo-chapter .cluevo-meta-bg svg .shine{fill:#8974ae;}.cluevo-content .cluevo-content-item-link.cluevo-module .cluevo-meta-bg svg .shine{fill:#3ce9e8;}.cluevo-content .cluevo-content-item-link:focus,.cluevo-content .cluevo-content-item-link:hover{text-decoration:none;box-shadow:0 14px 25px rgba(0,0,0,.16);color:#3c3c3c;}.cluevo-content .cluevo-content-item-link:active,.cluevo-content .cluevo-content-item-link:focus,.cluevo-content .cluevo-content-item-link:visited{color:#3c3c3c;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb{position:relative;height:200px;overflow:hidden;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner{width:100%;height:30px;-webkit-clip-path:polygon(-1px -1px,calc(100% + 1px) -1px,calc(100% + 1px) 2px,-1px 80%);clip-path:polygon(-1px -1px,calc(100% + 1px) -1px,calc(100% + 1px) 2px,-1px 80%);opacity:.9;position:absolute;z-index:1;top:0;left:0;background-color:#fff;transition:all .3s ease-in-out;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner.course{background:linear-gradient(90deg,#d1097a,#fff);}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner.chapter{background:linear-gradient(90deg,#8974ae,#fff);}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner.module{background:linear-gradient(90deg,#3ce9e8,#fff);}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner-bottom{width:0;height:0;position:absolute;bottom:0;right:0;border-color:transparent transparent #fff;border-style:solid;border-width:0 0 32px 32px;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;transform:scale(1) translate(0);display:block;transition:transform 1s ease-in-out;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg{position:absolute;width:100%;height:170px;display:flex;align-items:flex-end;justify-content:center;top:0;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg .meta-bg-corner{background:#fff;width:102%;height:100px;transform:rotate(-5deg) skew(-5deg);position:absolute;bottom:-80px;left:-1%;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg svg{width:100%;height:auto;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg svg .shine{opacity:.4;transition:all .5s ease-in-out;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg img{width:100%;border-radius:0;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container{position:absolute;height:30px;bottom:0;width:100%;z-index:1;display:flex;flex-direction:row-reverse;padding:0 5px;align-items:center;color:#3c3c3c;background:#fff;box-sizing:border-box;gap:5px;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div{color:#3c3c3c;display:flex;align-items:baseline;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div.cluevo-module-rating{display:flex;gap:4px;align-items:baseline;padding:2px;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div.cluevo-module-rating .cluevo-rating-value{font-size:1rem;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div.cluevo-alert{-webkit-animation:wiggle .3s infinite;animation:wiggle .3s infinite;}.cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div.cluevo-item-type{margin-left:0;margin-right:auto;color:#c4c4c4;font-size:.9rem;}.cluevo-content .cluevo-content-item-link .cluevo-description{padding:5px;color:#3c3c3c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.cluevo-content .cluevo-content-item-link .cluevo-content-status{display:flex;gap:5px;color:#7e7e7e;font-size:12px;padding:0 5px;}.cluevo-content .cluevo-content-item-link .cluevo-content-status .cluevo-content-status-completed{color:var(--cluevo-green);}.cluevo-content .cluevo-content-item-link .cluevo-content-status .cluevo-content-status-incomplete{color:var(--cluevo-red);}.cluevo-content .cluevo-content-item-link .cluevo-content-status .cluevo-content-status-access-denied{color:var(--cluevo-orange);}.cluevo-content .cluevo-content-item-link .cluevo-excerpt{display:none;}.cluevo-content:hover .cluevo-content-item-link .cluevo-post-thumb>img{transform:scale(1.5) translate(5%,-5%);transition:transform 10s ease-in-out;}.cluevo-content:hover .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg .shine{opacity:1;}.cluevo-content-list-style-row{display:flex;gap:20px;flex-direction:column;}.cluevo-content-list-style-row .cluevo-content{width:100%;max-width:100%;padding:0;margin-bottom:10px;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link{display:flex;flex-direction:row;flex-wrap:wrap;position:relative;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-content-container{flex:1;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb{height:80px;width:120px;display:flex;flex-direction:row;position:static;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-item-type-corner{width:20%;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb img{width:100%;height:100%;border-radius:0;-o-object-fit:cover;object-fit:cover;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container{right:2px;top:2px;width:auto;align-items:center;background:transparent;box-sizing:border-box;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div{margin:0 2px;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container>div.cluevo-item-type{display:none;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg{display:none;height:10px;top:auto;bottom:100%;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg img,.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg svg{display:none;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-description{padding:0 0 0 5px;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-excerpt{display:block;padding:0 40px 0 5px;overflow:hidden;text-overflow:ellipsis;height:20px;font-size:.8em;}.cluevo-content-list-style-row .cluevo-content .cluevo-content-item-link .cluevo-description{font-weight:700;}#cluevo-login-form{box-shadow:0 5px 15px rgba(0,0,0,.08);width:300px;padding:30px;margin:0 auto;}#cluevo-login-form label{display:block;font-size:.8rem;color:#72777c;}.cluevo-user-competences-container{display:flex;justify-content:flex-start;flex-wrap:wrap;}.cluevo-competence-container a.cluevo-content-item-link{overflow:hidden;position:relative;}.cluevo-competence-container a.cluevo-content-item-link p{margin:0;}.cluevo-competence-container a.cluevo-content-item-link .cluevo-post-thumb img{transition:all 10s ease-in-out;border-radius:0;}.cluevo-competence-container a.cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg{z-index:2;}.cluevo-competence-container a.cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg .meta-bg-corner{transition:all .3s ease-in-out;}.cluevo-competence-container a.cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container{z-index:2;}.cluevo-competence-container a.cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-container .cluevo-competence-toggle-modules{font-family:cursive;width:20px;height:20px;position:relative;text-align:center;border-radius:50%;border:1px solid var(--cluevo-gray);display:grid;place-items:center;aspect-ratio:1;line-height:100%;font-weight:700;}.cluevo-competence-container .cluevo-content-container{background:#fff;z-index:1;}.cluevo-competence-container .cluevo-competence-modules{opacity:0;visibility:hidden;position:absolute;top:0;left:0;transition:all .3s ease-in-out;background:rgba(80,80,80,.5);width:100%;height:0;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);}.cluevo-competence-container .cluevo-competence-modules ul{margin:0;list-style-type:none;color:#fff;height:100%;padding:5% 5% 25px;}.cluevo-competence-container .cluevo-competence-modules ul li{margin-bottom:10px;font-size:12px;}.cluevo-competence-container .cluevo-competence-modules ul li .cluevo-competence-module-progress-container{display:flex;justify-content:space-between;padding:.5rem;}.cluevo-competence-container .cluevo-competence-modules ul li .cluevo-competence-module-progress-container p{margin:0;padding:0;max-width:90%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}.cluevo-competence-container .cluevo-competence-modules ul li .cluevo-competence-module-progress-container p.cluevo-comp-module-name{flex:1;}.cluevo-competence-container .cluevo-competence-modules ul.cluevo-competence-module-guest li{font-size:1rem;display:flex;justify-content:space-between;}.cluevo-competence-container .cluevo-competence-modules.cluevo-active{height:65%;opacity:1;visibility:visible;z-index:3;}.cluevo-competence-container .cluevo-competence-modules.cluevo-active ul{overflow:auto;}.cluevo-competence-container.cluevo-active a.cluevo-content-item-link .cluevo-post-thumb .cluevo-meta-bg .meta-bg-corner{transform:rotate(0) skew(0);bottom:-100px;}.cluevo-competence-container-row.cluevo-content{width:auto;--cluevo-comp-row-height:8rem;margin:0;box-shadow:var(--cluevo-box-shadow);}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link{display:relative;gap:1rem;height:var(--cluevo-comp-row-height);overflow:hidden;box-shadow:unset;}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-progress-container{position:absolute;bottom:0;left:0;}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-post-thumb{height:var(--cluevo-comp-row-height);}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-post-thumb img{height:100%;width:auto;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-competence-toggle-modules{font-family:cursive;margin:0;width:20px;height:20px;position:relative;position:absolute;text-align:center;border-radius:50%;border:1px solid var(--cluevo-gray);display:grid;place-items:center;aspect-ratio:1;line-height:100%;font-weight:700;bottom:1rem;right:1rem;}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-content-container .cluevo-description{font-weight:400;font-size:1rem;}.cluevo-competence-container-row.cluevo-content a.cluevo-content-item-link .cluevo-content-container .cluevo-description p.cluevo-comp-name{font-size:1.5rem;margin:0;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules{display:grid;grid-template-rows:0fr;padding-top:0;transition:all .3s ease-in-out;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container{overflow:hidden;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container .cluevo-competence-modules-headline{font-weight:400;font-size:1.1rem;margin-left:1rem;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul{margin-top:0;margin-bottom:0;padding-right:1rem;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul li{list-style-type:square;margin-bottom:1rem;box-shadow:var(--cluevo-box-shadow);transition:all .3s ease-in-out;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul li:hover{box-shadow:var(--cluevo-box-shadow-hover);}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul li .cluevo-competence-module-progress-container{display:flex;justify-content:space-between;padding:.5rem;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul li .cluevo-competence-module-progress-container p{margin:0;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules .cluevo-competence-modules-container>ul li .cluevo-competence-module-progress-container p.cluevo-comp-name{font-weight:700;}.cluevo-competence-container-row.cluevo-content .cluevo-competence-modules.cluevo-active{grid-template-rows:1fr;padding-top:1rem;}#cluevo-polygraph{opacity:0;visibility:hidden;transition:opacity .3s ease-in-out;}#cluevo-polygraph.cluevo-active{opacity:1;visibility:visible;}#cluevo-polygraph polygon{fill:#3ce9e8;}#cluevo-polygraph circle{fill:#fff;stroke:#8974ae;stroke-width:4px;}#cluevo-polygraph text{font-family:Helvetica Neue,Arial,sans-serif;font-size:12px;fill:#3c3c3c;}#cluevo-polygraph label{display:inline-block;font-size:14px;}#cluevo-polygraph .cluevo-polygraph-stats-container{padding:20px 10px;}#cluevo-polygraph .cluevo-polygraph-stats-container .cluevo-labels{display:flex;justify-content:space-between;}#cluevo-polygraph .cluevo-polygraph-stats-container .cluevo-labels label{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}#cluevo-polygraph .cluevo-polygraph-stats-container .cluevo-labels label.cluevo-comp-name{flex:1;}#cluevo-polygraph .cluevo-polygraph-stats-container .cluevo-progress-container{height:2px;}.cluevo-badge.cluevo-module-type{width:24px;}.cluevo-badge.cluevo-module-type img{width:100% !important;height:auto !important;box-shadow:none !important;border:none !important;}.cluevo-module-container{display:flex;align-items:flex-start;margin-bottom:50px;width:100%;justify-content:center;flex-direction:column;min-height:500px;}.cluevo-module-container iframe{width:100%;flex:1 1 auto;border:none;height:100svh;}#cluevo-module-lightbox-overlay{position:fixed;top:0;left:0;width:100dvw;height:100dvh;display:block;display:none;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000000;overflow:auto;-webkit-overflow-scrolling:touch;}#cluevo-module-lightbox-overlay .cluevo-close-button{z-index:10000;}#cluevo-module-lightbox-overlay .cluevo-error{display:flex;text-align:center;align-items:center;flex-direction:column;justify-content:center;color:#d1097a;font-weight:700;height:100%;}#cluevo-module-lightbox-overlay .cluevo-error .cluevo-error-close-button{font-weight:400;margin-top:20px;}#cluevo-module-lightbox-overlay.cluevo-media{display:flex;text-align:center;align-items:center;justify-content:center;}#cluevo-module-lightbox-overlay video{max-width:100%;max-height:100%;}#cluevo-module-lightbox-overlay div.cluevo-spinner-container{position:absolute;width:100%;height:100%;background:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;}#cluevo-module-lightbox-overlay div.cluevo-close-button{min-width:24px;min-height:24px;aspect-ratio:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;cursor:pointer;box-shadow:none;position:absolute;top:0;right:0;display:flex;align-items:center;justify-content:space-around;font-size:1.5em;background:transparent;color:#3c3c3c;font-weight:700;transition:all .3s ease-in-out;border:unset;padding:.3rem .7rem .7rem;}#cluevo-module-lightbox-overlay div.cluevo-close-button:before{content:unset;}#cluevo-module-lightbox-overlay div.cluevo-close-button:hover{background:#3c3c3c;color:#fff;}#cluevo-module-lightbox-overlay.no-close-button div.cluevo-close-button{display:none;}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=top-left] div.cluevo-close-button{top:0;left:0;}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=top-center] div.cluevo-close-button{top:0;left:calc(50% - 24px);}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=top-right] div.cluevo-close-button{top:0;right:0;}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=bottom-left] div.cluevo-close-button{top:unset;bottom:0;left:0;}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=bottom-center] div.cluevo-close-button{top:unset;bottom:0;left:calc(50% - 24px);}#cluevo-module-lightbox-overlay[data-lightbox-close-button-position=bottom-right] div.cluevo-close-button{top:unset;bottom:0;right:0;}#cluevo-module-lightbox-overlay iframe{width:100vw;height:100vh;padding:0;margin:0;border:none !important;overflow:auto;position:absolute;inset:0;}.entry-content .cluevo-module-tile-overlay h2{margin-top:10px;font-size:12px;text-align:center;color:#3c3c3c;}.cluevo-module-tile-overlay{display:flex;display:none;justify-content:center;align-items:center;height:calc(100% - 30px);width:100%;flex-direction:column;overflow-y:auto;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.8);z-index:1;}.cluevo-module-tile-overlay h2{margin-top:10px;font-size:12px;text-align:center;}.cluevo-module-tile-overlay .cluevo-prompt-btns-container{width:100%;display:flex;justify-content:center;}.cluevo-content-list.cluevo-content-list-style-row{display:flex;gap:20px;flex-direction:column;}.cluevo-content-list.cluevo-content-list-style-row .cluevo-module-tile-overlay,.cluevo-content-list.cluevo-content-list-style-row .cluevo-sco-select-container{height:100%;overflow:visible;}.cluevo-sco-select-container{display:flex;display:none;justify-content:center;align-items:center;height:calc(100% - 30px);width:100%;flex-direction:column;overflow-y:auto;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.8);z-index:1;}.cluevo-sco-select-container h2{font-size:16px;text-align:center;}.cluevo-sco-select-container ul{list-style-type:none;margin:0;padding:0;}.cluevo-sco-select-container ul li a{display:block;background:transparent;transition:all .2s ease-in-out;padding:1px;text-align:center;text-decoration:none !important;color:#d1097a;}.cluevo-sco-select-container ul li a:hover{background:#3c3c3c;color:#3ce9e8;}iframe#cluevo-module-iframe{width:100%;min-height:500px;height:100vh min;border:none;}body.cluevo-module-overlay-active,html.cluevo-module-overlay-active{overflow:hidden;max-height:100vh;}.cluevo-back-link-container{display:flex;justify-content:space-between;margin-bottom:20px;}@media (max-width:770px){.cluevo-back-link-container{display:flex;justify-content:space-around;}}.cluevo-back-link-container .cluevo-tree-parent-link,.cluevo-back-link-container .cluevo-tree-parent-link:hover{text-decoration:none;}.cluevo-back-link-container .cluevo-content-list-style-switch{margin-left:auto;display:flex;}.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn{background:#c4c4c4;color:#3c3c3c;}.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn.active,.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn:hover{background:#3c3c3c;color:#c4c4c4;}.cluevo-back-link-container .cluevo-content-list-style-switch .cluevo-btn:last-child{margin-right:0;}.cluevo-module-nav{display:flex;width:100%;justify-content:space-between;}.cluevo-module-nav a.cluevo-module-link,.cluevo-module-nav a.cluevo-module-link:hover{text-decoration:none;box-shadow:none;transition:none;}.cluevo-module-nav a.cluevo-module-link.cluevo-module-link-next,.cluevo-module-nav a.cluevo-module-link:hover.cluevo-module-link-next{margin-left:auto;}.cluevo-module-nav a.cluevo-module-link.cluevo-module-link-prev,.cluevo-module-nav a.cluevo-module-link:hover.cluevo-module-link-prev{margin-right:auto;}.cluevo-crumb-container{display:flex;flex-direction:row;align-items:center;}.cluevo-crumb-container .cluevo-crumb-spacer{margin:0 5px;display:flex;align-items:center;}.cluevo-crumb-container .cluevo-crumb{position:relative;overflow:visible;}.cluevo-crumb-container .cluevo-crumb p{margin-bottom:5px;}.cluevo-crumb-container .cluevo-crumb p.cluevo-crumb-title a{text-decoration:none;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children{display:none;position:absolute;z-index:100;opacity:0;transition:opacity 1s ease-in-out;background:rgba(0,0,0,.7);list-style-type:none;min-width:100%;margin:0;padding:0;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li{white-space:nowrap;position:relative;padding:4px 10px;border-left:.5rem solid transparent;transition:border-left-color .1s ease-in-out;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li>ul{display:none;position:absolute;left:100%;top:0;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li:hover{border-left:.5rem solid #d1097a;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li:hover>ul{display:block;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li:hover>ul li:hover{border-left:.5rem solid #8974ae;}.cluevo-crumb-container .cluevo-crumb ul.cluevo-crumb-children li a{color:#fff;text-decoration:none;}.cluevo-crumb-container .cluevo-crumb:hover ul{display:block;opacity:1;}.cluevo-alert-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;opacity:0;z-index:1900000;background:hsla(0,0%,100%,.8);--color:#fff;--close-color:#3c3c3c;}.cluevo-alert-overlay.error{--color:var(--cluevo-red);--close-color:var(--cluevo-gray);}.cluevo-alert-overlay.warning{--color:var(--cluevo-orange);--close-color:var(--cluevo-gray);}.cluevo-alert-overlay.info{--color:var(--cluevo-purple);--close-color:var(--cluevo-gray);}.cluevo-alert-overlay .cluevo-alert{position:relative;background:#fff;min-width:600px;max-width:1000px;z-index:100000;box-shadow:0 5px 15px rgba(0,0,0,.08);padding:10px 20px 20px;border-top:2px solid var(--color);}@media (max-width:779px){.cluevo-alert-overlay .cluevo-alert{min-width:auto;max-width:100%;}}.cluevo-alert-overlay .cluevo-alert .cluevo-alert-title{text-transform:uppercase;margin-bottom:5px;font-weight:700;}.cluevo-alert-overlay .cluevo-alert .cluevo-alert-close-button{width:32px;height:32px;position:absolute;right:0;top:-5px;cursor:pointer;display:grid;place-items:center;color:var(--close-color);font-weight:700;font-size:1rem;}.cluevo-type-corner{width:100%;height:1.5rem;position:absolute;bottom:100%;background-color:var(--color);transition:all .3s ease-in-out;left:0;}.cluevo-pdf-viewer{display:grid;place-items:center;position:absolute;inset:0;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container{display:flex;width:100%;align-items:center;justify-content:center;gap:20px;position:-webkit-sticky;position:sticky;bottom:1rem;opacity:.3;transition:opacity .2s ease-in-out;will-change:opacity;background:transparent;font-size:1.5rem;padding:.8rem 0;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container span:hover{cursor:pointer;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container input,.cluevo-pdf-viewer .cluevo-pdf-pagination-container select{font-size:1.5rem;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container a{text-decoration:none;display:flex;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container a:hover{text-decoration:none;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container:hover{opacity:1;background:#fff;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container .cluevo-page-input{display:flex;gap:10px;align-items:center;justify-content:center;}.cluevo-pdf-viewer .cluevo-pdf-pagination-container .cluevo-page-input input{max-width:75px;}.cluevo-rating-overlay-container{display:flex;flex-direction:column;position:absolute;top:0;left:0;background:hsla(0,0%,100%,.7);width:100%;height:100%;font-size:14px;align-items:center;justify-content:center;}.cluevo-rating-overlay-container h2.cluevo-rating-headline{font-size:20px;margin:0 0 10px;}.cluevo-module-rating-container{display:flex;flex-direction:row;justify-content:center;align-items:center;height:100%;}.cluevo-module-rating-container .cluevo-module-stars{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:10px;}.cluevo-module-rating-container .cluevo-module-stars .cluevo-module-rating{color:red;width:25px;height:25px;background:url("https://cdn-ljlln.nitrocdn.com/KDTqgQVangTSEmZYRGeFjQcQkXYlphXa/assets/images/optimized/wp-content/plugins/cluevo-lms/images/e46a763265a1c7e7c7075e9d978f05d2.star-empty.png");}.cluevo-module-rating-container .cluevo-module-stars .cluevo-module-rating.filled{color:#000;background:url("https://cdn-ljlln.nitrocdn.com/KDTqgQVangTSEmZYRGeFjQcQkXYlphXa/assets/images/optimized/wp-content/plugins/cluevo-lms/images/e88bca204bdb59cdf4fc0522fc8398d0.star-filled.png");}.cluevo-toc-container details.cluevo-toc-item{margin-bottom:10px;}.cluevo-toc-container details.cluevo-toc-item.completed{opacity:.5;}.cluevo-toc-container details.cluevo-toc-item div.cluevo-toc-excerpt{padding:5px 0 10px 1.5rem;}.cluevo-toc-container details.cluevo-toc-item a.cluevo-content-item-link.cluevo-btn{margin:10px 0 10px 20px;box-shadow:none;}.cluevo-toc-container details.cluevo-toc-item a.cluevo-content-item-link.cluevo-btn:hover{color:#fff;}.cluevo-toc-container details.cluevo-toc-item details{margin-top:10px;margin-left:20px;}.cluevo-toc-container details.cluevo-toc-item summary{list-style:none;display:flex;gap:10px;cursor:pointer;}.cluevo-toc-container details.cluevo-toc-item summary::marker{display:none;}.cluevo-toc-container details.cluevo-toc-item summary:before{display:inline-block;content:"▶";will-change:transform;transition:transform .2s ease-in-out;}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content{display:inline-flex;justify-content:space-between;flex:1 0 auto;position:relative;}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-progress-container{position:absolute;bottom:0;left:0;}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-toc-item-tools{display:flex;flex:1 0 auto;margin-left:auto;align-items:center;justify-content:flex-end;gap:5px;}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-toc-item-tools>div{display:flex;justify-content:center;align-items:center;}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-toc-item-tools a,.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-toc-item-tools a:hover{text-decoration:none;border-bottom:none;box-shadow:none;color:var(--cluevo-gray);}.cluevo-toc-container details.cluevo-toc-item summary .cluevo-toc-item-summary-content .cluevo-toc-item-tools img{max-height:20px;}.cluevo-toc-container details.cluevo-toc-item[open]>summary:before{transform:rotate(90deg);}.cluevo-user-page-section{margin:2rem 0;}.cluevo-user-page-section h2.cluevo-section-headline{display:flex;gap:1rem;align-items:center;}.cluevo-user-page-section h2.cluevo-section-headline:after{height:2px;display:block;width:100%;background:var(--cluevo-light-gray);box-shadow:var(--cluevo-box-shadow);}.cluevo-competence-page .cluevo-competence-score-container{margin:2rem 0;}.cluevo-competence-page .cluevo-competence-score-container p{margin:0;}.cluevo-competence-page .cluevo-competence-items{display:flex;flex-direction:column;gap:3rem;box-shadow:var(--cluevo-box-shadow);padding:1rem;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item{display:flex;flex-direction:column;gap:1rem;color:var(--cluevo-gray);}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item a,.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item h2,.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item p{color:var(--cluevo-gray);}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item p{margin:0;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-item-data{margin-bottom:1rem;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-item-data p{margin:0;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item{display:flex;box-shadow:var(--cluevo-box-shadow);width:100%;transition:all .3s ease-in-out;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item>img{width:100px;height:auto;-o-object-fit:cover;object-fit:cover;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data{padding:1rem;display:flex;flex-direction:column;position:relative;width:100%;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data a{font-size:2rem;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data .cluevo-path{color:var(--cluevo-light-gray);display:flex;gap:5px;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data .cluevo-path .cluevo-path-part{display:flex;gap:5px;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data .cluevo-path .cluevo-path-part:not(:first-child):before{content:"›";}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item .cluevo-competence-module-item-data .cluevo-competence-progress-container{width:100%;position:absolute;bottom:0;left:0;}.cluevo-competence-page .cluevo-competence-items .cluevo-competence-item .cluevo-competence-module-item:hover{box-shadow:var(--cluevo-box-shadow-hover);}.cluevo-module-items-list{display:flex;flex-direction:column;gap:3rem;box-shadow:var(--cluevo-box-shadow);padding:1rem;}.cluevo-module-items-list .cluevo-module-item{display:flex;box-shadow:var(--cluevo-box-shadow);width:100%;transition:all .3s ease-in-out;}.cluevo-module-items-list .cluevo-module-item a{color:var(--cluevo-gray);}.cluevo-module-items-list .cluevo-module-item>img{width:100px;height:auto;-o-object-fit:cover;object-fit:cover;}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data{padding:1rem;display:flex;flex-direction:column;position:relative;width:100%;}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data a{font-size:2rem;}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data .cluevo-path{color:var(--cluevo-light-gray);display:flex;gap:5px;}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data .cluevo-path .cluevo-path-part{display:flex;gap:5px;}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data .cluevo-path .cluevo-path-part:not(:first-child):before{content:"›";}.cluevo-module-items-list .cluevo-module-item .cluevo-module-item-data .cluevo-module-progress-container{width:100%;position:absolute;bottom:0;left:0;}.cluevo-module-items-list .cluevo-module-item:hover{box-shadow:var(--cluevo-box-shadow-hover);}.cluevo-competence-module-start-button{position:absolute;right:1rem;bottom:1rem;width:3rem;height:3rem;}.cluevo-module-start-button{color:var(--cluevo-gray);display:grid;place-items:center;gap:1rem;box-shadow:var(--cluevo-box-shadow);transition:box-shadow .3s ease-in-out;border-radius:3px;}.cluevo-module-start-button.cluevo-detailed{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding:1rem;margin:0 auto;position:relative;}.cluevo-module-start-button.cluevo-detailed>a{display:flex;justify-content:center;align-items:center;flex-direction:row;width:auto;gap:1rem;}.cluevo-module-start-button.cluevo-detailed>a .cluevo-label{font-size:1.5rem;}.cluevo-module-start-button:hover{box-shadow:var(--cluevo-box-shadow-hover);}.cluevo-module-start-button .cluevo-progress-container{position:absolute;bottom:0;left:0;}.cluevo-module-start-button>a{width:100%;height:100%;text-decoration:none !important;color:var(--cluevo-gray);text-align:center;display:flex;gap:1rem;align-items:center;justify-content:center;font-size:2rem;}.cluevo-module-start-button>a:before{content:"▶";line-height:3rem;font-size:2rem;}@-webkit-keyframes tile-shine{0%{opacity:0;}to{opacity:1;}}@keyframes tile-shine{0%{opacity:0;}to{opacity:1;}}.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em;}.fa-xs{font-size:.75em;}.fa-sm{font-size:.875em;}.fa-1x{font-size:1em;}.fa-2x{font-size:2em;}.fa-3x{font-size:3em;}.fa-4x{font-size:4em;}.fa-5x{font-size:5em;}.fa-6x{font-size:6em;}.fa-7x{font-size:7em;}.fa-8x{font-size:8em;}.fa-9x{font-size:9em;}.fa-10x{font-size:10em;}.fa-fw{text-align:center;width:1.25em;}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0;}.fa-ul>li{position:relative;}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit;}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em;}.fa-pull-left{float:left;}.fa-pull-right{float:right;}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em;}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em;}.fa-spin{-webkit-animation:fa-spin 2s linear infinite;animation:fa-spin 2s linear infinite;}.fa-pulse{-webkit-animation:fa-spin 1s steps(8) infinite;animation:fa-spin 1s steps(8) infinite;}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg);}to{-webkit-transform:rotate(1turn);transform:rotate(1turn);}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);transform:rotate(90deg);}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);transform:rotate(180deg);}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);transform:rotate(270deg);}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scaleX(-1);transform:scaleX(-1);}.fa-flip-vertical{-webkit-transform:scaleY(-1);transform:scaleY(-1);}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{-webkit-transform:scale(-1);transform:scale(-1);}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270{-webkit-filter:none;filter:none;}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em;}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;}.fa-stack-1x{line-height:inherit;}.fa-stack-2x{font-size:2em;}.fa-inverse{color:#fff;}.fa-500px:before{content:"";}.fa-accessible-icon:before{content:"";}.fa-accusoft:before{content:"";}.fa-acquisitions-incorporated:before{content:"";}.fa-ad:before{content:"";}.fa-address-book:before{content:"";}.fa-address-card:before{content:"";}.fa-adjust:before{content:"";}.fa-adn:before{content:"";}.fa-adobe:before{content:"";}.fa-adversal:before{content:"";}.fa-affiliatetheme:before{content:"";}.fa-air-freshener:before{content:"";}.fa-airbnb:before{content:"";}.fa-algolia:before{content:"";}.fa-align-center:before{content:"";}.fa-align-justify:before{content:"";}.fa-align-left:before{content:"";}.fa-align-right:before{content:"";}.fa-alipay:before{content:"";}.fa-allergies:before{content:"";}.fa-amazon:before{content:"";}.fa-amazon-pay:before{content:"";}.fa-ambulance:before{content:"";}.fa-american-sign-language-interpreting:before{content:"";}.fa-amilia:before{content:"";}.fa-anchor:before{content:"";}.fa-android:before{content:"";}.fa-angellist:before{content:"";}.fa-angle-double-down:before{content:"";}.fa-angle-double-left:before{content:"";}.fa-angle-double-right:before{content:"";}.fa-angle-double-up:before{content:"";}.fa-angle-down:before{content:"";}.fa-angle-left:before{content:"";}.fa-angle-right:before{content:"";}.fa-angle-up:before{content:"";}.fa-angry:before{content:"";}.fa-angrycreative:before{content:"";}.fa-angular:before{content:"";}.fa-ankh:before{content:"";}.fa-app-store:before{content:"";}.fa-app-store-ios:before{content:"";}.fa-apper:before{content:"";}.fa-apple:before{content:"";}.fa-apple-alt:before{content:"";}.fa-apple-pay:before{content:"";}.fa-archive:before{content:"";}.fa-archway:before{content:"";}.fa-arrow-alt-circle-down:before{content:"";}.fa-arrow-alt-circle-left:before{content:"";}.fa-arrow-alt-circle-right:before{content:"";}.fa-arrow-alt-circle-up:before{content:"";}.fa-arrow-circle-down:before{content:"";}.fa-arrow-circle-left:before{content:"";}.fa-arrow-circle-right:before{content:"";}.fa-arrow-circle-up:before{content:"";}.fa-arrow-down:before{content:"";}.fa-arrow-left:before{content:"";}.fa-arrow-right:before{content:"";}.fa-arrow-up:before{content:"";}.fa-arrows-alt:before{content:"";}.fa-arrows-alt-h:before{content:"";}.fa-arrows-alt-v:before{content:"";}.fa-artstation:before{content:"";}.fa-assistive-listening-systems:before{content:"";}.fa-asterisk:before{content:"";}.fa-asymmetrik:before{content:"";}.fa-at:before{content:"";}.fa-atlas:before{content:"";}.fa-atlassian:before{content:"";}.fa-atom:before{content:"";}.fa-audible:before{content:"";}.fa-audio-description:before{content:"";}.fa-autoprefixer:before{content:"";}.fa-avianex:before{content:"";}.fa-aviato:before{content:"";}.fa-award:before{content:"";}.fa-aws:before{content:"";}.fa-baby:before{content:"";}.fa-baby-carriage:before{content:"";}.fa-backspace:before{content:"";}.fa-backward:before{content:"";}.fa-bacon:before{content:"";}.fa-balance-scale:before{content:"";}.fa-balance-scale-left:before{content:"";}.fa-balance-scale-right:before{content:"";}.fa-ban:before{content:"";}.fa-band-aid:before{content:"";}.fa-bandcamp:before{content:"";}.fa-barcode:before{content:"";}.fa-bars:before{content:"";}.fa-baseball-ball:before{content:"";}.fa-basketball-ball:before{content:"";}.fa-bath:before{content:"";}.fa-battery-empty:before{content:"";}.fa-battery-full:before{content:"";}.fa-battery-half:before{content:"";}.fa-battery-quarter:before{content:"";}.fa-battery-three-quarters:before{content:"";}.fa-battle-net:before{content:"";}.fa-bed:before{content:"";}.fa-beer:before{content:"";}.fa-behance:before{content:"";}.fa-behance-square:before{content:"";}.fa-bell:before{content:"";}.fa-bell-slash:before{content:"";}.fa-bezier-curve:before{content:"";}.fa-bible:before{content:"";}.fa-bicycle:before{content:"";}.fa-biking:before{content:"";}.fa-bimobject:before{content:"";}.fa-binoculars:before{content:"";}.fa-biohazard:before{content:"";}.fa-birthday-cake:before{content:"";}.fa-bitbucket:before{content:"";}.fa-bitcoin:before{content:"";}.fa-bity:before{content:"";}.fa-black-tie:before{content:"";}.fa-blackberry:before{content:"";}.fa-blender:before{content:"";}.fa-blender-phone:before{content:"";}.fa-blind:before{content:"";}.fa-blog:before{content:"";}.fa-blogger:before{content:"";}.fa-blogger-b:before{content:"";}.fa-bluetooth:before{content:"";}.fa-bluetooth-b:before{content:"";}.fa-bold:before{content:"";}.fa-bolt:before{content:"";}.fa-bomb:before{content:"";}.fa-bone:before{content:"";}.fa-bong:before{content:"";}.fa-book:before{content:"";}.fa-book-dead:before{content:"";}.fa-book-medical:before{content:"";}.fa-book-open:before{content:"";}.fa-book-reader:before{content:"";}.fa-bookmark:before{content:"";}.fa-bootstrap:before{content:"";}.fa-border-all:before{content:"";}.fa-border-none:before{content:"";}.fa-border-style:before{content:"";}.fa-bowling-ball:before{content:"";}.fa-box:before{content:"";}.fa-box-open:before{content:"";}.fa-boxes:before{content:"";}.fa-braille:before{content:"";}.fa-brain:before{content:"";}.fa-bread-slice:before{content:"";}.fa-briefcase:before{content:"";}.fa-briefcase-medical:before{content:"";}.fa-broadcast-tower:before{content:"";}.fa-broom:before{content:"";}.fa-brush:before{content:"";}.fa-btc:before{content:"";}.fa-buffer:before{content:"";}.fa-bug:before{content:"";}.fa-building:before{content:"";}.fa-bullhorn:before{content:"";}.fa-bullseye:before{content:"";}.fa-burn:before{content:"";}.fa-buromobelexperte:before{content:"";}.fa-bus:before{content:"";}.fa-bus-alt:before{content:"";}.fa-business-time:before{content:"";}.fa-buy-n-large:before{content:"";}.fa-buysellads:before{content:"";}.fa-calculator:before{content:"";}.fa-calendar:before{content:"";}.fa-calendar-alt:before{content:"";}.fa-calendar-check:before{content:"";}.fa-calendar-day:before{content:"";}.fa-calendar-minus:before{content:"";}.fa-calendar-plus:before{content:"";}.fa-calendar-times:before{content:"";}.fa-calendar-week:before{content:"";}.fa-camera:before{content:"";}.fa-camera-retro:before{content:"";}.fa-campground:before{content:"";}.fa-canadian-maple-leaf:before{content:"";}.fa-candy-cane:before{content:"";}.fa-cannabis:before{content:"";}.fa-capsules:before{content:"";}.fa-car:before{content:"";}.fa-car-alt:before{content:"";}.fa-car-battery:before{content:"";}.fa-car-crash:before{content:"";}.fa-car-side:before{content:"";}.fa-caret-down:before{content:"";}.fa-caret-left:before{content:"";}.fa-caret-right:before{content:"";}.fa-caret-square-down:before{content:"";}.fa-caret-square-left:before{content:"";}.fa-caret-square-right:before{content:"";}.fa-caret-square-up:before{content:"";}.fa-caret-up:before{content:"";}.fa-carrot:before{content:"";}.fa-cart-arrow-down:before{content:"";}.fa-cart-plus:before{content:"";}.fa-cash-register:before{content:"";}.fa-cat:before{content:"";}.fa-cc-amazon-pay:before{content:"";}.fa-cc-amex:before{content:"";}.fa-cc-apple-pay:before{content:"";}.fa-cc-diners-club:before{content:"";}.fa-cc-discover:before{content:"";}.fa-cc-jcb:before{content:"";}.fa-cc-mastercard:before{content:"";}.fa-cc-paypal:before{content:"";}.fa-cc-stripe:before{content:"";}.fa-cc-visa:before{content:"";}.fa-centercode:before{content:"";}.fa-centos:before{content:"";}.fa-certificate:before{content:"";}.fa-chair:before{content:"";}.fa-chalkboard:before{content:"";}.fa-chalkboard-teacher:before{content:"";}.fa-charging-station:before{content:"";}.fa-chart-area:before{content:"";}.fa-chart-bar:before{content:"";}.fa-chart-line:before{content:"";}.fa-chart-pie:before{content:"";}.fa-check:before{content:"";}.fa-check-circle:before{content:"";}.fa-check-double:before{content:"";}.fa-check-square:before{content:"";}.fa-cheese:before{content:"";}.fa-chess:before{content:"";}.fa-chess-bishop:before{content:"";}.fa-chess-board:before{content:"";}.fa-chess-king:before{content:"";}.fa-chess-knight:before{content:"";}.fa-chess-pawn:before{content:"";}.fa-chess-queen:before{content:"";}.fa-chess-rook:before{content:"";}.fa-chevron-circle-down:before{content:"";}.fa-chevron-circle-left:before{content:"";}.fa-chevron-circle-right:before{content:"";}.fa-chevron-circle-up:before{content:"";}.fa-chevron-down:before{content:"";}.fa-chevron-left:before{content:"";}.fa-chevron-right:before{content:"";}.fa-chevron-up:before{content:"";}.fa-child:before{content:"";}.fa-chrome:before{content:"";}.fa-chromecast:before{content:"";}.fa-church:before{content:"";}.fa-circle:before{content:"";}.fa-circle-notch:before{content:"";}.fa-city:before{content:"";}.fa-clinic-medical:before{content:"";}.fa-clipboard:before{content:"";}.fa-clipboard-check:before{content:"";}.fa-clipboard-list:before{content:"";}.fa-clock:before{content:"";}.fa-clone:before{content:"";}.fa-closed-captioning:before{content:"";}.fa-cloud:before{content:"";}.fa-cloud-download-alt:before{content:"";}.fa-cloud-meatball:before{content:"";}.fa-cloud-moon:before{content:"";}.fa-cloud-moon-rain:before{content:"";}.fa-cloud-rain:before{content:"";}.fa-cloud-showers-heavy:before{content:"";}.fa-cloud-sun:before{content:"";}.fa-cloud-sun-rain:before{content:"";}.fa-cloud-upload-alt:before{content:"";}.fa-cloudscale:before{content:"";}.fa-cloudsmith:before{content:"";}.fa-cloudversify:before{content:"";}.fa-cocktail:before{content:"";}.fa-code:before{content:"";}.fa-code-branch:before{content:"";}.fa-codepen:before{content:"";}.fa-codiepie:before{content:"";}.fa-coffee:before{content:"";}.fa-cog:before{content:"";}.fa-cogs:before{content:"";}.fa-coins:before{content:"";}.fa-columns:before{content:"";}.fa-comment:before{content:"";}.fa-comment-alt:before{content:"";}.fa-comment-dollar:before{content:"";}.fa-comment-dots:before{content:"";}.fa-comment-medical:before{content:"";}.fa-comment-slash:before{content:"";}.fa-comments:before{content:"";}.fa-comments-dollar:before{content:"";}.fa-compact-disc:before{content:"";}.fa-compass:before{content:"";}.fa-compress:before{content:"";}.fa-compress-arrows-alt:before{content:"";}.fa-concierge-bell:before{content:"";}.fa-confluence:before{content:"";}.fa-connectdevelop:before{content:"";}.fa-contao:before{content:"";}.fa-cookie:before{content:"";}.fa-cookie-bite:before{content:"";}.fa-copy:before{content:"";}.fa-copyright:before{content:"";}.fa-cotton-bureau:before{content:"";}.fa-couch:before{content:"";}.fa-cpanel:before{content:"";}.fa-creative-commons:before{content:"";}.fa-creative-commons-by:before{content:"";}.fa-creative-commons-nc:before{content:"";}.fa-creative-commons-nc-eu:before{content:"";}.fa-creative-commons-nc-jp:before{content:"";}.fa-creative-commons-nd:before{content:"";}.fa-creative-commons-pd:before{content:"";}.fa-creative-commons-pd-alt:before{content:"";}.fa-creative-commons-remix:before{content:"";}.fa-creative-commons-sa:before{content:"";}.fa-creative-commons-sampling:before{content:"";}.fa-creative-commons-sampling-plus:before{content:"";}.fa-creative-commons-share:before{content:"";}.fa-creative-commons-zero:before{content:"";}.fa-credit-card:before{content:"";}.fa-critical-role:before{content:"";}.fa-crop:before{content:"";}.fa-crop-alt:before{content:"";}.fa-cross:before{content:"";}.fa-crosshairs:before{content:"";}.fa-crow:before{content:"";}.fa-crown:before{content:"";}.fa-crutch:before{content:"";}.fa-css3:before{content:"";}.fa-css3-alt:before{content:"";}.fa-cube:before{content:"";}.fa-cubes:before{content:"";}.fa-cut:before{content:"";}.fa-cuttlefish:before{content:"";}.fa-d-and-d:before{content:"";}.fa-d-and-d-beyond:before{content:"";}.fa-dashcube:before{content:"";}.fa-database:before{content:"";}.fa-deaf:before{content:"";}.fa-delicious:before{content:"";}.fa-democrat:before{content:"";}.fa-deploydog:before{content:"";}.fa-deskpro:before{content:"";}.fa-desktop:before{content:"";}.fa-dev:before{content:"";}.fa-deviantart:before{content:"";}.fa-dharmachakra:before{content:"";}.fa-dhl:before{content:"";}.fa-diagnoses:before{content:"";}.fa-diaspora:before{content:"";}.fa-dice:before{content:"";}.fa-dice-d20:before{content:"";}.fa-dice-d6:before{content:"";}.fa-dice-five:before{content:"";}.fa-dice-four:before{content:"";}.fa-dice-one:before{content:"";}.fa-dice-six:before{content:"";}.fa-dice-three:before{content:"";}.fa-dice-two:before{content:"";}.fa-digg:before{content:"";}.fa-digital-ocean:before{content:"";}.fa-digital-tachograph:before{content:"";}.fa-directions:before{content:"";}.fa-discord:before{content:"";}.fa-discourse:before{content:"";}.fa-divide:before{content:"";}.fa-dizzy:before{content:"";}.fa-dna:before{content:"";}.fa-dochub:before{content:"";}.fa-docker:before{content:"";}.fa-dog:before{content:"";}.fa-dollar-sign:before{content:"";}.fa-dolly:before{content:"";}.fa-dolly-flatbed:before{content:"";}.fa-donate:before{content:"";}.fa-door-closed:before{content:"";}.fa-door-open:before{content:"";}.fa-dot-circle:before{content:"";}.fa-dove:before{content:"";}.fa-download:before{content:"";}.fa-draft2digital:before{content:"";}.fa-drafting-compass:before{content:"";}.fa-dragon:before{content:"";}.fa-draw-polygon:before{content:"";}.fa-dribbble:before{content:"";}.fa-dribbble-square:before{content:"";}.fa-dropbox:before{content:"";}.fa-drum:before{content:"";}.fa-drum-steelpan:before{content:"";}.fa-drumstick-bite:before{content:"";}.fa-drupal:before{content:"";}.fa-dumbbell:before{content:"";}.fa-dumpster:before{content:"";}.fa-dumpster-fire:before{content:"";}.fa-dungeon:before{content:"";}.fa-dyalog:before{content:"";}.fa-earlybirds:before{content:"";}.fa-ebay:before{content:"";}.fa-edge:before{content:"";}.fa-edit:before{content:"";}.fa-egg:before{content:"";}.fa-eject:before{content:"";}.fa-elementor:before{content:"";}.fa-ellipsis-h:before{content:"";}.fa-ellipsis-v:before{content:"";}.fa-ello:before{content:"";}.fa-ember:before{content:"";}.fa-empire:before{content:"";}.fa-envelope:before{content:"";}.fa-envelope-open:before{content:"";}.fa-envelope-open-text:before{content:"";}.fa-envelope-square:before{content:"";}.fa-envira:before{content:"";}.fa-equals:before{content:"";}.fa-eraser:before{content:"";}.fa-erlang:before{content:"";}.fa-ethereum:before{content:"";}.fa-ethernet:before{content:"";}.fa-etsy:before{content:"";}.fa-euro-sign:before{content:"";}.fa-evernote:before{content:"";}.fa-exchange-alt:before{content:"";}.fa-exclamation:before{content:"";}.fa-exclamation-circle:before{content:"";}.fa-exclamation-triangle:before{content:"";}.fa-expand:before{content:"";}.fa-expand-arrows-alt:before{content:"";}.fa-expeditedssl:before{content:"";}.fa-external-link-alt:before{content:"";}.fa-external-link-square-alt:before{content:"";}.fa-eye:before{content:"";}.fa-eye-dropper:before{content:"";}.fa-eye-slash:before{content:"";}.fa-facebook:before{content:"";}.fa-facebook-f:before{content:"";}.fa-facebook-messenger:before{content:"";}.fa-facebook-square:before{content:"";}.fa-fan:before{content:"";}.fa-fantasy-flight-games:before{content:"";}.fa-fast-backward:before{content:"";}.fa-fast-forward:before{content:"";}.fa-fax:before{content:"";}.fa-feather:before{content:"";}.fa-feather-alt:before{content:"";}.fa-fedex:before{content:"";}.fa-fedora:before{content:"";}.fa-female:before{content:"";}.fa-fighter-jet:before{content:"";}.fa-figma:before{content:"";}.fa-file:before{content:"";}.fa-file-alt:before{content:"";}.fa-file-archive:before{content:"";}.fa-file-audio:before{content:"";}.fa-file-code:before{content:"";}.fa-file-contract:before{content:"";}.fa-file-csv:before{content:"";}.fa-file-download:before{content:"";}.fa-file-excel:before{content:"";}.fa-file-export:before{content:"";}.fa-file-image:before{content:"";}.fa-file-import:before{content:"";}.fa-file-invoice:before{content:"";}.fa-file-invoice-dollar:before{content:"";}.fa-file-medical:before{content:"";}.fa-file-medical-alt:before{content:"";}.fa-file-pdf:before{content:"";}.fa-file-powerpoint:before{content:"";}.fa-file-prescription:before{content:"";}.fa-file-signature:before{content:"";}.fa-file-upload:before{content:"";}.fa-file-video:before{content:"";}.fa-file-word:before{content:"";}.fa-fill:before{content:"";}.fa-fill-drip:before{content:"";}.fa-film:before{content:"";}.fa-filter:before{content:"";}.fa-fingerprint:before{content:"";}.fa-fire:before{content:"";}.fa-fire-alt:before{content:"";}.fa-fire-extinguisher:before{content:"";}.fa-firefox:before{content:"";}.fa-first-aid:before{content:"";}.fa-first-order:before{content:"";}.fa-first-order-alt:before{content:"";}.fa-firstdraft:before{content:"";}.fa-fish:before{content:"";}.fa-fist-raised:before{content:"";}.fa-flag:before{content:"";}.fa-flag-checkered:before{content:"";}.fa-flag-usa:before{content:"";}.fa-flask:before{content:"";}.fa-flickr:before{content:"";}.fa-flipboard:before{content:"";}.fa-flushed:before{content:"";}.fa-fly:before{content:"";}.fa-folder:before{content:"";}.fa-folder-minus:before{content:"";}.fa-folder-open:before{content:"";}.fa-folder-plus:before{content:"";}.fa-font:before{content:"";}.fa-font-awesome:before{content:"";}.fa-font-awesome-alt:before{content:"";}.fa-font-awesome-flag:before{content:"";}.fa-font-awesome-logo-full:before{content:"";}.fa-fonticons:before{content:"";}.fa-fonticons-fi:before{content:"";}.fa-football-ball:before{content:"";}.fa-fort-awesome:before{content:"";}.fa-fort-awesome-alt:before{content:"";}.fa-forumbee:before{content:"";}.fa-forward:before{content:"";}.fa-foursquare:before{content:"";}.fa-free-code-camp:before{content:"";}.fa-freebsd:before{content:"";}.fa-frog:before{content:"";}.fa-frown:before{content:"";}.fa-frown-open:before{content:"";}.fa-fulcrum:before{content:"";}.fa-funnel-dollar:before{content:"";}.fa-futbol:before{content:"";}.fa-galactic-republic:before{content:"";}.fa-galactic-senate:before{content:"";}.fa-gamepad:before{content:"";}.fa-gas-pump:before{content:"";}.fa-gavel:before{content:"";}.fa-gem:before{content:"";}.fa-genderless:before{content:"";}.fa-get-pocket:before{content:"";}.fa-gg:before{content:"";}.fa-gg-circle:before{content:"";}.fa-ghost:before{content:"";}.fa-gift:before{content:"";}.fa-gifts:before{content:"";}.fa-git:before{content:"";}.fa-git-alt:before{content:"";}.fa-git-square:before{content:"";}.fa-github:before{content:"";}.fa-github-alt:before{content:"";}.fa-github-square:before{content:"";}.fa-gitkraken:before{content:"";}.fa-gitlab:before{content:"";}.fa-gitter:before{content:"";}.fa-glass-cheers:before{content:"";}.fa-glass-martini:before{content:"";}.fa-glass-martini-alt:before{content:"";}.fa-glass-whiskey:before{content:"";}.fa-glasses:before{content:"";}.fa-glide:before{content:"";}.fa-glide-g:before{content:"";}.fa-globe:before{content:"";}.fa-globe-africa:before{content:"";}.fa-globe-americas:before{content:"";}.fa-globe-asia:before{content:"";}.fa-globe-europe:before{content:"";}.fa-gofore:before{content:"";}.fa-golf-ball:before{content:"";}.fa-goodreads:before{content:"";}.fa-goodreads-g:before{content:"";}.fa-google:before{content:"";}.fa-google-drive:before{content:"";}.fa-google-play:before{content:"";}.fa-google-plus:before{content:"";}.fa-google-plus-g:before{content:"";}.fa-google-plus-square:before{content:"";}.fa-google-wallet:before{content:"";}.fa-gopuram:before{content:"";}.fa-graduation-cap:before{content:"";}.fa-gratipay:before{content:"";}.fa-grav:before{content:"";}.fa-greater-than:before{content:"";}.fa-greater-than-equal:before{content:"";}.fa-grimace:before{content:"";}.fa-grin:before{content:"";}.fa-grin-alt:before{content:"";}.fa-grin-beam:before{content:"";}.fa-grin-beam-sweat:before{content:"";}.fa-grin-hearts:before{content:"";}.fa-grin-squint:before{content:"";}.fa-grin-squint-tears:before{content:"";}.fa-grin-stars:before{content:"";}.fa-grin-tears:before{content:"";}.fa-grin-tongue:before{content:"";}.fa-grin-tongue-squint:before{content:"";}.fa-grin-tongue-wink:before{content:"";}.fa-grin-wink:before{content:"";}.fa-grip-horizontal:before{content:"";}.fa-grip-lines:before{content:"";}.fa-grip-lines-vertical:before{content:"";}.fa-grip-vertical:before{content:"";}.fa-gripfire:before{content:"";}.fa-grunt:before{content:"";}.fa-guitar:before{content:"";}.fa-gulp:before{content:"";}.fa-h-square:before{content:"";}.fa-hacker-news:before{content:"";}.fa-hacker-news-square:before{content:"";}.fa-hackerrank:before{content:"";}.fa-hamburger:before{content:"";}.fa-hammer:before{content:"";}.fa-hamsa:before{content:"";}.fa-hand-holding:before{content:"";}.fa-hand-holding-heart:before{content:"";}.fa-hand-holding-usd:before{content:"";}.fa-hand-lizard:before{content:"";}.fa-hand-middle-finger:before{content:"";}.fa-hand-paper:before{content:"";}.fa-hand-peace:before{content:"";}.fa-hand-point-down:before{content:"";}.fa-hand-point-left:before{content:"";}.fa-hand-point-right:before{content:"";}.fa-hand-point-up:before{content:"";}.fa-hand-pointer:before{content:"";}.fa-hand-rock:before{content:"";}.fa-hand-scissors:before{content:"";}.fa-hand-spock:before{content:"";}.fa-hands:before{content:"";}.fa-hands-helping:before{content:"";}.fa-handshake:before{content:"";}.fa-hanukiah:before{content:"";}.fa-hard-hat:before{content:"";}.fa-hashtag:before{content:"";}.fa-hat-cowboy:before{content:"";}.fa-hat-cowboy-side:before{content:"";}.fa-hat-wizard:before{content:"";}.fa-haykal:before{content:"";}.fa-hdd:before{content:"";}.fa-heading:before{content:"";}.fa-headphones:before{content:"";}.fa-headphones-alt:before{content:"";}.fa-headset:before{content:"";}.fa-heart:before{content:"";}.fa-heart-broken:before{content:"";}.fa-heartbeat:before{content:"";}.fa-helicopter:before{content:"";}.fa-highlighter:before{content:"";}.fa-hiking:before{content:"";}.fa-hippo:before{content:"";}.fa-hips:before{content:"";}.fa-hire-a-helper:before{content:"";}.fa-history:before{content:"";}.fa-hockey-puck:before{content:"";}.fa-holly-berry:before{content:"";}.fa-home:before{content:"";}.fa-hooli:before{content:"";}.fa-hornbill:before{content:"";}.fa-horse:before{content:"";}.fa-horse-head:before{content:"";}.fa-hospital:before{content:"";}.fa-hospital-alt:before{content:"";}.fa-hospital-symbol:before{content:"";}.fa-hot-tub:before{content:"";}.fa-hotdog:before{content:"";}.fa-hotel:before{content:"";}.fa-hotjar:before{content:"";}.fa-hourglass:before{content:"";}.fa-hourglass-end:before{content:"";}.fa-hourglass-half:before{content:"";}.fa-hourglass-start:before{content:"";}.fa-house-damage:before{content:"";}.fa-houzz:before{content:"";}.fa-hryvnia:before{content:"";}.fa-html5:before{content:"";}.fa-hubspot:before{content:"";}.fa-i-cursor:before{content:"";}.fa-ice-cream:before{content:"";}.fa-icicles:before{content:"";}.fa-icons:before{content:"";}.fa-id-badge:before{content:"";}.fa-id-card:before{content:"";}.fa-id-card-alt:before{content:"";}.fa-igloo:before{content:"";}.fa-image:before{content:"";}.fa-images:before{content:"";}.fa-imdb:before{content:"";}.fa-inbox:before{content:"";}.fa-indent:before{content:"";}.fa-industry:before{content:"";}.fa-infinity:before{content:"";}.fa-info:before{content:"";}.fa-info-circle:before{content:"";}.fa-instagram:before{content:"";}.fa-intercom:before{content:"";}.fa-internet-explorer:before{content:"";}.fa-invision:before{content:"";}.fa-ioxhost:before{content:"";}.fa-italic:before{content:"";}.fa-itch-io:before{content:"";}.fa-itunes:before{content:"";}.fa-itunes-note:before{content:"";}.fa-java:before{content:"";}.fa-jedi:before{content:"";}.fa-jedi-order:before{content:"";}.fa-jenkins:before{content:"";}.fa-jira:before{content:"";}.fa-joget:before{content:"";}.fa-joint:before{content:"";}.fa-joomla:before{content:"";}.fa-journal-whills:before{content:"";}.fa-js:before{content:"";}.fa-js-square:before{content:"";}.fa-jsfiddle:before{content:"";}.fa-kaaba:before{content:"";}.fa-kaggle:before{content:"";}.fa-key:before{content:"";}.fa-keybase:before{content:"";}.fa-keyboard:before{content:"";}.fa-keycdn:before{content:"";}.fa-khanda:before{content:"";}.fa-kickstarter:before{content:"";}.fa-kickstarter-k:before{content:"";}.fa-kiss:before{content:"";}.fa-kiss-beam:before{content:"";}.fa-kiss-wink-heart:before{content:"";}.fa-kiwi-bird:before{content:"";}.fa-korvue:before{content:"";}.fa-landmark:before{content:"";}.fa-language:before{content:"";}.fa-laptop:before{content:"";}.fa-laptop-code:before{content:"";}.fa-laptop-medical:before{content:"";}.fa-laravel:before{content:"";}.fa-lastfm:before{content:"";}.fa-lastfm-square:before{content:"";}.fa-laugh:before{content:"";}.fa-laugh-beam:before{content:"";}.fa-laugh-squint:before{content:"";}.fa-laugh-wink:before{content:"";}.fa-layer-group:before{content:"";}.fa-leaf:before{content:"";}.fa-leanpub:before{content:"";}.fa-lemon:before{content:"";}.fa-less:before{content:"";}.fa-less-than:before{content:"";}.fa-less-than-equal:before{content:"";}.fa-level-down-alt:before{content:"";}.fa-level-up-alt:before{content:"";}.fa-life-ring:before{content:"";}.fa-lightbulb:before{content:"";}.fa-line:before{content:"";}.fa-link:before{content:"";}.fa-linkedin:before{content:"";}.fa-linkedin-in:before{content:"";}.fa-linode:before{content:"";}.fa-linux:before{content:"";}.fa-lira-sign:before{content:"";}.fa-list:before{content:"";}.fa-list-alt:before{content:"";}.fa-list-ol:before{content:"";}.fa-list-ul:before{content:"";}.fa-location-arrow:before{content:"";}.fa-lock:before{content:"";}.fa-lock-open:before{content:"";}.fa-long-arrow-alt-down:before{content:"";}.fa-long-arrow-alt-left:before{content:"";}.fa-long-arrow-alt-right:before{content:"";}.fa-long-arrow-alt-up:before{content:"";}.fa-low-vision:before{content:"";}.fa-luggage-cart:before{content:"";}.fa-lyft:before{content:"";}.fa-magento:before{content:"";}.fa-magic:before{content:"";}.fa-magnet:before{content:"";}.fa-mail-bulk:before{content:"";}.fa-mailchimp:before{content:"";}.fa-male:before{content:"";}.fa-mandalorian:before{content:"";}.fa-map:before{content:"";}.fa-map-marked:before{content:"";}.fa-map-marked-alt:before{content:"";}.fa-map-marker:before{content:"";}.fa-map-marker-alt:before{content:"";}.fa-map-pin:before{content:"";}.fa-map-signs:before{content:"";}.fa-markdown:before{content:"";}.fa-marker:before{content:"";}.fa-mars:before{content:"";}.fa-mars-double:before{content:"";}.fa-mars-stroke:before{content:"";}.fa-mars-stroke-h:before{content:"";}.fa-mars-stroke-v:before{content:"";}.fa-mask:before{content:"";}.fa-mastodon:before{content:"";}.fa-maxcdn:before{content:"";}.fa-mdb:before{content:"";}.fa-medal:before{content:"";}.fa-medapps:before{content:"";}.fa-medium:before{content:"";}.fa-medium-m:before{content:"";}.fa-medkit:before{content:"";}.fa-medrt:before{content:"";}.fa-meetup:before{content:"";}.fa-megaport:before{content:"";}.fa-meh:before{content:"";}.fa-meh-blank:before{content:"";}.fa-meh-rolling-eyes:before{content:"";}.fa-memory:before{content:"";}.fa-mendeley:before{content:"";}.fa-menorah:before{content:"";}.fa-mercury:before{content:"";}.fa-meteor:before{content:"";}.fa-microchip:before{content:"";}.fa-microphone:before{content:"";}.fa-microphone-alt:before{content:"";}.fa-microphone-alt-slash:before{content:"";}.fa-microphone-slash:before{content:"";}.fa-microscope:before{content:"";}.fa-microsoft:before{content:"";}.fa-minus:before{content:"";}.fa-minus-circle:before{content:"";}.fa-minus-square:before{content:"";}.fa-mitten:before{content:"";}.fa-mix:before{content:"";}.fa-mixcloud:before{content:"";}.fa-mizuni:before{content:"";}.fa-mobile:before{content:"";}.fa-mobile-alt:before{content:"";}.fa-modx:before{content:"";}.fa-monero:before{content:"";}.fa-money-bill:before{content:"";}.fa-money-bill-alt:before{content:"";}.fa-money-bill-wave:before{content:"";}.fa-money-bill-wave-alt:before{content:"";}.fa-money-check:before{content:"";}.fa-money-check-alt:before{content:"";}.fa-monument:before{content:"";}.fa-moon:before{content:"";}.fa-mortar-pestle:before{content:"";}.fa-mosque:before{content:"";}.fa-motorcycle:before{content:"";}.fa-mountain:before{content:"";}.fa-mouse:before{content:"";}.fa-mouse-pointer:before{content:"";}.fa-mug-hot:before{content:"";}.fa-music:before{content:"";}.fa-napster:before{content:"";}.fa-neos:before{content:"";}.fa-network-wired:before{content:"";}.fa-neuter:before{content:"";}.fa-newspaper:before{content:"";}.fa-nimblr:before{content:"";}.fa-node:before{content:"";}.fa-node-js:before{content:"";}.fa-not-equal:before{content:"";}.fa-notes-medical:before{content:"";}.fa-npm:before{content:"";}.fa-ns8:before{content:"";}.fa-nutritionix:before{content:"";}.fa-object-group:before{content:"";}.fa-object-ungroup:before{content:"";}.fa-odnoklassniki:before{content:"";}.fa-odnoklassniki-square:before{content:"";}.fa-oil-can:before{content:"";}.fa-old-republic:before{content:"";}.fa-om:before{content:"";}.fa-opencart:before{content:"";}.fa-openid:before{content:"";}.fa-opera:before{content:"";}.fa-optin-monster:before{content:"";}.fa-orcid:before{content:"";}.fa-osi:before{content:"";}.fa-otter:before{content:"";}.fa-outdent:before{content:"";}.fa-page4:before{content:"";}.fa-pagelines:before{content:"";}.fa-pager:before{content:"";}.fa-paint-brush:before{content:"";}.fa-paint-roller:before{content:"";}.fa-palette:before{content:"";}.fa-palfed:before{content:"";}.fa-pallet:before{content:"";}.fa-paper-plane:before{content:"";}.fa-paperclip:before{content:"";}.fa-parachute-box:before{content:"";}.fa-paragraph:before{content:"";}.fa-parking:before{content:"";}.fa-passport:before{content:"";}.fa-pastafarianism:before{content:"";}.fa-paste:before{content:"";}.fa-patreon:before{content:"";}.fa-pause:before{content:"";}.fa-pause-circle:before{content:"";}.fa-paw:before{content:"";}.fa-paypal:before{content:"";}.fa-peace:before{content:"";}.fa-pen:before{content:"";}.fa-pen-alt:before{content:"";}.fa-pen-fancy:before{content:"";}.fa-pen-nib:before{content:"";}.fa-pen-square:before{content:"";}.fa-pencil-alt:before{content:"";}.fa-pencil-ruler:before{content:"";}.fa-penny-arcade:before{content:"";}.fa-people-carry:before{content:"";}.fa-pepper-hot:before{content:"";}.fa-percent:before{content:"";}.fa-percentage:before{content:"";}.fa-periscope:before{content:"";}.fa-person-booth:before{content:"";}.fa-phabricator:before{content:"";}.fa-phoenix-framework:before{content:"";}.fa-phoenix-squadron:before{content:"";}.fa-phone:before{content:"";}.fa-phone-alt:before{content:"";}.fa-phone-slash:before{content:"";}.fa-phone-square:before{content:"";}.fa-phone-square-alt:before{content:"";}.fa-phone-volume:before{content:"";}.fa-photo-video:before{content:"";}.fa-php:before{content:"";}.fa-pied-piper:before{content:"";}.fa-pied-piper-alt:before{content:"";}.fa-pied-piper-hat:before{content:"";}.fa-pied-piper-pp:before{content:"";}.fa-piggy-bank:before{content:"";}.fa-pills:before{content:"";}.fa-pinterest:before{content:"";}.fa-pinterest-p:before{content:"";}.fa-pinterest-square:before{content:"";}.fa-pizza-slice:before{content:"";}.fa-place-of-worship:before{content:"";}.fa-plane:before{content:"";}.fa-plane-arrival:before{content:"";}.fa-plane-departure:before{content:"";}.fa-play:before{content:"";}.fa-play-circle:before{content:"";}.fa-playstation:before{content:"";}.fa-plug:before{content:"";}.fa-plus:before{content:"";}.fa-plus-circle:before{content:"";}.fa-plus-square:before{content:"";}.fa-podcast:before{content:"";}.fa-poll:before{content:"";}.fa-poll-h:before{content:"";}.fa-poo:before{content:"";}.fa-poo-storm:before{content:"";}.fa-poop:before{content:"";}.fa-portrait:before{content:"";}.fa-pound-sign:before{content:"";}.fa-power-off:before{content:"";}.fa-pray:before{content:"";}.fa-praying-hands:before{content:"";}.fa-prescription:before{content:"";}.fa-prescription-bottle:before{content:"";}.fa-prescription-bottle-alt:before{content:"";}.fa-print:before{content:"";}.fa-procedures:before{content:"";}.fa-product-hunt:before{content:"";}.fa-project-diagram:before{content:"";}.fa-pushed:before{content:"";}.fa-puzzle-piece:before{content:"";}.fa-python:before{content:"";}.fa-qq:before{content:"";}.fa-qrcode:before{content:"";}.fa-question:before{content:"";}.fa-question-circle:before{content:"";}.fa-quidditch:before{content:"";}.fa-quinscape:before{content:"";}.fa-quora:before{content:"";}.fa-quote-left:before{content:"";}.fa-quote-right:before{content:"";}.fa-quran:before{content:"";}.fa-r-project:before{content:"";}.fa-radiation:before{content:"";}.fa-radiation-alt:before{content:"";}.fa-rainbow:before{content:"";}.fa-random:before{content:"";}.fa-raspberry-pi:before{content:"";}.fa-ravelry:before{content:"";}.fa-react:before{content:"";}.fa-reacteurope:before{content:"";}.fa-readme:before{content:"";}.fa-rebel:before{content:"";}.fa-receipt:before{content:"";}.fa-record-vinyl:before{content:"";}.fa-recycle:before{content:"";}.fa-red-river:before{content:"";}.fa-reddit:before{content:"";}.fa-reddit-alien:before{content:"";}.fa-reddit-square:before{content:"";}.fa-redhat:before{content:"";}.fa-redo:before{content:"";}.fa-redo-alt:before{content:"";}.fa-registered:before{content:"";}.fa-remove-format:before{content:"";}.fa-renren:before{content:"";}.fa-reply:before{content:"";}.fa-reply-all:before{content:"";}.fa-replyd:before{content:"";}.fa-republican:before{content:"";}.fa-researchgate:before{content:"";}.fa-resolving:before{content:"";}.fa-restroom:before{content:"";}.fa-retweet:before{content:"";}.fa-rev:before{content:"";}.fa-ribbon:before{content:"";}.fa-ring:before{content:"";}.fa-road:before{content:"";}.fa-robot:before{content:"";}.fa-rocket:before{content:"";}.fa-rocketchat:before{content:"";}.fa-rockrms:before{content:"";}.fa-route:before{content:"";}.fa-rss:before{content:"";}.fa-rss-square:before{content:"";}.fa-ruble-sign:before{content:"";}.fa-ruler:before{content:"";}.fa-ruler-combined:before{content:"";}.fa-ruler-horizontal:before{content:"";}.fa-ruler-vertical:before{content:"";}.fa-running:before{content:"";}.fa-rupee-sign:before{content:"";}.fa-sad-cry:before{content:"";}.fa-sad-tear:before{content:"";}.fa-safari:before{content:"";}.fa-salesforce:before{content:"";}.fa-sass:before{content:"";}.fa-satellite:before{content:"";}.fa-satellite-dish:before{content:"";}.fa-save:before{content:"";}.fa-schlix:before{content:"";}.fa-school:before{content:"";}.fa-screwdriver:before{content:"";}.fa-scribd:before{content:"";}.fa-scroll:before{content:"";}.fa-sd-card:before{content:"";}.fa-search:before{content:"";}.fa-search-dollar:before{content:"";}.fa-search-location:before{content:"";}.fa-search-minus:before{content:"";}.fa-search-plus:before{content:"";}.fa-searchengin:before{content:"";}.fa-seedling:before{content:"";}.fa-sellcast:before{content:"";}.fa-sellsy:before{content:"";}.fa-server:before{content:"";}.fa-servicestack:before{content:"";}.fa-shapes:before{content:"";}.fa-share:before{content:"";}.fa-share-alt:before{content:"";}.fa-share-alt-square:before{content:"";}.fa-share-square:before{content:"";}.fa-shekel-sign:before{content:"";}.fa-shield-alt:before{content:"";}.fa-ship:before{content:"";}.fa-shipping-fast:before{content:"";}.fa-shirtsinbulk:before{content:"";}.fa-shoe-prints:before{content:"";}.fa-shopping-bag:before{content:"";}.fa-shopping-basket:before{content:"";}.fa-shopping-cart:before{content:"";}.fa-shopware:before{content:"";}.fa-shower:before{content:"";}.fa-shuttle-van:before{content:"";}.fa-sign:before{content:"";}.fa-sign-in-alt:before{content:"";}.fa-sign-language:before{content:"";}.fa-sign-out-alt:before{content:"";}.fa-signal:before{content:"";}.fa-signature:before{content:"";}.fa-sim-card:before{content:"";}.fa-simplybuilt:before{content:"";}.fa-sistrix:before{content:"";}.fa-sitemap:before{content:"";}.fa-sith:before{content:"";}.fa-skating:before{content:"";}.fa-sketch:before{content:"";}.fa-skiing:before{content:"";}.fa-skiing-nordic:before{content:"";}.fa-skull:before{content:"";}.fa-skull-crossbones:before{content:"";}.fa-skyatlas:before{content:"";}.fa-skype:before{content:"";}.fa-slack:before{content:"";}.fa-slack-hash:before{content:"";}.fa-slash:before{content:"";}.fa-sleigh:before{content:"";}.fa-sliders-h:before{content:"";}.fa-slideshare:before{content:"";}.fa-smile:before{content:"";}.fa-smile-beam:before{content:"";}.fa-smile-wink:before{content:"";}.fa-smog:before{content:"";}.fa-smoking:before{content:"";}.fa-smoking-ban:before{content:"";}.fa-sms:before{content:"";}.fa-snapchat:before{content:"";}.fa-snapchat-ghost:before{content:"";}.fa-snapchat-square:before{content:"";}.fa-snowboarding:before{content:"";}.fa-snowflake:before{content:"";}.fa-snowman:before{content:"";}.fa-snowplow:before{content:"";}.fa-socks:before{content:"";}.fa-solar-panel:before{content:"";}.fa-sort:before{content:"";}.fa-sort-alpha-down:before{content:"";}.fa-sort-alpha-down-alt:before{content:"";}.fa-sort-alpha-up:before{content:"";}.fa-sort-alpha-up-alt:before{content:"";}.fa-sort-amount-down:before{content:"";}.fa-sort-amount-down-alt:before{content:"";}.fa-sort-amount-up:before{content:"";}.fa-sort-amount-up-alt:before{content:"";}.fa-sort-down:before{content:"";}.fa-sort-numeric-down:before{content:"";}.fa-sort-numeric-down-alt:before{content:"";}.fa-sort-numeric-up:before{content:"";}.fa-sort-numeric-up-alt:before{content:"";}.fa-sort-up:before{content:"";}.fa-soundcloud:before{content:"";}.fa-sourcetree:before{content:"";}.fa-spa:before{content:"";}.fa-space-shuttle:before{content:"";}.fa-speakap:before{content:"";}.fa-speaker-deck:before{content:"";}.fa-spell-check:before{content:"";}.fa-spider:before{content:"";}.fa-spinner:before{content:"";}.fa-splotch:before{content:"";}.fa-spotify:before{content:"";}.fa-spray-can:before{content:"";}.fa-square:before{content:"";}.fa-square-full:before{content:"";}.fa-square-root-alt:before{content:"";}.fa-squarespace:before{content:"";}.fa-stack-exchange:before{content:"";}.fa-stack-overflow:before{content:"";}.fa-stackpath:before{content:"";}.fa-stamp:before{content:"";}.fa-star:before{content:"";}.fa-star-and-crescent:before{content:"";}.fa-star-half:before{content:"";}.fa-star-half-alt:before{content:"";}.fa-star-of-david:before{content:"";}.fa-star-of-life:before{content:"";}.fa-staylinked:before{content:"";}.fa-steam:before{content:"";}.fa-steam-square:before{content:"";}.fa-steam-symbol:before{content:"";}.fa-step-backward:before{content:"";}.fa-step-forward:before{content:"";}.fa-stethoscope:before{content:"";}.fa-sticker-mule:before{content:"";}.fa-sticky-note:before{content:"";}.fa-stop:before{content:"";}.fa-stop-circle:before{content:"";}.fa-stopwatch:before{content:"";}.fa-store:before{content:"";}.fa-store-alt:before{content:"";}.fa-strava:before{content:"";}.fa-stream:before{content:"";}.fa-street-view:before{content:"";}.fa-strikethrough:before{content:"";}.fa-stripe:before{content:"";}.fa-stripe-s:before{content:"";}.fa-stroopwafel:before{content:"";}.fa-studiovinari:before{content:"";}.fa-stumbleupon:before{content:"";}.fa-stumbleupon-circle:before{content:"";}.fa-subscript:before{content:"";}.fa-subway:before{content:"";}.fa-suitcase:before{content:"";}.fa-suitcase-rolling:before{content:"";}.fa-sun:before{content:"";}.fa-superpowers:before{content:"";}.fa-superscript:before{content:"";}.fa-supple:before{content:"";}.fa-surprise:before{content:"";}.fa-suse:before{content:"";}.fa-swatchbook:before{content:"";}.fa-swift:before{content:"";}.fa-swimmer:before{content:"";}.fa-swimming-pool:before{content:"";}.fa-symfony:before{content:"";}.fa-synagogue:before{content:"";}.fa-sync:before{content:"";}.fa-sync-alt:before{content:"";}.fa-syringe:before{content:"";}.fa-table:before{content:"";}.fa-table-tennis:before{content:"";}.fa-tablet:before{content:"";}.fa-tablet-alt:before{content:"";}.fa-tablets:before{content:"";}.fa-tachometer-alt:before{content:"";}.fa-tag:before{content:"";}.fa-tags:before{content:"";}.fa-tape:before{content:"";}.fa-tasks:before{content:"";}.fa-taxi:before{content:"";}.fa-teamspeak:before{content:"";}.fa-teeth:before{content:"";}.fa-teeth-open:before{content:"";}.fa-telegram:before{content:"";}.fa-telegram-plane:before{content:"";}.fa-temperature-high:before{content:"";}.fa-temperature-low:before{content:"";}.fa-tencent-weibo:before{content:"";}.fa-tenge:before{content:"";}.fa-terminal:before{content:"";}.fa-text-height:before{content:"";}.fa-text-width:before{content:"";}.fa-th:before{content:"";}.fa-th-large:before{content:"";}.fa-th-list:before{content:"";}.fa-the-red-yeti:before{content:"";}.fa-theater-masks:before{content:"";}.fa-themeco:before{content:"";}.fa-themeisle:before{content:"";}.fa-thermometer:before{content:"";}.fa-thermometer-empty:before{content:"";}.fa-thermometer-full:before{content:"";}.fa-thermometer-half:before{content:"";}.fa-thermometer-quarter:before{content:"";}.fa-thermometer-three-quarters:before{content:"";}.fa-think-peaks:before{content:"";}.fa-thumbs-down:before{content:"";}.fa-thumbs-up:before{content:"";}.fa-thumbtack:before{content:"";}.fa-ticket-alt:before{content:"";}.fa-times:before{content:"";}.fa-times-circle:before{content:"";}.fa-tint:before{content:"";}.fa-tint-slash:before{content:"";}.fa-tired:before{content:"";}.fa-toggle-off:before{content:"";}.fa-toggle-on:before{content:"";}.fa-toilet:before{content:"";}.fa-toilet-paper:before{content:"";}.fa-toolbox:before{content:"";}.fa-tools:before{content:"";}.fa-tooth:before{content:"";}.fa-torah:before{content:"";}.fa-torii-gate:before{content:"";}.fa-tractor:before{content:"";}.fa-trade-federation:before{content:"";}.fa-trademark:before{content:"";}.fa-traffic-light:before{content:"";}.fa-train:before{content:"";}.fa-tram:before{content:"";}.fa-transgender:before{content:"";}.fa-transgender-alt:before{content:"";}.fa-trash:before{content:"";}.fa-trash-alt:before{content:"";}.fa-trash-restore:before{content:"";}.fa-trash-restore-alt:before{content:"";}.fa-tree:before{content:"";}.fa-trello:before{content:"";}.fa-tripadvisor:before{content:"";}.fa-trophy:before{content:"";}.fa-truck:before{content:"";}.fa-truck-loading:before{content:"";}.fa-truck-monster:before{content:"";}.fa-truck-moving:before{content:"";}.fa-truck-pickup:before{content:"";}.fa-tshirt:before{content:"";}.fa-tty:before{content:"";}.fa-tumblr:before{content:"";}.fa-tumblr-square:before{content:"";}.fa-tv:before{content:"";}.fa-twitch:before{content:"";}.fa-twitter:before{content:"";}.fa-twitter-square:before{content:"";}.fa-typo3:before{content:"";}.fa-uber:before{content:"";}.fa-ubuntu:before{content:"";}.fa-uikit:before{content:"";}.fa-umbraco:before{content:"";}.fa-umbrella:before{content:"";}.fa-umbrella-beach:before{content:"";}.fa-underline:before{content:"";}.fa-undo:before{content:"";}.fa-undo-alt:before{content:"";}.fa-uniregistry:before{content:"";}.fa-universal-access:before{content:"";}.fa-university:before{content:"";}.fa-unlink:before{content:"";}.fa-unlock:before{content:"";}.fa-unlock-alt:before{content:"";}.fa-untappd:before{content:"";}.fa-upload:before{content:"";}.fa-ups:before{content:"";}.fa-usb:before{content:"";}.fa-user:before{content:"";}.fa-user-alt:before{content:"";}.fa-user-alt-slash:before{content:"";}.fa-user-astronaut:before{content:"";}.fa-user-check:before{content:"";}.fa-user-circle:before{content:"";}.fa-user-clock:before{content:"";}.fa-user-cog:before{content:"";}.fa-user-edit:before{content:"";}.fa-user-friends:before{content:"";}.fa-user-graduate:before{content:"";}.fa-user-injured:before{content:"";}.fa-user-lock:before{content:"";}.fa-user-md:before{content:"";}.fa-user-minus:before{content:"";}.fa-user-ninja:before{content:"";}.fa-user-nurse:before{content:"";}.fa-user-plus:before{content:"";}.fa-user-secret:before{content:"";}.fa-user-shield:before{content:"";}.fa-user-slash:before{content:"";}.fa-user-tag:before{content:"";}.fa-user-tie:before{content:"";}.fa-user-times:before{content:"";}.fa-users:before{content:"";}.fa-users-cog:before{content:"";}.fa-usps:before{content:"";}.fa-ussunnah:before{content:"";}.fa-utensil-spoon:before{content:"";}.fa-utensils:before{content:"";}.fa-vaadin:before{content:"";}.fa-vector-square:before{content:"";}.fa-venus:before{content:"";}.fa-venus-double:before{content:"";}.fa-venus-mars:before{content:"";}.fa-viacoin:before{content:"";}.fa-viadeo:before{content:"";}.fa-viadeo-square:before{content:"";}.fa-vial:before{content:"";}.fa-vials:before{content:"";}.fa-viber:before{content:"";}.fa-video:before{content:"";}.fa-video-slash:before{content:"";}.fa-vihara:before{content:"";}.fa-vimeo:before{content:"";}.fa-vimeo-square:before{content:"";}.fa-vimeo-v:before{content:"";}.fa-vine:before{content:"";}.fa-vk:before{content:"";}.fa-vnv:before{content:"";}.fa-voicemail:before{content:"";}.fa-volleyball-ball:before{content:"";}.fa-volume-down:before{content:"";}.fa-volume-mute:before{content:"";}.fa-volume-off:before{content:"";}.fa-volume-up:before{content:"";}.fa-vote-yea:before{content:"";}.fa-vr-cardboard:before{content:"";}.fa-vuejs:before{content:"";}.fa-walking:before{content:"";}.fa-wallet:before{content:"";}.fa-warehouse:before{content:"";}.fa-water:before{content:"";}.fa-wave-square:before{content:"";}.fa-waze:before{content:"";}.fa-weebly:before{content:"";}.fa-weibo:before{content:"";}.fa-weight:before{content:"";}.fa-weight-hanging:before{content:"";}.fa-weixin:before{content:"";}.fa-whatsapp:before{content:"";}.fa-whatsapp-square:before{content:"";}.fa-wheelchair:before{content:"";}.fa-whmcs:before{content:"";}.fa-wifi:before{content:"";}.fa-wikipedia-w:before{content:"";}.fa-wind:before{content:"";}.fa-window-close:before{content:"";}.fa-window-maximize:before{content:"";}.fa-window-minimize:before{content:"";}.fa-window-restore:before{content:"";}.fa-windows:before{content:"";}.fa-wine-bottle:before{content:"";}.fa-wine-glass:before{content:"";}.fa-wine-glass-alt:before{content:"";}.fa-wix:before{content:"";}.fa-wizards-of-the-coast:before{content:"";}.fa-wolf-pack-battalion:before{content:"";}.fa-won-sign:before{content:"";}.fa-wordpress:before{content:"";}.fa-wordpress-simple:before{content:"";}.fa-wpbeginner:before{content:"";}.fa-wpexplorer:before{content:"";}.fa-wpforms:before{content:"";}.fa-wpressr:before{content:"";}.fa-wrench:before{content:"";}.fa-x-ray:before{content:"";}.fa-xbox:before{content:"";}.fa-xing:before{content:"";}.fa-xing-square:before{content:"";}.fa-y-combinator:before{content:"";}.fa-yahoo:before{content:"";}.fa-yammer:before{content:"";}.fa-yandex:before{content:"";}.fa-yandex-international:before{content:"";}.fa-yarn:before{content:"";}.fa-yelp:before{content:"";}.fa-yen-sign:before{content:"";}.fa-yin-yang:before{content:"";}.fa-yoast:before{content:"";}.fa-youtube:before{content:"";}.fa-youtube-square:before{content:"";}.fa-zhihu:before{content:"";}.sr-only{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;margin:0;overflow:visible;position:static;width:auto;}.fab{font-family:"Font Awesome 5 Brands";}.far{font-weight:400;}.fa,.far,.fas{font-family:"Font Awesome 5 Free";}.fa,.fas{font-weight:900;}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in;}.dashicons-admin-appearance:before{content:"";}.dashicons-admin-collapse:before{content:"";}.dashicons-admin-comments:before{content:"";}.dashicons-admin-customizer:before{content:"";}.dashicons-admin-generic:before{content:"";}.dashicons-admin-home:before{content:"";}.dashicons-admin-links:before{content:"";}.dashicons-admin-media:before{content:"";}.dashicons-admin-multisite:before{content:"";}.dashicons-admin-network:before{content:"";}.dashicons-admin-page:before{content:"";}.dashicons-admin-plugins:before{content:"";}.dashicons-admin-post:before{content:"";}.dashicons-admin-settings:before{content:"";}.dashicons-admin-site-alt:before{content:"";}.dashicons-admin-site-alt2:before{content:"";}.dashicons-admin-site-alt3:before{content:"";}.dashicons-admin-site:before{content:"";}.dashicons-admin-tools:before{content:"";}.dashicons-admin-users:before{content:"";}.dashicons-airplane:before{content:"";}.dashicons-album:before{content:"";}.dashicons-align-center:before{content:"";}.dashicons-align-full-width:before{content:"";}.dashicons-align-left:before{content:"";}.dashicons-align-none:before{content:"";}.dashicons-align-pull-left:before{content:"";}.dashicons-align-pull-right:before{content:"";}.dashicons-align-right:before{content:"";}.dashicons-align-wide:before{content:"";}.dashicons-amazon:before{content:"";}.dashicons-analytics:before{content:"";}.dashicons-archive:before{content:"";}.dashicons-arrow-down-alt:before{content:"";}.dashicons-arrow-down-alt2:before{content:"";}.dashicons-arrow-down:before{content:"";}.dashicons-arrow-left-alt:before{content:"";}.dashicons-arrow-left-alt2:before{content:"";}.dashicons-arrow-left:before{content:"";}.dashicons-arrow-right-alt:before{content:"";}.dashicons-arrow-right-alt2:before{content:"";}.dashicons-arrow-right:before{content:"";}.dashicons-arrow-up-alt:before{content:"";}.dashicons-arrow-up-alt2:before{content:"";}.dashicons-arrow-up-duplicate:before{content:"";}.dashicons-arrow-up:before{content:"";}.dashicons-art:before{content:"";}.dashicons-awards:before{content:"";}.dashicons-backup:before{content:"";}.dashicons-bank:before{content:"";}.dashicons-beer:before{content:"";}.dashicons-bell:before{content:"";}.dashicons-block-default:before{content:"";}.dashicons-book-alt:before{content:"";}.dashicons-book:before{content:"";}.dashicons-buddicons-activity:before{content:"";}.dashicons-buddicons-bbpress-logo:before{content:"";}.dashicons-buddicons-buddypress-logo:before{content:"";}.dashicons-buddicons-community:before{content:"";}.dashicons-buddicons-forums:before{content:"";}.dashicons-buddicons-friends:before{content:"";}.dashicons-buddicons-groups:before{content:"";}.dashicons-buddicons-pm:before{content:"";}.dashicons-buddicons-replies:before{content:"";}.dashicons-buddicons-topics:before{content:"";}.dashicons-buddicons-tracking:before{content:"";}.dashicons-building:before{content:"";}.dashicons-businessman:before{content:"";}.dashicons-businessperson:before{content:"";}.dashicons-businesswoman:before{content:"";}.dashicons-button:before{content:"";}.dashicons-calculator:before{content:"";}.dashicons-calendar-alt:before{content:"";}.dashicons-calendar:before{content:"";}.dashicons-camera-alt:before{content:"";}.dashicons-camera:before{content:"";}.dashicons-car:before{content:"";}.dashicons-carrot:before{content:"";}.dashicons-cart:before{content:"";}.dashicons-category:before{content:"";}.dashicons-chart-area:before{content:"";}.dashicons-chart-bar:before{content:"";}.dashicons-chart-line:before{content:"";}.dashicons-chart-pie:before{content:"";}.dashicons-clipboard:before{content:"";}.dashicons-clock:before{content:"";}.dashicons-cloud-saved:before{content:"";}.dashicons-cloud-upload:before{content:"";}.dashicons-cloud:before{content:"";}.dashicons-code-standards:before{content:"";}.dashicons-coffee:before{content:"";}.dashicons-color-picker:before{content:"";}.dashicons-columns:before{content:"";}.dashicons-controls-back:before{content:"";}.dashicons-controls-forward:before{content:"";}.dashicons-controls-pause:before{content:"";}.dashicons-controls-play:before{content:"";}.dashicons-controls-repeat:before{content:"";}.dashicons-controls-skipback:before{content:"";}.dashicons-controls-skipforward:before{content:"";}.dashicons-controls-volumeoff:before{content:"";}.dashicons-controls-volumeon:before{content:"";}.dashicons-cover-image:before{content:"";}.dashicons-dashboard:before{content:"";}.dashicons-database-add:before{content:"";}.dashicons-database-export:before{content:"";}.dashicons-database-import:before{content:"";}.dashicons-database-remove:before{content:"";}.dashicons-database-view:before{content:"";}.dashicons-database:before{content:"";}.dashicons-desktop:before{content:"";}.dashicons-dismiss:before{content:"";}.dashicons-download:before{content:"";}.dashicons-drumstick:before{content:"";}.dashicons-edit-large:before{content:"";}.dashicons-edit-page:before{content:"";}.dashicons-edit:before{content:"";}.dashicons-editor-aligncenter:before{content:"";}.dashicons-editor-alignleft:before{content:"";}.dashicons-editor-alignright:before{content:"";}.dashicons-editor-bold:before{content:"";}.dashicons-editor-break:before{content:"";}.dashicons-editor-code-duplicate:before{content:"";}.dashicons-editor-code:before{content:"";}.dashicons-editor-contract:before{content:"";}.dashicons-editor-customchar:before{content:"";}.dashicons-editor-expand:before{content:"";}.dashicons-editor-help:before{content:"";}.dashicons-editor-indent:before{content:"";}.dashicons-editor-insertmore:before{content:"";}.dashicons-editor-italic:before{content:"";}.dashicons-editor-justify:before{content:"";}.dashicons-editor-kitchensink:before{content:"";}.dashicons-editor-ltr:before{content:"";}.dashicons-editor-ol-rtl:before{content:"";}.dashicons-editor-ol:before{content:"";}.dashicons-editor-outdent:before{content:"";}.dashicons-editor-paragraph:before{content:"";}.dashicons-editor-paste-text:before{content:"";}.dashicons-editor-paste-word:before{content:"";}.dashicons-editor-quote:before{content:"";}.dashicons-editor-removeformatting:before{content:"";}.dashicons-editor-rtl:before{content:"";}.dashicons-editor-spellcheck:before{content:"";}.dashicons-editor-strikethrough:before{content:"";}.dashicons-editor-table:before{content:"";}.dashicons-editor-textcolor:before{content:"";}.dashicons-editor-ul:before{content:"";}.dashicons-editor-underline:before{content:"";}.dashicons-editor-unlink:before{content:"";}.dashicons-editor-video:before{content:"";}.dashicons-ellipsis:before{content:"";}.dashicons-email-alt:before{content:"";}.dashicons-email-alt2:before{content:"";}.dashicons-email:before{content:"";}.dashicons-embed-audio:before{content:"";}.dashicons-embed-generic:before{content:"";}.dashicons-embed-photo:before{content:"";}.dashicons-embed-post:before{content:"";}.dashicons-embed-video:before{content:"";}.dashicons-excerpt-view:before{content:"";}.dashicons-exit:before{content:"";}.dashicons-external:before{content:"";}.dashicons-facebook-alt:before{content:"";}.dashicons-facebook:before{content:"";}.dashicons-feedback:before{content:"";}.dashicons-filter:before{content:"";}.dashicons-flag:before{content:"";}.dashicons-food:before{content:"";}.dashicons-format-aside:before{content:"";}.dashicons-format-audio:before{content:"";}.dashicons-format-chat:before{content:"";}.dashicons-format-gallery:before{content:"";}.dashicons-format-image:before{content:"";}.dashicons-format-quote:before{content:"";}.dashicons-format-status:before{content:"";}.dashicons-format-video:before{content:"";}.dashicons-forms:before{content:"";}.dashicons-fullscreen-alt:before{content:"";}.dashicons-fullscreen-exit-alt:before{content:"";}.dashicons-games:before{content:"";}.dashicons-google:before{content:"";}.dashicons-googleplus:before{content:"";}.dashicons-grid-view:before{content:"";}.dashicons-groups:before{content:"";}.dashicons-hammer:before{content:"";}.dashicons-heading:before{content:"";}.dashicons-heart:before{content:"";}.dashicons-hidden:before{content:"";}.dashicons-hourglass:before{content:"";}.dashicons-html:before{content:"";}.dashicons-id-alt:before{content:"";}.dashicons-id:before{content:"";}.dashicons-image-crop:before{content:"";}.dashicons-image-filter:before{content:"";}.dashicons-image-flip-horizontal:before{content:"";}.dashicons-image-flip-vertical:before{content:"";}.dashicons-image-rotate-left:before{content:"";}.dashicons-image-rotate-right:before{content:"";}.dashicons-image-rotate:before{content:"";}.dashicons-images-alt:before{content:"";}.dashicons-images-alt2:before{content:"";}.dashicons-index-card:before{content:"";}.dashicons-info-outline:before{content:"";}.dashicons-info:before{content:"";}.dashicons-insert-after:before{content:"";}.dashicons-insert-before:before{content:"";}.dashicons-insert:before{content:"";}.dashicons-instagram:before{content:"";}.dashicons-laptop:before{content:"";}.dashicons-layout:before{content:"";}.dashicons-leftright:before{content:"";}.dashicons-lightbulb:before{content:"";}.dashicons-linkedin:before{content:"";}.dashicons-list-view:before{content:"";}.dashicons-location-alt:before{content:"";}.dashicons-location:before{content:"";}.dashicons-lock-duplicate:before{content:"";}.dashicons-lock:before{content:"";}.dashicons-marker:before{content:"";}.dashicons-media-archive:before{content:"";}.dashicons-media-audio:before{content:"";}.dashicons-media-code:before{content:"";}.dashicons-media-default:before{content:"";}.dashicons-media-document:before{content:"";}.dashicons-media-interactive:before{content:"";}.dashicons-media-spreadsheet:before{content:"";}.dashicons-media-text:before{content:"";}.dashicons-media-video:before{content:"";}.dashicons-megaphone:before{content:"";}.dashicons-menu-alt:before{content:"";}.dashicons-menu-alt2:before{content:"";}.dashicons-menu-alt3:before{content:"";}.dashicons-menu:before{content:"";}.dashicons-microphone:before{content:"";}.dashicons-migrate:before{content:"";}.dashicons-minus:before{content:"";}.dashicons-money-alt:before{content:"";}.dashicons-money:before{content:"";}.dashicons-move:before{content:"";}.dashicons-nametag:before{content:"";}.dashicons-networking:before{content:"";}.dashicons-no-alt:before{content:"";}.dashicons-no:before{content:"";}.dashicons-open-folder:before{content:"";}.dashicons-palmtree:before{content:"";}.dashicons-paperclip:before{content:"";}.dashicons-pdf:before{content:"";}.dashicons-performance:before{content:"";}.dashicons-pets:before{content:"";}.dashicons-phone:before{content:"";}.dashicons-pinterest:before{content:"";}.dashicons-playlist-audio:before{content:"";}.dashicons-playlist-video:before{content:"";}.dashicons-plugins-checked:before{content:"";}.dashicons-plus-alt:before{content:"";}.dashicons-plus-alt2:before{content:"";}.dashicons-plus:before{content:"";}.dashicons-podio:before{content:"";}.dashicons-portfolio:before{content:"";}.dashicons-post-status:before{content:"";}.dashicons-pressthis:before{content:"";}.dashicons-printer:before{content:"";}.dashicons-privacy:before{content:"";}.dashicons-products:before{content:"";}.dashicons-randomize:before{content:"";}.dashicons-reddit:before{content:"";}.dashicons-redo:before{content:"";}.dashicons-remove:before{content:"";}.dashicons-rest-api:before{content:"";}.dashicons-rss:before{content:"";}.dashicons-saved:before{content:"";}.dashicons-schedule:before{content:"";}.dashicons-screenoptions:before{content:"";}.dashicons-search:before{content:"";}.dashicons-share-alt:before{content:"";}.dashicons-share-alt2:before{content:"";}.dashicons-share:before{content:"";}.dashicons-shield-alt:before{content:"";}.dashicons-shield:before{content:"";}.dashicons-shortcode:before{content:"";}.dashicons-slides:before{content:"";}.dashicons-smartphone:before{content:"";}.dashicons-smiley:before{content:"";}.dashicons-sort:before{content:"";}.dashicons-sos:before{content:"";}.dashicons-spotify:before{content:"";}.dashicons-star-empty:before{content:"";}.dashicons-star-filled:before{content:"";}.dashicons-star-half:before{content:"";}.dashicons-sticky:before{content:"";}.dashicons-store:before{content:"";}.dashicons-superhero-alt:before{content:"";}.dashicons-superhero:before{content:"";}.dashicons-table-col-after:before{content:"";}.dashicons-table-col-before:before{content:"";}.dashicons-table-col-delete:before{content:"";}.dashicons-table-row-after:before{content:"";}.dashicons-table-row-before:before{content:"";}.dashicons-table-row-delete:before{content:"";}.dashicons-tablet:before{content:"";}.dashicons-tag:before{content:"";}.dashicons-tagcloud:before{content:"";}.dashicons-testimonial:before{content:"";}.dashicons-text-page:before{content:"";}.dashicons-text:before{content:"";}.dashicons-thumbs-down:before{content:"";}.dashicons-thumbs-up:before{content:"";}.dashicons-tickets-alt:before{content:"";}.dashicons-tickets:before{content:"";}.dashicons-tide:before{content:"";}.dashicons-translation:before{content:"";}.dashicons-trash:before{content:"";}.dashicons-twitch:before{content:"";}.dashicons-twitter-alt:before{content:"";}.dashicons-twitter:before{content:"";}.dashicons-undo:before{content:"";}.dashicons-universal-access-alt:before{content:"";}.dashicons-universal-access:before{content:"";}.dashicons-unlock:before{content:"";}.dashicons-update-alt:before{content:"";}.dashicons-update:before{content:"";}.dashicons-upload:before{content:"";}.dashicons-vault:before{content:"";}.dashicons-video-alt:before{content:"";}.dashicons-video-alt2:before{content:"";}.dashicons-video-alt3:before{content:"";}.dashicons-visibility:before{content:"";}.dashicons-warning:before{content:"";}.dashicons-welcome-add-page:before{content:"";}.dashicons-welcome-comments:before{content:"";}.dashicons-welcome-learn-more:before{content:"";}.dashicons-welcome-view-site:before{content:"";}.dashicons-welcome-widgets-menus:before{content:"";}.dashicons-welcome-write-blog:before{content:"";}.dashicons-whatsapp:before{content:"";}.dashicons-wordpress-alt:before{content:"";}.dashicons-wordpress:before{content:"";}.dashicons-xing:before{content:"";}.dashicons-yes-alt:before{content:"";}.dashicons-yes:before{content:"";}.dashicons-youtube:before{content:"";}.dashicons-editor-distractionfree:before{content:"";}.dashicons-exerpt-view:before{content:"";}.dashicons-format-links:before{content:"";}.dashicons-format-standard:before{content:"";}.dashicons-post-trash:before{content:"";}.dashicons-share1:before{content:"";}.dashicons-welcome-edit-page:before{content:"";}.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 .5em 1em;padding:.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:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative;}form.submitting .wpcf7-spinner{visibility:visible;}.wpcf7-spinner::before{content:"";position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1000ms;animation-timing-function:linear;animation-iteration-count:infinite;}@media (prefers-reduced-motion: reduce){.wpcf7-spinner::before{animation-name:blink;animation-duration:2000ms;}}@keyframes spin{from{transform:rotate(0deg);}to{transform:rotate(360deg);}}@keyframes blink{from{opacity:0;}50%{opacity:1;}to{opacity:0;}}.wpcf7 [inert]{opacity:.5;}.wpcf7 input[type="file"]{cursor:pointer;}.wpcf7 input[type="file"]:disabled{cursor:default;}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed;}.wpcf7 input[type="url"],.wpcf7 input[type="email"],.wpcf7 input[type="tel"]{direction:ltr;}.wpcf7-reflection > output{display:list-item;list-style:none;}.wpcf7-reflection > output[hidden]{display:none;}.attachment svg,.widget_media_image svg{max-width:100%;height:auto;}.wpProQuiz_content .wpProQuiz_answerCorrect{background:#6db46d;font-weight:700;}.wpProQuiz_content .wpProQuiz_answerCorrect label{font-weight:700;}.wpProQuiz_content .wpProQuiz_answerIncorrect{background:#ff9191;font-weight:700;}.wpProQuiz_content .wpProQuiz_answerCorrectIncomplete{border:1px solid #6db46d !important;font-weight:700;}.wpProQuiz_content{margin-bottom:10px;margin-top:10px;}.wpProQuiz_content .wpProQuiz_question_page,.wpProQuiz_content h2{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700;}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{margin-bottom:0;overflow:auto;padding:3px;}.wpProQuiz_content .wpProQuiz_questionListItem{background-image:none;border:0;list-style:none;margin-bottom:5px;margin-left:0;padding:3px;}.wpProQuiz_content .wpProQuiz_questionListItem.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:collapse;margin:0;padding:0;width:100%;}.wpProQuiz_content .wpProQuiz_catOverview ol,.wpProQuiz_content .wpProQuiz_list,.wpProQuiz_content .wpProQuiz_listItem,.wpProQuiz_content .wpProQuiz_maxtrixSortCriterion,.wpProQuiz_content .wpProQuiz_questionList,.wpProQuiz_content .wpProQuiz_resultsList,.wpProQuiz_content .wpProQuiz_sortStringList{list-style:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_list{border:0;}.wpProQuiz_content .wpProQuiz_questionList{background:#f8faf5;border:1px solid #c3d1a3;list-style:none;margin-bottom:10px;overflow:auto;padding:5px;}.wpProQuiz_content .wpProQuiz_listItem{background-image:none;border:0;position:relative;}.wpProQuiz_content .wpProQuiz_listItem.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;box-shadow:1px 1px 2px #aaa;margin-bottom:15px;padding:5px;}.wpProQuiz_content .wpProQuiz_response span{font-weight:700;}.wpProQuiz_content .wpProQuiz_sort{width:25px;}.wpProQuiz_content .wpProQuiz_results h3{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_sort_correct_answer{display:none;font-weight:700;margin-right:5px;}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{background-color:#f8faf5;border:1px solid #d3d3d3;box-shadow:2px 2px 1px #eee;cursor:move;padding:5px;}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-bottom:5px;margin-top:5px;}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:blue;height:10px;margin-bottom:5px;}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-size:15px;font-weight:700;text-align:center;}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px;}.wpProQuiz_content .wpProQuiz_tipp>div{background-color:#ddecff;border:1px dotted #363636;border-radius:10px;bottom:5px;box-shadow:2px 2px 5px 0 #313131;left:5px;padding:10px;position:absolute;right:5px;z-index:99999;}.wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:275px;width:100%;}.wpProQuiz_content .wpProQuiz_matrixSortString,.wpProQuiz_content .wpProQuiz_matrixSortString>h3{margin-bottom:10px;margin-top:0;}.wpProQuiz_content .wpProQuiz_matrixSortString{background:#f8faf5;border:1px solid #c3d1a3;overflow:auto;padding:5px;}.wpProQuiz_content ul.wpProQuiz_sortStringList{height:100%;min-height:20px;padding:10px;width:100%;}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb !important;}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:left;margin-bottom:5px;margin-left:5px;margin-right:5px;}.wpProQuiz_content .wpProQuiz_sortStringItem{background-image:none;list-style:none;margin:0;}.wpProQuiz_content .wpProQuiz_sortStringItem.nitro-lazy{background-image:none !important;}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{height:100%;margin:0;overflow:auto;padding:5px;}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;background-image:none;border:2px dashed red !important;height:100%;list-style:none;margin:0;min-width:50px;padding:0;width:100%;}.wpProQuiz_content .wpProQuiz_placehold.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_maxtrixSortText{padding:5px;}.wpProQuiz_content .wpProQuiz_mextrixTr>td{border:1px solid #d1d1d1;padding:5px;vertical-align:middle;}.wpProQuiz_content .wpProQuiz_earned_points,.wpProQuiz_content .wpProQuiz_graded_points,.wpProQuiz_content .wpProQuiz_points{font-weight:700;margin-bottom:20px;text-align:center;}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:rgba(0,0,0,0);border:0;border-bottom:1px solid;border-radius:0;box-shadow:0 0;color:#000;height:auto;margin:0;padding:0 4px;}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:none;}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerCorrect{background-color:#b0dab0;}.wpProQuiz_content .wpProQuiz_cloze input.wpProQuiz_answerIncorrect{background-color:#ffbaba;}.wpProQuiz_content .wpProQuiz_questionListItem input,.wpProQuiz_questionListItem label{display:inline;font-weight:400;margin:0;}.wpProQuiz_content .wpProQuiz_questionListItem input{display:inline;float:none;}.wpProQuiz_content .wpProQuiz_resultsList{border:0;}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;border:0;list-style-type:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_resultsList>li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{background-color:#fff7f7;border:1px dotted #ffc3c3;}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{font-weight:700;margin:20px;}.wpProQuiz_content li.wpProQuiz_listItem .wpProQuiz_questionList_containers{display:none;}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input[type=button]{border-radius:5px;display:inline-flex;opacity:.5;padding:.15em;vertical-align:initial;}.wpProQuiz_content li.wpProQuiz_listItem div.wpProQuiz_questionList_containers input.wpProQuiz_questionList_containers_view_active{opacity:1;outline:none;}.wpProQuiz_toplistTable{border:1px solid #c3d1a3;border-collapse:collapse;margin:0;width:100%;}.wpProQuiz_toplistTable caption{caption-side:top;color:gray;font-size:11px;margin:0;padding-bottom:2px;text-align:right;}.wpProQuiz_toplistTable thead tr{background:#9bbb59;color:#fff;font-weight:700;padding:5px;}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700;}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{border:0;padding:5px;text-align:center;}.wpProQuiz_toplistTable th{background:#9bbb59;}.wpProQuiz_toplistTable th.col-pos{width:10%;}.wpProQuiz_toplistTable th.col-name{text-align:left;}.wpProQuiz_toplistTable th.col-date{width:25%;}.wpProQuiz_toplistTable th.col-points{width:13%;}.wpProQuiz_toplistTable th.col-results{width:15%;}.wpProQuiz_toplistTable td{font-size:.75em;text-align:center;}.wpProQuiz_toplistTable td.col-name{text-align:left;}.wpProQuiz_toplistTable td.col-date{font-size:.8em;}.wpProQuiz_toplistTrOdd{background-color:#ebf1de;}.wpProQuiz_content .wpProQuiz_addToplist{background-color:#f5faea;border:1px solid #c3d1a3;margin-top:10px;padding:10px;}.wpProQuiz_content .wpProQuiz_addToplistMessage{background-color:#fcffb3;border:1px solid #a0a0a0;border-radius:5px;color:dimgray;font-weight:700;margin-bottom:5px;padding:5px;}.wpProQuiz_content .wpProQuiz_resultTable{border:1px solid #c4c4c4;font-weight:700;margin:15px auto;padding:15px;width:85%;}.wpProQuiz_content .wpProQuiz_resultTable table{border:0;border-collapse:collapse;margin:0;width:100%;}.wpProQuiz_content .wpProQuiz_resultName{border:0;border-right:1px solid #868686;min-width:100px;padding:10px 0;width:35%;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{border:0;padding:0;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue .progress-number{font-size:.8em;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_AvgScore .progress-meter{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue_YourScore .progress-meter{background-color:#f79646;}.wpProQuiz_content .wpProQuiz_resultValue div{zoom:1;box-shadow:1px 1px 3px 1px #c4c4c4;color:#000;display:inline-block;height:18px;margin-right:3px;text-align:right;vertical-align:middle;}.wpProQuiz_content .wpProQuiz_addBox label{display:inline;}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0;}.wpProQuiz_content .wpProQuiz_reviewQuestion{-webkit-overflow-scrolling:touch;max-height:100px;overflow-y:scroll;position:relative;}.wpProQuiz_content .wpProQuiz_box,.wpProQuiz_content .wpProQuiz_reviewQuestion{background-color:#f8faf5;border:1px solid #c3d1a3;}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0;}.wpProQuiz_content .wpProQuiz_reviewQuestion ol{zoom:1;border:0;list-style-type:none;margin:0;padding:5px 12px 0 5px;position:relative;}.wpProQuiz_content .wpProQuiz_reviewQuestion li{background-color:#fff;background-image:none;border:1px solid #cfcfcf;cursor:pointer;float:left;list-style-type:none;margin:0 5px 5px 0;padding:5px 0;text-align:center;width:30px;}.wpProQuiz_content .wpProQuiz_reviewQuestion li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_reviewLegend{margin-bottom:8px;padding:5px;}.wpProQuiz_content .wpProQuiz_reviewLegend ol{border:0;list-style-type:none;margin:0;padding:0;}.wpProQuiz_content .wpProQuiz_reviewLegend li{background-image:none;border:0;float:left;list-style-type:none;margin:0;padding-right:5px;}.wpProQuiz_content .wpProQuiz_reviewLegend li.nitro-lazy{background-image:none !important;}.wpProQuiz_content .wpProQuiz_reviewColor{display:inline-block;height:15px;margin-right:2px;width:15px;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewQuestion_Target,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#7db1d3;border-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4;font-weight:700;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerCorrect{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_AnswerIncorrect{background-color:#ffbaba;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{background-color:#6ca54c;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{background-color:#ffb800;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedCorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedCorrect{background-color:#6ca54c;color:#000;}.wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolvedIncorrect,.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolvedIncorrect{background-color:#ffbaba;color:#000;}.wpProQuiz_content .wpProQuiz_button2{background:#f5f5f5;border:1px solid #dadada;border-radius:4px;box-shadow:1px 1px 1px #a7a7a7;color:#303030;filter:none;font-weight:400;margin:0;padding:3px 5px;text-shadow:none;}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb;}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0;}.wpProQuiz_content .wpProQuiz_header{margin:0;}.wpProQuiz_content .wpProQuiz_catOverview{margin-bottom:20px;margin-top:10px;}.wpProQuiz_content .wpProQuiz_catOverview li{border-bottom:1px dashed #aaa;clear:left;height:1.05em;list-style:none;margin:10px 0 0;padding:0;position:relative;}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;float:left;padding:0 3px 0 0;position:absolute;text-decoration:none;}.wpProQuiz_content span.wpProQuiz_catPercent{color:#000;font-weight:700;padding-left:5px;right:0;}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0;}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700;}.wpProQuiz_content .wpProQuiz_invalidate{background:#ffebe8;border:1px solid #ffcfcf;display:none;margin:4px 0;padding:4px;}.wpProQuiz_content .wpProQuiz_forms table{border-collapse:initial;border-spacing:2px;width:auto;}.wpProQuiz_content .wpProQuiz_forms td{background:none;border:0;margin:0;padding:0 0 8px;vertical-align:top;}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{display:inline;float:none;margin:0;}.wpProQuiz_content .wpProQuiz_forms select{width:auto;}.wpProQuiz_content .uploadEssayMessage{width:100%;}.wpProQuiz_content .uploadEssayMessage_fail{color:red;}.wpProQuiz_content .uploadEssayMessage_success{color:green;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox{background-color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;bottom:0;box-shadow:0 0 10px rgba(0,0,0,.2);position:fixed;right:15px;transition:height 2s ease-in-out;width:400px;z-index:100;}@media screen and (max-width:400px){.learndash-virtual-instructor .ld-virtual-instructor-chatbox{right:0;width:100%;}}.learndash-virtual-instructor .ld-virtual-instructor-chatbox *{box-sizing:border-box;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--open{height:auto;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox--close{height:75px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header{align-items:center;background-color:#0d6efd;border:1px solid #0d6efd;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;gap:15px;height:auto;justify-content:space-between;padding:10px 20px;position:relative;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__avatar{background-color:#fff;border:1px solid #fff;border-radius:50%;height:50px;padding:1px;width:50px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading-wrapper{margin-right:auto;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__heading{color:#fff;font-size:1rem;font-weight:400;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__subheading{color:#fff;font-size:1.2rem;font-weight:700;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button{align-items:center;background:transparent;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:30px;justify-content:center;padding:0;width:30px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button:before{font-family:dashicons,sans-serif;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--close:before{content:"";}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__header-button--open:before{content:"";}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__body{height:450px;overflow-x:hidden;overflow-y:scroll;padding:10px 10px 0;position:relative;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__messages-container{display:flex;flex-direction:column;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message{border-radius:10px;display:inline-block;margin:10px;max-width:80%;padding:10px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--assistant{align-self:flex-start;background-color:#f0f0f0;color:#333;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--user{align-self:flex-end;background-color:#0d6efd;color:#fff;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message--error{background:#fff5f5;border:1px solid #fa6b6b;border-radius:10px;font-size:.75rem;margin:0 auto;max-width:60%;padding:10px;text-align:center;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-text{font-size:1rem;margin:0;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__message-label--error{color:#c53030;font-weight:700;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader{animation:ld-virtual-instructor-chat-loader 1s steps(4) infinite;aspect-ratio:4;background:radial-gradient(circle closest-side,#000 90%,transparent) 0/33.3333333333% 100% space;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);margin:10px auto;width:30px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--hidden{display:none;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__loader--visible{display:block;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form{display:flex;height:50px;margin:10px 0;padding:0 10px;width:100%;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]{border:1px solid #f0f0f0;border-radius:10px 0 0 10px;flex:1;padding:10px;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-input[type=text]:focus{outline:none;}.learndash-virtual-instructor .ld-virtual-instructor-chatbox__form-button{background-color:#0d6efd;border:none;border-radius:0 10px 10px 0;color:#fff;cursor:pointer;padding:10px;}@keyframes ld-virtual-instructor-chat-loader{to{-webkit-clip-path:inset(0 -34% 0 0);clip-path:inset(0 -34% 0 0);}}.jq-dropdown{display:none;position:absolute;z-index:1039;}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);list-style:none;margin:0;max-width:360px;min-width:160px;overflow:visible;padding:4px 0;}.jq-dropdown .jq-dropdown-panel{padding:10px;}.jq-dropdown.jq-dropdown-tip{margin-top:8px;}.jq-dropdown.jq-dropdown-tip:before{border-bottom:7px solid #ddd;border-left:7px solid rgba(0,0,0,0);border-right:7px solid rgba(0,0,0,0);content:"";display:inline-block;left:9px;position:absolute;top:-6px;}.jq-dropdown.jq-dropdown-tip:after{border-bottom:6px solid #fff;border-left:6px solid rgba(0,0,0,0);border-right:6px solid rgba(0,0,0,0);content:"";display:inline-block;left:10px;position:absolute;top:-5px;}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:before{left:auto;right:9px;}.jq-dropdown.jq-dropdown-tip.jq-dropdown-anchor-right:after{left:auto;right:10px;}.jq-dropdown.jq-dropdown-scroll .jq-dropdown-menu,.jq-dropdown.jq-dropdown-scroll .jq-dropdown-panel{max-height:180px;overflow:auto;}.jq-dropdown .jq-dropdown-menu li{line-height:18px;list-style:none;margin:0;padding:0;}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{color:inherit;display:block;line-height:18px;margin:0;padding:3px 15px;text-decoration:none;white-space:nowrap;}.jq-dropdown .jq-dropdown-menu label:hover,.jq-dropdown .jq-dropdown-menu li>a:hover{background-color:#f2f2f2;color:inherit;cursor:pointer;}.jq-dropdown .jq-dropdown-menu .jq-dropdown-divider{border-top:1px solid #e5e5e5;font-size:1px;margin:5px 0;padding:0;}body.learndash-cpt.learndash-embed-responsive .ld-video{height:0;overflow:hidden;padding-bottom:56.25%;position:relative;}body.learndash-cpt.learndash-embed-responsive .ld-video div.wp-video,body.learndash-cpt.learndash-embed-responsive .ld-video embed,body.learndash-cpt.learndash-embed-responsive .ld-video iframe,body.learndash-cpt.learndash-embed-responsive .ld-video object,body.learndash-cpt.learndash-embed-responsive .ld-video video{height:100%;left:0;top:0;width:100% !important;}body.learndash-cpt.learndash-embed-responsive .ld-video iframe{position:absolute;}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] iframe{position:unset;}body.learndash-cpt.learndash-embed-responsive .ld-video[data-video-provider=vooplayer] .spotlightr-id iframe{position:absolute;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video,body.learndash-cpt.learndash-embed-responsive .mejs-overlay.mejs-video.load,body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{height:100% !important;width:100% !important;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video{padding-top:56.25%;}body.learndash-cpt.learndash-embed-responsive .wp-video,body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{max-width:100% !important;}body.learndash-cpt.learndash-embed-responsive video.wp-video-shortcode{position:relative;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-mediaelement{bottom:0;left:0;position:absolute;right:0;top:0;}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{bottom:0;height:auto !important;left:0;right:0;top:0;width:auto !important;}.ld-icon{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;}.ld-icon-alert:before{content:"";}.ld-icon-unlocked:before{content:"";}.ld-icon-quiz:before{content:"";}.ld-icon-materials:before{content:"";}.ld-icon-download:before{content:"";}.ld-icon-course-outline:before{content:"";}.ld-icon-content:before{content:"";}.ld-icon-checkmark:before,.ld-icon-complete:before{content:"";}.ld-icon-clock:before{content:"";}.ld-icon-certificate:before{content:"";}.ld-icon-calendar:before{content:"";}.ld-icon-assignment:before{content:"";}.ld-icon-arrow-up:before{content:"";}.ld-icon-arrow-right:before{content:"";}.ld-icon-arrow-left:before{content:"";}.ld-icon-arrow-down:before{content:"";}.ld-icon-login:before{content:"";}.ld-icon-delete:before,.ld-icon-remove:before{content:"";}.ld-icon-comments:before{content:"";}.ld-icon-search:before{content:"";}.learndash-wrapper *{box-sizing:border-box;}.learndash-wrapper .learndash_checkout_buttons{margin:0 .5em 0 0;}.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper #btn-join .ld-icon,.learndash-wrapper .btn-join .ld-icon{font-size:.875em;}.learndash-wrapper #btn-join .ld-text,.learndash-wrapper .btn-join .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper #btn-join+.ld-button,.learndash-wrapper .btn-join+.ld-button{margin-left:1em;}.learndash-wrapper #btn-join.ld-compact,.learndash-wrapper .btn-join.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper #btn-join.ld-compact .ld-icon,.learndash-wrapper .btn-join.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper #btn-join.ld-compact .ld-text,.learndash-wrapper .btn-join.ld-compact .ld-text{padding:0;}.learndash-wrapper #btn-join.ld-button-alternate,.learndash-wrapper .btn-join.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper #btn-join.ld-button-alternate .ld-icon,.learndash-wrapper .btn-join.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper #btn-join.ld-button-alternate .ld-text,.learndash-wrapper .btn-join.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper #btn-join.ld-button-alternate:hover,.learndash-wrapper .btn-join.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper #btn-join.ld-button-transparent,.learndash-wrapper .btn-join.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper #btn-join.ld-button-transparent.ld-status-complete,.learndash-wrapper .btn-join.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper #btn-join.ld-button-transparent:hover,.learndash-wrapper .btn-join.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper #btn-join.ld-button-reverse,.learndash-wrapper .btn-join.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper #btn-join.ld-button-reverse:hover,.learndash-wrapper .btn-join.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper #btn-join:disabled,.learndash-wrapper .btn-join:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{opacity:.75;}.learndash-wrapper #btn-join:focus,.learndash-wrapper .btn-join:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{max-width:100%;}}@media (max-width:640px){.learndash-wrapper #btn-join,.learndash-wrapper .btn-join{margin-left:10px;text-align:left;}}.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;cursor:default;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper #btn-join:disabled:hover .ld-icon,.learndash-wrapper .btn-join:disabled:hover .ld-icon{font-size:.875em;}.learndash-wrapper #btn-join:disabled:hover .ld-text,.learndash-wrapper .btn-join:disabled:hover .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper #btn-join:disabled:hover+.ld-button,.learndash-wrapper .btn-join:disabled:hover+.ld-button{margin-left:1em;}.learndash-wrapper #btn-join:disabled:hover.ld-compact,.learndash-wrapper .btn-join:disabled:hover.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-icon,.learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper #btn-join:disabled:hover.ld-compact .ld-text,.learndash-wrapper .btn-join:disabled:hover.ld-compact .ld-text{padding:0;}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-icon,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate .ld-text,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper #btn-join:disabled:hover.ld-button-alternate:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent.ld-status-complete,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper #btn-join:disabled:hover.ld-button-transparent:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse,.learndash-wrapper .btn-join:disabled:hover.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper #btn-join:disabled:hover.ld-button-reverse:hover,.learndash-wrapper .btn-join:disabled:hover.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper #btn-join:disabled:hover:disabled,.learndash-wrapper .btn-join:disabled:hover:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper #btn-join:disabled:hover:hover,.learndash-wrapper .btn-join:disabled:hover:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper #btn-join:disabled:hover:disabled:hover,.learndash-wrapper .btn-join:disabled:hover:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper #btn-join:disabled:hover:focus,.learndash-wrapper .btn-join:disabled:hover:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{max-width:100%;}}@media (max-width:640px){.learndash-wrapper #btn-join:disabled:hover,.learndash-wrapper .btn-join:disabled:hover{margin-left:10px;text-align:left;}}.learndash-wrapper #btn-join:hover,.learndash-wrapper .btn-join:hover{color:#fff;}.learndash-wrapper #btn-join.btn-disabled,.learndash-wrapper .btn-join.btn-disabled{background-color:#728188;cursor:default;}.learndash-wrapper #btn-join.btn-disabled:hover,.learndash-wrapper .btn-join.btn-disabled:hover{background-color:#728188;opacity:1;}.learndash-wrapper .ld-button{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .ld-button .ld-icon{font-size:.875em;}.learndash-wrapper .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-button+.ld-button{margin-left:1em;}.learndash-wrapper .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-button.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-button.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .ld-button.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-button.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .ld-button.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .ld-button.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-button.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .ld-button.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-button:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-button:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .ld-button:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-button:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .ld-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-button{margin-left:10px;text-align:left;}}.learndash-wrapper .ld-button .ld-icon{transition:all .25s ease-in-out;}.learndash-wrapper .ld-button:hover .ld-icon-arrow-right{transform:translateX(3px);}.learndash-wrapper .ld-button:hover .ld-icon-arrow-left{transform:translateX(-3px);}.learndash-wrapper a{border-bottom:none !important;box-shadow:none !important;text-decoration:none;text-shadow:none;}.learndash-wrapper a:hover{text-decoration:none;}.learndash-wrapper.ld-container{display:flex;margin:auto;max-width:1280px;padding:0 2em;}.learndash-wrapper .ld-page-content{flex:1 auto;padding-right:2.5%;}.learndash-wrapper .ld-sidebar-content{flex:0 0 250px;padding-left:2.5%;}.learndash-wrapper .ld-profile-avatar{border-radius:100%;overflow:hidden;}.learndash-wrapper .ld-profile-avatar img{height:auto;width:100%;}@media (max-width:1024px){.learndash-wrapper.ld-container{flex-direction:column;}.learndash-wrapper .ld-page-content{margin-bottom:3em;}}.learndash-wrapper #sfwd-mark-complete,.learndash-wrapper .sfwd-mark-complete{display:block;overflow:hidden;position:relative;}@media (max-width:960px){.learndash-wrapper #sfwd-mark-complete,.learndash-wrapper .sfwd-mark-complete{width:100%;}}.learndash-wrapper #sfwd-mark-complete:after,.learndash-wrapper .sfwd-mark-complete:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;padding-right:.15em;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%);}.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{align-items:center;background-color:#00a2e8;background-color:#019e7c;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper #learndash_mark_complete_button .ld-icon,.learndash-wrapper .learndash_mark_complete_button .ld-icon{font-size:.875em;}.learndash-wrapper #learndash_mark_complete_button .ld-text,.learndash-wrapper .learndash_mark_complete_button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper #learndash_mark_complete_button+.ld-button,.learndash-wrapper .learndash_mark_complete_button+.ld-button{margin-left:1em;}.learndash-wrapper #learndash_mark_complete_button.ld-compact,.learndash-wrapper .learndash_mark_complete_button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-icon,.learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-text,.learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-text{padding:0;}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-icon,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate .ld-text,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper #learndash_mark_complete_button.ld-button-alternate:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent.ld-status-complete,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse,.learndash-wrapper .learndash_mark_complete_button.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse:hover,.learndash-wrapper .learndash_mark_complete_button.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper #learndash_mark_complete_button:disabled,.learndash-wrapper .learndash_mark_complete_button:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper #learndash_mark_complete_button:hover,.learndash-wrapper .learndash_mark_complete_button:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper #learndash_mark_complete_button:disabled:hover,.learndash-wrapper .learndash_mark_complete_button:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper #learndash_mark_complete_button:focus,.learndash-wrapper .learndash_mark_complete_button:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{margin-left:10px;text-align:left;}}.learndash-wrapper #learndash_mark_complete_button:disabled,.learndash-wrapper .learndash_mark_complete_button:disabled{background:#4c4c4c !important;cursor:pointer;filter:grayscale(100%);}@media (max-width:768px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{line-height:1.5em;max-width:100%;white-space:normal;}}@media (max-width:640px){.learndash-wrapper #learndash_mark_complete_button,.learndash-wrapper .learndash_mark_complete_button{margin-left:0;max-width:100%;}}.learndash-wrapper .ld-content-actions{border-top:2px solid #e2e7ed;clear:both;display:flex;justify-content:space-between;padding:1em 0;}.learndash-wrapper .ld-content-actions .ld-content-action{flex-basis:200px;padding:5px;position:relative;}@media (max-width:640px){.learndash-wrapper .ld-content-actions .ld-content-action a.ld-button{margin-left:0;}}.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:.75em;margin:0 auto;text-align:center;width:100%;}@media (max-width:960px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{display:flex;justify-content:space-between;padding:1.25em;}}@media (max-width:768px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{display:block;padding:1.25em;}}@media (max-width:640px){.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{display:block;font-size:1rem;margin:0;text-align:center;width:100%;}}@media (max-width:960px){.learndash-wrapper .ld-content-actions .ld-content-action{align-items:center;display:flex;flex-direction:column;flex-wrap:wrap;justify-content:center;}}@media (max-width:768px){.learndash-wrapper .ld-content-actions .ld-content-action{padding:1em;}.learndash-wrapper .ld-content-actions{align-items:flex-start;justify-content:space-evenly;}}@media (max-width:960px){.learndash-wrapper .ld-content-actions{align-items:flex-start;justify-content:space-evenly;}}.learndash-wrapper .ld-content-actions .ld-content-action+a{align-self:center;}.learndash-wrapper .ld-content-actions>a{flex:1;font-size:.75em;text-align:center;}.learndash-wrapper .ld-content-actions #learndash_timer,.learndash-wrapper .ld-content-actions .learndash_timer{color:#728188;display:block;font-weight:700;left:0;padding:1em;position:absolute;right:0;text-align:center;top:100%;}@media (max-width:768px){.learndash-wrapper .ld-content-actions{align-items:flex-start;flex-direction:row;justify-content:space-evenly;}.learndash-wrapper .ld-content-actions .ld-content-action{flex:1;}.learndash-wrapper .ld-content-actions>*{margin-bottom:2em;margin-left:0;}}@media (max-width:768px) and (max-width:640px){.learndash-wrapper .ld-content-actions>*{margin-bottom:0;}}@media (max-width:640px){.learndash-wrapper .ld-content-actions{flex-direction:column-reverse;}.learndash-wrapper .ld-content-actions div:first-child,.learndash-wrapper .ld-content-actions div:nth-child(3){width:100%;}.learndash-wrapper .ld-content-actions div:nth-child(2){order:1;width:100%;}}.learndash-wrapper .ld-mobile-only{display:none !important;}@media (max-width:640px){.learndash-wrapper .ld-mobile-only{display:inherit !important;}.learndash-wrapper .ld-not-mobile{display:none !important;}}.learndash-wrapper .ld-loading{position:relative;}.learndash-wrapper .ld-loading:after{background:rgba(255,255,255,.5);bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:99;}.learndash-wrapper .ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid rgba(0,0,0,.5);border-radius:50%;border-top-color:#00a2e8;content:"";display:block;height:40px;left:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;width:40px;z-index:100;}.learndash-wrapper .order-overview{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 6px 6px #ccc;font-size:18px;margin-bottom:30px;padding:35px 25px 20px;}.learndash-wrapper .order-overview .order-heading{display:block;font-size:24px;font-weight:700;margin-bottom:30px;}.learndash-wrapper .order-overview .purchase-title{font-size:22px;margin-bottom:22px;}.learndash-wrapper .order-overview .purchase-rows{border:1px solid #e2e7ed;border-radius:6px;}.learndash-wrapper .order-overview .purchase-rows .purchase-row{border-bottom:1px solid #e2e7ed;display:flex;justify-content:space-between;padding:10px 15px;}.learndash-wrapper .order-overview .purchase-rows .purchase-row:last-of-type{border-bottom:none;}.learndash-wrapper .order-overview .purchase-rows .purchase-row .purchase-label{font-weight:700;}.learndash-wrapper .order-overview .coupon-form{display:flex;float:right;margin-top:30px;width:60%;}@media (max-width:1024px){.learndash-wrapper .order-overview .coupon-form{width:100%;}}.learndash-wrapper .order-overview .coupon-form input{padding:9px;width:50%;}.learndash-wrapper .order-overview .coupon-form input:first-of-type{border-bottom-left-radius:6px;border-color:#737373;border-top-left-radius:6px;font-size:.75em;margin-right:-2px;padding-left:15px;}.learndash-wrapper .order-overview .coupon-form input:last-of-type{background:#737373;border-bottom-right-radius:6px;border-color:#737373;border-top-right-radius:6px;color:#fff;font-size:.75em;font-weight:800;}.learndash-wrapper .order-overview .coupon-form input:last-of-type:hover{color:#fff;opacity:.9;}.learndash-wrapper .order-overview #remove-coupon-form{align-items:center;display:inline-flex;}.learndash-wrapper .order-overview #remove-coupon-form span{padding-left:20px;white-space:nowrap;}.learndash-wrapper .order-overview #remove-coupon-form input[type=submit]{background:#737373;border-color:#737373;border-radius:6px;color:#fff;font-size:11px;height:22px;margin-left:5px;padding:0 6px;}.learndash-wrapper .order-overview #remove-coupon-form input[type=submit]:hover{color:#fff;opacity:.9;}.learndash-wrapper .order-overview .totals{float:right;margin-top:30px;width:60%;}@media (max-width:1024px){.learndash-wrapper .order-overview .totals{width:100%;}}.learndash-wrapper .order-overview .totals .order-heading{margin-bottom:20px;}.learndash-wrapper .order-overview .order-overview-return{clear:both;display:block;font-size:15px;padding-top:30px;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-mode-subscribe .ld-course-status-price{color:#728188;font-size:24px;}.learndash-wrapper .ld-course-status .ld-course-status-mode-subscribe .ld-text{color:#728188;font-weight:700;}.learndash-wrapper #learndash-checkout-wrapper{align-items:flex-start;column-gap:40px;display:flex;}.learndash-wrapper #learndash-registration-wrapper{width:100%;}.learndash-wrapper #learndash-registration-wrapper #btn-join,.learndash-wrapper #learndash-registration-wrapper .btn-join{float:right;margin:15px -5px 15px auto;max-width:100%;width:60%;}@media (max-width:1024px){.learndash-wrapper #learndash-registration-wrapper #btn-join,.learndash-wrapper #learndash-registration-wrapper .btn-join{width:100%;}}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength{font-size:1em;font-weight:600;padding:3px .5em;text-align:center;}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.strong{background-color:#c1e1b9;border-color:#83c373;}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.short{background-color:#f1adad;border-color:#e35b5b;}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53;}.learndash-wrapper #learndash-registration-wrapper .learndash-password-strength.good{background-color:#ffe399;border-color:#ffc733;}.learndash-wrapper #learndash-registration-wrapper .learndash-password-hint{display:block;margin:.5em 0 0;}.learndash-wrapper #learndash-cart-wrapper{border:2px solid #a1a1a1;border-radius:5px;width:50%;}.learndash-wrapper #learndash-cart-wrapper .cart-checkout-form-title{text-align:center;}.learndash-wrapper #learndash-cart-wrapper .ld-cart-item-row{border-bottom:1px solid #ccc;display:flex;font-size:16px;margin:auto 5px;padding:7px 5px;}.learndash-wrapper #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-name{width:60%;}.learndash-wrapper #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-price{width:34%;}.learndash-wrapper #learndash-cart-wrapper .ld-cart-item-row .ld-cart-item-delete{width:6%;}.checkout-dropdown-button .btn-join{background-color:#fff !important;color:#000 !important;font-size:16px !important;font-weight:400 !important;}.checkout-dropdown-button .btn-join:hover{background-color:#f5f5f5 !important;color:#000 !important;}@keyframes ldrotating{to{transform:rotate(1turn);}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.learndash-wrapper .ld-expand-button{min-width:120px;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{flex-basis:15px;}.learndash-wrapper .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-status-icon.ld-status-incomplete{flex-basis:18px;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{flex-basis:10px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{min-width:80px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button.ld-compact{margin-right:1em;min-width:0;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{margin-right:3em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{flex:1;}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{width:100%;}}.learndash-wrapper .ld-group-list{margin-bottom:2em;}.learndash-wrapper .ld-item-list{margin:2em 0 1em;}.learndash-wrapper .ld-item-list .ld-table-list.ld-no-pagination{border-bottom:0 !important;}.learndash-wrapper .ld-item-list .ld-item-list-content{padding:1.5em;}.learndash-wrapper .ld-item-list .ld-section-heading{align-items:center;display:flex;justify-content:space-between;}.learndash-wrapper .ld-item-list .ld-section-heading h3{font-weight:700;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions{align-items:center;display:flex;width:100%;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress{flex:1;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats{align-items:flex-end;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label{font-size:1.5em;text-transform:none;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-bar{background-color:#e2e7ed;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin-left:1em;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-section-heading h2,.learndash-wrapper .ld-item-list .ld-section-heading h3{margin-bottom:10px;text-align:center;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin:10px auto;}}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{border:none;color:#728188;cursor:pointer;display:flex;font-size:.875em;font-weight:800;margin:0;padding:0 10px 0 0;transition:color .3s ease;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{font-size:1.4em;height:20px;margin-left:5px;width:20px;}.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover{color:#00a2e8;text-decoration:none;}.learndash-wrapper .ld-item-list .ld-item-search{height:auto;max-height:0;overflow:hidden;transition:max-height .3s ease;}.learndash-wrapper .ld-item-list .ld-item-search h4{font-weight:700;margin:0 0 .5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{cursor:pointer;display:flex;font-size:.625em;font-weight:700;position:absolute;right:15px;top:10px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-closer:before{content:"x";margin-right:.25em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper{background:#e2e7ed;border-radius:6px;margin:1em 0;overflow:visible;padding:12px;position:relative;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{background:#fff;background:#e2e7ed;content:"";height:16px;left:66px;left:auto;position:absolute;right:175px;top:-8px;transform:rotate(-45deg);width:16px;z-index:9;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{left:20px;right:auto;}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{align-items:flex-end;display:flex;justify-content:space-between;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{flex:1;padding-right:1em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label{color:#728188;display:block;font-size:.875em;margin-bottom:.5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields input,.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields select{background:#fff;border:2px solid #ccd2d9;border-radius:0;height:30px;padding:0 .5em;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name{position:relative;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{background-color:rgba(0,0,0,0);bottom:24px;color:#728188;display:inline-block;font-size:12px;font-weight:700;height:23px;line-height:24px;padding:0 1em;position:absolute;right:18px;text-decoration:none;top:41px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button:before{content:"x";display:inline-block;margin-right:.25em;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button{right:2px;}}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text]{font-size:20px;line-height:31.5px;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:0 0 100px;padding-right:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:30px;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-icon{font-size:.875em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button+.ld-button{margin-left:1em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin-left:10px;text-align:left;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{flex-direction:column;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{margin-bottom:1em;padding-right:0;width:100%;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{flex:1;justify-content:center;}.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button{margin:auto;}}.learndash-wrapper .ld-item-list .ld-item-list-item{background:#fff;border:2px solid #e2e7ed;border-radius:6px;margin:1em 0;}.learndash-wrapper .ld-item-list .ld-item-list-item.ld-is-next{border-color:#00a2e8;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:center;display:flex;justify-content:space-between;padding:20px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:.5em;margin-top:.25em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{align-items:top;color:#495255;display:flex;flex:1 1 100%;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{flex:1;}}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-sep{color:#e2e7ed;padding:0 .5em;}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover{color:#00a2e8;}.learndash-wrapper .ld-item-list .ld-item-list-item a.ld-item-name:hover .ld-item-title .ld-item-components{color:#728188;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-components{color:#728188;display:block;font-size:.825em;font-weight:700;margin-top:.5em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-status{display:inline-block;font-size:.825em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-title .ld-item-component+.ld-status{margin-left:.5em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details{align-items:center;display:flex;justify-content:flex-end;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-expand-button{margin-left:1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-details .ld-certificate-link{color:#019e7c;font-size:26px;margin-right:15px;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{height:auto;max-height:0;overflow:hidden;position:relative;transition:max-height .5s ease;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{background:#fff;content:"";height:16px;left:66px;left:64px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:9;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{background:#e2e7ed;padding:2em 4.125em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding:2em 4.125em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{margin-top:0;}@media (max-width:640px){.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-left:2em;margin-top:0;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-status{margin-left:0;margin-right:1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details .ld-expand-button{margin-left:0;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-progress{padding:2em 1em;}.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{padding-top:0;}}.learndash-wrapper .ld-table-list{border-radius:6px;margin:1.5em 0;overflow:hidden;}.learndash-wrapper .ld-table-list .ld-table-list-header,.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:center;display:flex;justify-content:space-between;overflow-wrap:break-word;padding:20px 0;}.learndash-wrapper .ld-table-list .ld-table-list-header a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview a{color:#333;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{align-items:center;display:flex;flex:1;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-title a,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title a{align-items:center;display:flex;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:center;display:flex;flex:2;justify-content:space-between;padding-left:1em;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column,.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1;padding-left:.25em;padding-right:.25em;text-align:center;}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview{color:#333;}.learndash-wrapper .ld-table-list a.ld-table-list-item-preview:hover{color:#00a2e8;}.learndash-wrapper .ld-table-list .ld-table-list-header{background-color:#00a2e8;color:#fff;font-weight:800;padding:20px 22px;}.learndash-wrapper .ld-table-list .ld-table-list-items{border:2px solid #e2e7ed;border-bottom:0;border-top:0;font-size:.875em;overflow:hidden;padding:0 20px;}@media (max-width:640px){.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px;}}.learndash-wrapper .ld-table-list .ld-table-list-item{border-bottom:1px solid #e2e7ed;padding-left:0;padding-right:0;}.learndash-wrapper .ld-table-list .ld-table-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a{color:#333;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-table-list-title a:hover{color:#00a2e8;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column{color:#728188;font-size:1.2em;font-weight:700;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column a{color:#728188;}.learndash-wrapper .ld-table-list .ld-table-list-item .ld-comments-column .ld-icon-comments{font-size:1.5em;transform:translateY(.2em);}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded{padding:.75em 2em;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list{position:relative;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:32px;position:absolute;top:-8px;transform:rotate(-45deg);width:16px;z-index:9;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-header{background-color:#e2e7ed;color:#495255;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-items{background:#e2e7ed;padding-top:0;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:first-child{border-top:2px solid #495255;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item{border-bottom:1px solid rgba(73,82,85,.2);}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list .ld-table-list-item-preview{padding:10px 0;}.learndash-wrapper .ld-table-list .ld-table-list-footer{background:#e2e7ed;padding:20px;}.learndash-wrapper .ld-table-list .ld-table-list-footer .ld-pagination{margin-bottom:0;}.learndash-wrapper .ld-table-list.ld-no-pagination{border-bottom:2px solid #e2e7ed;}.learndash-wrapper .ld-table-list.ld-no-pagination .ld-table-list-footer{background:rgba(0,0,0,0);padding:0;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.75em;}.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{flex:1;text-align:right;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:0 1 150px;font-size:.875em;line-height:1.4em;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:none;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column.ld-statuscolumn{flex:1;text-align:right;}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{overflow:hidden;}@media (max-width:768px){.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns{display:none;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-title{width:100%;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns{align-items:flex-start;flex-direction:column;padding-top:.5em;width:100%;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{flex:1 auto;margin:0 0 .5em;}.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column .ld-column-label{display:inline-block;margin:0 0 .5em;}.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{flex:1;}}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded,.learndash-wrapper .ld-lesson-list .ld-table-list-items{padding:0;}}.learndash-wrapper .ld-progress{display:flex;flex-direction:column;margin:1em 0;}.learndash-wrapper .ld-progress .ld-progress-heading{display:flex;font-size:.75em;justify-content:space-between;line-height:1em;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{font-weight:800;text-transform:uppercase;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats{display:flex;flex-wrap:wrap;justify-content:flex-start;}.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{color:#019e7c;font-weight:800;margin-right:5px;text-transform:uppercase;}.learndash-wrapper .ld-progress .ld-progress-bar{background-color:#fff;border-radius:7px;height:7px;margin:5px 0;overflow:hidden;}.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{background:#019e7c;height:7px;}.learndash-wrapper .ld-progress.ld-progress-inline{align-items:center;flex-direction:row-reverse;}.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{flex:1 auto;margin-right:1em;}.learndash-wrapper .ld-progress.ld-progress-inline .ld-status{margin-left:1em;}@media (max-width:640px){.learndash-wrapper .ld-progress .ld-progress-heading,.learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline{flex-direction:column;}}.learndash-wrapper .ld-breadcrumbs+.ld-topic-status{padding:0;}.learndash-wrapper.learndash-widget .ld-progress{flex-wrap:wrap;}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{flex-direction:column;margin:.25em 0;order:1;}.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{background-color:#e2e7ed;margin-right:0;width:100%;}.learndash-pager{align-items:center;background-color:#e2e7ed;border-radius:17px;color:#728188;display:inline-flex;font-size:12px;font-weight:700;justify-content:space-between;margin:10px 0;padding:6px 12px;text-transform:uppercase;}.learndash-pager a{border:none !important;box-shadow:none !important;color:#728188;cursor:pointer;font-size:18px;line-height:1em;text-decoration:none !important;}.learndash-pager a:after,.learndash-pager a:before{display:none;}.learndash-pager a.disabled{cursor:default;opacity:.5;}.learndash-pager .pager-left{order:1;}.learndash-pager .pager-legend{order:2;padding:0 8px;}.learndash-pager .pager-right{order:3;}.learndash-wrapper .ld-pagination{align-items:center;color:#728188;display:flex;font-size:.75em;font-weight:700;justify-content:flex-end;margin-bottom:1em;text-transform:uppercase;}.learndash-wrapper .ld-pagination .ld-pages{align-items:center;background-color:#e2e7ed;border-radius:17px;display:flex;flex:0 0 180px;justify-content:space-between;line-height:1;overflow:hidden;padding:.5em;}.learndash-wrapper .ld-pagination .ld-pages i{background-position:50%;background-repeat:no-repeat;background-size:contain;color:#728188;cursor:pointer;display:block;transition:color .3s ease;}.learndash-wrapper .ld-pagination .ld-pages i:hover{color:#00a2e8;}.learndash-wrapper .ld-pagination .ld-pages a{color:#728188;transition:all .25s ease-in-out;}.learndash-wrapper .ld-pagination .ld-pages a:hover{color:#333;}.learndash-wrapper .ld-pagination .ld-pages a.disabled{opacity:.25;pointer-events:none;}@media (max-width:640px){.learndash-wrapper .ld-pagination{justify-content:center;}}.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages{flex:0 0 100px;padding:0 10px;}.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages{flex:0 0 120px;}.ld-loading{position:relative;}.ld-loading:after{background:rgba(255,255,255,.5);bottom:0;left:0;right:0;top:0;z-index:99;}.ld-loading:after,.ld-loading:before{content:"";display:block;position:absolute;}.ld-loading:before{animation:ldrotating 1.2s linear infinite;border:3px solid rgba(0,0,0,.5);border-radius:50%;border-top-color:#00a2e8;height:40px;left:50%;margin:-20px 0 0 -20px;top:50%;width:40px;z-index:100;}.learndash-wrapper .ld-section-heading h3{font-size:24px;margin:.5em 0;}.learndash-wrapper .ld-score{font-weight:700;}.learndash-wrapper .ld-score.score-low{color:#ff3c00;}.learndash-wrapper .ld-score.score-high{color:#019e7c;}.learndash-wrapper .ld-expand-button{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .ld-expand-button .ld-icon{font-size:.875em;}.learndash-wrapper .ld-expand-button .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-expand-button+.ld-button{margin-left:1em;}.learndash-wrapper .ld-expand-button.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-expand-button.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-expand-button.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-expand-button.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-expand-button.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-expand-button.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .ld-expand-button.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-expand-button:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-expand-button:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .ld-expand-button:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-expand-button:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .ld-expand-button{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-expand-button{margin-left:10px;text-align:left;}}.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon{transform:rotate(-180deg);}.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{text-align:left;}.learndash-wrapper .ld-status{background-color:#e2e7ed;border-radius:12px;color:#728188;display:block;font-size:11px;font-weight:700;letter-spacing:.5px;line-height:1.1;margin-bottom:5px;padding:5px 12px;text-align:center;text-transform:uppercase;}.learndash-wrapper .ld-status-icon{border-radius:100%;display:inline-block;flex-basis:26px;flex-shrink:0;height:26px;position:relative;text-align:center;width:26px;}.learndash-wrapper .ld-status-icon .ld-icon{font-size:1.5em;}.learndash-wrapper .ld-status-icon .ld-icon:before{left:50%;position:absolute;top:50%;transform:translateY(-50%) translateX(-50%);}.learndash-wrapper .ld-status-icon.ld-status-complete .ld-icon{font-size:1em;}.learndash-wrapper .ld-status-icon.ld-quiz-complete{color:#019e7c;}.learndash-wrapper .ld-status-complete{background-color:#019e7c;color:#fff;}.learndash-wrapper a.ld-status-complete:focus,.learndash-wrapper a.ld-status-complete:link,.learndash-wrapper a.ld-status-complete:visited{color:#fff;}.learndash-wrapper .ld-status-waiting{background-color:#ffd200;color:rgba(0,0,0,.65);}.learndash-wrapper .ld-status-alert,.learndash-wrapper .ld-status-unlocked{background-color:#ebf8fd;color:#00a2e8;}.learndash-wrapper .ld-status-incomplete.ld-status-icon{background-color:#fff;border:4px solid #e2e7ed;}.learndash-wrapper .ld-status-in-progress{background-color:#fff;border-color:#019e7c #e2e7ed #e2e7ed #019e7c;border-style:solid;border-width:4px;transform:rotate(-45deg);}.learndash-wrapper .ld-certificate-icon{background:#019e7c;display:block;height:30px;margin:auto;width:40px;}.learndash-wrapper .ld-item-icon{flex-shrink:0;font-size:1.4em;margin-right:.25em;}.learndash-wrapper .ld-item-icon.quiz-failure{color:#ff3c00;}.learndash-wrapper .ld-item-icon.ld-quiz-complete{color:#019e7c;}.learndash-wrapper .ld-item-icon.ld-quiz-incomplete{color:#333;}.learndash-wrapper .ld-icon-delete{color:#7b8990;font-size:1.8em;margin-right:.25em;}.learndash-wrapper .ld-icon-delete:hover{color:#333;}.learndash-wrapper .ld-home-link{color:#495255;font-size:.75em;margin:0 0 .75em;text-decoration:underline;}.learndash-wrapper .ld-home-link:hover{text-decoration:none;}.learndash-wrapper .ld-text-content{color:#666;line-height:1.6;margin:1.5em 0;}.learndash-wrapper .ld-select-field{position:relative;}.learndash-wrapper .ld-select-field:after{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;pointer-events:none;position:absolute;right:.5em;text-transform:none;top:50%;transform:translateY(-50%);z-index:9;}.learndash-wrapper .ld-select-field select{-webkit-appearance:none;appearance:none;}.learndash-wrapper .ld-file-upload{background-color:#f0f3f6;border-radius:6px;margin:1em 0;padding:1.5em;}.learndash-wrapper .ld-file-upload .ld-file-upload-heading{color:#728188;font-size:1.2em;font-weight:700;}.learndash-wrapper .ld-file-upload .ld-file-upload-heading span{font-size:.8em;font-weight:300;}.learndash-wrapper .ld-file-upload .ld-file-upload-form{align-items:center;display:flex;margin-top:1em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input{height:.1px;opacity:0;overflow:hidden;position:absolute;width:.1px;z-index:-1;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{align-items:center;background-color:#fff;border-bottom-left-radius:12px;border-top-left-radius:12px;display:flex;flex:1;font-weight:700;overflow:hidden;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{background-color:#728188;color:#fff;font-size:.875em;font-weight:700;padding:.5em 2em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{border-bottom-right-radius:12px;border-top-right-radius:12px;color:#333;font-size:.875em;font-style:italic;overflow:hidden;padding:.5em 2em;text-overflow:ellipsis;white-space:nowrap;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:0 0 150px;font-size:.875em;justify-content:center;opacity:.5;text-align:center;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-selected+.ld-button{opacity:1;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-bottom-right-radius:12px;border-top-right-radius:12px;cursor:pointer;margin-right:.5em;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label{outline:1px dotted #000;outline:5px auto -webkit-focus-ring-color;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message{font-size:.8em;line-height:1.5em;margin-top:1em;}@media (max-width:640px){.learndash-wrapper .ld-file-upload .ld-file-upload-form{flex-direction:column;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{border-radius:0;flex-direction:column;text-align:center;width:100%;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{width:100%;}.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{flex:1;margin-top:1em;}}.learndash-wrapper .ld-hide{display:none;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:1.5em;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{font-size:24px;margin:0;padding:0;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions{justify-content:flex-end;width:auto;}@media (max-width:640px){.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{flex-wrap:wrap;margin-bottom:.5em;margin-top:0;}.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading h2{flex:0 0 100%;justify-content:space-between;}}.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{display:block;font-size:18px;font-weight:700;margin:1em 0 .5em;}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list{border-radius:0;margin:0;}.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list .ld-table-list-items{border:0;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding:20px 60px;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 2.8em;}@media (max-width:768px){.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-header{padding-left:1em;padding-right:1em;}.learndash-wrapper .ld-item-list.ld-lesson-list .ld-topic-list .ld-table-list-item{margin:0 1em;}}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{align-items:center;display:flex;font-size:.75em;line-height:1em;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{border-right:1px solid rgba(255,255,255,.5);margin-right:10px;padding-right:10px;text-transform:uppercase;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:400;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;flex-direction:row;justify-content:flex-start;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview .ld-status-icon{margin-right:.5em;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded{padding-top:0;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-expanded .ld-status{display:inline-block;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item.unavailable .ld-table-list-item-preview{opacity:.5;}@media (max-width:640px){.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{align-items:stretch;flex-direction:column;}.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:1em 2.9em;}}.learndash-wrapper .ld-lesson-status{background:#f0f3f6;border-radius:6px;overflow:hidden;}.learndash-wrapper .ld-lesson-status .ld-progress{padding:0 1em;}.learndash-wrapper .ld-topic-status{background:#f0f3f6;border-radius:6px;overflow:hidden;}.learndash-wrapper .ld-topic-status .ld-progress{padding:0 1em;}.learndash-wrapper .quiz_continue_link{display:flex;justify-content:space-around;margin:10px;}.learndash-wrapper .ld-quiz-actions{align-items:center;border-top:2px solid #f0f3f6;display:flex;flex-direction:row-reverse;justify-content:center;margin:20px 0;padding-top:30px;}.learndash-wrapper .ld-quiz-actions .quiz_continue_link{margin:0 10px;}.learndash-wrapper .ld-quiz-actions .wpProQuiz_button{background:#495255;margin:0 10px;}.learndash-wrapper .ld-quiz-actions input[type=button]{margin:0 10px;}.learndash-wrapper .ld-quiz-actions input[name=reShowQuestion],.learndash-wrapper .ld-quiz-actions input[name=restartQuiz]{background:#495255;}@media (max-width:768px){.learndash-wrapper .ld-quiz-actions{flex-direction:row;}.learndash-wrapper .ld-quiz-actions .quiz_continue_link,.learndash-wrapper .ld-quiz-actions .wpProQuiz_button,.learndash-wrapper .ld-quiz-actions input[type=button]{margin-bottom:1em;margin-left:auto;margin-right:auto;width:auto;}}.learndash-wrapper #quiz_continue_link,.learndash-wrapper #quiz_continue_link:hover{background:#019e7c;}.learndash-wrapper .course_progress{background-color:#f0f3f6;border-radius:7px;height:7px;margin:1em 0;max-width:100%;overflow:hidden;}.learndash-wrapper .course_progress .sending_progress_bar{background:#019e7c;height:7px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;color:#728188;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable{border:5px solid #f0f3f6;border-radius:4px;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody{border:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable table tbody td{border:0 !important;padding:15px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{box-shadow:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultName{line-height:1.2em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate{text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{display:inline-block;justify-content:flex-start;padding:.5em 1em;white-space:nowrap;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2,.learndash-wrapper .wpProQuiz_content .wpProQuiz_certificate a.btn-blue{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;margin:0;opacity:1;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{display:flex;height:auto;justify-content:center;line-height:1.25em;max-width:385px;padding:1em;white-space:normal;width:100%;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2 .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button+.ld-button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate .ld-text,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-alternate:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent.ld-status-complete,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:disabled:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin-left:10px;text-align:left;}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{min-width:150px;padding:1em 2em;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{float:none !important;margin-bottom:1em;margin-left:auto !important;margin-right:auto !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton{display:inline;margin:auto;padding:.25em .5em;}}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{align-items:center;background-color:#00a2e8;background:#019e7c;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;justify-content:space-around;line-height:1.25em;margin:0;max-width:385px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{margin-left:10px;text-align:left;}}.learndash-wrapper .wpProQuiz_content .wpProQuiz_question{padding-bottom:1em;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList{background:rgba(0,0,0,0);border:0;list-style:none;margin:1em 0;margin-left:0 !important;padding:0;padding-left:0 !important;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type=essay] li.wpProQuiz_questionListItem{flex-wrap:wrap;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{-webkit-appearance:auto;height:auto;max-width:100%;min-width:15px;width:2%;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput:after{display:none;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList span{margin-right:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion{padding:5px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_reviewQuestion ol{line-height:1.5em !important;margin:0 !important;padding:0 !important;}.learndash-wrapper .wpProQuiz_content .graded-disclaimer{font-size:.85em;font-style:italic;margin-top:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString{background:rgba(0,0,0,0);border:0;margin:1em 0;padding:0;}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList{margin:1em 0 !important;padding:0;padding:0 !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem{background:#f0f3f6;border:0;border-radius:6px;box-shadow:none;display:inline-block;margin:0 .5em .5em 0;padding:.5em 1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{margin:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#f0f3f6;border:0;border-radius:6px;box-shadow:0;margin:1em 0 1em 1em;padding:1em;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{background:#fff;background-color:#f0f3f6;bottom:-4px;content:"";height:16px;left:66px;left:1em;position:absolute;top:-8px;top:auto;transform:rotate(-45deg);width:16px;z-index:9;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5{font-size:.8em;font-weight:700;padding-bottom:0;text-transform:uppercase;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div p>iframe{max-height:350px;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] p{padding-bottom:0;padding-right:.25em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem p{text-align:left;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{align-items:center;background:rgba(0,0,0,0);border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;margin-right:1em;text-transform:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze{margin:2px 5px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{align-items:center;border:2px solid #e2e7ed;border-radius:6px;display:inline-block;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input{margin-right:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label input.wpProQuiz_questionInput[type=text]{border:0;box-shadow:none;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label.is-selected,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label:focus-within{border-color:#00a2e8;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem textarea.wpProQuiz_questionEssay{border:2px solid #e2e7ed;border-radius:6px;padding:1em;width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background:#00c349;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label{border-color:#f11414;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background:rgba(0,0,0,0);border:1px solid rgba(0,0,0,0) !important;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label{border-color:#00c349;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze{background:#e2e7ed;border-radius:6px;display:inline-block;padding:2px .5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze input{background-color:initial;border:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border:2px solid #e2e7ed;border-collapse:initial;border-radius:6px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td{border:0;padding:0 !important;vertical-align:top;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td:first-child{border-right:2px solid #e2e7ed;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortText{border-bottom-right-radius:0;border-top-right-radius:0;display:block;padding:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{align-items:center;border-bottom-left-radius:0;border-left:0;border-top-left-radius:0;display:flex;height:100%;padding:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table{border-color:#00c349;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#00c349;border-color:#00c349;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:none;color:none;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table,.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{border-color:#f11414;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem{border:2px solid #e2e7ed;border-radius:6px;padding:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] .wpProQuiz_questionListItem p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label{border:0;color:var(--global--color-primary);display:inline-flex;font-weight:700;margin:0 .25em;padding:0;width:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=assessment_answer] label input{height:.8em;margin-right:.5em;width:.8em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerCorrect{background-color:#00c349;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type=cloze_answer] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect{background-color:#f11414;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_header{font-weight:700;margin:.5em 0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#728188;margin:1em 0;min-height:85px;min-height:none;padding:25px;position:relative;text-align:center;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img{height:auto;max-width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem .wpProQuiz_question ul.wpProQuiz_questionList{margin:0;padding:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_listItem[data-type=cloze_answer] .wpProQuiz_questionListItem{display:block;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit{background-color:#e2e7ed;border-radius:6px;margin:1em 0;padding:1em;position:relative;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{background:#fff;bottom:1em;content:"";height:7px;left:1em;position:absolute;right:1em;z-index:8;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{color:#728188;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{background-color:#019e7c;height:7px;margin-bottom:0;position:relative;z-index:9;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table{width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td:first-child{font-size:.9em;font-weight:700;width:150px;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td input[type=text],.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td select,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td textarea{width:100%;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="5"] label,.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="8"] label{display:inline-block;margin-left:.5em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{display:flex;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{margin-right:1%;}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"]{flex-wrap:wrap;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select{flex:1 0 50%;margin-bottom:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type="6"] select:first-child{flex:0 0 100%;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{background-color:#f0f3f6;border-radius:6px;display:flex;flex:0 0 100%;justify-content:space-between;margin:1em 0;padding:1.5em;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{display:block;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{background:#fff;border-radius:6px;flex:1;margin-right:1em;padding:1em;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{width:100%;}}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:100px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-icon{font-size:.875em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit] .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]+.ld-button{margin-left:1em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-text{padding:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin-left:10px;text-align:left;}}@media (max-width:960px){.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin:10px auto;}}.learndash-wrapper .wpProQuiz_quiz_time{color:#728188;font-size:.8em;font-weight:700;}.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;color:#728188;justify-content:center;margin:1em 0;padding:1em;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background:#f0f3f6;border:0;border-radius:3px;overflow:auto;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{border:0;border-radius:2px;box-shadow:0;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{background-color:#00a2e8;box-shadow:0;color:#fff;}.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{color:#fff;}.learndash-wrapper .wpProQuiz_reviewDiv{border-bottom:2px solid #f0f3f6;margin-bottom:2em;padding-bottom:2em;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{background:#f0f3f6;border:0;border-radius:3px;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li{border:0;border-radius:2px;box-shadow:0;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{background-color:#00a2e8;box-shadow:0;color:#fff;}.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview,.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{color:#fff;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading{border-bottom:4px solid #e2e7ed;padding-bottom:12px;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-heading h3{margin-top:0;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-home-link{display:block;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button{font-size:12px;margin-left:0;}.learndash-wrapper .ld-course-navigation .ld-course-navigation-actions .ld-expand-button .ld-icon{font-size:10px;}.learndash-wrapper .ld-course-navigation .ld-status-icon{border:0;flex:0 0 15px;height:15px;margin-right:10px;margin-top:.15em;text-align:center;width:15px;}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-checkmark{font-size:.825em;margin-top:1px;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{border-color:#019e7c #e2e7ed #e2e7ed #019e7c;border-style:solid;border-width:2px;}.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete{border:2px solid #e2e7ed;}.learndash-wrapper .ld-course-navigation .ld-status-icon .ld-icon-quiz{font-size:1.1em;margin-top:-2px;}.learndash-wrapper .ld-course-navigation .ld-item-icon{font-size:1em;height:20px;width:14px;}.learndash-wrapper .ld-course-navigation .ld-pagination{justify-content:center;margin:1em 0;}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages{background-color:#728188;flex:0 0 120px;}.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span{color:#fff;}.learndash-wrapper .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed;}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title{color:#00a2e8;font-weight:700;}.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-item-preview-heading .ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-lesson-item.ld-is-current-lesson .ld-lesson-title .ld-status-incomplete{border:2px solid #00a2e8;}.learndash-wrapper .ld-course-navigation .ld-sep{color:#e2e7ed;padding:0 .25em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading{margin-top:1em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{display:block;font-size:1em;font-weight:700;margin-bottom:.25em;text-align:left;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview{padding:10px 0;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-item-preview-heading{display:flex;flex-flow:row wrap;justify-content:flex-start;line-height:1.25em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading{color:#495255;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview a.ld-lesson-item-preview-heading:hover{color:#00a2e8;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title{display:flex;flex:1;font-size:.875em;font-weight:400;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{margin-left:.5em;pointer-events:all;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon .ld-icon{font-size:.825em;margin-top:1px;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button{color:#728188;flex-basis:100%;justify-content:flex-start;padding-left:2em;padding-top:.5em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-expand-button .ld-icon{font-size:.625em;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded{background:#f0f3f6;border-radius:8px;height:auto;margin:0 20px;max-height:0;overflow:hidden;position:relative;transition:max-height .3s ease;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded:before{border-left:8px solid rgba(0,0,0,0);border-right:8px solid rgba(0,0,0,0);border-top:8px solid #fff;content:"";display:block;height:0;left:50px;position:absolute;top:0;width:0;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{margin-bottom:1em;max-height:20000px;}.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:1em .5em;}.learndash-wrapper .ld-course-navigation .ld-table-list-header{display:none;}.learndash-wrapper .ld-course-navigation .ld-table-list-footer{background:rgba(0,0,0,0);padding:.25em !important;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list{margin:0;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-items{border:0;padding-right:0;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item{border-bottom:0;font-size:.9em;line-height:1.5em;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{align-items:flex-start;padding:.5em;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview.ld-is-current-item{font-weight:700;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title{display:flex;flex:1;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon{margin-left:.5em;pointer-events:all;}.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview .ld-topic-title .ld-status-icon .ld-icon{font-size:.825em;margin-top:1px;}.learndash-wrapper .widget_course_return{font-size:.8em;margin-top:1em;}.learndash-wrapper .ld-profile-summary{margin:2em 0;}.learndash-wrapper .ld-profile-summary .ld-profile-card{align-items:center;display:flex;flex-direction:column;margin:1.5em 0;width:100%;}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{border:5px solid #e2e7ed;height:150px;width:150px;}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-heading{font-size:2em;font-weight:800;margin:5px 0;}.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-edit-link{color:#728188;font-size:14px;}.learndash-wrapper .ld-profile-summary .ld-profile-stats{display:flex;justify-content:center;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{border-right:1px solid #e2e7ed;flex:0 0 90px;padding:0 12px;text-align:center;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{display:block;font-size:36px;font-weight:800;margin-bottom:8px;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat span{color:#728188;font-size:14px;}.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat:last-child{border-right:0;}.learndash-wrapper #ld-profile .ld-section-heading{margin-bottom:0;}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded{margin-top:-20px;}.learndash-wrapper #ld-profile .ld-quiz-list .ld-table-list-item-preview+.ld-table-list-item-expanded .ld-essay-list{margin-top:0;}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon{background-color:initial;border:none;color:#728188;font-size:1.5em;margin-right:-15px;}.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon.ld-expanded,.learndash-wrapper #ld-profile button.ld-icon-search.ld-icon:hover{color:#333;transition:.5 ease-in-out;}.learndash-wrapper #ld-profile .ld-item-list-item-preview .ld-status{white-space:nowrap;}@media (max-width:640px){.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions{justify-content:space-between;}.learndash-wrapper #ld-profile .ld-section-heading .ld-expand-button{margin:10px 0;max-width:120px;}.learndash-wrapper #ld-profile .ld-profile-stats{flex-wrap:wrap;}.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat{border:0;flex:1;margin:0 0 2em !important;padding:0 1em !important;width:50%;}}#wpProQuiz_overlay_close{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:0;max-width:385px;max-width:180px;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;}#wpProQuiz_overlay_close .ld-icon{font-size:.875em;}#wpProQuiz_overlay_close .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}#wpProQuiz_overlay_close+.ld-button{margin-left:1em;}#wpProQuiz_overlay_close.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}#wpProQuiz_overlay_close.ld-compact .ld-icon{font-size:.75em;margin-right:0;}#wpProQuiz_overlay_close.ld-compact .ld-text{padding:0;}#wpProQuiz_overlay_close.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}#wpProQuiz_overlay_close.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}#wpProQuiz_overlay_close.ld-button-alternate .ld-text{padding-left:.5em;}#wpProQuiz_overlay_close.ld-button-alternate:hover{background:rgba(0,0,0,0);}#wpProQuiz_overlay_close.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete{color:#019e7c;}#wpProQuiz_overlay_close.ld-button-transparent:hover{background:rgba(0,0,0,0);}#wpProQuiz_overlay_close.ld-button-reverse{background:#fff;color:#00a2e8;}#wpProQuiz_overlay_close.ld-button-reverse:hover{background:#00a2e8;color:#fff;}#wpProQuiz_overlay_close:disabled{background-color:#00a2e8;opacity:.75;}#wpProQuiz_overlay_close:hover{background-color:#00a2e8;opacity:.85;}#wpProQuiz_overlay_close:disabled:hover{background-color:#00a2e8;opacity:.75;}#wpProQuiz_overlay_close:focus{opacity:.75;outline:none;}@media (max-width:960px){#wpProQuiz_overlay_close{max-width:100%;}}@media (max-width:640px){#wpProQuiz_overlay_close{margin-left:10px;text-align:left;}}#wpProQuiz_user_content h2{border-bottom:2px solid #f0f3f6;font-size:24px;padding:.5em 0;}#wpProQuiz_user_content h2+h2{border-bottom:0;font-size:18px;}#wpProQuiz_user_content table.wp-list-table{background:rgba(0,0,0,0);border:0;border-collapse:collapse;border-radius:8px;}#wpProQuiz_user_content table.wp-list-table td,#wpProQuiz_user_content table.wp-list-table th,#wpProQuiz_user_content table.wp-list-table tr{background:rgba(0,0,0,0);}#wpProQuiz_user_content table.wp-list-table thead th{background:#00a2e8;border-bottom:0;color:#fff;font-size:14px;line-height:1;padding:25px 15px;white-space:nowrap;}#wpProQuiz_user_content table.wp-list-table thead th:first-child{border-radius:8px 0 0 0;}#wpProQuiz_user_content table.wp-list-table thead th:last-child{border-radius:0 8px 0 0;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th{background:#f0f3f6;border-bottom:1px solid #f0f3f6;line-height:1;padding:15px;text-align:center;white-space:nowrap;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:first-child,#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:only-child{text-align:left;}#wpProQuiz_user_content table.wp-list-table tbody tr th{font-size:16px;font-weight:400;padding:15px;text-align:center;}#wpProQuiz_user_content table.wp-list-table tbody tr th p{margin:0 0 5px;}#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child{box-shadow:inset 3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child{box-shadow:inset -3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr th:nth-child(2){text-align:left;}#wpProQuiz_user_content table.wp-list-table tbody tr th:only-child{box-shadow:inset -3px 0 0 0 #f0f3f6,inset 3px 0 0 0 #f0f3f6;}#wpProQuiz_user_content table.wp-list-table tbody tr.categoryTr th:nth-child(2){text-align:center;}#wpProQuiz_user_content table.wp-list-table tfoot tr{border-bottom:0;}#wpProQuiz_user_content table.wp-list-table tfoot tr th{background:#f0f3f6;border:0;font-size:16px;font-weight:400;padding:15px;text-align:center;}#wpProQuiz_user_content table.wp-list-table tfoot tr th:first-child{border-radius:0 0 0 8px;}#wpProQuiz_user_content table.wp-list-table tfoot tr th:last-child{border-radius:0 0 8px 0;}.learndash-wrapper .ld-tabs{margin:1em 0;}.learndash-wrapper .ld-tabs .ld-tabs-navigation{align-items:center;display:flex;margin:0;padding:0;position:relative;}.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{background:#e2e7ed;bottom:0;content:"";height:6px;left:0;position:absolute;right:0;z-index:8;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{align-items:center;background-color:inherit;border-color:rgba(0,0,0,0);color:#728188;cursor:pointer;display:flex;font-weight:700;padding:1.5em;position:relative;transition:color .3s ease;white-space:nowrap;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:hover{border-color:rgba(0,0,0,0);}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab .ld-icon{font-size:1.4em;margin-right:.25em;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab:after{background:rgba(0,0,0,0);bottom:0;content:"";height:6px;left:0;position:absolute;right:0;transition:background .3s ease;z-index:9;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active{color:#00a2e8;}.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab.ld-active:after{background:#00a2e8;}@media (max-width:640px){.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:1em;}}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content{display:none;padding:2em 0;}.learndash-wrapper .ld-tabs .ld-tabs-content .ld-tab-content.ld-visible{display:block;}.learndash-wrapper .ld-tabs.ld-tab-count-1 .ld-tab-content{padding:0;}.learndash-wrapper .ld-breadcrumbs{align-items:center;background:#f0f3f6;border-radius:6px;display:flex;justify-content:space-between;padding:.5em 1em;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;padding-right:1em;text-overflow:ellipsis;white-space:nowrap;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span{display:inline;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span a{font-weight:700;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:">";unicode-bidi:plaintext;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:last-child:after{display:none;}.learndash-wrapper .ld-breadcrumbs .ld-status{white-space:nowrap;}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-progress{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-breadcrumbs .ld-status.ld-status-complete{background:#019e7c;color:#fff;}@media (max-width:640px){.learndash-wrapper .ld-breadcrumbs{align-items:flex-start;flex-direction:column;}.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{width:100%;}.learndash-wrapper .ld-breadcrumbs .ld-status{margin-top:1em;width:100%;}}.learndash-wrapper .ld-alert-content{width:100%;}.learndash-wrapper .ld-alert{align-items:center;background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;color:#728188;display:flex;justify-content:space-between;margin:1em 0;min-height:85px;padding:25px 15px 25px 75px;position:relative;}.learndash-wrapper .ld-alert .ld-alert-icon{background-color:#e2e7ed;border-radius:100%;font-size:24px;left:15px;margin-right:.5em;padding:.5em;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert{font-size:42px;padding:3px;}.learndash-wrapper .ld-alert .ld-alert-text{font-size:1em;font-weight:700;}.learndash-wrapper .ld-alert .ld-button{display:inline-block;height:auto;margin-left:1em;max-width:185px;min-width:7.5em;padding:5px 20px 5px 30px;position:relative;}.learndash-wrapper .ld-alert .ld-button .ld-icon{left:15px;position:absolute;top:50%;transform:translateY(-50%);}.learndash-wrapper .ld-alert .ld-alert-content a,.learndash-wrapper .ld-alert .ld-text a{color:rgba(0,0,0,.8);text-decoration:underline;}@media (max-width:768px){.learndash-wrapper .ld-alert{display:block;padding:75px 15px 15px;text-align:center;}.learndash-wrapper .ld-alert .ld-alert-content{margin:0 0 1em;}.learndash-wrapper .ld-alert .ld-icon{left:50%;margin:0;top:10%;transform:translateX(-50%);}.learndash-wrapper .ld-alert .ld-button{margin-left:0;}}.learndash-wrapper .ld-alert-warning{background-color:#fff6cd;border-color:#ffd200;color:rgba(0,0,0,.65);}.learndash-wrapper .ld-alert-warning .ld-alert-icon{background-color:#ffd200;}.learndash-wrapper .ld-alert-warning .ld-button{background-color:#ffd200;color:rgba(0,0,0,.65);}.learndash-wrapper .ld-alert-certificate .ld-button{max-width:unset;min-width:unset;padding-left:40px;text-decoration:none !important;width:auto;}.learndash-wrapper .ld-alert-certificate.ld-alert-success{color:#495255;}.learndash-wrapper .ld-alert-success{background-color:rgba(1,158,124,.2);border-color:#019e7c;color:#495255;}.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:#019e7c;color:#fff;}.learndash-wrapper .ld-alert-success .ld-button{background-color:#019e7c;}.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{font-size:18px;margin-right:5px;}.learndash-wrapper .ld-focus{display:flex;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){display:block;margin:1em 0;padding-left:40px;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery){list-style-type:decimal;}.learndash-wrapper .ld-focus .ld-tab-content li:not(.blocks-gallery-item){display:list-item;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ul{margin:0;}.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ol,.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid) ol{list-style-type:lower-latin;margin:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar{background-color:#fff;border-right:1px solid #e2e7ed;bottom:0;left:0;padding-bottom:90px;padding-top:50px;position:fixed;top:0;transition:all .3s ease;width:350px;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{height:100%;overflow-x:visible;overflow-y:auto;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{background:#00a2e8;bottom:0;color:#fff;cursor:pointer;height:75px;position:absolute;right:0;top:0;width:50px;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{background:inherit;border-radius:100%;font-size:.8em;padding:8px;position:absolute;right:0;top:50%;transform:translateY(-50%) translateX(25%);z-index:9;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger:hover .ld-icon:before{opacity:.5;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading{align-items:flex-start;background-color:#00a2e8;border-bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;min-height:75px;overflow:visible;padding:.75em 3.125em .75em 1em;position:relative;width:350px;z-index:9;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading a{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3{color:#fff;font-size:1em;font-weight:700;line-height:1.35em;margin:0;opacity:1;padding:0 0 0 1.6em;position:relative;transition:opacity .3s ease;z-index:100;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{left:1px;position:absolute;top:3px;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button{color:#fff;display:none;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:0;color:#fff;margin-left:0;padding:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation{overflow:visible;position:relative;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list{opacity:1;transition:opacity .3s ease;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded{background:rgba(0,0,0,0);border-radius:0;margin:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded .ld-table-list-items{padding:.5em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading{padding:0 1em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-section-heading .ld-lesson-section-heading{margin-bottom:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list{background-color:#f0f3f6;border-radius:0;margin:0;padding:1em;position:relative;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;background-color:#fff;content:"";height:16px;height:13px;left:66px;left:43px;position:absolute;top:-8px;top:-7px;transform:rotate(-45deg);width:16px;width:13px;z-index:9;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item{font-size:.875em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding:.5em .5em .5em 1.6em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{background-color:#fff;border-bottom:1px solid #e2e7ed;padding:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item .ld-lesson-item-preview{padding:1em;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination{justify-content:center;margin:1em 0;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{background-color:#728188;flex:0 0 120px;}.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages i,.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages span{color:#fff;}.learndash-wrapper .ld-focus .ld-focus-main{flex:1 auto;margin-left:350px;transition:margin-left .3s ease;width:calc(100% - 350px);}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{margin:0 auto;max-width:960px;padding:5em;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{margin:0 0 .5em;padding:0;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status{margin-bottom:1em;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status .ld-progress,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress{display:none;}.learndash-wrapper .ld-focus .ld-focus-header{align-items:center;background:#fff;border-bottom:1px solid #e2e7ed;display:flex;height:51px;justify-content:space-between;left:0;position:fixed;right:0;top:0;z-index:99;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:none;width:55px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav a{display:block;padding:0 15px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav span{background-color:#333;display:block;height:4px;margin:4px 0;transition:all .25s ease-in-out;width:25px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(-45deg) translate(-4px,8px);}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-2{opacity:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(45deg) translate(-3px,-7px);}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{background-color:#fff;flex:0 0 350px;height:100%;padding:.5em 1em;transition:flex .3s ease;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo img{height:100%;width:auto;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:center;border-top:none;display:flex;flex:auto;justify-content:space-evenly;}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;}}@media (max-width:960px){.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;}}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .learndash_timer{align-items:center;background:#fff;bottom:1px;display:flex;justify-content:center;left:0;position:absolute;right:0;text-align:center;top:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{display:flex;flex-direction:column;height:50px;justify-content:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-right:1px solid #e2e7ed;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child{border:0;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:after{color:#019e7c;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete:disabled:after,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete:disabled:after{color:#728188;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button{background:rgba(0,0,0,0);background:rgba(0,0,0,0) !important;color:#00a2e8;color:#019e7c;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button.ld-status-complete,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button.ld-status-complete{color:#019e7c;}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete #learndash_mark_complete_button:hover,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_complete_button:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-focus .ld-focus-header #sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-complete .learndash_mark_incomplete_button,.learndash-wrapper .ld-focus .ld-focus-header .sfwd-mark-incomplete:after{color:#333;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap{max-width:90%;width:100%;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{flex:0 1;flex-grow:3;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action #sfwd-mark-complete,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action .sfwd-mark-complete{margin:0 1em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;margin:0;padding:.5em 1em 0 0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{background:#e2e7ed;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{align-items:center;border-left:1px solid #e2e7ed;display:flex;flex:0 0 200px;height:50px;justify-content:flex-end;padding-right:1em;position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{color:#728188;font-size:.75em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-profile-avatar{height:40px;margin-left:1em;width:40px;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{margin-right:1em;opacity:0;position:absolute;right:0;top:100%;visibility:hidden;z-index:9;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before{border-bottom:5px solid #00a2e8;border-left:5px solid rgba(0,0,0,0);border-right:5px solid rgba(0,0,0,0);content:"";height:0;position:absolute;right:1em;top:-5px;width:0;z-index:-1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{background-color:#00a2e8;border-bottom:1px solid rgba(255,255,255,.1);color:#fff;display:block;font-size:.875em;font-weight:700;padding:.75em 2.5em;position:relative;white-space:nowrap;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:hover{opacity:.8;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a:last-child{border-bottom:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu:hover .ld-user-menu-items{opacity:1;visibility:visible;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{background-color:initial;transform:translateX(calc(-100% + 50px));}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(45%) rotate(180deg);}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading{top:0;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-course-navigation .ld-course-navigation-list{opacity:0;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:50px;width:calc(100% - 50px);}@media (max-width:1280px){.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{flex:1 2 auto;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{flex:0 1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none;}}@media (max-width:1024px){.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{flex:0 0 150px;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding-left:3em;}}@media (max-width:768px){.learndash-wrapper .ld-focus .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative;}.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:block;order:1;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{align-items:center;border-right:0;margin:0;order:2;padding:0 1em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-steps{display:none;}.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{margin:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{border-left:0;order:3;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions>*{margin:0;}.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto;}.learndash-wrapper .ld-focus .ld-focus-content{margin-top:30px;}.learndash-wrapper .ld-focus.ld-focus-initial-transition .ld-focus-sidebar{display:none;}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(-100%);}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none;}.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;width:100%;}.learndash-wrapper .ld-focus .ld-course-navigation-heading{position:static;}.learndash-wrapper .ld-focus .ld-course-navigation{padding-top:0;}.learndash-wrapper .ld-focus .ld-focus-sidebar{padding-top:0;position:absolute;top:0;z-index:1000;}}@media (max-width:640px){.learndash-wrapper .ld-focus .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:0;}.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em;}}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-right .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery){padding-left:0;padding-right:40px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{border-left:1px solid #e2e7ed;border-right:initial;left:auto;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger{left:0;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{left:0;right:auto;transform:translateY(-50%) translateX(-25%);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading{padding:.75em 1em .75em 3.125em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3{padding:0 1.6em 0 0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{left:auto;right:1px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{border-left:initial;border-right:0;margin-left:0;margin-right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background:#fff;content:"";height:16px;left:66px;left:auto;position:absolute;right:66px;top:-8px;transform:rotate(-45deg);transform:rotate(45deg);width:16px;z-index:9;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{padding-left:0;padding-right:1.6em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main{margin-left:0;margin-right:350px;transition:margin-right .3s ease;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{left:0;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-1,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-1{transform:rotate(45deg) translate(4px,8px);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav.expanded .bar-3,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav.expanded .bar-3{transform:rotate(-45deg) translate(3px,-7px);}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-action .learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action #learndash_timer,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-action .learndash_timer{left:0;right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(calc(100% + -50px));}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{transform:translateY(-50%) translateX(-45%) rotate(-180deg);}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:50px;}@media (max-width:1280px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{flex:1 2 auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{flex:0 1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none;}}@media (max-width:1024px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-text,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-text{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{flex:0 0 150px;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content{padding-left:3em;padding-right:3em;}}@media (max-width:768px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header{flex-direction:row;flex-wrap:wrap;height:auto;position:relative;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-brand-logo,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-brand-logo{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{display:block;order:3;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress{align-items:center;border-left:0;border-right:inherit;margin:0;order:2;padding:0 1em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-stats,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-stats{display:block;text-align:center;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-percentage,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-percentage{line-height:1em;margin-bottom:.3em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-steps,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-steps{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-progress .ld-progress-bar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-progress .ld-progress-bar{margin:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{border-left:inherit;border-right:0;order:1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions{align-items:flex-start;background:#fff;border-top:1px solid #efefef;flex:100%;flex-direction:row;order:4;padding:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions>*,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions>*{margin:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-content-actions .ld-content-action,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-content-actions .ld-content-action{flex:50%;height:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-content{margin-top:30px;}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar{transform:translateX(100%);}.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-sidebar .ld-focus-sidebar-trigger{display:none;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-left:inherit;margin-right:0;width:100%;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation-heading,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation-heading{position:static;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-course-navigation,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-course-navigation{padding-top:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-sidebar,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-sidebar{padding-top:0;position:absolute;top:97px;z-index:1000;}}@media (max-width:640px){.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main{margin-right:0;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-right.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-mobile-nav,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-mobile-nav{order:3;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu{order:1;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items{left:0;margin-left:1em;right:auto;}.learndash-wrapper .ld-focus.ld-focus-position-right .ld-focus-header .ld-user-menu .ld-user-menu-items:before,.learndash-wrapper .ld-focus.ld-focus-position-rtl-left .ld-focus-header .ld-user-menu .ld-user-menu-items:before{left:1em;}}body.admin-bar .learndash-wrapper .ld-focus-header{top:32px;}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-header{top:0;}}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:32px;}@media (max-width:768px){body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:93px;}}body.ld-in-focus-mode{background:#fff;margin:0;padding:0;}body.ld-in-focus-mode:after,body.ld-in-focus-mode:before{display:none;}body.ld-in-focus-mode .learndash-wrapper{background:#fff;}body.ld-in-focus-mode.admin-bar{padding-top:32px;}@media (max-width:768px){body.ld-in-focus-mode.admin-bar{padding-top:0;}body.ld-in-focus-mode.admin-bar .ld-focus-sidebar{top:97px;}}#learndash-tooltips{bottom:0;font-family:Open Sans,Arial,Helvetica,sans-serif;font-size:16px;height:100%;left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:999;}#learndash-tooltips .ld-tooltip{background-color:#00a2e8;border-radius:6px;box-shadow:0 -1px 0 2px rgba(255,255,255,.75);color:#fff;font-size:.75em;font-weight:700;max-width:300px;min-width:150px;opacity:0;padding:.25em 1em;position:absolute;text-align:center;transform:translateX(1%) translateY(-25px);transition:opacity .1s linear;}#learndash-tooltips .ld-tooltip:after{background:#00a2e8;bottom:-4px;content:"";height:5px;left:5%;position:absolute;transform:rotate(45deg) translateX(-50%);width:5px;}#learndash-tooltips .ld-tooltip.ld-shifted-left:after{left:10%;}#learndash-tooltips .ld-tooltip.ld-shifted-right{transform:translateX(-100%) translateY(-30px);}#learndash-tooltips .ld-tooltip.ld-shifted-right:after{left:auto;right:10%;}#learndash-tooltips .ld-tooltip.ld-visible{opacity:1;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{background:#f0f3f6;border-radius:6px;display:flex;margin:1em 0;padding:1em 0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-right:2px solid #bec5cb;flex:1 auto;justify-content:space-around;padding:0 1em;text-align:center;width:33%;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-button{margin:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-status{display:inline-block;width:auto;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-content{align-items:center;display:flex;flex-direction:column;justify-content:space-around;line-height:1.25em;margin-bottom:.5em;text-align:center;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{align-items:center;color:#728188;display:flex;font-size:32px;font-weight:700;justify-content:space-around;line-height:1;margin-top:-3px;text-align:center;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text{font-size:18px;font-weight:400;margin-left:8px;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-currency{font-size:16px;margin-right:.25em;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-label{color:#728188;display:block;font-size:.75em;font-weight:700;margin-bottom:1em;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-around;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ppalholder{position:absolute;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text{color:#728188;display:inline-block;font-size:14px;margin-right:.5em;white-space:nowrap;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{display:inline-block;font-weight:700;margin-left:5px;text-decoration:underline;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin:0 .5em;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-left:auto;}}@media (max-width:1280px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{align-items:center;flex-direction:column;justify-content:flex-start;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button{margin-bottom:.5em;}}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action #btn-join,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .btn-join{margin-left:auto;}}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text{white-space:normal;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-bottom:1px solid #e2e7ed;border-right:0;padding:1em 0;width:auto;}.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>:last-child{border-bottom:0;}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled{background-color:#f0f3f6;border-radius:6px;display:flex;padding:.5em 1em;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{flex:1;margin:0;padding:0 1em 0 0;}@media (max-width:640px){.learndash-wrapper .ld-course-status.ld-course-status-enrolled{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{align-items:flex-start;flex-direction:column;padding-right:0;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading{display:block;text-align:center;width:100%;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{flex-direction:column;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats .ld-progress-steps{margin-left:0;}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-bar{margin:1em 0;width:100%;}}.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status{display:inline-block;margin:0 auto;width:auto;}.learndash-wrapper .ld-course-status .ld-status{line-height:1.3;}.learndash-wrapper .ld-course-status .ld-status.ld-status-progress{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-course-status .ld-status.ld-status-complete{background:#019e7c;color:#fff;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-course-price,.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{text-align:center;width:100%;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-trial-price{margin-bottom:10px;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-text{font-size:16px;margin-bottom:0;}.learndash-wrapper .ld-course-status-seg-price .ld-course-status-content .ld-pricing{font-size:12px;}.learndash-wrapper .ld-course-certificate{align-items:center;display:flex;justify-content:center;margin:1em 0;text-align:center;}.learndash-wrapper .ld-course-certificate .ld-button{display:inline-block;font-size:14px;max-width:inherit;}.learndash-wrapper .ld-course-certificate .ld-icon-certificate{font-size:24px;margin-right:5px;}.jq-dropdown-menu{box-shadow:0 0 0 1px #ddd !important;}.jq-dropdown-menu input[type=button],.jq-dropdown-menu input[type=submit]{border:0;border-radius:0;color:#00a2e8;display:block !important;font-size:16px;font-size:14px !important;font-style:normal;font-variant:normal;font-weight:400;line-height:1.5em;margin:0;padding:.5em 1em;text-align:center;text-transform:none;transition:none;width:100% !important;}.jq-dropdown-menu input[type=button]:hover,.jq-dropdown-menu input[type=submit]:hover{background:#fafafa !important;color:#495255 !important;}.jq-dropdown-menu .ppalholder{display:none;}.learndash-wrapper .learndash-wrapper-login-modal{position:relative;}.learndash-wrapper .ld-modal{background:#fff;border-radius:6px;box-shadow:-3px -3px 20px rgba(0,0,0,.14);max-width:1024px;min-height:300px;opacity:0;overflow:hidden;overflow-y:auto;position:absolute;transform:translateY(-50%) translateX(-50%);transition:all .3s ease;visibility:hidden;width:100%;z-index:999;z-index:9000;}.learndash-wrapper .ld-modal .ld-modal-closer{color:#728188;cursor:pointer;font-size:1.5em;line-height:.5;padding:1em;position:absolute;right:0;top:.5em;z-index:9;}.learndash-wrapper .ld-modal.ld-can-register .ld-modal-closer{color:#fff;}.learndash-wrapper.ld-modal-closed{display:none !important;}.learndash-wrapper.ld-modal-open .ld-modal{opacity:1;visibility:visible;}.learndash-wrapper .ld-login-modal{display:flex;margin:25% 50% 20px;text-align:center;}.learndash-wrapper .ld-login-modal .ld-modal-heading{font-size:2.25em;font-weight:300;margin:.5em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{margin:0 auto;max-width:350px;min-width:80%;padding:20px;}.learndash-wrapper .ld-login-modal .ld-login-modal-login{background:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-heading{color:#00a2e8;}.learndash-wrapper .ld-login-modal .ld-login-modal-login .ld-modal-text{color:#728188;font-size:.875em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register{background:#00a2e8;color:#fff;display:flex;flex:1;flex-direction:column;justify-content:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{box-shadow:0 0 0 5px #fff !important;opacity:1;}.learndash-wrapper .ld-login-modal .ld-login-modal-register label{display:block;font-size:14px;font-weight:700;margin-bottom:.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #ld-user-register{margin:2em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]{background-color:#f9f9f9;border:2px solid #fff;font-size:1.2em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%;}.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=email]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=password]:focus,.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type=text]:focus{background:#fff;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #reg_passmail{font-size:.825em;}.learndash-wrapper .ld-login-modal .ld-login-modal-register #wp-submit{border:5px solid #fff;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:0 auto;min-width:150px;padding:7px 35px;text-align:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-form{margin:2em 0;}.learndash-wrapper .ld-login-modal .ld-login-modal-form form{display:flex;flex-direction:column;}.learndash-wrapper .ld-login-modal .ld-login-modal-form p{margin:0;}.learndash-wrapper .ld-login-modal .ld-login-modal-form p.login-submit{text-align:center;}.learndash-wrapper .ld-login-modal .ld-login-modal-form label{color:#728188;display:block;font-size:14px;font-weight:700;margin-bottom:.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username{position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-username:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#728188;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password{position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .login-password:before{speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#728188;content:"";display:inline-block;font-family:ld-icons !important;font-style:normal;font-variant:normal;font-weight:400;left:.5em;line-height:1;position:absolute;text-transform:none;top:2.5em;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding{margin-top:1em;padding-top:2em;position:relative;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before{background-color:#e2e7ed;content:"";display:block;height:3px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:50px;}.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{height:auto;max-height:250px;max-width:100%;}.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field,.learndash-wrapper .ld-login-modal input[type=email],.learndash-wrapper .ld-login-modal input[type=password],.learndash-wrapper .ld-login-modal input[type=text]{background-color:#f0f3f6;border:2px solid #e2e7ed;color:#728188;font-size:.875em;margin:0 0 1em;padding:.5em .5em .5em 2em;transition:all .25s ease-in-out;width:100%;}.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus,.learndash-wrapper .ld-login-modal input[type=email]:focus,.learndash-wrapper .ld-login-modal input[type=password]:focus,.learndash-wrapper .ld-login-modal input[type=text]:focus{border-color:#495255;}.learndash-wrapper .ld-login-modal ::placeholder{font-family:Open Sans,Arial,Helvetica,sans-serif;}.learndash-wrapper .ld-login-modal .ld-forgot-password-link{color:#333;font-size:.875em;text-decoration:underline;}.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type=submit]{border:0;border-radius:20px;font-size:14px;font-weight:700;justify-content:center;margin:2em auto;min-width:150px;text-align:center;}.learndash-wrapper .ld-login-modal input[type=submit]{background:#00a2e8;color:#fff;cursor:pointer;padding:.75em 5em;transition:all .25s ease-in-out;}.learndash-wrapper .ld-login-modal input[type=submit]:hover{opacity:.8;}@media (max-width:1024px){.learndash-wrapper .ld-login-modal{top:100px;transform:translateX(-50%);width:80%;}.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#728188;}}@media (max-width:768px){.learndash-wrapper .ld-login-modal{flex-direction:column;}}@media (max-width:640px){.learndash-wrapper .ld-login-modal{width:100%;}}.learndash-wrapper .ld-button.ld-login-button{display:flex;}.learndash-wrapper .ld-button.ld-login-button.ld-logout{justify-content:space-between;}.learndash-wrapper .ld-button.ld-login-button.ld-login{justify-content:flex-start;}.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon{margin-right:10px;}.learndash-wrapper #learndash-registration-wrapper,.learndash-wrapper #learndash-reset-password-wrapper{margin:auto;}.learndash-wrapper #learndash-registration-wrapper .registration-login-link,.learndash-wrapper #learndash-reset-password-wrapper .registration-login-link{margin-bottom:1em;}.learndash-wrapper #learndash-registration-wrapper form label,.learndash-wrapper #learndash-reset-password-wrapper form label{display:inline-block;font-size:16px;margin-bottom:3px;}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform .learndash-required-field,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform .learndash-required-field{color:red;}.learndash-wrapper #learndash-registration-wrapper form input,.learndash-wrapper #learndash-reset-password-wrapper form input{border:2px solid #a1a1a1;border-radius:5px;font-size:16px;margin-bottom:1em;margin-left:0;width:100%;}.learndash-wrapper #learndash-registration-wrapper form input[type=image],.learndash-wrapper #learndash-reset-password-wrapper form input[type=image]{display:none;}.learndash-wrapper #learndash-registration-wrapper form input.btn-join,.learndash-wrapper #learndash-reset-password-wrapper form input.btn-join{border:none;border-radius:20px;}.learndash-wrapper #learndash-registration-wrapper #loginform #rememberme,.learndash-wrapper #learndash-reset-password-wrapper #loginform #rememberme{width:auto;}.learndash-wrapper #learndash-registration-wrapper #learndash_registerform #wp-submit,.learndash-wrapper #learndash-reset-password-wrapper #learndash_registerform #wp-submit{margin-top:30px;}.learndash-not-available .ld-item-list-item-preview,.learndash-not-available .ld-item-list-item-preview a.ld-item-name,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-lesson-item-preview,.learndash-not-available .ld-lesson-item-preview a.ld-item-name,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-table-list-item-preview,.learndash-not-available .ld-table-list-item-preview a.ld-item-name,.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-item-list-item-preview,.user_has_no_access .ld-item-list-item-preview a.ld-item-name,.user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-lesson-item-preview,.user_has_no_access .ld-lesson-item-preview a.ld-item-name,.user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-table-list-item-preview,.user_has_no_access .ld-table-list-item-preview a.ld-item-name,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading{cursor:not-allowed;pointer-events:none;}.learndash-not-available .ld-item-list-item-preview .ld-expand-button,.learndash-not-available .ld-lesson-item-preview .ld-expand-button,.learndash-not-available .ld-table-list-item-preview .ld-expand-button,.user_has_no_access .ld-item-list-item-preview .ld-expand-button,.user_has_no_access .ld-lesson-item-preview .ld-expand-button,.user_has_no_access .ld-table-list-item-preview .ld-expand-button{pointer-events:all;}.learndash-not-available a.ld-topic-row,.user_has_no_access a.ld-topic-row{cursor:not-allowed;pointer-events:none;}.ld-item-list-item.is_sample .ld-item-list-item-preview,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-lesson-item-preview,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-item-list-item.is_sample .ld-table-list-item-preview,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-item-list-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-item-list-item-preview,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-lesson-item-preview,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-table-list-item-preview,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-item-list-item-preview,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-lesson-item-preview,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-table-list-item-preview,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-item-name,.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-item-list-item-preview,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-lesson-item-preview,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-item-name,.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-lesson-item-preview,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading{cursor:pointer;pointer-events:all;}.ld-item-list-item.is_sample a.ld-lesson-item-preview,.ld-item-list-item.is_sample a.ld-table-list-item-preview,.ld-item-list-item.is_sample a.ld-topic-row,.ld-lesson-item.is_sample a.ld-lesson-item-preview,.ld-lesson-item.is_sample a.ld-table-list-item-preview,.ld-lesson-item.is_sample a.ld-topic-row,.ld-topic-list.is_sample a.ld-lesson-item-preview,.ld-topic-list.is_sample a.ld-table-list-item-preview,.ld-topic-list.is_sample a.ld-topic-row{cursor:pointer !important;pointer-events:all !important;}.learndash-wrapper .ld-user-status.ld-is-widget{margin:30px 0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item{border:0;border-bottom:2px solid #f0f3f6;border-radius:0;margin:10px 0;padding:10px 0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item:last-child{border-bottom:0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview{padding:0;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-title{font-size:14px;line-height:1.5em;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components{margin-top:10px;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span{display:block;font-size:12px;line-height:1.5em;margin:0 0 5px;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-components span.ld-sep{display:none;}.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{justify-content:flex-start;}.learndash-wrapper .ld-focus-comments{margin:2em 0;}.learndash-wrapper .ld-focus-comments p.comment-form-comment{margin:0;max-width:100% !important;width:100% !important;}.learndash-wrapper .ld-focus-comments p.comment-form-comment textarea{width:100%;}.learndash-wrapper .ld-focus-comments #ld-comments{margin-bottom:50px;}.learndash-wrapper .ld-focus-comments #commentform .logged-in-as{float:right;font-size:.875em;font-weight:400;margin:0;}.learndash-wrapper .ld-focus-comments #commentform textarea#comment{background:#e2e7ed;border:5px solid #e2e7ed;border-radius:6px;font-family:inherit;font-size:1em;padding:.875em;}.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus{background:rgba(0,0,0,0);box-shadow:none;outline:0;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links{display:flex;flex-direction:row;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous{font-weight:700;margin:0;min-width:50%;text-align:left;width:100%;}.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next{font-weight:700;margin:0;min-width:50%;text-align:right;width:100%;}.learndash-wrapper .ld-focus-comments .form-submit{max-width:100% !important;width:100% !important;}.learndash-wrapper .ld-focus-comments .form-submit #submit{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;display:flex;display:inline-block;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:1em 0 0;max-width:385px;max-width:unset;min-width:unset;opacity:1;padding:.75em 3em;text-align:center;text-decoration:none;text-decoration:none !important;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:100%;width:unset;}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon{font-size:.875em;}.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text{flex:1 1 100;padding:0 1em;text-align:center;}.learndash-wrapper .ld-focus-comments .form-submit #submit+.ld-button{margin-left:1em;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact{align-items:center;border-radius:100%;flex-basis:24px;flex-shrink:0;height:24px;justify-content:center;padding:0;width:24px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon{font-size:.75em;margin-right:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-text{padding:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate{background:rgba(0,0,0,0);color:#00a2e8;padding:0;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon{background:#00a2e8;border-radius:100%;color:#fff;flex:0 0 18px;font-weight:700;height:18px;line-height:16px;padding:2px;text-align:center;transition:color .3s ease,background .3s ease;width:18px;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-text{padding-left:.5em;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent{background:rgba(0,0,0,0);color:#00a2e8;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent.ld-status-complete{color:#019e7c;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent:hover{background:rgba(0,0,0,0);}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse{background:#fff;color:#00a2e8;}.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover{background:#00a2e8;color:#fff;}.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-focus-comments .form-submit #submit:hover{background-color:#00a2e8;opacity:.85;}.learndash-wrapper .ld-focus-comments .form-submit #submit:disabled:hover{background-color:#00a2e8;opacity:.75;}.learndash-wrapper .ld-focus-comments .form-submit #submit:focus{opacity:.75;outline:none;}@media (max-width:960px){.learndash-wrapper .ld-focus-comments .form-submit #submit{max-width:100%;}}@media (max-width:640px){.learndash-wrapper .ld-focus-comments .form-submit #submit{margin-left:10px;text-align:left;}}.learndash-wrapper .ld-focus-comments__heading{align-items:center;border-bottom:4px solid #e2e7ed;display:flex;justify-content:space-between;margin-bottom:.5em;}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text{font-size:1em;padding-right:.5em;}.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon{font-size:.75em;}.learndash-wrapper .ld-focus-comments__header{flex:1;font-size:2em;font-weight:400;margin-bottom:10px;}.learndash-wrapper .ld-focus-comments__comments{font-size:1em;font-weight:400;overflow:hidden;transition:max-height .3s ease;}.learndash-wrapper .ld-focus-comments .comment-respond{padding-top:0;position:relative;}.learndash-wrapper .ld-focus-comments .comment-respond #reply-title{font-size:1.5em;font-weight:400;margin-bottom:.75em;}.learndash-wrapper .ld-focus-comments .comment-respond small{font-size:.75em;margin-left:1em;}.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed,.learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open{display:none;}.learndash-wrapper .ld-focus-comment{margin:2em 0;}.learndash-wrapper .ld-focus-comment:last-child{margin-bottom:5em;}.learndash-wrapper .ld-focus-comment.depth-1{margin-left:0;}.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:74px;}@media (max-width:768px){.learndash-wrapper .ld-focus-comment.depth-2,.learndash-wrapper .ld-focus-comment.depth-3,.learndash-wrapper .ld-focus-comment.depth-4,.learndash-wrapper .ld-focus-comment.depth-5{margin-left:20px;}}.learndash-wrapper .ld-focus-comment .ld-comment-avatar{align-items:center;display:flex;margin-bottom:1em;position:relative;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{border:4px solid rgba(0,0,0,0);border-radius:100%;box-sizing:border-box;height:auto;margin-right:16px;max-width:58px;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:#000;display:block;font-size:1.125em;font-weight:700;margin-bottom:5px;}.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{color:#728188;display:block;font-size:.875em;text-decoration:none;}.learndash-wrapper .ld-focus-comment .ld-comment-body{margin-left:74px;overflow:hidden;position:relative;}.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:1em 0;}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{background-color:#e2e7ed;border:0;border-radius:18px;color:#000;display:inline-block;font-size:.875em;font-weight:700;padding:.5em 1.75em;position:relative;z-index:9;}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper{background:#f2fafd;border-radius:6px;padding:1em;}.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#00a2e8;}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper{background:rgba(0,0,0,0);border-radius:0;padding:0;}.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img{border-color:rgba(0,0,0,0);}.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body{margin-left:0;}.ld-exam-content{margin-bottom:1em;margin-top:1em;}.ld-exam-content:not(.ld-exam-graded) .ld-exam-questions{display:none;}.ld-exam-content:not(.ld-exam-graded) .ld-exam-question-answer label{cursor:pointer;}.ld-exam-content.ld-exam-graded .ld-exam-footer,.ld-exam-content.ld-exam-graded .ld-exam-header button.ld-exam-button-start,.ld-exam-content.ld-exam-graded .ld-exam-questions,.ld-exam-content:not(.ld-exam-graded) .ld-exam-result-message{display:none;}.ld-exam-content .ld-exam-result-button,.ld-exam-content button{align-items:center;background-color:#00a2e8;border:0;border-radius:20px;box-shadow:none;color:#fff;cursor:pointer;font-family:inherit;font-size:.75em;font-weight:800;height:auto;justify-content:center;line-height:1.25em;margin:auto;opacity:1;padding:1em;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;transition:opacity .3s ease;white-space:normal;width:auto;}.ld-exam-content .ld-exam-result-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#728188;margin:1em 0;min-height:none;padding:25px;position:relative;}.ld-exam-content .ld-exam-result-message p{margin:1em auto;}.ld-exam-content .ld-exam-result-message .result-button{text-align:center;}.ld-exam-content .ld-exam-header button{display:flex;}.ld-exam-content .ld-exam-header .ld-exam-progress-bar{background-color:#e0e0e0;border-radius:3px;box-shadow:inset 0 1px 3px rgba(0,0,0,.2);padding:3px;width:100%;}.ld-exam-content .ld-exam-header .ld-exam-progress-bar-fill{background-color:#019e7c;border-radius:3px;display:block;height:22px;transition:width .5s ease-in-out;}.ld-exam-content .ld-exam-questions{list-style:none;margin-top:50px;padding-left:0;}.ld-exam-content .ld-exam-questions .ld-exam-question{margin-bottom:50px;}.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-description,.ld-exam-content .ld-exam-questions .ld-exam-question .ld-exam-question-title{margin-bottom:1em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer{align-items:center;background:rgba(0,0,0,0);border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;display:flex;margin-bottom:.5em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer *{margin:0;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer input{margin:auto 1em;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer label{margin-left:-2.2em;padding:1em 1em 1em 2em;width:100%;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected{border-color:#00a2e8;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-correct{border-color:#00c349;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-correct{border-color:#00a2e8;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-student-correct{background-color:#00c349;border-color:#00a2e8;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-incorrect{border-color:#f11414;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-incorrect{background-color:#f11414;border-color:#00a2e8;}.ld-exam-content .ld-exam-questions .ld-exam-question-answers .ld-exam-question-answer-student-selected.ld-exam-question-answer-correct{background-color:#00c349;border-color:#00a2e8;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message{background-color:#f0f3f6;border:2px solid #e2e7ed;border-radius:6px;box-shadow:none;color:#728188;display:none;margin:1em 0;min-height:none;padding:25px;position:relative;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct-message p,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect-message p{margin:1em auto;}.ld-exam-content .ld-exam-questions .ld-exam-question-correct .ld-exam-question-correct-message,.ld-exam-content .ld-exam-questions .ld-exam-question-incorrect .ld-exam-question-incorrect-message{display:block;}.ld-exam-content .ld-exam-footer{min-height:50px;}.ld-exam-content .ld-exam-footer *{float:right;}