.aep-cf7{
min-height:200px;
overflow:hidden;
}
.aep-cf7 .wpcf7 input[type="text"], 
.aep-cf7 .wpcf7 input[type="email"], 
.aep-cf7 .wpcf7 textarea, 
.wpcf7 input[type="date"]{
display: block;
width: 100%;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.aep-cf7 .wpcf7 input[type="submit"]{
display: inline-block;
font-weight: 400;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
border: 1px solid transparent;
padding: .375rem .75rem;
font-size: 1rem;
line-height: 1.5;
border-radius: .25rem;
transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.aep-cf7 .wpcf7-form{
float: left; margin: 0;
padding: 0;
}
.aep-cf7 .aep-cf7 {
display: table;
margin:0 auto
}
.aep-cf7 .wpcf7-form label{
width:100%;
font-weight: 400;
font-size: 14px;
}
.style-1.aep-cf7 .wpcf7 input[type="text"]:focus, 
.style-1.aep-cf7 .wpcf7 input[type="email"]:focus, 
.style-1.aep-cf7 .wpcf7 textarea:focus, 
.style-1.aep-cf7 .wpcf7 input[type="date"]:focus{ 
outline:none;
border-bottom:1px solid #333
}
.style-1.aep-cf7 .wpcf7 input[type="text"], 
.style-1.aep-cf7 .wpcf7 input[type="email"], 
.style-1.aep-cf7 .wpcf7 input[type="date"],
.style-1.aep-cf7 .wpcf7 textarea{ 
border:none;
border-bottom:1px solid #ddd;
border-radius:0;
}
.style-2.aep-cf7 .wpcf7 input[type="text"], 
.style-2.aep-cf7 .wpcf7 input[type="email"], 
.style-2.aep-cf7 .wpcf7 input[type="date"],
.style-2.aep-cf7 .wpcf7 textarea{ 
border:none;
border-bottom: 1px dashed #83A4C5;
border-radius:0
}
.style-2.aep-cf7 .wpcf7 input[type="text"]:focus, 
.style-2.aep-cf7 .wpcf7 input[type="email"]:focus, 
.style-2.aep-cf7 .wpcf7 input[type="date"]:focus,
.style-2.aep-cf7 .wpcf7 textarea:focus{ 
outline:none;
border-bottom:1px dashed #333;
border-radius:0
}
.aep-cf7 input[type=file]::file-selector-button {
padding: .2em .4em;
border-radius: .2em;
transition: 1s;
}
.aep-cf7 input[type=file]::file-selector-button:hover {
background-color: #FFEB3B;
border: 2px solid #CDDC39;
}.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 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.ayudawp-euw-wrapper {
max-width: 640px;
margin: 2rem 0;
box-sizing: border-box; scroll-margin-top: 2rem;
} .ayudawp-euw-wrapper--feedback {
display: flex;
flex-direction: column;
justify-content: center;
min-height: 80vh;
}
.ayudawp-euw-wrapper *,
.ayudawp-euw-wrapper *::before,
.ayudawp-euw-wrapper *::after {
box-sizing: border-box;
}
.ayudawp-euw-wrapper .ayudawp-euw-intro,
.ayudawp-euw-wrapper .ayudawp-euw-legal-note {
margin: 0 0 1.5rem;
color: #4a4a4a;
font-size: 0.95rem;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-form {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 6px;
padding: 1.5rem;
margin: 0;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field {
display: block;
margin: 0 0 1.25rem;
padding: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field > label {
display: block;
margin: 0 0 0.4rem;
padding: 0;
font-weight: 600;
font-size: 0.95rem;
line-height: 1.3;
color: #1a1a1a;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
display: block;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0.6rem 0.75rem;
border: 1px solid #c8c8c8;
border-radius: 4px;
background: #fff;
color: #1a1a1a;
font-family: inherit;
font-size: 1rem;
line-height: 1.4;
box-shadow: none;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea {
min-height: 110px;
resize: vertical;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field textarea:focus {
outline: 2px solid #2271b1;
outline-offset: 1px;
border-color: #2271b1;
box-shadow: none;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field input[readonly] {
background: #f1f1f1;
color: #50575e;
cursor: not-allowed;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-help {
display: block;
margin: 0.35rem 0 0;
color: #6b6b6b;
font-size: 0.85rem;
line-height: 1.4;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-required {
color: #d63638;
font-weight: 700;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label {
display: flex;
align-items: flex-start;
gap: 0.5rem;
margin: 0;
font-weight: 400;
font-size: 0.95rem;
cursor: pointer;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox input[type="checkbox"] {
flex: 0 0 auto;
width: 1rem;
height: 1rem;
margin: 0.25rem 0 0;
accent-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox > label > span {
flex: 1 1 auto;
line-height: 1.4;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="text"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="email"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input[type="date"],
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error select,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error textarea {
border-color: #d63638;
box-shadow: 0 0 0 1px #d63638;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error input:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error select:focus,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--error textarea:focus {
outline-color: #d63638;
border-color: #d63638;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox.ayudawp-euw-field--error > label {
color: #d63638;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field--checkbox.ayudawp-euw-field--error input[type="checkbox"] {
outline: 2px solid #d63638;
outline-offset: 2px;
accent-color: #d63638;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-field-error {
display: block;
margin: 0.35rem 0 0;
color: #d63638;
font-size: 0.85rem;
font-weight: 600;
line-height: 1.4;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-submit {
margin: 1.5rem 0 0;
padding: 0;
text-align: right;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button {
display: inline-block;
margin: 0;
padding: 0.75rem 1.75rem;
background: #2271b1;
color: #fff;
border: 1px solid transparent;
border-radius: 4px;
font-family: inherit;
font-size: 1rem;
font-weight: 600;
line-height: 1.2;
cursor: pointer;
text-decoration: none;
transition: background 0.15s ease-in-out;
min-height: 0;
height: auto;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button:focus {
background: #135e96;
color: #fff;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:visited {
background: #fff;
color: #2271b1;
border-color: #2271b1;
}
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:hover,
.ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-button--secondary:focus {
background: #f0f6fb;
color: #135e96;
border-color: #135e96;
} .ayudawp-euw-wrapper .ayudawp-euw-form .ayudawp-euw-confirm-actions {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.75rem;
} .ayudawp-euw-wrapper .ayudawp-euw-notice {
margin: 0 0 1.5rem;
padding: 1rem 1.25rem;
border-left: 4px solid;
border-radius: 4px;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice p {
margin: 0;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--success {
background: #edfaef;
border-color: #00a32a;
color: #14532d;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--error {
background: #fcf0f1;
border-color: #d63638;
color: #7a1d1f;
}
.ayudawp-euw-wrapper .ayudawp-euw-notice--warning {
background: #fcf9e8;
border-color: #dba617;
color: #6c5700;
} .ayudawp-euw-wrapper .ayudawp-euw-hp {
position: absolute;
left: -9999px;
width: 1px;
height: 1px;
overflow: hidden;
} .ayudawp-euw-wrapper .ayudawp-euw-annex-b {
margin: 1.5rem 0 0;
border: 1px solid #e1e1e1;
border-radius: 6px;
background: #fafafa;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b > summary {
cursor: pointer;
padding: 0.9rem 1.25rem;
font-weight: 600;
color: #1a1a1a;
font-size: 0.95rem;
list-style: revert;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b[open] > summary {
border-bottom: 1px solid #e1e1e1;
background: #f0f0f1;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article {
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 0.95rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__article p {
margin: 0 0 0.85rem;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__intro em {
color: #4a4a4a;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__trader {
background: #fff;
border: 1px solid #e1e1e1;
border-radius: 4px;
padding: 0.75rem 1rem;
margin: 0 0 1rem;
font-style: normal;
line-height: 1.5;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__field {
font-family: monospace;
color: #4a4a4a;
letter-spacing: 0.05em;
word-break: break-all;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__source {
margin-top: 1rem;
color: #6b6b6b;
}
.ayudawp-euw-wrapper .ayudawp-euw-annex-b__print a {
display: inline-block;
margin-top: 0.25rem;
font-weight: 600;
} .ayudawp-euw-annex-b--print {
max-width: 720px;
margin: 1.5rem auto;
padding: 1.25rem 1.5rem;
color: #1a1a1a;
line-height: 1.55;
font-size: 1rem;
}
@media print {
.ayudawp-euw-annex-b--print {
max-width: none;
margin: 0;
padding: 0;
font-size: 12pt;
}
}.module-archive .status{padding:.382em 1em;-webkit-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box;color:#fff;font-weight:bold;background:#c6c6c6;display:inline-block}.module-archive .status:before{font-family:FontAwesomeSensei,FontAwesome;display:inline-block;font-size:100%;margin-right:.618em;font-weight:normal;line-height:1em;width:1em}.module-archive .status.completed{background:#63a95f}.module-archive .status.completed:before{content:""}.module-archive .status.in-progress:before{content:""}.module-lessons .lesson-status{font-style:normal}.module-lessons .lesson-status.complete{color:#63a95f}.module-lessons .lesson-status.complete:before{font-family:FontAwesomeSensei,FontAwesome;display:inline-block;font-size:100%;margin-right:.618em;font-weight:normal;line-height:1em;width:1em;content:""}.single-course .course-lessons>header h2{margin-bottom:1em}.course .module{position:relative;margin-top:1em;margin-bottom:1em;border:none}.course .module header{align-items:center;background:rgba(0,0,0,.05);box-sizing:border-box;display:flex;margin-bottom:0;padding:1em 20px;width:100%}.course .module header h2{display:inline-block;font-size:1.8em;margin-right:20px}.course .module header .status{margin-left:auto;white-space:nowrap}.course .module .module-description{padding:1em 20px;background:rgba(0,0,0,.015);margin:0;font-style:italic}.course .module .module-lessons header{margin:0 !important;padding:.6em .6em .6em 20px !important;border-top:1px solid rgba(0,0,0,.05) !important;border-bottom:1px solid rgba(0,0,0,.05);background:rgba(0,0,0,.03)}.course .module .module-lessons header h3{margin:0;font-size:1.2em}.course .module .module-lessons ul{margin:0 !important;padding:0 !important;margin-bottom:2em !important;list-style:none !important}.course .module .module-lessons ul li{list-style:none !important;margin:0 !important;position:relative}.course .module .module-lessons ul li a{display:block;border-bottom:1px solid rgba(0,0,0,.05);padding:.618em .618em .618em 3.618em;background:rgba(0,0,0,.01);position:relative;font-size:1.1em;text-decoration:none}.course .module .module-lessons ul li a:before{font-family:FontAwesomeSensei,FontAwesome;display:inline-block;font-size:150%;margin-right:.618em;font-weight:400;line-height:1em;width:1em;position:absolute;left:20px;top:.5em;content:"";color:rgba(0,0,0,.1)}.course .module .module-lessons ul li a:hover{background:#fff;border-bottom:1px solid rgba(0,0,0,.05);text-decoration:none}.course .module .module-lessons ul li a:hover:before{content:"";color:rgba(0,0,0,.2)}.course .module .module-lessons ul li a .preview-label{float:right;top:-0.2em}.course .module .module-lessons ul li.completed a{color:rgba(0,0,0,.4)}.course .module .module-lessons ul li.completed a:before{content:"";color:#63a95f}@font-face{font-family:"FontAwesomeSensei";src:url(//avajures.org/wp-content/plugins/sensei-lms/assets/dist/fonts/fontawesome-webfont.45de4ef7.woff2) format("woff2"),url(//avajures.org/wp-content/plugins/sensei-lms/assets/dist/fonts/fontawesome-webfont.e646f99c.woff) format("woff");font-weight:400;font-style:normal}@-webkit-keyframes spin-360{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);zoom:1}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);zoom:1}to{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);zoom:1}}@-webkit-keyframes spin-360{from{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);zoom:1}50%{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);zoom:1}to{-webkit-transform:rotate(0);-moz-transform:rotate(0);-ms-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);zoom:1}}.sensei-lms-notice{background-color:#f6f7f7;margin-bottom:21px;padding:17px 26px;color:#1e1e1e}.sensei-lms-notice .sensei-block-wrapper{margin:0}.sensei-message{clear:both;margin-top:1.387em;margin-bottom:1.618em;padding:1em 1.618em;border:none !important;-webkit-border-radius:5px;border-radius:5px;-moz-background-clip:padding;-webkit-background-clip:padding-box;background-clip:padding-box}.sensei-message a{text-decoration:underline}.sensei-message a:hover{text-decoration:none}.sensei-message:after{content:"";clear:both;display:block}.sensei-message:before{font-family:"FontAwesomeSensei";display:inline-block;font-size:100%;margin-right:.618em;font-weight:normal;line-height:1em;width:1em;font-size:1.387em;position:relative;top:.1em}.sensei-message.info{background:#eee}.sensei-message.info:before{content:""}.sensei-message.info a{color:rgb(59.5,59.5,59.5)}.sensei-message.info a:hover{color:rgb(46.75,46.75,46.75)}.sensei-message.alert{background:#ffd9c8}.sensei-message.alert:before{color:#ed6c6c;content:""}.sensei-message.alert a{color:hsl(0,78.1818181818%,57.6470588235%)}.sensei-message.alert a:hover{color:hsl(0,78.1818181818%,52.6470588235%)}.sensei-message.success{background:hsl(116.7567567568,30.081300813%,86.7647058824%)}.sensei-message.success:before{color:#63a95f;content:""}.sensei-message.success a{color:rgb(77.9268292683,138.5365853659,74.4634146341)}.sensei-message.success a:hover{color:rgb(68.5975609756,121.9512195122,65.5487804878)}.course-completed.singular .entry-header,.course-completed .entry-title{border:0;height:0;margin:0;padding:0;visibility:hidden}#my-courses #customer_login{column-gap:1.5rem;display:flex}@media screen and (max-width: 782px){#my-courses #customer_login{flex-direction:column}}#my-courses #customer_login label{display:block;margin-bottom:.7rem}#my-courses #customer_login input.input-text{box-sizing:border-box;font-size:var(--wp--preset--font-size--small);line-height:normal;margin:0;outline:0;padding:.9rem 1.1rem;width:100%}#my-courses #customer_login>div{display:flex;flex:1 1 0;flex-direction:column}#my-courses #customer_login form{border:1px solid #d3ced2;border-radius:5px;flex:1 1 0;margin:0 0 2em 0;padding:20px;text-align:left}#my-courses #customer_login .sensei-login-submit .button{margin-right:1em}.theme-twentytwentyone #customer_login .remember_me,.theme-twentytwentyone #customer_login .sensei-login-submit,.theme-twentytwentyone #customer_login .form-row:last-child{margin-top:1rem}