.mvvwb_wrap label {
display: block;
}
.mvvwb_booking_panel {
clear: both;
}
.mvvwb_duration {
margin: 0 0 1em 0;
}
.mvvwb_date_row, .mvvwb_persons_row {
margin: 0 0 1em 0;
}
.mvvwb_persons, .mvvwb_time_start, .mvvwb_quantity {
margin: 0 0 1em 0;
}
form.cart .mvvwb_wrap .mvvwb_persons .mvvwb_input,
form.cart .mvvwb_wrap .mvvwb_persons_row .mvvwb_input,
form.cart .mvvwb_wrap .mvvwb_date_row .mvvwb_input,
form.cart .mvvwb_wrap .mvvwb_quantity .mvvwb_input {
width: 100%;
line-height: 30px;
padding: 5px 0px 5px 15px;
border: 1px solid #dbdbdb;
background: #fff;
box-shadow: none;
outline: 0;
box-sizing: border-box;
}
.mvvwb_showInline .mvvwb_input, .mvvwb_showInline .mvvwb_date_end {
display: none;
}
.mvvwb_showInline .flatpickr-calendar {
box-shadow: none;
margin: 0 auto;
}
.mvvwb_sel_wrap {
position: relative;
}
.mvvwb_sel_wrap select {
display: inline-block;
width: 100%;
cursor: pointer;
line-height: 30px;
padding: 5px 15px;
outline: 0;
border-radius: 0;
border: 1px solid #dbdbdb;
appearance: none;
-webkit-appearance: none;
-moz-appearance: none;
background: #fff;
}
.mvvwb_sel_arrow {
content: '';
display: block;
position: absolute;
top: 15px;
right: 15px;
width: 0;
height: 0;
pointer-events: none;
border-style: solid;
border-width: 8px 5px 0 5px;
border-color: #aaa transparent transparent transparent;
}
.mvvwb_date_row.mvvwb_date_range {
display: flex;
flex-direction: row;
}
.mvvwb_date_row.mvvwb_date_range.mvvwb_showInline {
display: block;
}
.mvvwb_persons_row {
display: flex;
flex-direction: row;
}
.mvvwb_date_start {
position: relative;
}
.mvvwb_date_range .mvvwb_date_start, .mvvwb_persons_row .mvvwb_persons_adult {
margin-right: 10px;
flex-grow: 1;
}
[dir="rtl"] .mvvwb_date_range .mvvwb_date_start,
[dir="rtl"] .mvvwb_persons_row .mvvwb_persons_adult {
margin-right: auto;
margin-left: 10px;
}
.mvvwb_date_end, .mvvwb_persons_children {
flex-grow: 1;
}
.mvvwb_summary {
margin: 15px 0;
position: relative;
}
.mvvwb_summary .mvvwb_booking_date {
color: #4984de;
margin-bottom: 5px;
}
.mvvwb_summary .mvvwb_price_item {
display: flex;
border-bottom: 1px solid #dbdbdb;
padding: 5px 0;
}
.mvvwb_price_price {
margin-left: auto;
}
[dir="rtl"] .mvvwb_price_price {
margin-left: initial;
margin-right: auto;
}
.mvvwb_summary .mvvwb_price_total {
display: flex;
padding: 5px 0;
}
.mvvwb_price_total .mvvwb_price_label {
font-weight: bold;
} .mvvwb_wrap .mvvwb_spinner {
-webkit-animation: rotate 2s linear infinite;
animation: rotate 2s linear infinite;
width: 30px;
height: 30px;
position: absolute;
top: 15px;
display: block;
left: 50%;
margin-left: -15px;
}
.mvvwb_spinner .mvvwb_path {
stroke: #cccccc;
stroke-linecap: round;
-webkit-animation: dash 1.5s ease-in-out infinite;
animation: dash 1.5s ease-in-out infinite;
}
@-webkit-keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
@keyframes dash {
0% {
stroke-dasharray: 1, 150;
stroke-dashoffset: 0;
}
50% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -35;
}
100% {
stroke-dasharray: 90, 150;
stroke-dashoffset: -124;
}
}
.mvvwb_confirmation_tag {
font-size: 12px;
background: #17a2b8;
display: inline-block;
padding: 0 4px;
margin: 0 5px;
color: #fff;
}
.mvvwb_resources h4 {
padding-top: 0;
font-weight: 400;
font-size: 16px;
font-weight: 600;
}
.mvvwb_resources .mvvwb_resource {
display: flex;
flex-direction: row;
}
.mvvwb_resources .mvvwb_resource {
}
.mvvwb_resources .mvvwb_checkbox {
display: block;
position: relative;
padding-left: 22px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.mvvwb_resources .mvvwb_checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
} .mvvwb_resources .mvvwb_checkbox span {
position: absolute;
left: 0;
height: 18px;
width: 18px;
background-color: #fff;
border: 1px solid #dbdbdb;
border-radius: 2px;
top: 3px;
} .mvvwb_resources .mvvwb_checkbox:hover input ~ span {
background-color: #ccc;
} .mvvwb_resources .mvvwb_checkbox input:checked ~ span {
background-color: #5cb85c;
} .mvvwb_resources .mvvwb_checkbox span:after {
content: "";
position: absolute;
display: none;
} .mvvwb_resources .mvvwb_checkbox input:checked ~ span:after {
display: block;
} .mvvwb_resources .mvvwb_checkbox span:after {
left: 6px;
top: 2px;
width: 3px;
height: 7px;
border: solid white;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.mvvwb_resources .mvvwb_price_text {
font-size: 12px;
}
.mvvwb_resources .mvvwb_res_quantity {
border: 1px solid #dbdbdb;
background: #fff;
box-shadow: none;
outline: 0;
box-sizing: border-box;
padding: 0px 0 0px 5px;
margin: 0 5px;
width: 45px;
max-height: 40px;
}
.mvvwb_resources .mvvwb_pull_right {
margin-left: auto;
margin-bottom: 10px;
}
@media (min-width: 768px) {
table.my_account_bookings {
font-size: 0.875em;
}
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}.edubin_recent_post {
padding-top: 10px;
}
.edubin_recent_post img {
float: left;
object-fit: cover;
overflow: hidden;
width: 80px;
height: 80px;
border-radius: 50%;
margin-right: 15px;
margin-bottom: 0;
}
.edubin_recent_post .edubin_recent_post_title {
font-weight: 700;
margin-bottom: 5px;
font-size: 16px;
line-height: 1.4;
}
.edubin_recent_post .edubin_recent_post_title a {
color: #07294d;
}
.edubin_recent_post .edubin_recent_post_title a:hover {
color: #ffc600;
}
.edubin_recent_post .date {
font-size: 14px;
letter-spacing: 0.1px;
font-weight: 500;
text-transform: capitalize;
color: #8a8a8a;
margin-bottom: 20px;
}
.edubin_recent_post li.edubin_recent_post_list {
clear: both;
margin-bottom: 0;
display: block;
overflow: hidden;
padding: 20px 0;
}  .edubin-social {
margin-top: -30px;
transition: all 0.5s ease;
}
.edubin-social a.edubin-social-icon {
border: 2px solid #021d3a;
line-height: 37px;
margin-right: 10px;
width: 40px;
height: 40px;
color: #fff;
display: inline-block;
text-align: center;
transition: all 0.5s ease;
border-radius: 50px;
background: #021d3a;
font-size: 15px;
}
.edubin-social a.edubin-social-icon:hover {
border-color: #07294d;
transition: all 0.5s ease;
color: #07294d;
}
.edubin-social a.edubin-social-icon:first-child {
margin-left: 0;
}
.edubin-social a.edubin-social-icon:last-child {
margin-left: 0;
} .single-slider {
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.slider-cont {
position: relative;
z-index: 5;
}
.slider-cont h2 {
font-size: 60px;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
color: #fff;
padding-bottom: 25px;
}
.slider-cont span {
font-size: 20px;
font-family: 'Montserrat', sans-serif;
font-weight: 500;
color: #fff;
padding-bottom: 25px;
}
.slider-cont p {
font-size: 18px;
color: #fff;
font-weight: 600;
padding-bottom: 50px;
}
.slider-cont ul li {
display: inline-block;
margin-right: 15px;
}
.slider-cont ul li:last-child {
margin-right: 0;
}
.slider-active .slick-arrow {
font-size: 50px;
position: absolute;
top: 50%;
left: 0;
color: #fff;
cursor: pointer;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.slider-active .next.slick-arrow {
left: auto;
right: 0;
}
.slider-active:hover .slick-arrow {
left: 30px;
opacity: 1;
visibility: visible;
}
.slider-active:hover .next.slick-arrow {
left: auto;
right: 30px;
} .slider-2 .slider-cont h2 {
padding-bottom: 40px;
}
.slider-2.single-slider {
padding-top: 230px;
padding-bottom: 250px;
} #slider-part-3 {
position: relative;
padding-top: 220px;
padding-bottom: 120px;
}
#slider-part-3::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.4);
}
.slider-cont-3 {
position: relative;
z-index: 5;
background-color: rgba(7, 41, 77, 0.8);
padding: 70px 100px 80px;
}
.slider-cont-3 h1 {
color: #fff;
font-size: 48px;
padding-bottom: 8px;
}
.slider-cont-3 span {
font-size: 24px;
color: #fff;
}
.slider-search {
background-color: #fff;
border-radius: 3px;
}
.slider-search .nice-select {
width: 100%;
height: 55px;
line-height: 55px;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
border: 0;
}
.slider-search .nice-select span {
font-size: 16px;
color: #07294d;
font-weight: 400;
}
.slider-search .nice-select .list {
width: 100%;
border-radius: 0;
margin: 0;
}
.slider-search .nice-select::after {
border-bottom: 0;
border-right: 8px solid #07294d;
border-top: 8px solid transparent;
height: 0px;
margin-top: -4px;
width: 0px;
}
.slider-search input {
width: 100%;
height: 55px;
border: 0;
border-left: 1px solid #a8a8a8;
padding-left: 25px;
font-size: 16px;
color: #8a8a8a;
}
.slider-search .main-btn {
line-height: 53px;
width: 100%;
padding: 0;
}
.slider-search .main-btn:hover {
border-color: #07294d;
}
.single-slider-feature {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.single-slider-feature .cont {
padding-left: 30px;
}
.single-slider-feature .cont h3 {
color: #fff;
padding-bottom: 3px;
margin-top: -3px;
font-size: 24px;
}
.single-slider-feature .cont span {
color: #fff;
font-size: 15px;
} .mb-30 {
margin-bottom: 30px;
}
.pb-25 {
padding-bottom: 25px;
} .edubin-section-title .section-title-txt {
font-size: 48px;
color: #23252a;
font-weight: 600;
line-height: 1;
margin: 0;
display: inline-block;
}
.edubin-section-title .section-subtitle-txt {
color: #07294d;
font-size: 16px;
line-height: 30px;
margin: 5px 0;
font-weight: 400;
}
.page.type-page .entry-content p.section-subtitle-txt {
margin-bottom: 0;
}
.edubin-section-title span.edubin-title-sperator {
background-color: #ffc600;
display: inline-block;
height: 3px;
margin-bottom: 13px;
margin-top: 0px;
position: relative;
width: 42px;
}
.edubin-section-title.title-style-three span.edubin-title-sperator::before {
background-color: #ffc600;
bottom: 0;
content: "";
display: block;
height: 2px;
left: -13px;
margin-bottom: 13px;
margin-top: 25px;
position: absolute;
width: 50px;
}
.edubin-title-align-left .edubin-section-title.title-style-three span.edubin-title-sperator::before, .edubin-title-align-justify .edubin-section-title.title-style-three span.edubin-title-sperator::before {
left: 13px;
}
.edubin-section-title.edubin-subtitle-position-top {
display: flex;
flex-direction: column;
}
.edubin-section-title.edubin-subtitle-position-top .section-title-txt {
order: 2;
}
.edubin-section-title.edubin-subtitle-position-top .section-subtitle-txt {
order: 1;
}
.edubin-section-title.edubin-subtitle-position-top img {
order: 3;
}
.edubin-section-title.edubin-subtitle-position-top i {
order: 3;
}
.edubin-section-title img {
margin: auto;
}
.edubin-section-title.edubin-subtitle-position-top .edubin-title-sperator-sec {
order: 4;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four .edubin-title-sperator-sec {
order: 2;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four .section-title-txt {
order: 3;
}
.edubin-section-title.edubin-subtitle-position-top.title-style-four span.edubin-title-sperator {
margin-top: 8px;
}
.title-style-two .edubin-title-sperator-sec, .title-style-five .edubin-title-sperator-sec {
display: none;
}
.title-style-two .section-title-txt {
padding: 0 10.5%;
position: relative;
}
.title-style-two .section-title-txt::before, .title-style-two .section-title-txt::after {
background: #412e51 none repeat scroll 0 0;
content: "";
height: 3px;
left: 0;
position: absolute;
top: 50%;
width: 100px;
}
.title-style-two .section-title-txt::after {
right: 0;
top: 50%;
left: auto;
}
.title-style-two .section-title-txt {
margin-right: auto !important;
margin-left: auto !important;
}
.section-advancetitle-txt {
color: #ffc600;
font-size: 80px;
font-weight: 800;
line-height: 28px;
margin: 0;
position: absolute;
text-transform: uppercase;
top: 50%;
transform: translateY(-50%);
width: 100%;
z-index: -1;
}
.edubin-title-sperator-sec {
line-height: 1;
} .edubin_event_button a {
line-height: 1;
margin-top: 30px;
padding: 15px 30px;
text-decoration: none;
}
.edubin_event_button a i {
margin-right: 10px;
} .newsletter-style-one p {
color: #798294;
font-size: 14px;
line-height: 28px;
max-width: 605px;
margin: 0 auto !important;
width: 100%;
margin-bottom: 58px;
margin-top: 16px;
}
.edubin-mailchimp-style-1 .edubin-input-box {
position: relative;
max-width: 530px;
margin: 0 auto;
}
.edubin-input-box input[type="text"], .edubin-input-box input[type="email"] {
width: 100%;
}
.edubin-mailchimp-style-1 .edubin-input-box input[type="submit"] {
position: absolute;
right: 5px;
top: 50%;
transform: translateY(-50%);
outline: none;
border: 0 none;
transition: 0.4s;
} .edubin-mailchimp-style-2 .edubin-input-box input[type="text"], .edubin-mailchimp-style-2 .edubin-input-box input[type="email"] {
width: calc(100% - 170px);
} .edubin-input-box form {
width: 100%;
}
.edubin-mailchimp-style-3 .edubin-input-box {
position: relative;
max-width: 580px;
width: 100%;
margin: 0 auto;
display: flex;
}
.edubin-mailchimp-style-3 .edubin-input-box input {
text-align: center;
float: left;
overflow: hidden;
max-width: 405px;
}
.edubin-mailchimp-style-3 .edubin-input-box input[type="submit"] {
float: right;
overflow: hidden;
transition: 0.4s;
} .edubin-mailchimp-style-4 .edubin-input-box {
position: relative;
}
.edubin-mailchimp-style-4 .edubin-input-box input[type="submit"] {
position: absolute;
right: 5px;
top: 50%;
width: 40px;
transform: translateY(-50%);
transition: 0.4s;
text-indent: -99999px;
}
.edubin-mailchimp-style-4 .edubin-input-box::before {
color: #ffffff;
content: "";
cursor: pointer;
display: block;
font-family: fontawesome;
position: absolute;
right: 20px;
top: 50%;
transform: translateY(-50%);
z-index: 1;
} .edubin-mailchimp-style-5 .edubin-input-box input[type="submit"] {
width: 100%;
transition: 0.5s;
} .edubin-form-wrapper form input, .edubin-form-wrapper form textarea {
width: 100%;
border-radius: 0;
}
.edubin-form-wrapper .ajax-loader {
bottom: 0;
position: absolute;
}
.edubin-form-wrapper .form_no_select {
color: red;
font-size: 20px;
} .edubin-form-style-1 form input {
height: 55px;
font-weight: 300;
margin-top: 30px;
padding: 0 20px;
border: 1px solid #c1c1c1;
font-size: 13px;
color: #a2a2a2;
}
.edubin-form-style-1 form input:focus {
border: 1px solid #18012c;
}
.edubin-form-style-1 form input[type="submit"] {
background-color: #0056ff;
border: medium none;
color: #ffffff;
font-size: 14px;
font-weight: 500;
height: 55px;
line-height: 55px;
padding: 0 29px;
text-transform: uppercase;
width: auto;
transition: 0.5s;
}
.edubin-form-style-1 form input[type="submit"]:hover {
background-color: #18012c;
}
.edubin-form-style-1 form textarea {
border: 1px solid #c1c1c1;
min-height: 175px;
margin-top: 30px;
padding: 20px;
color: #a2a2a2;
resize: none;
font-size: 13px;
}
.edubin-form-style-1 form textarea:focus {
border: 1px solid #18012c;
} .edubin-form-style-2 label {
color: #ffffff;
font-style: italic;
font-weight: 300;
font-size: 14px;
margin-bottom: 11px;
}
.edubin-form-style-2 input {
height: 55px;
font-weight: 300;
margin-bottom: 30px;
padding: 0 20px;
border: 0 none;
font-size: 13px;
background: rgba(255, 255, 255, 0.3);
color: #ffffff;
}
.edubin-form-style-2 input:focus {
border: 1px solid #18012c;
}
.edubin-form-style-2 input[type="submit"] {
background-color: #fff;
border: medium none;
color: #0056ff;
font-size: 14px;
font-weight: 600;
height: 55px;
line-height: 54px;
padding: 0 29px;
text-transform: uppercase;
width: 100%;
transition: 0.5s;
margin: 0;
}
.edubin-form-style-2 input[type="submit"]:hover {
background-color: #18012c;
color: #ffffff;
}
.edubin-form-style-2 textarea {
border: 1px solid #c1c1c1;
min-height: 209px;
padding: 20px;
color: #fff;
resize: none;
font-size: 13px;
background: rgba(255, 255, 255, 0.3);
margin-bottom: 30px;
border: 0 none;
}
.edubin-form-style-2 textarea:focus {
border: 1px solid #18012c;
} .edubin-form-style-3 form input {
color: #c0c0c0;
font-weight: 300;
font-style: italic;
border: 0 none;
border-bottom: 1px solid #c0c0c0;
padding: 0;
margin-bottom: 50px;
padding-bottom: 4px;
font-size: 16px;
}
.edubin-form-style-3 form input:focus {
border-bottom: 1px solid #18012c;
}
.edubin-form-style-3 form input[type="submit"] {
border: 0 none;
background: #0056ff;
color: #fff;
margin-top: 40px;
margin-bottom: 0;
height: 55px;
line-height: 59px;
padding: 0 20px;
transition: 0.5s;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.edubin-form-style-3 form input[type="submit"]:hover {
background: #ffffff;
color: #0056ff;
}
.edubin-form-style-3 form textarea {
border: 0 none;
border-bottom: 1px solid #c0c0c0;
font-style: italic;
padding: 0;
min-height: 150px;
resize: none;
color: #c0c0c0;
font-size: 16px;
}
.edubin-form-style-3 form textarea:focus {
border-bottom: 1px solid #18012c;
} .edubin-form-style-4 form .input-box {
display: flex;
align-items: center;
margin-bottom: 30px;
}
.edubin-form-style-4 form .input-box label {
color: #000000;
font-weight: 600;
font-size: 14px;
flex-basis: 16%;
}
.edubin-form-style-4 form .input-box span {
flex-basis: 84%;
}
.edubin-form-style-4 form .input-box input {
background: #a2a2a2;
color: #a2a2a2;
font-weight: 300;
background: #f3f3f3;
border: 1px solid #c1c1c1;
height: 55px;
line-height: 55px;
padding: 0 20px;
font-weight: "Montserrat", sans-serif;
}
.edubin-form-style-4 form .input-box input:focus {
border: 1px solid #18012c;
}
.edubin-form-style-4 form .input-box textarea {
background: #f3f3f3;
border: 1px solid #c1c1c1;
min-height: 200px;
padding: 20px;
font-weight: "Montserrat", sans-serif;
}
.edubin-form-style-4 form .input-box textarea:focus {
border: 1px solid #18012c;
}
.edubin-form-style-4 form input[type="submit"] {
background: #0056ff;
width: auto;
border: 0 none;
color: #fff;
padding: 0 30px;
height: 55px;
line-height: 55px;
margin: 0 0 0 90px;
font-size: 14px;
font-weight: 500;
transition: 0.5s;
}
.edubin-form-style-4 form input[type="submit"]:hover {
opacity: 0.7;
} .contact_form_container {
background: #81abfe;
padding: 30px;
}
.edubin-form-style-5 form input {
margin-top: 30px;
border: 1px solid #ffffff;
height: 50px;
line-height: 50px;
color: #fff;
font-weight: 300;
}
.edubin-form-style-5 form input:focus {
border: 1px solid #18012c;
}
.edubin-form-style-5 form input[type="submit"] {
background: #fff;
height: 55px;
line-height: 56px;
border: 0 none;
padding: 0 30px;
color: #0056ff;
font-weight: 600;
width: auto;
transition: 0.5s;
}
.edubin-form-style-5 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-form-style-5 form textarea {
margin-top: 30px;
min-height: 145px;
border: 1px solid #fff;
padding: 20px;
font-weight: 300;
color: #fff;
}
.edubin-form-style-5 form textarea:focus {
border: 1px solid #18012c;
} .edubin-form-style-6 form input {
background: #f3f3f3;
border: 0 none;
height: 55px;
padding: 0 20px;
margin-bottom: 30px;
}
.edubin-form-style-6 form input:focus {
border: 1px solid #18012c;
}
.edubin-form-style-6 form input[type="submit"] {
width: auto;
margin: 0;
padding: 0 58px;
background: #0056ff;
color: #fff;
height: 58px;
font-weight: 600;
line-height: 61px;
text-transform: uppercase;
transition: 0.5s;
margin-top: 10px;
}
.edubin-form-style-6 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-form-style-6 form label {
font-size: 14px;
color: #000000;
font-weight: 300;
font-style: italic;
}
.edubin-form-style-6 form textarea {
background: #f3f3f3;
border: 0 none;
margin-bottom: 30px;
min-height: 230px;
resize: none;
padding: 20px;
margin-bottom: 30px;
}
.edubin-form-style-6 form textarea:focus {
border: 1px solid #18012c;
}
input, textarea {
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;
outline: none;
} .edubin-login-form-wrapper form input:not([type="checkbox"]) {
width: 100%;
}
.edubin-login-form-wrapper form input:not([type="checkbox"]) {
padding: 0 15px;
} .edubin-login-form-style-1 {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 50px 70px;
}
.edubin-login-form-style-1 h2 {
color: #000000;
font-size: 30px;
font-weight: 600;
margin-bottom: 21px;
}
.edubin-login-form-style-1 form label {
color: #000000;
font-size: 13px;
font-weight: 300;
margin-bottom: 10px;
}
.edubin-login-form-style-1 form input:not([type="checkbox"]) {
background: transparent;
border: 1px solid #f2f2f2;
color: #757575;
font-size: 12px;
margin-bottom: 24px;
height: 50px;
}
.edubin-login-form-style-1 form input:not([type="checkbox"])[type="submit"] {
margin: 0;
margin-top: 40px;
width: auto;
background: #0056ff;
color: #fff;
height: 43px;
padding: 0 40px;
font-weight: 600;
text-transform: uppercase;
font-size: 14px;
border: 0 none;
transition: 0.4s ease-in-out;
}
.edubin-login-form-style-1 form input:not([type="checkbox"])[type="submit"]:hover {
background: #18012c;
color: #fff;
}
.log-remember {
display: flex;
justify-content: space-between;
align-items: center;
}
.log-remember a.fright {
color: #b1b1b1;
font-size: 12px;
transition: 0.4s;
}
.edubin_message {
display: none;
}
#edubin_message .alert-success, .edubin_lodding_msg {
color: #155724 !important;
}
#edubin_message .alert-danger {
color: #721c24 !important;
} .lable-content {
display: block;
position: relative;
padding-left: 29px;
margin-bottom: 0;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.login-wrapper form .log-remember label {
margin: 0;
} .lable-content input {
position: absolute;
opacity: 0;
cursor: pointer;
} .checkmark {
position: absolute;
top: 0;
left: 0;
height: 18px;
width: 18px;
border: 1px solid #0056ff;
margin-top: 4px;
} .lable-content:hover input~.checkmark {
border: 1px solid #0056ff;
} .checkmark:after {
content: "";
position: absolute;
display: block;
} .lable-content input:checked~.checkmark:after {
display: none;
} .lable-content .checkmark:after {
left: 5px;
top: 2px;
width: 6px;
height: 9px;
border: solid #0056ff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
} .edubin-login-form-style-2 {
text-align: center;
}
.edubin-login-form-style-2 form input {
margin-top: 30px;
border: 1px solid #ffffff;
border-radius: 3px;
height: 60px;
color: #fff;
padding: 0 20px;
}
.edubin-login-form-style-2 form input[type="submit"] {
background: #0056ff;
border: 0 none;
font-size: 24px;
text-transform: uppercase;
height: 60px;
border-radius: 3px;
transition: 0.3s ease-in-out;
margin-bottom: 20px;
}
.edubin-login-form-style-2 form input[type="submit"]:hover {
background: #18012c;
color: #ffffff;
}
.edubin-login-form-style-2 .separator span {
display: block;
color: #fff;
font-size: 14px;
font-weight: 600;
margin-top: 30px;
position: relative;
}
.edubin-login-form-style-2 .separator span::before, .edubin-login-form-style-2 .separator span::after {
position: absolute;
left: 0;
top: 50%;
background: #fff;
width: 235px;
height: 2px;
content: "";
}
.edubin-login-form-style-2 .separator span::after {
left: auto;
right: 0;
}
.edubin-login-form-style-2 .log-remember a.fright {
color: #ffffff;
}
.edubin-login-form-style-2 form input::-webkit-input-placeholder {
color: #ffffff;
}
.edubin-login-form-style-2 form input::-moz-placeholder {
color: #ffffff;
}
.edubin-login-form-style-2 form input:-ms-input-placeholder {
color: #ffffff;
}
.edubin-login-form-style-2 form input:-moz-placeholder {
color: #ffffff;
} .edubin-login-form-style-2 .checkmark, .edubin-login-form-style-4 .checkmark {
border: 1px solid #ffffff;
}
.edubin-login-form-style-2 .lable-content, .edubin-login-form-style-4 .lable-content {
color: #ffffff;
font-size: 12px;
}
.edubin-login-form-style-2 .lable-content .checkmark:after, .edubin-login-form-style-4 .lable-content .checkmark:after {
left: 5px;
top: 2px;
width: 6px;
height: 9px;
border: solid #ffffff;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
.edubin-login-form-style-2 .lable-content:hover input~.checkmark, .edubin-login-form-style-4 .lable-content:hover input~.checkmark {
border: 1px solid #ffffff;
}
.edubin-login-form-style-2 .log-remember {
margin-top: 10px;
}
.edubin-login-form-style-2 .edubin-user-login, .edubin-login-form-style-4 .edubin-user-login, .edubin-login-form-style-5 .edubin-user-login {
color: #fff;
} .edubin-login-form-style-3 {
padding: 0px 40px;
}
.edubin-login-form-style-3 form input {
margin-top: 17px;
border: 0 none;
border-bottom: 1px solid #687ea5;
padding: 0;
color: #687ea5;
font-size: 12px;
font-weight: 300;
}
.edubin-login-form-style-3 form input[type="submit"] {
background: #0056ff;
color: #fff;
width: auto;
height: 50px;
padding: 0 55px;
border: 0 none;
font-size: 14px;
text-transform: uppercase;
transition: 0.5s;
font-weight: 600;
margin-top: 40px;
}
.edubin-login-form-style-3 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-login-form-style-3 {
box-shadow: none;
background: transparent;
}
.edubin-login-form-style-2 .edubin-user-login {
text-align: left;
} .edubin-login-form-style-4 {
padding: 100px 56px;
text-align: center;
}
.edubin-login-form-style-4 form input {
background: rgba(255, 255, 255, 0.3);
border: 0 none;
margin-left: 2px;
height: 70px;
border-radius: 0 8px 8px 0;
padding: 0 50px;
color: #ffffff;
font-size: 16px;
}
.edubin-login-form-style-4 form input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 70px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
margin: 0;
margin-top: 30px;
}
.edubin-login-form-style-4 form input[type="submit"]:hover {
background: #ffffff !important;
color: #18012c;
} .edubin-register-style-1 {
background: #fa4a79;
padding-bottom: 40px;
}
.edubin-register-style-1 form {
padding: 0 30px 0;
}
.edubin-register-style-1 form textarea {
background: #fb5c87 none repeat scroll 0 0;
border-radius: 0;
border: 1px solid #ffffff;
}
.edubin-register-style-1 form input {
background: #fb5c87 none repeat scroll 0 0;
border: 1px solid #ffffff;
border-radius: 0;
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 12px;
font-weight: 300;
height: 50px;
margin-bottom: 30px;
}
.edubin-register-style-1 form input[type="submit"] {
width: auto;
margin: 0 auto;
text-align: center;
background: #fff;
font-weight: 600;
color: #fa4a79;
margin-top: 10px;
font-size: 14px;
padding: 0 47px;
transition: 0.5s;
}
.edubin-register-style-1 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-register-style-1 form input::-webkit-input-placeholder {
color: #ffffff;
}
.edubin-register-style-1 form input::-moz-placeholder {
color: #ffffff;
}
.edubin-register-style-1 form input:-ms-input-placeholder {
color: #ffffff;
}
.edubin-register-style-1 form input:-moz-placeholder {
color: #ffffff;
} .edubin-register-style-2 {
background: #7ca7f9;
padding: 0 80px 50px;
}
.edubin-register-style-2 form label {
color: #666666;
font-weight: 400;
font-size: 12px;
margin-bottom: 8px;
}
.edubin-register-style-2 form input {
border: 1px solid #ffffff;
padding: 0 20px;
color: #fff;
margin-bottom: 30px;
font-weight: 300;
}
.edubin-register-style-2 form input[type="submit"] {
width: auto;
text-align: center;
background: #fff;
font-weight: 600;
color: #0056ff;
font-size: 14px;
padding: 0 47px;
transition: 0.5s;
height: 50px;
margin-top: 10px;
margin-bottom: 0;
}
.edubin-register-style-2 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-register-style-2 form input::-webkit-input-placeholder {
color: #ffffff;
}
.edubin-register-style-2 form input::-moz-placeholder {
color: #ffffff;
}
.edubin-register-style-2 form input:-ms-input-placeholder {
color: #ffffff;
}
.edubin-register-style-2 form input:-moz-placeholder {
color: #ffffff;
} .edubin-register-style-3 {
padding: 0 56px 100px;
text-align: center;
}
.edubin-register-style-3 form .input_box {
display: flex;
margin-bottom: 30px;
align-items: center;
}
.edubin-register-style-3 form .input_box i {
background: rgba(255, 255, 255, 0.3);
height: 70px;
padding: 0 20px;
font-weight: 400;
line-height: 70px;
color: #ffffff;
text-align: center;
font-size: 34px;
border-radius: 8px 0 0 8px;
}
.edubin-register-style-3 form .input_box input {
background: rgba(255, 255, 255, 0.3);
border: 0 none;
margin-left: 2px;
height: 70px;
border-radius: 0 8px 8px 0;
padding: 0 50px;
color: #ffffff;
font-size: 16px;
}
.edubin-register-style-3 form .input_box input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 90px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
transition: 0.5s;
}
.edubin-register-style-3 form input[type="submit"] {
border: 3px solid #fff;
border-radius: 8px;
color: #fff;
box-sizing: border-box;
height: 90px;
font-size: 24px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 51px;
}
.edubin-register-style-3 form input[type="submit"]:hover {
background: #ffffff !important;
color: #18012c;
}
.edubin-register-style-3 .login a {
border: 3px solid #ffffff;
display: block;
height: 90px;
line-height: 90px;
color: #fff;
font-size: 24px;
font-weight: 600;
border-radius: 8px;
margin-top: 56px;
transition: 0.5s;
text-decoration: none;
}
.edubin-register-style-3 .login a:hover {
background: #ffffff;
color: #18012c;
}
.edubin-register-style-3 .separator span {
color: #ffffff;
font-size: 24px;
font-weight: 500;
padding: 0 24px;
background: transparent;
position: relative;
z-index: 99;
display: block;
}
.edubin-register-style-3 .separator span::before {
content: "";
width: 130px;
height: 1px;
left: 0;
top: 50%;
background: #fff;
position: absolute;
display: block;
}
.edubin-register-style-3 .separator span::after {
background: #fff;
position: absolute;
content: "";
width: 130px;
height: 1px;
right: 0;
top: 50%;
}
.edubin-register-style-3 form input[type="submit"]:hover {
background: #fff;
color: #18012c;
}
.edubin-register-style-3 form input::-webkit-input-placeholder {
color: #ffffff;
}
.edubin-register-style-3 form input::-moz-placeholder {
color: #ffffff;
}
.edubin-register-style-3 form input:-ms-input-placeholder {
color: #ffffff;
}
.edubin-register-style-3 form input:-moz-placeholder {
color: #ffffff;
} .edubin-register-style-4 {
padding: 0px 40px;
}
.edubin-register-style-4 form input {
margin-bottom: 17px;
border: 0 none;
border-bottom: 1px solid #687ea5;
padding: 0;
color: #687ea5;
font-size: 12px;
font-weight: 300;
}
.edubin-register-style-4 form input[type="submit"] {
background: #0056ff;
color: #fff;
width: auto;
height: 50px;
padding: 0 40px;
border: 0 none;
font-size: 14px;
text-transform: uppercase;
border-radius: 25px;
transition: 0.5s;
margin-top: 10px;
}
.edubin-register-style-4 form input[type="submit"]:hover {
opacity: 0.7;
}
.edubin-register-style-4 form input::-webkit-input-placeholder {
color: #687ea5;
}
.edubin-register-style-4 form input::-moz-placeholder {
color: #687ea5;
}
.edubin-register-style-4 form input:-ms-input-placeholder {
color: #687ea5;
}
.edubin-register-style-4 form input:-moz-placeholder {
color: #687ea5;
} .register-container {
background: #fff;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
padding: 50px 70px;
}
.register-top {
display: flex;
justify-content: space-between;
margin-bottom: 33px;
align-items: center;
}
.register-top .register-top-left h2 {
color: #000000;
font-size: 16px;
margin: 0;
font-weight: 600;
}
.register-top .register-top-right {
display: flex;
justify-content: space-between;
}
.register-top .register-top-right p {
margin: 0;
color: #b1b1b1;
margin-right: 30px;
font-size: 14px;
}
.register-top .register-top-right a {
background: #eff1f2;
height: 30px;
line-height: 30px;
color: #000000;
padding: 0 14px;
transition: 0.5s;
}
.register-top .register-top-right a:hover {
background: #18012c;
color: #ffffff;
}
.edubin-register-style-5 {
text-align: center;
}
.edubin-register-style-5 form input {
border: 1px solid #f1f1f1;
height: 45px;
margin-bottom: 30px;
padding: 0 20px;
color: #757575;
font-weight: 300;
font-size: 12px;
}
.edubin-register-style-5 form input[type="submit"] {
background: #0056ff;
width: auto;
color: #fff;
height: 48px;
padding: 0 40px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
margin-bottom: 50px;
transition: 0.5s;
margin-top: 12px;
}
.edubin-register-style-5 form input[type="submit"]:hover {
background: #18012c;
color: #ffffff;
}
.edubin-register-style-5 form input::-webkit-input-placeholder {
color: #757575;
}
.edubin-register-style-5 form input::-moz-placeholder {
color: #757575;
}
.edubin-register-style-5 form input:-ms-input-placeholder {
color: #757575;
}
.edubin-register-style-5 form input:-moz-placeholder {
color: #757575;
}
.edubin-register-style-5 form input:focus {
border: 1px solid #18012c;
}
.edubin-register-style-4 form input:focus {
border: 0 none;
border-bottom: 1px solid #18012c;
} .edubin-carousel-activation .slick-dots {
text-align: center;
bottom: -45px;
}
.edubin-carousel-activation .slick-dots li {
display: inline-block;
margin: 0;
}
.edubin-carousel-activation .slick-dots li button {
border: 1px solid #ffc600;
width: 12px;
height: 12px;
padding: 0;
border-radius: 50%;
background-color: transparent;
text-indent: -9999px;
}
.edubin-carousel-activation .slick-dots li.slick-active button {
background-color: #ffc600;
} .edubin-carousel-style-2 .slick-slide .single-custom-carousel img {
transition: all 0.3s ease 0s;
display: block;
}
.edubin-carousel-style-2 .single-custom-carousel {
position: relative;
transition: all 0.3s ease 0s;
padding: 0 40px;
transform: scale(1.1);
}
.edubin-carousel-style-2 .slick-slide.slick-center .single-custom-carousel {
transform: scale(1.3);
}
.edubin-carousel-style-2 .slick-slide.slick-center {
z-index: 999;
position: relative;
}
.edubin-carousel-style-2 .slick-slide.slick-active {
transition: all 0.3s ease 0s;
}
.edubin-carousel-style-2 .slick-slide {
padding: 72px 0;
transition: all 0.3s ease 0s;
}
.edubin-carousel-style-2 {
position: relative;
}
.edubin-carousel-style-2 button.slick-arrow, .edubin-carousel-style-3 button.slick-arrow {
position: absolute;
left: -80px;
top: 50%;
transform: translateY(-50%);
background: #000000;
color: #f4f4f4;
width: 40px;
height: 40px;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 30px;
transition: 0.3s ease-in-out;
line-height: 28px;
}
.edubin-carousel-style-2 button.slick-arrow:hover, .edubin-carousel-style-3 button.slick-arrow:hover {
background: #0056ff;
color: #fff;
}
.edubin-carousel-style-2 button.edubin-carosul-next, .edubin-carousel-style-3 button.edubin-carosul-next {
left: auto;
right: -80px;
} .edubin-carousel-style-3 .slick-slide {
margin: 0px 15px;
}
.edubin-carousel-style-3 .slick-list.draggable {
margin: 0 -15px;
}
.edubin-carousel-style-3 .slick-dots {
bottom: -60px;
}
.edubin-carousel-style-3 .slick-dots li {
width: 10px;
height: 10px;
margin: 0 5px;
padding: 0;
}
.edubin-carousel-style-3 .slick-dots li button {
width: 10px;
height: 10px;
padding: 0;
background: #000;
border-radius: 100%;
border: 0;
}
.edubin-carousel-style-3 .slick-dots li button::before {
display: none;
}
.edubin-carousel-style-3 .slick-dots li.slick-active button {
background: #00c8fa;
} .edubin-carousel-style-4 {
position: relative;
}
.edubin-carousel-style-4 button.slick-arrow {
position: absolute;
top: 50%;
left: 0;
color: #f4f4f4;
border: 0 none;
font-size: 30px;
background: transparent;
width: 40px;
height: 50px;
line-height: 45px;
background: #000000;
transform: translateY(-50%);
z-index: 2;
padding: 0;
}
.edubin-carousel-style-4 button.edubin-carosul-next {
left: auto;
right: 0;
}
.edubin-carousel-style-4 .slick-list {
margin: 0 -15px;
}
.edubin-carousel-style-4 .slick-slide {
margin: 0px 15px;
} .edubin-carousel-style-5 .slick-slide {
margin: 0px 15px;
}
.edubin-carousel-style-5 .slick-list {
margin: 0 -15px;
}
.edubin-carousel-style-5 .slick-dots {
bottom: -40px;
background: #dbdbdb;
height: 8px;
border-radius: 4px;
left: 0;
right: 0;
width: auto;
}
.edubin-carousel-style-5 .slick-dots li {
width: 33.33%;
height: 8px;
margin: 0;
left: 0;
top: -13px;
transition: 0.4s ease-in-out;
}
.edubin-carousel-style-5 .slick-dots li::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 0;
height: 100%;
background: #0056ff;
border-radius: 4px;
transition: 0.4s ease-in-out;
}
.edubin-carousel-style-5 .slick-dots li button {
width: 33.33%;
height: 8px;
margin: 0;
left: 0;
}
.edubin-carousel-style-5 .slick-dots li button {
border: none;
}
.edubin-carousel-style-5 .slick-dots li.slick-active button {
background: transparent;
}
.edubin-carousel-style-5 .slick-dots li button::before {
display: none;
}
.edubin-carousel-style-5 .slick-dots li.slick-active::before {
width: 100%;
} .edubin-carousel-style-6 button.slick-arrow {
position: absolute;
top: 50%;
left: 0;
color: #f4f4f4;
border: 0 none;
font-size: 30px;
background: transparent;
width: 40px;
height: 50px;
background: #000000;
transform: translateY(-50%);
z-index: 2;
padding: 0;
}
.edubin-carousel-style-6 button.edubin-carosul-next {
left: auto;
right: 0;
}
.edubin-carousel-style-6 .slick-dots {
background: #19243c none repeat scroll 0 0;
margin-top: -8px;
position: static;
}
.edubin-carousel-style-6 .slick-dots li {
display: inline-block;
height: inherit;
padding: 30px 55px;
position: relative;
text-align: center;
width: auto;
z-index: 2;
}
.edubin-carousel-style-6 .slick-dots li h6 {
color: #ffffff;
font-size: 14px;
font-weight: 600;
margin: 0;
position: relative;
z-index: 3;
}
.edubin-carousel-style-6 .slick-dots li.slick-active::before {
position: absolute;
content: "";
background: #223152;
z-index: 1;
width: 100%;
height: 116%;
bottom: 0;
left: 0;
} .edubin-carousel-style-7 button.slick-arrow {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
background: transparent;
color: #f4f4f4;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 48px;
transition: 0.3s ease-in-out;
z-index: 1;
}
.edubin-carousel-style-7 button.slick-arrow:hover {
color: #18012c;
}
.edubin-carousel-style-7 button.edubin-carosul-next {
left: auto;
right: 20px;
} .edubin-icon-category-style-1 .slick-slide .edubin-icon-category .single-category {
padding: 20px 8px;
margin: 0 15px;
border-radius: 5px;
display: block;
background: #ff6f6f;
}
.edubin-icon-category-style-1 .slick-slide:nth-child(4n+2) .edubin-icon-category .single-category {
background: #4886ff;
}
.edubin-icon-category-style-1 .slick-slide:nth-child(4n+3) .edubin-icon-category .single-category {
background: #009688;
}
.edubin-icon-category-style-1 .slick-slide:nth-child(4n+4) .edubin-icon-category .single-category {
background: #b5d56a;
}
.edubin-icon-category-style-1 .edubin-icon-category .single-category {
padding: 20px 8px;
margin: 0 15px;
border-radius: 5px;
display: inline-block;
background: #ff6f6f;
float: left;
width: 170px;
height: 170px;
margin-bottom: 30px;
}
.edubin-icon-category-style-1 .edubin-icon-category:nth-child(4n+2) .edubin-icon-category .single-category {
background: #4886ff;
}
.edubin-icon-category-style-1 .edubin-icon-category:nth-child(4n+3) .edubin-icon-category .single-category {
background: #009688;
}
.edubin-icon-category-style-1 .edubin-icon-category:nth-child(4n+4) .edubin-icon-category .single-category {
background: #b5d56a;
}
.edubin-icon-category-style-1 .edubin-icon-category .single-category .icon-category-title {
color: #fff;
font-size: 18px;
padding-top: 15px;
font-weight: 700;
transition: 0.3s ease-in-out;
}
.edubin-icon-category-style-1 .edubin-icon-category .single-category .icon-category-title:hover {
color: #eee;
transition: 0.3s ease-in-out;
}
.edubin-icon-category-style-1 button.slick-arrow, .edubin-carousel-style-3 button.slick-arrow {
position: absolute;
left: -50px;
top: 50%;
transform: translateY(-50%);
background: #557495;
color: #fff;
width: 38px;
height: 38px;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 25px;
transition: 0.3s ease-in-out;
line-height: 28px;
text-align: center;
}
.edubin-icon-category-style-1 button.slick-arrow:hover {
background: #ffc600;
color: #07294d;
}
.edubin-icon-category-style-1 button.edubin-carosul-next {
left: auto;
right: -50px;
} .edubin-icon-category-style-4 {
position: relative;
}
.edubin-icon-category-style-4 button.slick-arrow {
position: absolute;
top: 50%;
left: 0;
color: #f4f4f4;
border: 0 none;
font-size: 30px;
background: transparent;
width: 40px;
height: 50px;
line-height: 45px;
background: #000000;
transform: translateY(-50%);
z-index: 2;
padding: 0;
}
.edubin-icon-category-style-4 button.edubin-carosul-next {
left: auto;
right: 0;
}
.edubin-icon-category-style-4 .slick-list {
margin: 0 -15px;
}
.edubin-icon-category-style-4 .slick-slide {
margin: 0px 15px;
} .edubin-icon-category-style-7 button.slick-arrow {
position: absolute;
left: 20px;
top: 50%;
transform: translateY(-50%);
background: transparent;
color: #f4f4f4;
border: 0 none;
border-radius: 100%;
padding: 0;
margin: 0;
font-size: 48px;
transition: 0.3s ease-in-out;
z-index: 1;
}
.edubin-icon-category-style-7 button.slick-arrow:hover {
color: #18012c;
}
.edubin-icon-category-style-7 button.edubin-carosul-next {
left: auto;
right: 20px;
} .edubin-icon-category-style-8 button.slick-arrow, .edubin-icon-category-style-8 button.slick-arrow {
position: absolute;
left: 92%;
top: -40px;
transform: translateY(-50%);
color: #000;
width: 38px;
height: 38px;
border: 0 none;
border-radius: 3px;
padding: 0 0 0 5px;
margin: 0;
font-size: 25px;
transition: 0.3s ease-in-out;
line-height: 28px;
text-align: center;
}
.edubin-icon-category-style-8 button.slick-arrow:hover {
background: #ffc600;
border: 2px solid #ffc600;
}
.edubin-icon-category-style-8 button.edubin-carosul-next {
left: auto;
right: 0;
border: 2px solid #aaaaaa;
background: transparent;
}
.edubin-icon-category-style-8 button.edubin-carosul-prev {
border: 2px solid #aaaaaa;
background: transparent;
} .edubin-double-button-area {
display: flex;
}
.edubin-doublebutton {
display: flex;
position: relative;
width: 40%;
}
span.edubin-middle-text {
background: #ffffff none repeat scroll 0 0;
border-radius: 100%;
color: #000000;
font-family: "Montserrat", sans-serif;
font-size: 12px;
height: 26px;
left: 50%;
line-height: 25px;
position: absolute;
text-align: center;
top: 50%;
transform: translateX(-50%) translateY(-50%);
width: 26px;
z-index: 3;
}
.edubin-doublebutton a.edubin-doule-btn {
color: #ffffff;
font-family: "Montserrat", sans-serif;
font-size: 14px;
height: 50px;
line-height: 50px;
transition: all 0.4s ease-in-out 0s;
background: #a7d1b0 none repeat scroll 0 0;
border-radius: 25px 0 0 25px;
text-decoration: none;
width: 100%;
text-align: center;
}
.edubin-doublebutton a.edubin-doule-btn:hover, .edubin-doublebutton a.edubin-doule-btn.btn-two:hover {
background: #18012c none repeat scroll 0 0;
color: #ffffff;
}
.edubin-doublebutton a.edubin-doule-btn.btn-two {
background: #fa9866 none repeat scroll 0 0;
border-radius: 0 25px 25px 0;
}
.edubin-doublebutton a.edubin-doule-btn-size-sm {
height: 46px;
line-height: 46px;
}
.edubin-doublebutton a.edubin-doule-btn-size-md {
height: 50px;
line-height: 50px;
}
.edubin-doublebutton a.edubin-doule-btn-size-lg {
height: 60px;
line-height: 60px;
}
.edubin-doublebutton a.edubin-doule-btn-size-xl {
height: 70px;
line-height: 70px;
}
.edubin-doublebutton a.edubin-doule-btn-size-xs {
height: 40px;
line-height: 40px;
}
.slider-btn-left {
display: inline-block;
}
.slider-btn-right {
display: inline-block;
} .before_bg {
overflow: hidden;
}
.before_bg a.edubin-doule-btn {
position: relative;
background: transparent !important;
z-index: 1;
}
.before_bg a.edubin-doule-btn::before {
background-color: #a7d1b0;
content: "";
display: block;
height: 100%;
left: -16px;
position: absolute;
top: 0;
transform: skewX(-24deg);
width: 112%;
z-index: -1;
transition: 0.4s;
}
.before_bg a.edubin-doule-btn.btn-two::before {
background-color: #fa9866;
left: 0;
right: -16px;
} .edubin_buddypress_single {
display: inline-block;
text-align: center;
}
.edubin_buddypress_single a {
text-decoration: none;
display: inline-block;
}
.edubin_buddypress_single .buddy_press_meta span {
display: block;
} .elementor-widget-edubin-wcaddtocart-addons a {
text-decoration: none;
}
.elementor-widget-edubin-wcaddtocart-addons .quantity {
display: inline-block;
} .elementor-widget-edubin-wcpages-addons .col-1, .elementor-widget-edubin-wcpages-addons .col-2 {
flex: 0 0 100%;
max-width: 100%;
padding: 0;
}
.elementor-widget-edubin-wcpages-addons .form-row {
display: block;
}
.elementor-widget-edubin-wcpages-addons .woocommerce-MyAccount-navigation ul li {
list-style: none;
}
.elementor-widget-edubin-wcpages-addons .woocommerce-MyAccount-navigation ul li a {
text-decoration: none;
display: block;
} .edubin-table-style {
border-radius: 10px 10px 0 0;
}
.edubin-table-style .table {
margin: 0;
}
.edubin-table-style .table thead {
background-color: #612d91;
}
.edubin-table-style .table thead tr th {
text-align: center;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #fff;
}
.edubin-table-style .table tbody tr {
background: #824f9e;
}
.edubin-table-style .table tbody tr td {
text-align: center;
border: none;
padding: 12px 20px;
vertical-align: middle;
border-bottom: 1px solid #ffffff;
color: #ffffff;
font-size: 16px;
border-right: 1px solid #fff;
}
.edubin-table-style .table thead tr th.sorting, .edubin-table-style .table thead tr th.sorting_asc, .edubin-table-style .table thead tr th.sorting_desc {
position: relative;
}
.edubin-table-style .table thead tr th.sorting::before, .edubin-table-style .table thead tr th.sorting_asc::before, .edubin-table-style .table thead tr th.sorting_desc::before {
position: absolute;
content: "\f0d7";
right: 20px;
font-family: FontAwesome;
top: 30%;
}
.edubin-table-style .table thead tr th.sorting::after, .edubin-table-style .table thead tr th.sorting_desc::after, .edubin-table-style .table thead tr th.sorting_asc::after {
position: absolute;
right: 20px;
top: 7px;
font-family: FontAwesome;
content: "\f0d8";
}
.edubin-table-style select {
width: auto;
} .edubin-table-style-2 {
border-radius: 0;
}
.edubin-table-style-2 .table {
margin: 0;
}
.edubin-table-style-2 .table thead {
background-color: #5ac5ff;
}
.edubin-table-style-2 .table thead tr th {
text-align: left;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
padding-left: 30px;
outline: none;
}
.edubin-table-style-2 .table tbody tr {
background: #ffffff;
}
.edubin-table-style-2 .table tbody tr:nth-child(even) {
background: #f4f4f4;
}
.edubin-table-style-2 .table tbody tr td {
text-align: left;
border: none;
padding: 12px 20px;
vertical-align: middle;
color: #000000;
font-size: 16px;
border-right: 1px solid #c5c5c5;
padding-left: 30px;
border-left: 1px solid #c5c5c5;
}
.edubin-table-style-2 td a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .edubin-table-style-3 {
border-radius: 0;
}
.edubin-table-style-3 .table {
margin: 0;
}
.edubin-table-style-3 .table thead {
background-color: #727272;
}
.edubin-table-style-3 .table thead tr th {
text-align: left;
border: none;
font-size: 18px;
text-transform: uppercase;
font-weight: 600;
color: #ffffff;
padding: 12px 20px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
padding-left: 30px;
}
.edubin-table-style-3 .table tbody tr {
background: #ffffff;
}
.edubin-table-style-3 .table tbody tr td {
text-align: left;
border: none;
padding: 12px 20px;
vertical-align: middle;
color: #000000;
font-size: 16px;
border-right: 1px solid #c5c5c5;
border-left: 1px solid #c5c5c5;
border-bottom: 1px solid #c5c5c5;
padding-left: 30px;
}
.edubin-table-style-3 td a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .edubin-pricing-list-view a {
text-decoration: none;
}
.edubin-pricing-list-view .table {
margin: 0;
}
.edubin-pricing-list-view .table thead tr th {
text-align: center;
font-size: 16px;
font-weight: 500;
color: #5c5c5c;
padding: 12px 20px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
text-transform: inherit;
}
.edubin-pricing-list-view .table td.tb-name a {
font-size: 16px;
font-weight: 600;
color: #18012c;
}
.edubin-pricing-list-view .table tbody tr td {
text-align: center;
border: none;
padding: 12px 20px;
vertical-align: middle;
border-bottom: 1px solid #d4d4d4;
color: #5c5c5c;
font-size: 16px;
border-right: 1px solid #d4d4d4;
border-left: 1px solid #d4d4d4;
}
.edubin-pricing-list-view .table tbody tr td a {
color: #5c5c5c;
} .edubin-pricing-table-style-2 .table {
margin: 0;
}
.edubin-pricing-table-style-2 .table thead tr th {
vertical-align: bottom;
border-bottom: 2px solid #dee2e6;
padding: 0;
border: 0 none;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
}
.edubin-pricing-table-style-2 .table thead tr th:first-child {
border: 1px solid transparent !important;
}
.edubin-pricing-table-style-2 .table thead tr th span {
text-align: center;
font-size: 24px;
font-weight: 600;
color: #ff6565;
text-transform: inherit;
background: #ffc1c1;
display: block;
padding: 12px 20px;
text-transform: initial;
}
.edubin-pricing-table-style-2 .table tbody tr td {
text-align: center;
border: none;
padding: 0;
border-right: 1px solid #fff;
border-left: 1px solid #fff;
border-bottom: 1px solid #fff;
}
.edubin-pricing-table-style-2 .table tbody tr td:first-child {
border-left: 1px solid transparent;
border-bottom: 1px solid transparent;
}
.edubin-pricing-table-style-2 .table tbody tr td span {
padding: 12px 20px;
vertical-align: middle;
color: #ffffff;
font-size: 16px;
background: #ff8686;
display: block;
}
.edubin-pricing-table-style-2 .table tbody tr td span i {
color: #ffffff;
font-size: 16px;
}
.edubin-pricing-table-style-2 .table tbody tr td a {
color: #ffffff;
}
.edubin-pricing-table-style-2 .table td.tb-name a {
font-size: 16px;
font-weight: 600;
color: #18012c;
} .edubin-pricing-table-style-3 ul {
list-style: none;
padding: 0;
margin: 0;
}
.edubin-pricing-table-style-3 ul li {
margin-bottom: 25px;
}
.edubin-pricing-table-style-3 ul li a {
display: flex;
flex-wrap: wrap;
list-style: none;
align-items: center;
}
.edubin-pricing-table-style-3 ul li a .price-list-text {
flex: 1;
min-width: 1px;
align-items: center;
display: flex;
flex-wrap: wrap;
}
.edubin-pricing-table-style-3 ul li a .price-list-text span {
color: #373737;
font-weight: 600;
font-size: 20px;
}
.edubin-pricing-table-style-3 ul li a .price-list-text span.separator {
margin-left: 20px;
border-bottom-style: dotted;
border-bottom-width: 1px;
height: 0;
color: #ccc;
border-bottom-style: dashed;
border-bottom-color: #b9b9b9;
flex: 1;
min-width: 1px;
}
.edubin-pricing-table-style-3 ul li a .price-text-right {
display: inline-flex;
width: auto;
padding-left: 20px;
}
.edubin-pricing-table-style-3 ul li a .price-text-right span.price {
background: #ff8686;
display: inline-block;
color: #ffffff;
font-weight: 600;
font-size: 20px;
height: 45px;
padding: 0 33px;
line-height: 46px;
margin-right: 10px;
border-radius: 22px;
}
.edubin-pricing-table-style-3 ul li a .price-text-right span.basket {
background: #ff9898;
height: 45px;
line-height: 44px;
width: 45px;
text-align: center;
border-radius: 100%;
color: #fff;
font-size: 18px;
} .ht-event {
align-items: center;
border: 1px solid #efefef;
border-radius: 10px;
display: flex;
margin-top: 40px;
padding: 10px;
}
.ht-event .thumb {
flex-basis: 50%;
position: relative;
}
.ht-event .thumb a img {
width: 100%;
}
.ht-event .content {
flex-basis: 50%;
padding-left: 27px;
}
.ht-event .thumb .event-date {
background: #141414 none repeat scroll 0 0;
color: #fff;
padding: 8px 0;
position: absolute;
right: -13px;
text-align: center;
top: 0;
width: 60px;
}
.ht-event .thumb .event-date span {
display: block;
font-size: 20px;
font-style: italic;
font-weight: 500;
}
.ht-event .content h4 {
font-size: 18px;
margin-bottom: 15px;
margin-top: 0;
}
.ht-event .content ul.event-time {
display: flex;
list-style: outside none none;
margin: 0;
padding: 0;
}
.ht-event .content ul.event-time li {
color: #909090;
font-size: 14px;
}
.ht-event .content ul.event-time li i {
color: #56a4b1;
padding-right: 10px;
}
.ht-event .content p {
color: #727272;
font-size: 14px;
line-height: 24px;
margin-top: 10px;
}
.ht-event .content .event-btn a {
border-bottom: 1px solid #727272;
color: #727272;
font-size: 14px;
font-weight: 500;
transition: all 0.4s ease-in-out 0s;
}
.ht-event .content ul.event-time li+li {
margin-left: 15px;
padding-left: 15px;
position: relative;
}
.ht-event .content ul.event-time li+li::before {
background: #9f9f9f none repeat scroll 0 0;
content: "";
height: 15px;
left: 0;
position: absolute;
top: 28%;
width: 2px;
}  #site-navigation-wrap .dropdown-menu {
background-color: inherit;
border: inherit;
border-radius: inherit;
color: inherit;
display: block;
float: inherit;
font-size: inherit;
font-family: inherit;
list-style: outside none none;
margin: 0;
min-width: inherit;
padding: 0;
position: static;
text-align: inherit;
z-index: inherit;
background-clip: inherit;
}
#site-navigation-wrap .dropdown-menu a {
text-decoration: none;
color: inherit;
}
a {
color: inherit;
}
.edubin-search-box .btn {
font-family: fontawesome;
padding: 0;
} #edubin-slider .edubin-slider-background-overlay {
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
height: 100%;
width: 100%;
background-color: #21252900;
content: "";
z-index: 1;
}
#edubin-slider .carousel-item img {
height: 100vh;
width: 100%;
max-width: 100%;
background-size: cover;
background-origin: content-box;
background-clip: content-box;
background-position: center;
color: rgba(0, 0, 0, 0.56);
filter: brightness(30%);
right: 0;
left: 0;
resize: both;
-webkit-animation: slideShow 10s ease-in infinite;
animation: slideShow 10s ease-in infinite;
transition: all .5s ease-in-out;
overflow: hidden;
}
#edubin-slider .carousel-item {
height: 100vh;
}
#edubin-slider .slider-conent-area {
overflow: hidden;
padding: 50px 0;
}
#edubin-slider .carousel-caption {
transform: translateY(-50%);
bottom: 0;
top: 50%;
padding: 0;
right: 0;
left: 0;
}
#edubin-slider .carousel-caption h2.edubin-slider-title {
color: #fff;
font-size: 60px;
font-weight: 700;
letter-spacing: 2px;
padding-top: 0;
margin-bottom: 20px;
}
#edubin-slider .carousel-caption h2.edubin-slider-title span {
font-size: 36px;
font-weight: 400;
line-height: 52px;
display: inline-block;
color: #ffc600;
} #edubin-slider .carousel-caption .edubin-slider-content {
color: #fff;
font-size: 16px;
letter-spacing: 0.60px;
margin-bottom: 30px;
} #edubin-slider .carousel-caption .edubin-slider-btn .rep-btn {
padding: 12px 32px;
margin: 7px;
border-radius: 3px;
background: #ffc600;
display: block;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .carousel-caption .edubin-slider-btn .rep-btn.left-btn {
background: #ffc600;
border: 2px solid #ffc600;
color: #07294d;
font-weight: 600;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .carousel-caption .edubin-slider-btn .rep-btn.left-btn:hover {
background: #07294d;
border: 2px solid #07294d;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .carousel-caption .edubin-slider-btn .rep-btn.right-btn {
border: 2px solid #ffc600;
color: #07294d;
font-weight: 600;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .carousel-caption .edubin-slider-btn .rep-btn.right-btn:hover {
background: #07294d;
border: 2px solid #07294d;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} #edubin-slider .carousel-control-prev-icon, #edubin-slider .carousel-control-next-icon {
background-image: none;
}
#edubin-slider .edubin-slider-nav-style1 {
position: absolute;
right: 1%;
text-align: right;
top: 50%;
}
#edubin-slider .edubin-slider-nav-style1 .carousel-control-prev-icon {
margin-bottom: 8px;
}
#edubin-slider .edubin-slider-nav-style1 .carousel-control-prev-icon, #edubin-slider .edubin-slider-nav-style1 .carousel-control-next-icon {
background: none;
border: 2px solid #ffc600;
color: #ffc600;
height: 58px;
width: 58px;
display: flex;
align-items: center;
justify-content: center;
font-size: 30px;
border-radius: 100%;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .edubin-slider-nav-style1 .carousel-control-prev-icon:hover, #edubin-slider .edubin-slider-nav-style1 .carousel-control-next-icon:hover {
background: #ffc600;
opacity: 1;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} #edubin-slider .edubin-slider-nav-style2 {
position: absolute;
right: 1%;
text-align: right;
top: 50%;
}
#edubin-slider .edubin-slider-nav-style2 .carousel-control-prev-icon {
margin-bottom: 8px;
}
#edubin-slider .edubin-slider-nav-style2 .carousel-control-prev-icon, #edubin-slider .edubin-slider-nav-style2 .carousel-control-next-icon {
background: none;
border: 2px solid #ffc600;
color: #ffc600;
height: 52px;
width: 52px;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
#edubin-slider .edubin-slider-nav-style2 .carousel-control-prev-icon:hover, #edubin-slider .edubin-slider-nav-style2 .carousel-control-next-icon:hover {
background: #ffc600;
opacity: 1;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} #edubin-slider .edubin-slider-nav-style3 {
position: absolute;
right: 1%;
text-align: right;
top: 50%;
}
#edubin-slider .edubin-slider-nav-style3 .edubin-prev {
left: inherit;
right: 0;
top: -128px;
z-index: 1;
bottom: -90px;
opacity: 1;
}
#edubin-slider .edubin-slider-nav-style3 .edubin-next {
bottom: -90px;
opacity: 1;
z-index: 1;
}
#edubin-slider .edubin-slider-nav-style3 .carousel-control-prev-icon, #edubin-slider .edubin-slider-nav-style3 .carousel-control-next-icon {
background: #ffc600;
border: 3px solid #ffc600;
color: #fff;
height: 52px;
width: 52px;
display: flex;
align-items: center;
justify-content: center;
font-size: 25px;
border-radius: 3px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
opacity: 1;
}
#edubin-slider .edubin-slider-nav-style3 .carousel-control-prev-icon {
margin-bottom: 10px;
}
#edubin-slider .edubin-slider-nav-style3 .carousel-control-prev-icon:hover, #edubin-slider .edubin-slider-nav-style3 .carousel-control-next-icon:hover {
background: transparent;
opacity: 1;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} #edubin-slider .edubin-slider-nav-style4 {
position: absolute;
right: 0;
text-align: right;
bottom: 0;
}
#edubin-slider .edubin-slider-nav-style4 .edubin-prev {
left: inherit;
right: 60px;
top: 0;
position: absolute;
}
#edubin-slider .edubin-slider-nav-style4 .edubin-next {
bottom: -90px;
opacity: 1;
z-index: 1;
}
#edubin-slider .edubin-slider-nav-style4 .carousel-control-prev-icon, #edubin-slider .edubin-slider-nav-style4 .carousel-control-next-icon {
background: #ffc600;
border: 3px solid #ffc600;
color: #fff;
height: 52px;
width: 62px;
display: flex;
align-items: center;
justify-content: center;
font-size: 35px;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
opacity: 1;
}
#edubin-slider .edubin-slider-nav-style4 .carousel-control-prev-icon:hover, #edubin-slider .edubin-slider-nav-style4 .carousel-control-next-icon:hover {
background: transparent;
opacity: 1;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} #edubin-slider .edubin-slider-nav-style5 .edubin-nav {
font-size: 34px;
color: #fff;
cursor: pointer;
z-index: 5;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#edubin-slider .edubin-slider-nav-style5 a.edubin-nav i {
border: 2px solid #fff;
height: 48px;
width: 48px;
border-radius: 50px;
line-height: 43px;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#edubin-slider .edubin-slider-nav-style5 a.edubin-nav i:hover {
background: #ffc600;
border-color: #ffc600;
color: #07294d;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
}
#edubin-slider .edubin-slider-nav-style5 .edubin-nav {
width: 10%;
}
#edubin-slider:hover .edubin-slider-nav-style5 .edubin-nav {
width: 12%;
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear;
z-index: 0;
} @media (max-width:575px) {
.nav-mobile-none {
display: none;
}
} #edubin-slider .carousel-indicators li {
height: 14px;
width: 14px;
bottom: 10px;
margin: 3px;
border-radius: 100%;
max-width: 15px;
}
#edubin-slider .carousel-indicators li.active {
background: #ffc600;
} #edubin-slider .carousel-item img.edubin-slider-image {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
opacity: 1;
object-fit: cover;
} @keyframes slideShow {
0% {
opacity: 1;
transform: scale(1);
-ms-transform: scale(1);
}
5% {
opacity: 1
}
25% {
opacity: 1;
}
50% {
opacity: 1;
transform: scale(1.18);
-ms-transform: scale(1.18);
}
80% {
opacity: 1;
transform: scale(1.12);
-ms-transformm: scale(1.12);
}
100% {
opacity: 1;
transform: scale(1);
-ms-transformm: scale(1);
}
}
.edubin-slider-background-image {
left: 0;
right: 0;
bottom: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
z-index: 1;
} @-webkit-keyframes zoom {
from {
-webkit-transform: scale(1, 1);
}
to {
-webkit-transform: scale(1.5, 1.5);
}
}
@keyframes zoom {
from {
transform: scale(1, 1);
}
to {
transform: scale(1.5, 1.5);
}
} .edubin-slider-pro.zoomef .edubin-slider-background-image {
-webkit-animation: zoom 60s;
animation: zoom 60s;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
z-index: 1;
} ..edubin-slider-pro.carousel-fade.zoomef .edubin-slider-background-image {
-webkit-animation: zoom 60s;
animation: zoom 60s;
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
height: 100%;
width: 100%;
content: "";
z-index: 1;
} @-webkit-keyframes zoomEf {
from {
-webkit-transform: scale(1, 1);
}
to {
-webkit-transform: scale(1.5, 1.5);
}
}
@keyframes zoomEf {
from {
transform: scale(1, 1);
}
to {
transform: scale(1.5, 1.5);
}
} .edubin-slider-pro.carousel-fade .carousel-item {
opacity: 0;
transition-duration: .6s;
transition-property: opacity;
}
.edubin-slider-pro.carousel-fade .carousel-item.active, .edubin-slider-pro.carousel-fade .carousel-item-next.carousel-item-left, .edubin-slider-pro.carousel-fade .carousel-item-prev.carousel-item-right {
opacity: 1;
}
.edubin-slider-pro.carousel-fade .active.carousel-item-left, .edubin-slider-pro.carousel-fade .active.carousel-item-right {
opacity: 0;
}
.edubin-slider-pro.carousel-fade .carousel-item-next, .edubin-slider-pro.carousel-fade .carousel-item-prev, .edubin-slider-pro.carousel-fade .carousel-item.active, .edubin-slider-pro.carousel-fade .active.carousel-item-left, .edubin-slider-pro.carousel-fade .active.carousel-item-prev {
transform: translateX(0);
transform: translate3d(0, 0, 0);
} .edubin-event {
-webkit-box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
box-shadow: 0px 0px 191px 0px rgba(0, 0, 0, 0.06);
padding: 65px;
background-color: rgba(255, 255, 255, 0.95);
}
.edubin-event .event-title h3 {
font-size: 36px;
color: #23252a;
padding-bottom: 32px;
padding-top: 0;
margin-bottom: 0;
}
#edubin-event.edubin-event ul {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.edubin-event ul li .edubin-single-event {
padding: 25px 0;
border-bottom: 1px solid #cecece;
}
.edubin-event ul li:first-child .edubin-single-event {
padding-top: 0;
}
.edubin-event ul li:last-child .edubin-single-event {
border-bottom: 0;
padding-bottom: 0;
}
.edubin-event ul li .edubin-single-event span {
font-size: 14px;
color: #8a8a8a;
margin-right: 20px;
text-transform: uppercase;
}
.edubin-event ul li .edubin-single-event span i {
color: #ffc600;
margin-right: 3px;
}
.edubin-event ul li .edubin-single-event a {
display: block;
}
.edubin-event ul li .edubin-single-event a h4 {
padding-top: 5px;
padding-bottom: 10px;
margin-bottom: 0;
color: #23252a;
font-size: 24px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-event ul li .edubin-single-event a:hover h4 {
color: #ffc600;
} .edubin-single-course-1 {
background-color: #fff;
border-radius: 3px;
overflow: hidden;
box-shadow: none;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1:hover {
box-shadow: none;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1>.thum {
position: relative;
}
.edubin-single-course-1 .thum .image {
overflow: hidden;
}
.edubin-single-course-1 .thum .image img {
width: 100%;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1:hover .thum .image img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.edubin-single-course-1 .thum .edubin-course-price-1 {
position: absolute;
right: 40px;
bottom: -29px;
}
.edubin-single-course-1 .thum .edubin-course-price-1 span {
font-size: 14px;
color: #07294d;
font-weight: 600;
width: 60px;
height: 60px;
border-radius: 50%;
background-color: #ffc600;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-single-course-1 .thum .edubin-course-price-2 span {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: #ffc600;
text-align: center;
display: block;
padding: 8px 15px;
border-top-left-radius: 3px;
}
.edubin-single-course-1 .thum .edubin-course-price-2 {
position: absolute;
right: 0;
bottom: 0;
}
.edubin-single-course-1 .thum .edubin-course-price-3 span {
font-size: 14px;
color: #07294d;
font-weight: 600;
background-color: #ffc600;
text-align: center;
display: block;
padding: 5px 15px;
border-radius: 4px;
}
.edubin-single-course-1 .thum .edubin-course-price-3 {
position: absolute;
right: 20px;
top: 20px;
}
.edubin-single-course-1 .course-content {
padding-top: 28px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
}
@media (max-width:768px) {
.edubin-single-course-1 .course-content {
padding-left: 18px;
padding-right: 18px;
}
}
@media (max-width:575px) {
.edubin-single-course-1 .course-content {
padding-left: 30px;
padding-right: 30px;
}
}
.edubin-single-course-1 .course-content>ul {
display: inline-block;
}
.edubin-single-course-1 .course-content ul li {
display: inline-block;
margin: 1px;
}
.edubin-single-course-1 .course-content ul li>i {
font-size: 14px;
color: #ffc600;
}
.edubin-single-course-1 .course-content span.course-reviews {
font-size: 14px;
color: #212529;
font-weight: 600;
}
.edubin-single-course-1 .course-content .course-title a {
color: #07294d;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1 .course-content .course-title {
padding-top: 15px;
padding-bottom: 25px;
margin-bottom: 0;
font-weight: 700;
font-size: 22px;
line-height: 27px;
}
.edubin-single-course-1 .course-content .course-title a:hover {
color: #ffc600;
}
.edubin-single-course-1 .course-bottom {
border-top: 1px solid #e0e0e0;
padding-top: 20px;
overflow: hidden;
}
.tab-pane.active#courses-list .edubin-single-course-1 .course-bottom {
margin-top: 20px;
}
.edubin-single-course-1 .course-bottom>.thum {
display: inline-block;
}
.edubin-single-course-1 .course-bottom>.thum img {
border-radius: 50%;
width: 40px;
height: 40px;
margin-right: 10px;
}
.edubin-single-course-1 .course-bottom .name {
display: inline-block;
position: relative;
bottom: 13px;
text-transform: capitalize;
}
.edubin-single-course-1 .course-bottom .name a h6 {
font-size: 15px;
color: #24486e;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1 .course-bottom .name a:hover h6 {
color: #ffc600;
}
.edubin-single-course-1 .course-bottom .admin {
display: inline-block;
float: right;
overflow: hidden;
}
.post-type-archive-lp_course.learnpress .edubin-single-course-1 .course-bottom .admin {
margin-top: 10px;
}
.edubin-single-course-1 .course-bottom .admin ul {
margin-top: 8px;
}
.edubin-single-course-1 .course-bottom .admin ul li {
margin-right: 15px;
color: #8a8a8a;
font-size: 14px;
}
.edubin-single-course-1 .course-bottom .admin ul li span.enroll-users {
margin-left: 5px;
font-size: 14px;
letter-spacing: 0.1px;
font-weight: 500;
text-transform: uppercase;
color: #8a8a8a;
}
.edubin-single-course-1 .course-bottom .admin ul li:last-child {
margin-right: 0;
}
.edubin-single-course-1 .course-bottom .admin ul li i {
color: #ffc600;
}
.edubin-single-course-1 .course-bottom .admin ul li a {
font-size: 15px;
color: #8a8a8a;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-1 .course-bottom .admin ul li a:hover {
color: #ffc600;
}
.edubin-single-course-1 .course-bottom .admin ul li a span {
color: #8a8a8a;
margin-left: 4px;
}
.edubin-lp-courses-addons .slick-slide {
margin: 0 15px;
}
.edubin-lp-courses-addons .slick-list {
margin: 0 -15px;
} .edubin-single-course-1 .edubin-course-rate .star-rating {
position: relative;
margin: 0;
padding: 0;
display: flex;
padding-bottom: 0px;
font-size: 15px;
margin-bottom: 0;
}
.edubin-single-course-1 ul.edubin-course-rate {
list-style: none;
padding-left: 0;
margin-bottom: -3px;
}
.edubin-single-course-1 ul.edubin-course-rate li {
font-size: 14px;
letter-spacing: -0.5px;
}
.edubin-single-course-1 .star-rating {
overflow: hidden;
height: 1em;
line-height: 1em;
width: 95px;
font-family: "fontawesome";
}
.edubin-single-course-1 .star-rating:before {
content: "\f006\f006\f006\f006\f006";
float: left;
top: 0;
left: 0;
position: absolute;
color: #ffc600;
letter-spacing: 4px;
}
.edubin-single-course-1 .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.edubin-single-course-1 .star-rating:before {
color: #ffc600;
}
.edubin-single-course-1 .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
letter-spacing: 4px;
color: #ecb101;
} .edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
position: absolute;
background: transparent;
transform: translateY(-50%);
padding: 0;
top: -45px;
left: 92%;
width: 40px;
height: 40px;
line-height: 36px;
border-radius: 3px;
color: #000;
border: 2px solid #aaaaaa;
font-size: 18px;
text-align: center;
cursor: pointer;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
@media (min-width:576px) and (max-width:767.98px) {
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
left: 82%;
}
}
@media (max-width:575.98px) {
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
right: 50px;
}
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
left: 72%;
}
}
@media (min-width:768px) and (max-width:991.98px) {
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.slick-arrow {
left: 87%;
}
}
.edubin-lp-courses-addons.edubin-nav-button-1 button.slick-arrow:hover {
border-color: #ffc600;
background-color: #ffc600;
}
.edubin-lp-courses-addons.edubin-nav-button-1 .edubin-carousel-activation button.edubin-carosul-next {
left: auto;
right: 0;
} .edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation button.slick-arrow {
position: absolute;
background: transparent;
transform: translateY(-50%);
padding: 0;
top: 50%;
color: #868e96;
border: 2px solid #868e96;
font-size: 30px;
cursor: pointer;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
z-index: 1;
opacity: 0;
border-radius: 100px;
height: 42px;
width: 42px;
}
.edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation button.edubin-carosul-next {
left: auto;
right: -8px;
}
.edubin-lp-courses-addons.edubin-nav-button-2 .edubin-carousel-activation:hover button.slick-arrow {
opacity: 1;
margin-left: -25px;
margin-right: -20px;
} .edubin-single-course-2 {
background: #fff;
border-radius: 3px;
overflow: hidden;
margin-bottom: 30px;
}
.edubin-single-course-2>.thum {
position: relative;
}
.edubin-single-course-2>.thum .image>img {
border-radius: 3px;
width: 100%;
}
.edubin-single-course-2 .image img {
height: 250px;
object-fit: cover;
}
.edubin-single-course-2>.thum .edubin-course-price-4 {
position: absolute;
bottom: 38px;
right: 15px;
z-index: 5;
}
@media (min-width:576px) and (max-width:767.98px) {
.edubin-single-course-2>.thum .edubin-course-price-4 {
bottom: 90px;
}
}
@media (min-width:576px) and (max-width:767.98px) {
.edubin-single-course-2.ld-course>.thum .edubin-course-price-4 {
bottom: 42px;
}
}
.edubin-single-course-2>.thum .edubin-course-price-4 span {
font-size: 14px;
color: #07294d;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
width: 60px;
height: 60px;
border-radius: 100px;
background-color: #ffc600;
text-align: center;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-single-course-2>.thum .course-teacher {
background-color: rgba(0, 0, 0, 0.8);
padding: 15px 25px;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
.edubin-single-course-2>.thum .course-teacher>.thum {
display: inline-block;
width: 40px;
height: 40px;
}
.edubin-single-course-2>.thum .course-teacher>.thum img {
border-radius: 50%;
}
.edubin-single-course-2>.thum .course-teacher .name {
display: inline-block;
margin-left: 5px;
position: relative;
bottom: 13px;
}
.edubin-single-course-2>.thum .course-teacher .name h6 {
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
margin: 0;
padding: 0;
}
.edubin-single-course-2>.thum .course-teacher .name h6 a {
color: #fff;
}
.edubin-single-course-2>.thum .course-teacher .name h6:hover {
color: #ffc600;
}
.edubin-single-course-2>.thum .course-teacher .review {
display: inline-block;
margin-left: 15px;
position: relative;
bottom: 13px;
}
.edubin-single-course-2>.thum .course-teacher .review ul li {
display: inline-block;
font-size: 12px;
color: #ffc600;
}
@media (min-width:576px) and (max-width:767.98px) {
.edubin-single-course-2>.thum .course-teacher .review ul li {
margin-top: 20px;
}
}
.edubin-single-course-2>.thum .course-teacher .review ul {
margin: 0;
padding: 0;
}
.edubin-single-course-2 .content {
padding: 20px;
}
.edubin-single-course-2 .content .course-title {
font-weight: 700;
font-size: 22px;
color: #23252a;
margin: 0;
padding: 0;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-single-course-2 .content .course-title:hover {
color: #ffc600;
} .edubin-single-course-2 .edubin-course-rate .star-rating {
position: relative;
margin: 0;
padding: 0;
display: flex;
padding-bottom: 3px;
font-size: 15px;
}
.edubin-single-course-2 ul.edubin-course-rate {
list-style: none;
padding-left: 0;
margin-bottom: 0;
}
.edubin-single-course-2 ul.edubin-course-rate li {
font-size: 14px;
letter-spacing: -0.5px;
}
.edubin-single-course-2 .star-rating {
overflow: hidden;
height: 1em;
line-height: 1em;
width: 95px;
font-family: "fontawesome";
}
.edubin-single-course-2 .star-rating:before {
content: "\f006\f006\f006\f006\f006";
float: left;
top: 0;
left: 0;
position: absolute;
color: #ffc600;
letter-spacing: 4px;
}
.edubin-single-course-2 .star-rating span {
overflow: hidden;
float: left;
top: 0;
left: 0;
position: absolute;
padding-top: 1.5em;
}
.edubin-single-course-2 .star-rating:before {
color: #ffc600;
}
.edubin-single-course-2 .star-rating span:before {
content: "\f005\f005\f005\f005\f005";
top: 0;
position: absolute;
left: 0;
letter-spacing: 4px;
color: #ecb101;
} .edubin-single-teacher {
position: relative;
}
.edubin-single-teacher .image {
border-radius: 3px;
overflow: hidden;
}
.edubin-single-teacher .image img {
width: 100%;
}
.edubin-single-teacher .image img {
height: 305px;
object-fit: cover;
}
.edubin-single-teacher .teacher-content-area {
position: absolute;
bottom: 20px;
left: 0;
right: 0;
width: 80%;
background-color: #f9f9f9;
border-radius: 3px;
margin: 0 auto;
padding: 0;
height: 75px;
overflow: hidden;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
}
.edubin-single-teacher .teacher-content {
position: absolute;
bottom: 10px;
left: 0;
right: 0;
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
border-radius: 3px;
margin: 0 auto;
padding: 0;
}
.edubin-single-teacher:hover .teacher-content {
-webkit-transition: all .5s ease;
-moz-transition: all .5s ease;
-ms-transition: all .5s ease;
-o-transition: all .5s ease;
transition: all .5s ease;
bottom: 10px;
}
.edubin-single-teacher .teacher-content a {
display: block;
}
.edubin-single-teacher .teacher-content a .teacher-name {
color: #07294d;
font-size: 18px;
font-weight: 700!important;
margin: 0 0 5px 0;
padding: 0;
}
.edubin-single-teacher .teacher-content .teacher-name {
font-weight: 700;
margin: 0;
padding: 0;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content a:hover .teacher-name {
color: #ffc600;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content .teacher-degree {
display: block;
margin-bottom: 0;
}
.edubin-single-teacher .teacher-content span {
font-size: 15px;
color: #8a8a8a;
font-weight: 500;
}
.edubin-single-teacher .teacher-content .techer-social {
padding-top: 5px;
}
.edubin-single-teacher .techer-social a.social-link {
color: #07294d;
padding: 0 5px;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.edubin-single-teacher .techer-social a.social-link:hover {
color: #ffc600;
-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.edubin-single-teacher .teacher-content a {
display: inline-block;
}
.edubin-single-teacher.active-social .teacher-content {
bottom: -25px;
}
.edubin-single-teacher.active-social:hover .teacher-content-area {
height: 110px;
}
.edubin-single-teacher.active-social:hover .teacher-content {
bottom: 10px;
} .edubin-testi-1 .edubin-testi-single {
position: relative;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum {
position: absolute;
display: inline-block;
left: 0;
top: 50%;
-webkit-transform: translateY(-109%);
transform: translateY(-109%);
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum img {
border-radius: 3px;
width: 92px;
height: 92px;
object-fit: cover;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum .quote {
position: absolute;
right: -22px;
top: -22px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-thum .quote i {
width: 45px;
height: 45px;
line-height: 45px;
text-align: center;
background-color: #ffc600;
border-radius: 50%;
color: #07294d;
font-size: 18px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont {
padding-left: 140px;
padding-right: 32px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont p {
color: #fff;
padding-bottom: 5px;
padding-right: 30px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont .name {
color: #fff;
margin: 0;
padding: 0 30px 4px 0;
font-size: 18px;
font-weight: 700!important;
margin: 0px;
}
.edubin-testi-1 .edubin-testi-single .testimonial-cont .degree {
color: #fff;
font-size: 16px;
font-weight: 400;
}
.edubin-testi-1 .slick-list {
padding-top: 35px;
} .edubin-testi-1 .slick-arrow {
z-index: 1;
}
.edubin-testi-1 .slick-prev, .edubin-testi-1 .slick-next {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #7d7d7d;
cursor: pointer;
display: block;
font-size: 24px;
height: auto;
line-height: 1;
outline: medium none;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translate(0px, -50%);
width: auto;
}
.edubin-testi-1 .slick-dots {
list-style: none;
}
.edubin-testi-1 .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: #e3e3e3;
border-radius: 100%;
}
.edubin-testi-1 .slick-dots li.slick-active button {
background: #ffc600;
}
.edubin-testi-1 .slick-dots li button:before {
display: none;
}
.edubin-testi-1 .slick-dots {
bottom: -30px;
}
.edubin-testi-1 .slick-dots li {
margin: 0 7px;
width: 12px;
height: 12px;
}
.edubin-testi-1 .slick-prev::before, .edubin-testi-1 .slick-next::before {
display: none;
}
.edubin-testi-1 .slick-prev:hover, .edubin-testi-1 .slick-prev:focus, .edubin-testi-1 .slick-next:hover, .edubin-testi-1 .slick-next:focus {
color: #ccc;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
} .edubin-testi-2-area {
background-color: #07294d;
padding: 60px;
border-radius: 3px;
position: relative;
}
.edubin-testi-2-area .testi-heading .heading {
font-size: 36px;
color: #fff;
padding-bottom: 60px;
padding-top: 0;
margin: 0;
}
.edubin-testi-2-area .edubin-testi-bg-image {
position: absolute;
bottom: 0;
right: 0;
}
.edubin-testi-2-area .edubin-testi-bg-image img {
float: right;
}
.edubin-testi-2 .testi-single {
position: relative;
z-index: 5;
}
.edubin-testi-2 .testi-single img {
padding-bottom: 20px;
margin-left: 0;
max-width: 80px;
}
.edubin-testi-2 .testi-single .content {
color: #fff;
padding-bottom: 20px;
padding-right: 135px;
margin-bottom: 0;
}
.edubin-testi-2 .testi-single .name {
color: #fff;
font-size: 18px;
padding: 0;
font-weight: 700!important;
margin-bottom: 5px;
}
.edubin-testi-2 .testi-single .degree {
font-size: 15px;
color: #fff;
} .edubin-testi-2 .slick-arrow {
z-index: 1;
}
.edubin-testi-2 .slick-prev, .edubin-testi-2 .slick-next {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #7d7d7d;
cursor: pointer;
display: block;
font-size: 24px;
height: auto;
line-height: 1;
outline: medium none;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translate(0px, -50%);
width: auto;
}
.edubin-testi-2 .slick-dots {
list-style: none;
z-index: 1;
}
.edubin-testi-2 .slick-list {
z-index: 2;
}
.edubin-testi-2 .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: #e3e3e3;
border-radius: 100%;
}
.edubin-testi-2 .slick-dots li.slick-active button {
background: #ffc600;
}
.edubin-testi-2 .slick-dots li button:before {
display: none;
}
.edubin-testi-2 .slick-dots {
bottom: -30px;
}
.edubin-testi-2 .slick-dots li {
margin: 0 7px;
width: 12px;
height: 12px;
}
.edubin-testi-2 .slick-prev::before, .edubin-testi-2 .slick-next::before {
display: none;
}
.edubin-testi-2 .slick-prev:hover, .edubin-testi-2 .slick-prev:focus, .edubin-testi-2 .slick-next:hover, .edubin-testi-2 .slick-next:focus {
color: #ccc;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
} .edubin-testi-3 .slick-arrow {
z-index: 1;
}
.edubin-testi-3 .slick-prev, .edubin-testi-3 .slick-next {
background: transparent none repeat scroll 0 0;
border: medium none;
color: #7d7d7d;
cursor: pointer;
display: block;
font-size: 24px;
height: auto;
line-height: 1;
outline: medium none;
padding: 0;
position: absolute;
text-align: center;
top: 50%;
transform: translate(0px, -50%);
width: auto;
}
.edubin-testi-3 .slick-dots {
list-style: none;
}
.edubin-testi-3 .slick-dots li button {
font-size: 0;
line-height: 0;
display: block;
width: 12px;
height: 12px;
padding: 0;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: #e3e3e3;
border-radius: 100%;
}
.edubin-testi-3 .slick-dots li.slick-active button {
background: #ffc600;
}
.edubin-testi-3 .slick-dots li button:before {
display: none;
}
.edubin-testi-3 .slick-dots {
bottom: -70px;
}
.edubin-testi-3 .slick-dots li {
margin: 0 7px;
width: 12px;
height: 12px;
}
.edubin-testi-3 .slick-prev::before, .edubin-testi-3 .slick-next::before {
display: none;
}
.edubin-testi-3 .slick-prev:hover, .edubin-testi-3 .slick-prev:focus, .edubin-testi-3 .slick-next:hover, .edubin-testi-3 .slick-next:focus {
color: #ccc;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-testi-3 .testi-heading {
color: #fff;
font-size: 26px;
margin-bottom: 15px;
}
.edubin-testi-3 .testimonial-cont {
color: #fff;
padding: 40px;
margin: 0 35px 35px 0;
border-radius: 5px;
background: rgba(255, 255, 255, 0.1);
position: relative;
}
.edubin-testi-3 .testimonial-cont {
color: #fff;
padding: 40px;
margin: 0 35px 35px 0;
border-radius: 5px;
background: rgba(255, 255, 255, 0.1);
position: relative;
}
.edubin-testi-single.slick-slide>div:nth-last-child {
margin-right: 0;
}
.edubin-testi-3 .testimonial-cont p {
margin-bottom: 0;
}
.edubin-testi-3 .testimonial-cont:after {
content: '';
border: 15px solid transparent;
position: absolute;
left: 40px;
bottom: -30px;
margin: auto;
width: 0;
height: 0;
border-top: 15px solid rgba(255, 255, 255, 0.1);
}
.edubin-testi-3 .testimonial-thum {
float: left;
padding-left: 20px;
}
.edubin-testi-3 .testimonal-image img {
height: 70px;
width: 70px;
object-fit: cover;
border-radius: 100px;
}
.edubin-testi-3 .testimonal-image {
height: 70px;
width: 70px;
display: inline-block;
float: left;
margin-right: 25px;
}
.edubin-testi-3 .testi-name-degree {
float: left;
margin-top: 12px;
}
.edubin-testi-3 .name {
color: #fff;
margin-bottom: 5px;
font-size: 18px;
font-weight: 700;
}
.edubin-testi-3 .degree {
color: #ddd;
float: left;
margin-bottom: 0;
font-size: 15px;
} .edubin-latest-news .single-news .news-thum img {
width: 100%;
border-radius: 3px;
}
.edubin-latest-news .news-thum.thum-list {
position: relative;
}
.edubin-latest-news .news-thum.thum-list.overlay-layout-3>a:before {
position: absolute;
background: linear-gradient(0deg, #07294d 0%, transparent 62%);
width: 100%;
height: 100%;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: "";
}
.edubin-latest-news .news-thum.thum-list img {
width: 100%;
height: 130px;
object-fit: cover;
}
.edubin-latest-news .news-thum.thum-single {
position: relative;
margin-bottom: 20px;
}
.edubin-latest-news .news-thum.thum-single.overlay-layout-3>a:before {
position: absolute;
background: linear-gradient(0deg, #07294d 0%, transparent 62%);
width: 100%;
height: 100%;
display: block;
left: 0;
right: 0;
top: 0;
bottom: 0;
content: "";
}
.edubin-latest-news .news-thum.thum-single img {
width: 100%;
height: 370px;
object-fit: cover;
}
.edubin-latest-news .edubin-blog-date {
width: 65px;
height: 65px;
text-align: center;
position: absolute;
left: 40px;
bottom: 50px;
background: #ffc600;
border-radius: 3px;
display: flex;
align-items: center;
justify-content: center;
padding-top: 8px;
}
.edubin-latest-news .edubin-blog-date p {
color: #07294d;
margin-bottom: 0;
font-size: 14px;
}
.edubin-latest-news .edubin-blog-date p span {
display: block;
font-size: 22px;
font-weight: 700;
line-height: 16px;
color: #07294d
}
.edubin-latest-news .edubin-news-meta {
position: absolute;
bottom: 15px;
width: 100%;
padding: 0 40px;
font-size: 14px;
}
.edubin-latest-news .edubin-news-meta ul li i {
padding-right: 5px;
color: #ffc600;
}
.edubin-latest-news .edubin-news-meta ul li+li {
margin-left: 10px;
}
.edubin-latest-news .edubin-news-meta ul li {
display: inline-block;
}
.edubin-latest-news .edubin-news-meta ul li a {
color: #fff;
}
.edubin-latest-news .single-news .news-cont ul {
margin-bottom: 0;
padding-bottom: 10px;
}
.edubin-latest-news .single-news .news-cont ul li {
display: inline-block;
margin-right: 10px;
font-size: 14px;
}
.edubin-latest-news .single-news .news-cont ul li:last-child {
margin-right: 0;
}
.edubin-latest-news .single-news .news-cont ul li a {
color: #8a8a8a;
font-size: 15px;
font-weight: 400;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news .news-cont ul li a i {
color: #ffc600;
margin-right: 6px;
font-size: 14px;
}
.edubin-latest-news .single-news .news-cont ul li a span {
color: #07294d;
text-transform: lowercase;
}
.edubin-latest-news .single-news .news-cont ul li a:hover {
color: #ffc600;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news .news-cont a {
display: block;
}
.edubin-latest-news .single-news.news-big .news-cont a .news-title {
font-size: 30px;
color: #07294d;
padding-bottom: 20px;
padding-top: 0;
margin-bottom: 0;
line-height: 34px;
font-weight: 700;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-latest-news .single-news .news-cont a:hover .news-title {
color: #ffc600;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.edubin-latest-news .single-news.news-list .news-cont .news-title {
font-size: 22px;
line-height: 28px;
-webkit-transition: all 0.3s ease 0s;
-o-transition: all 0.3s ease 0s;
transition: all 0.3s ease 0s;
}
.edubin-latest-news .news-list .news-cont ul li a {
font-size: 14px;
}
.edubin-latest-news .news-list .news-cont .content {
font-size: 16px;
}
.edubin-latest-news .single-news.news-list {
margin: 0 0 25px 0px;
overflow: hidden;
}
.edubin-latest-news .single-news.news-list:first-child {
border-top: none;
padding-top: 0;
}
.edubin-latest-news .single-news .news-cont a .news-title.news-list-title {
margin-bottom: 15px;
}
.edubin-latest-news .single-news .blog-list-img {
float: left;
width: 175px;
margin-right: 30px;
margin-bottom: 5px;
}
@media (max-width:768px) {
.edubin-latest-news .single-news.news-list:first-child {
padding-top: 20px;
}
.edubin-latest-news .single-news.news-list {
padding: 15px 0;
}
}
@media (max-width:576px) {
.edubin-latest-news .single-news.news-list {
border-left: none;
border-top: none;
padding: 0;
}
.edubin-latest-news .news-thum.thum-single img {
height: 320px;
}
.edubin-latest-news .news-thum.thum-list img {
height: 320px;
margin-bottom: 20px;
}
.edubin-latest-news .single-news.news-big .news-cont a .news-title {
font-size: 24px;
}
.edubin-latest-news .single-news .blog-list-img {
width: 100%;
}
} .edubin-latest-news.layout-1 .single-news {
margin-bottom: 40px;
overflow: hidden;
transition: all 0.5s ease;
}
.edubin-latest-news.layout-1 .single-news:last-child {
margin-bottom: 0;
}
.edubin-latest-news.layout-1 .news-thum {
height: 210px;
overflow: hidden;
margin-bottom: 20px;
}
.edubin-latest-news.layout-1 .news-thum img {
height: 210px;
transition: all 0.5s ease;
object-fit: cover;
}
@media only screen and (max-width:768px) {
.edubin-latest-news.layout-1 .news-thum {
max-height: 410px;
}
.edubin-latest-news.layout-1 .news-thum img {
height: 410px;
}
}
@media only screen and (max-width:576px) {
.edubin-latest-news.layout-1 .news-thum {
max-height: 210px;
}
.edubin-latest-news.layout-1 .news-thum img {
height: 210px;
}
}
.edubin-latest-news.layout-1 .single-news:hover .news-thum img {
-webkit-transform: scale(1.1);
transform: scale(1.1);
}
.edubin-latest-news.layout-1 .news-title {
padding-top: 0;
padding-bottom: 20px;
margin-bottom: 0;
font-weight: 700;
font-size: 24px;
line-height: 34px;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul {
padding-bottom: 15px;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li a i {
color: #ffc600;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li a {
display: inline-block;
font-size: 14px;
letter-spacing: 0.1px;
font-weight: 500;
text-transform: uppercase;
color: #8a8a8a;
margin-right: 20px;
}
.edubin-latest-news.layout-1 .single-news .news-cont ul li i {
margin-right: 8px;
color: #ffc600;
} .woocommerce.woocommerce-addons-wrapper {
background: transparent;
}
.woocommerce.woocommerce-addons-wrapper ul.products.columns-3 li.product {
margin: 0 3.8% 2.992em 0;
width: 30.8%;
}
.woocommerce.woocommerce-addons-wrapper ul.products.columns-3 li.product:nth-child(3n+3) {
margin-right: 0;
}
.woocommerce.woocommerce-addons-wrapper ul.products.columns-4 li.product {
margin: 0 3.8% 2.992em 0;
width: 22%;
}
.woocommerce.woocommerce-addons-wrapper ul.products.columns-4 li.product:nth-child(4n+4) {
margin-right: 0;
}
.woocommerce.woocommerce-addons-wrapper ul.products li.product a {
text-align: center;
}
@media only screen and (max-width:768px) {
.woocommerce.woocommerce-addons-wrapper ul.products.columns-4 li.product {
width: 48%;
float: left;
clear: both;
margin: 0 0 0;
}
}
span.edubin-hide-addtocart-text {
display: none;
} .edubin-course-category .single-items {
position: relative;
}
.edubin-course-category .single-items .items-image {
position: relative;
}
.edubin-course-category .single-items .items-image img {
width: 100%;
object-fit: cover;
border-radius: 3px;
}
.edubin-course-category .single-items .items-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(7, 41, 77, 0.6);
border-radius: 3px;
}
.edubin-course-category .single-items .items-cont {
position: absolute;
top: 50%;
left: 0;
width: 100%;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.edubin-course-category .single-items .items-cont .course-cat {
color: #fff;
font-size: 18px;
margin-bottom: 5px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.edubin-course-category .single-items .items-cont .course-cat:hover {
color: #ffc600;
}
.edubin-course-category .single-items .items-cont .total-course {
font-size: 14px;
font-weight: 500;
color: #fff;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
} .edubin-countdown-style-1 .edubin-countbox {
text-align: center;
}
.edubin-countdown-style-1 .edubin-countbox .ht-count {
display: inline-block;
position: relative;
margin: 0 22px;
line-height: 1;
}
.edubin-countdown-style-1 .edubin-countbox .ht-count::before {
position: absolute;
content: ":";
right: -26px;
top: 50%;
transform: translateY(-50%);
color: #5e5b60;
font-size: 55px;
}
.edubin-countdown-style-1 .edubin-countbox .ht-count:last-child::before {
display: none;
}
.edubin-countdown-style-1 .edubin-countbox span.ht-count {
padding: 28px 0px;
border: 1px solid #242424;
border-radius: 10px;
width: 139px;
text-align: center;
}
.edubin-countdown-style-1 .edubin-countbox span.time-count {
color: #242424;
font-size: 60px;
font-weight: 400;
display: block;
position: relative
}
.edubin-countdown-style-1 .edubin-countbox span span.count-inner p {
color: #242424;
font-size: 18px;
font-weight: 400;
margin: 0;
}
.edubin-timer-separate-no .edubin-countbox span.time-count::before, .edubin-separate-no .edubin-countbox .ht-count::before {
display: none;
}
.edubin-hide-lavel .edubin-countbox .ht-count::before {
right: -26px;
top: 36%;
} .edubin-countdown-style-2 .edubin-countbox {
text-align: center;
}
.edubin-countdown-style-2 .edubin-countbox .ht-count {
display: inline-block;
position: relative;
margin: 0 22px;
line-height: 1;
}
.edubin-countdown-style-2 .edubin-countbox .ht-count::before {
position: absolute;
content: ":";
right: -26px;
top: 50%;
transform: translateY(-50%);
color: #fff;
font-size: 55px;
}
.edubin-countdown-style-2 .edubin-countbox .ht-count:last-child::before {
display: none;
}
.edubin-countdown-style-2 .edubin-countbox span.ht-count {
padding: 28px 0px;
border-radius: 10px;
width: 100px;
text-align: center;
}
.edubin-countdown-style-2 .edubin-countbox span.time-count {
font-size: 72px;
color: #fff;
font-family: 'Montserrat', sans-serif;
font-weight: 600;
display: block;
}
.edubin-countdown-style-2 .edubin-countbox span span.count-inner p {
color: #fff;
font-size: 18px;
font-weight: 400;
margin: 0;
} .edubin-wpforms-wrapper {
border-radius: 3px;
overflow: hidden;
background: #fff;
-webkit-box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 75px 0px rgba(0, 0, 0, 0.1);
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-field-container {
padding: 40px 50px 15px 50px;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container {
background-color: #07294d;
padding-top: 45px;
padding-bottom: 40px;
text-align: center;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container .wpforms-title {
color: #ffc600;
font-size: 36px;
margin-bottom: 0;
}
.edubin-wpforms-wrapper .wpforms-container .wpforms-head-container .wpforms-description {
font-size: 24px;
color: #fff;
margin-bottom: 0;
}
.edubin-wpforms-wrapper div.wpforms-container.wpforms-container-full .wpforms-form .wpforms-submit-container {
padding: 0 40px 15px 40px;
text-align: center;
}
.edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container input[type=submit], .edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container button[type=submit] {
background-color: #ffc600;
width: 100%;
padding: 15px 0;
border: 1px solid #ffc600;
font-size: 15px;
line-height: 17px!important;
font-family: 'Montserrat', sans-serif;
color: #07294d;
overflow: hidden;
border-radius: 3px;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container input[type=submit]:hover, .edubin-wpforms-wrapper .wpforms-form .wpforms-submit-container button[type=submit]:hover {
color: #ffc600;
border-color: #07294d;
background-color: #07294d;
-webkit-transition: 0.4s ease-in-out;
transition: 0.4s ease-in-out;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=date], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=datetime], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=datetime-local], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=email], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=month], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=number], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=password], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=range], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=search], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=tel], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=text], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=time], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=url], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form input[type=week], .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form select, .edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form textarea {
color: #8a8a8a;
width: 100%;
overflow: hidden;
height: 45px;
font-size: 15px;
border-radius: 3px;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form textarea.wpforms-field-large {
height: 100px;
padding: 15px 30px;
}
.edubin-wpforms-wrapper div.wpforms-container-full .wpforms-form .wpforms-field {
padding: 13px 0;
} .instructor-1 .instructor-1-single {
background-color: #fff;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 15px;
}
.instructor-1 .instructor-1-single .thum img {
height: 70px;
width: 70px;
object-fit: cover;
border-radius: 50%;
}
.instructor-1 .instructor-1-single .cont {
padding-left: 20px;
}
.instructor-1 .instructor-1-single .cont a h5 {
font-size: 18px;
color: #23252a;
margin-bottom: 4px;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont a:hover h5 {
color: #ffc600;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont p {
font-size: 15px;
margin-bottom: 5px;
color: #8a8a8a;
font-weight: 500;
}
.instructor-1 .instructor-1-single .cont span {
font-size: 14px;
color: #07294d;
font-weight: 500;
-webkit-transition: all 0.4s linear;
transition: all 0.4s linear;
}
.instructor-1 .instructor-1-single .cont span i {
margin-right: 5px;
color: #ffc600;
} .edubin-courses-searching {
overflow: hidden;
}
.lp-course-form-wrapper {
display: flex;
overflow: hidden;
}
.lp-course-form-wrapper input.lp-course-input {
border-radius: 0;
}
.lp-course-form-wrapper .lp-course-btn {
transition: all .8s ease;
border-radius: 0;
}
.lp-course-form-wrapper input[type="text"] {
font-weight: 500;
padding: 20px;
font-size: 16px;
} .edubin-courses-searching {
overflow: hidden;
}
.ld-course-form-wrapper {
display: flex;
overflow: hidden;
}
.ld-course-form-wrapper input.ld-course-input {
border-radius: 0;
}
.ld-course-form-wrapper .ld-course-btn {
transition: all .8s ease;
border-radius: 0;
}
.ld-course-form-wrapper input[type="text"] {
font-weight: 500;
padding: 20px;
font-size: 16px;
} .edubin-courses-searching {
overflow: hidden;
}
.tutor-course-form-wrapper {
display: flex;
overflow: hidden;
}
.tutor-course-form-wrapper input.tutor-course-input {
border-radius: 0;
}
.tutor-course-form-wrapper .tutor-course-btn {
transition: all .8s ease;
border-radius: 0;
}
.tutor-course-form-wrapper input[type="text"] {
font-weight: 500;
padding: 20px;
font-size: 16px;
} .YouTubePopUp-Wrap {
position: fixed;
width: 100%;
height: 100%;
background-color: #000;
background-color: rgba(0, 0, 0, 0.8);
top: 0;
left: 0;
z-index: 9999999999999;
}
.YouTubePopUp-animation {
opacity: 0;
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: YouTubePopUp;
animation-name: YouTubePopUp;
}
@-webkit-keyframes YouTubePopUp {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes YouTubePopUp {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
body.logged-in .YouTubePopUp-Wrap { top: 32px;
z-index: 99998;
}
.YouTubePopUp-Content {
max-width: 680px;
display: block;
margin: 0 auto;
height: 100%;
position: relative;
}
.YouTubePopUp-Content iframe {
max-width: 100% !important;
width: 100% !important;
display: block !important;
height: 480px !important;
border: none !important;
position: absolute;
top: 0;
bottom: 0;
margin: auto 0;
}
.YouTubePopUp-Hide {
-webkit-animation-duration: 0.5s;
animation-duration: 0.5s;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
-webkit-animation-name: YouTubePopUpHide;
animation-name: YouTubePopUpHide;
}
@-webkit-keyframes YouTubePopUpHide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes YouTubePopUpHide {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.YouTubePopUp-Close {
position: absolute;
top: 0;
cursor: pointer;
bottom: 528px;
right: 0px;
margin: auto 0;
width: 24px;
height: 24px;
background: url(//dev.zoommer.in/wp-content/plugins/edubin-core/assets/img/close.png) no-repeat;
background-size: 24px 24px;
-webkit-background-size: 24px 24px;
-moz-background-size: 24px 24px;
-o-background-size: 24px 24px;
}
.YouTubePopUp-Close:hover {
opacity: 0.5;
}
@media all and (max-width:768px) and (min-width:10px) {
.YouTubePopUp-Content {
max-width: 90%;
}
}
@media all and (max-width:600px) and (min-width:10px) {
.YouTubePopUp-Content iframe {
height: 320px !important;
}
.YouTubePopUp-Close {
bottom: 362px;
}
}
@media all and (max-width:480px) and (min-width:10px) {
.YouTubePopUp-Content iframe {
height: 220px !important;
}
.YouTubePopUp-Close {
bottom: 262px;
}
} .edubin-video-popup-wrapper {
position: relative;
} .edubin-video-popup-wrapper .video i {
width: 120px;
height: 120px;
line-height: 120px;
text-align: center;
font-size: 24px;
background-color: #ffc600;
color: #07294d;
border-radius: 50%;
} .edubin-video-popup-wrapper a.play-icon-text {
color: #ecb101;
} .edubin-video-popup-wrapper .play-btn {
width: 82px;
height: 82px;
background: radial-gradient(rgba(255, 188, 0, 0.94) 60%, #fac911 62%);
border-radius: 50%;
position: relative;
display: block;
margin: 0 auto;
} .edubin-video-popup-wrapper .play-btn::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-40%) translateY(-50%);
transform: translateX(-40%) translateY(-50%);
transform-origin: center center;
width: 0;
height: 0;
border-top: 12px solid transparent;
border-bottom: 12px solid transparent;
border-left: 22px solid #fff;
z-index: 100;
-webkit-transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
} .edubin-video-popup-wrapper .play-btn:before {
content: "";
position: absolute;
width: 150%;
height: 150%;
-webkit-animation-delay: 0s;
animation-delay: 0s;
-webkit-animation: pulsate1 5s;
animation: pulsate1 5s;
-webkit-animation-direction: forwards;
animation-direction: forwards;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
-webkit-animation-timing-function: steps;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgb(250, 201, 17);
top: -25%;
left: -25%;
background: rgb(250, 201, 17);
}
@-webkit-keyframes pulsate1 {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
opacity: 1;
box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
}
100% {
-webkit-transform: scale(1);
transform: scale(1);
opacity: 0;
box-shadow: none;
}
}
@keyframes pulsate1 {
0% {
-webkit-transform: scale(0.6);
transform: scale(0.6);
opacity: 1;
box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
}
100% {
-webkit-transform: scale(1, 1);
transform: scale(1);
opacity: 0;
box-shadow: none;
}
} .edubin-video-popup-wrapper .video-popup-4 {
position: relative;
}
.edubin-video-popup-wrapper .video-play-button {
position: absolute;
z-index: 10;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
box-sizing: content-box;
display: block;
border-radius: 50%;
padding: 18px 20px 18px 28px;
}
.edubin-video-popup-wrapper .video-play-button:before {
content: "";
position: absolute;
z-index: 0;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #fdbd00;
border-radius: 50%;
animation: pulse-border 1500ms ease-out infinite;
}
.edubin-video-popup-wrapper .video-play-button:after {
content: "";
position: absolute;
z-index: 1;
left: 50%;
top: 50%;
transform: translateX(-50%) translateY(-50%);
display: block;
width: 80px;
height: 80px;
background: #fdbd00;
border-radius: 50%;
transition: all 200ms;
}
.edubin-video-popup-wrapper .video-play-button img {
position: relative;
z-index: 3;
max-width: 100%;
width: auto;
height: auto;
}
.edubin-video-popup-wrapper .video-play-button span {
display: block;
position: relative;
z-index: 3;
width: 0;
height: 0;
border-left: 32px solid #fff;
border-top: 22px solid transparent;
border-bottom: 22px solid transparent;
}
@keyframes pulse-border {
0% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
opacity: 1;
}
100% {
transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
opacity: 0;
}
} .edubin-video-popup-wrapper .video-popup-5 {
position: relative;
}
@keyframes spin {
to {
transform: rotate(360deg);
}
}
.edubin-video-popup-wrapper .stroke-dotted {
opacity: 0;
stroke-dasharray: 4, 5;
stroke-width: 1px;
transform-origin: 50% 50%;
animation: spin 4s infinite linear;
transition: opacity 1s ease, stroke-width 1s ease;
}
.edubin-video-popup-wrapper .stroke-solid {
stroke-dashoffset: 0;
stroke-dashArray: 300;
stroke-width: 4px;
transition: stroke-dashoffset 1s ease, opacity 1s ease;
}
.edubin-video-popup-wrapper .icon {
transform-origin: 50% 50%;
transition: transform 200ms ease-out;
}
.edubin-video-popup-wrapper #play:hover .stroke-dotted {
stroke-width: 4px;
opacity: 1;
}
.edubin-video-popup-wrapper #play:hover .stroke-solid {
opacity: 0;
stroke-dashoffset: 300;
}
.edubin-video-popup-wrapper #play:hover .icon {
transform: scale(1.05);
}
.edubin-video-popup-wrapper #play {
cursor: pointer;
position: absolute;
top: 50%;
left: 50%;
transform: translateY(-50%) translateX(-50%);
} .edubin-video-popup-round {
position: relative;
border: 3px solid #ecb101;
}
.edubin-video-popup-round img {
display: block;
border-radius: 6px;
position: relative;
}
.edubin-video-popup-round a.icon-video {
position: absolute;
border-radius: 100%;
border: 7px solid #dcdcdc;
width: 75px;
height: 75px;
background: #FFF;
color: #ecb101;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
z-index: 12;
-webkit-transition: 0.3s;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-video-popup-round a.icon-video:hover {
background: #ecb101;
color: #fff !important;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.edubin-video-popup-round:hover:after {
background-color: #ecb101cc;
}
.edubin-video-popup-round:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
transition: .4s;
border-radius: 6px;
} .edubin-video-popup {
position: relative;
margin-top: 15px;
}
.edubin-video-popup img {
display: block;
border-radius: 6px;
position: relative;
}
.edubin-video-popup::before {
content: '';
border: 20px solid #ecb101;
background: none;
position: absolute;
top: -15px;
right: -15px;
width: 100%;
height: 100%;
border-radius: 6px;
}
.edubin-video-popup a.icon-video {
position: absolute;
border-radius: 100%;
border: 7px solid #dcdcdc;
width: 75px;
height: 75px;
background: #FFF;
color: #ecb101;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
z-index: 12;
-webkit-transition: 0.3s;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-video-popup:hover:after {
background-color: #ecb101cc;
}
.edubin-video-popup:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
transition: .4s;
border-radius: 6px;
}
.edubin-video-popup a.icon-video:hover {
background: #ecb101;
color: #fff !important;
-webkit-transition: 0.3s;
transition: 0.3s;
} .edubin-video-popup-left {
position: relative;
margin-top: 25px;
}
.edubin-video-popup-left img {
display: block;
border-radius: 6px;
position: relative;
}
.edubin-video-popup-left::before {
content: '';
border: 30px solid #ecb101;
background: none;
position: absolute;
top: -15px;
right: -30px;
width: 100%;
height: 100%;
border-radius: 6px;
}
.edubin-video-popup-left::before {
content: '';
border: 30px solid #ecb101;
background: none;
position: absolute;
top: -15px;
left: -15px;
width: 100%;
height: 100%;
border-radius: 6px;
}
.edubin-video-popup-left a.icon-video {
position: absolute;
border-radius: 100%;
border: 7px solid #dcdcdc;
width: 75px;
height: 75px;
background: #FFF;
color: #ecb101;
margin: auto;
top: 0;
left: 0;
bottom: 0;
right: 0;
text-align: center;
z-index: 12;
-webkit-transition: 0.3s;
transition: 0.3s;
display: flex;
align-items: center;
justify-content: center;
}
.edubin-video-popup-left a.icon-video:hover {
background: #ecb101;
color: #fff !important;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.edubin-video-popup-left:hover:after {
background-color: #ecb101cc;
}
.edubin-video-popup-left:after {
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
content: "";
transition: .4s;
border-radius: 6px;
} .edubin-countdown-timer-widget .countdown-items {
overflow: hidden;
}
.edubin-countdown-timer-widget .countdown-items {
display: inline-block;
width: 150px;
height: 150px;
margin: 0px 20px;
border: 2px solid #333;
}
.edubin-countdown-timer-widget .countdown-items .ctw-digits {
display: block;
font-size: 64px;
text-align: center;
margin-top: 35px;
}
.edubin-countdown-timer-widget .countdown-items .ctw-label {
display: block;
text-align: center;
padding-top: 15px;
}
.edubin-countdown-timer-widget .finished-message {
text-align: center;
} @media (max-width:493px) {
.edubin-countdown-timer-widget .countdown-items {
width: 15%;
}
.edubin-countdown-timer-widget .countdown-items .ctw-digits {
font-size: 26px;
}
} .edubin-slider {
position: relative;
}
.edubin-slider .slide {
position: relative;
padding: 85px 0px 240px 0px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
} .edubin-slider .content-box {
position: relative;
width: 100%;
}
.edubin-slider .content-box .slider-title {
color: #fff;
font-size: 60px;
font-weight: 700;
padding-top: 0;
margin-bottom: 25px;
opacity: 0;
-webkit-transition: all 1000ms ease;
-moz-transition: all 1000ms ease;
-ms-transition: all 1000ms ease;
-o-transition: all 1000ms ease;
transition: all 1000ms ease;
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
.elementor-widget-edubin-slider-addons .edubin-slider .content-box .slider-title{
font-size: 60px;
} 
.edubin-slider .active .slider-title {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
transition-delay: 1000ms;
}
.edubin-slider .content-box .edubin-slider-content {
color: #fff;
font-size: 18px;
margin-bottom: 15px;
opacity: 0;
-webkit-transition: all 1700ms ease;
-moz-transition: all 1700ms ease;
-ms-transition: all 1700ms ease;
-o-transition: all 1700ms ease;
transition: all 1700ms ease;
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
.edubin-slider .active .edubin-slider-content {
opacity: 1;
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
transition-delay: 1700ms;
}
.edubin-slider .content-box .button-box {
position: relative;
display: block;
opacity: 0;
-webkit-transition: all 2200ms ease;
-moz-transition: all 2200ms ease;
-ms-transition: all 2200ms ease;
-o-transition: all 2200ms ease;
transition: all 2200ms ease;
-webkit-transform: translateY(20px);
-moz-transform: translateY(20px);
-ms-transform: translateY(20px);
-o-transform: translateY(20px);
transform: translateY(20px);
}
.edubin-slider .active .button-box {
opacity: 1;
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
transition-delay: 2200ms;
}
.edubin-slider .edubin-slider-btn .rep-btn {
padding: 12px 35px;
margin: 7px;
border-radius: 3px;
background: #ffc600;
display: block;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.left-btn {
background: #90C251;
border: 2px solid #90C251;
color: #07294d;
font-weight: 600;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.left-btn:hover {
background: #07294d;
border: 2px solid #07294d;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.right-btn {
border: 2px solid #fff;
color: #07294d;
font-weight: 600;
background: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
}
.edubin-slider .edubin-slider-btn .rep-btn.right-btn:hover {
background: #07294d;
border: 2px solid #07294d;
color: #fff;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-o-transition: 0.5s;
-ms-transition: 0.5s;
} .edubin-slider .owl-dots {
position: absolute;
text-align: center;
left: 50%;
bottom: 52px;
display: none;
}
.edubin-slider .owl-dots .owl-dot span {
width: 9px;
height: 9px;
border-radius: 50%;
border: none;
background: rgba(255, 255, 255, 0.50);
cursor: pointer;
margin: 0px 3px;
transition: all 500ms ease;
}
.edubin-slider .owl-dots .owl-dot.active span, .edubin-slider .owl-dots .owl-dot:hover span {
background: #ffffff;
border: none;
}
.edubin-slider .owl-nav {
position: absolute;
left: 0px;
top: 50%;
z-index: 1;
width: 100%;
transform: translateY(-50%);
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear
}
.edubin-slider:hover .owl-nav {
opacity: 1;
visibility: visible;
-webkit-transition: all 0.3s linear;
transition: all 0.3s linear
}
.edubin-slider .owl-theme .owl-controls .owl-nav [class*="owl-"] {
position: absolute;
color: rgba(255, 255, 255, 0.10);
}
.edubin-slider .owl-nav .owl-prev {
position: absolute;
left: 10px;
display: inline-block;
color: #fff;
font-size: 32px;
margin: 0px;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
border: 2px solid #fff;
height: 48px;
width: 48px;
border-radius: 50px;
line-height: 43px;
}
.edubin-slider:hover .owl-nav .owl-prev {
left: 35px;
transition: all 500ms ease;
}
.edubin-slider .owl-nav span.fa {
font-family: "FontAwesome";
font-weight: 400;
}
.edubin-slider .owl-nav .owl-next {
position: absolute;
right: 10px;
display: inline-block;
color: #fff;
font-size: 32px;
margin: 0px;
text-align: center;
cursor: pointer;
transition: all 500ms ease;
border: 2px solid #fff;
height: 48px;
width: 48px;
border-radius: 50px;
line-height: 43px;
}
.edubin-slider:hover .owl-nav .owl-next {
right: 35px;
transition: all 500ms ease;
}
.edubin-slider .owl-nav .owl-prev:hover, .edubin-slider .owl-nav .owl-next:hover {
background-color: #ffc600;
color: #192d66;
border-color: #ffc600;
}
@media (max-width:575.98px) {
.edubin-slider .slide {
padding: 50px 0px 50px 0px;
}
.edubin-slider .content-box .slider-title {
font-size: 40px;
}
.edubin-slider .edubin-slider-btn .rep-btn {
padding: 10px 20px;
}
.edubin-slider .owl-nav {
display: none;
}
} .edubin-section-addon-1 {
position: relative;
display: block;
height: 600px;
width: 570px;
}
.edubin-section-addon-1 .front-image-1 {
position: absolute;
left: 40px;
top: 40px;
}
.edubin-section-addon-1 .front-image-1 img {
width: 465px;
height: 500px;
object-fit: cover;
border-radius: 5px;
}
.edubin-section-addon-1 .front-image-2 {
position: absolute;
right: 0;
bottom: 0;
}
.edubin-section-addon-1 .front-image-2 img {
width: 262px;
height: 360px;
object-fit: cover;
border-radius: 5px;
box-shadow: 0px 0px 109px 0px rgba(0, 0, 0, 0.24);
}.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-accordion .ui-accordion-header{display:block;cursor:pointer;position:relative;margin:2px 0 0 0;padding:.5em .5em .5em .7em;font-size:100%}.ui-accordion .ui-accordion-content{padding:1em 2.2em;border-top:0;overflow:auto}.ui-autocomplete{position:absolute;top:0;left:0;cursor:default}.ui-menu{list-style:none;padding:0;margin:0;display:block;outline:0}.ui-menu .ui-menu{position:absolute}.ui-menu .ui-menu-item{margin:0;cursor:pointer;list-style-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)}.ui-menu .ui-menu-item-wrapper{position:relative;padding:3px 1em 3px .4em}.ui-menu .ui-menu-divider{margin:5px 0;height:0;font-size:0;line-height:0;border-width:1px 0 0 0}.ui-menu .ui-state-focus,.ui-menu .ui-state-active{margin:-1px}.ui-menu-icons{position:relative}.ui-menu-icons .ui-menu-item-wrapper{padding-left:2em}.ui-menu .ui-icon{position:absolute;top:0;bottom:0;left:.2em;margin:auto 0}.ui-menu .ui-menu-icon{left:auto;right:0}.ui-button{padding:.4em 1em;display:inline-block;position:relative;line-height:normal;margin-right:.1em;cursor:pointer;vertical-align:middle;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:visible}.ui-button,.ui-button:link,.ui-button:visited,.ui-button:hover,.ui-button:active{text-decoration:none}.ui-button-icon-only{width:2em;box-sizing:border-box;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-button-icon-only{text-indent:0}.ui-button-icon-only .ui-icon{position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px}.ui-button.ui-icon-notext .ui-icon{padding:0;width:2.1em;height:2.1em;text-indent:-9999px;white-space:nowrap}input.ui-button.ui-icon-notext .ui-icon{width:auto;height:auto;text-indent:0;white-space:normal;padding:.4em 1em}input.ui-button::-moz-focus-inner,button.ui-button::-moz-focus-inner{border:0;padding:0}.ui-controlgroup{vertical-align:middle;display:inline-block}.ui-controlgroup > .ui-controlgroup-item{float:left;margin-left:0;margin-right:0}.ui-controlgroup > .ui-controlgroup-item:focus,.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus{z-index:9999}.ui-controlgroup-vertical > .ui-controlgroup-item{display:block;float:none;width:100%;margin-top:0;margin-bottom:0;text-align:left}.ui-controlgroup-vertical .ui-controlgroup-item{box-sizing:border-box}.ui-controlgroup .ui-controlgroup-label{padding:.4em 1em}.ui-controlgroup .ui-controlgroup-label span{font-size:80%}.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item{border-left:none}.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item{border-top:none}.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content{border-right:none}.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content{border-bottom:none}.ui-controlgroup-vertical .ui-spinner-input{width:75%;width:calc( 100% - 2.4em )}.ui-controlgroup-vertical .ui-spinner .ui-spinner-up{border-top-style:solid}.ui-checkboxradio-label .ui-icon-background{box-shadow:inset 1px 1px 1px #ccc;border-radius:.12em;border:none}.ui-checkboxradio-radio-label .ui-icon-background{width:16px;height:16px;border-radius:1em;overflow:visible;border:none}.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon{background-image:none;width:8px;height:8px;border-width:4px;border-style:solid}.ui-checkboxradio-disabled{pointer-events:none}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-dialog{position:absolute;top:0;left:0;padding:.2em;outline:0}.ui-dialog .ui-dialog-titlebar{padding:.4em 1em;position:relative}.ui-dialog .ui-dialog-title{float:left;margin:.1em 0;white-space:nowrap;width:90%;overflow:hidden;text-overflow:ellipsis}.ui-dialog .ui-dialog-titlebar-close{position:absolute;right:.3em;top:50%;width:20px;margin:-10px 0 0 0;padding:1px;height:20px}.ui-dialog .ui-dialog-content{position:relative;border:0;padding:.5em 1em;background:none;overflow:auto}.ui-dialog .ui-dialog-buttonpane{text-align:left;border-width:1px 0 0 0;background-image:none;margin-top:.5em;padding:.3em 1em .5em .4em}.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset{float:right}.ui-dialog .ui-dialog-buttonpane button{margin:.5em .4em .5em 0;cursor:pointer}.ui-dialog .ui-resizable-n{height:2px;top:0}.ui-dialog .ui-resizable-e{width:2px;right:0}.ui-dialog .ui-resizable-s{height:2px;bottom:0}.ui-dialog .ui-resizable-w{width:2px;left:0}.ui-dialog .ui-resizable-se,.ui-dialog .ui-resizable-sw,.ui-dialog .ui-resizable-ne,.ui-dialog .ui-resizable-nw{width:7px;height:7px}.ui-dialog .ui-resizable-se{right:0;bottom:0}.ui-dialog .ui-resizable-sw{left:0;bottom:0}.ui-dialog .ui-resizable-ne{right:0;top:0}.ui-dialog .ui-resizable-nw{left:0;top:0}.ui-draggable .ui-dialog-titlebar{cursor:move}.ui-draggable-handle{-ms-touch-action:none;touch-action:none}.ui-resizable{position:relative}.ui-resizable-handle{position:absolute;font-size:0.1px;display:block;-ms-touch-action:none;touch-action:none}.ui-resizable-disabled .ui-resizable-handle,.ui-resizable-autohide .ui-resizable-handle{display:none}.ui-resizable-n{cursor:n-resize;height:7px;width:100%;top:-5px;left:0}.ui-resizable-s{cursor:s-resize;height:7px;width:100%;bottom:-5px;left:0}.ui-resizable-e{cursor:e-resize;width:7px;right:-5px;top:0;height:100%}.ui-resizable-w{cursor:w-resize;width:7px;left:-5px;top:0;height:100%}.ui-resizable-se{cursor:se-resize;width:12px;height:12px;right:1px;bottom:1px}.ui-resizable-sw{cursor:sw-resize;width:9px;height:9px;left:-5px;bottom:-5px}.ui-resizable-nw{cursor:nw-resize;width:9px;height:9px;left:-5px;top:-5px}.ui-resizable-ne{cursor:ne-resize;width:9px;height:9px;right:-5px;top:-5px}.ui-progressbar{height:2em;text-align:left;overflow:hidden}.ui-progressbar .ui-progressbar-value{margin:-1px;height:100%}.ui-progressbar .ui-progressbar-overlay{background:url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);height:100%;filter:alpha(opacity=25);opacity:0.25}.ui-progressbar-indeterminate .ui-progressbar-value{background-image:none}.ui-selectable{-ms-touch-action:none;touch-action:none}.ui-selectable-helper{position:absolute;z-index:100;border:1px dotted black}.ui-selectmenu-menu{padding:0;margin:0;position:absolute;top:0;left:0;display:none}.ui-selectmenu-menu .ui-menu{overflow:auto;overflow-x:hidden;padding-bottom:1px}.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup{font-size:1em;font-weight:bold;line-height:1.5;padding:2px 0.4em;margin:0.5em 0 0 0;height:auto;border:0}.ui-selectmenu-open{display:block}.ui-selectmenu-text{display:block;margin-right:20px;overflow:hidden;text-overflow:ellipsis}.ui-selectmenu-button.ui-button{text-align:left;white-space:nowrap;width:14em}.ui-selectmenu-icon.ui-icon{float:right;margin-top:0}.ui-slider{position:relative;text-align:left}.ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1.2em;height:1.2em;cursor:default;-ms-touch-action:none;touch-action:none}.ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;background-position:0 0}.ui-slider.ui-state-disabled .ui-slider-handle,.ui-slider.ui-state-disabled .ui-slider-range{filter:inherit}.ui-slider-horizontal{height:.8em}.ui-slider-horizontal .ui-slider-handle{top:-.3em;margin-left:-.6em}.ui-slider-horizontal .ui-slider-range{top:0;height:100%}.ui-slider-horizontal .ui-slider-range-min{left:0}.ui-slider-horizontal .ui-slider-range-max{right:0}.ui-slider-vertical{width:.8em;height:100px}.ui-slider-vertical .ui-slider-handle{left:-.3em;margin-left:0;margin-bottom:-.6em}.ui-slider-vertical .ui-slider-range{left:0;width:100%}.ui-slider-vertical .ui-slider-range-min{bottom:0}.ui-slider-vertical .ui-slider-range-max{top:0}.ui-sortable-handle{-ms-touch-action:none;touch-action:none}.ui-spinner{position:relative;display:inline-block;overflow:hidden;padding:0;vertical-align:middle}.ui-spinner-input{border:none;background:none;color:inherit;padding:.222em 0;margin:.2em 0;vertical-align:middle;margin-left:.4em;margin-right:2em}.ui-spinner-button{width:1.6em;height:50%;font-size:.5em;padding:0;margin:0;text-align:center;position:absolute;cursor:default;display:block;overflow:hidden;right:0}.ui-spinner a.ui-spinner-button{border-top-style:none;border-bottom-style:none;border-right-style:none}.ui-spinner-up{top:0}.ui-spinner-down{bottom:0}.ui-tabs{position:relative;padding:.2em}.ui-tabs .ui-tabs-nav{margin:0;padding:.2em .2em 0}.ui-tabs .ui-tabs-nav li{list-style:none;float:left;position:relative;top:0;margin:1px .2em 0 0;border-bottom-width:0;padding:0;white-space:nowrap}.ui-tabs .ui-tabs-nav .ui-tabs-anchor{float:left;padding:.5em 1em;text-decoration:none}.ui-tabs .ui-tabs-nav li.ui-tabs-active{margin-bottom:-1px;padding-bottom:1px}.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor{cursor:text}.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor{cursor:pointer}.ui-tabs .ui-tabs-panel{display:block;border-width:0;padding:1em 1.4em;background:none}.ui-tooltip{padding:8px;position:absolute;z-index:9999;max-width:300px}body .ui-tooltip{border-width:2px}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_444444_256x240.png)}.ui-widget-header .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_444444_256x240.png)}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_555555_256x240.png)}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_ffffff_256x240.png)}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_777620_256x240.png)}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_cc0000_256x240.png)}.ui-button .ui-icon{background-image:url(//dev.zoommer.in/wp-content/plugins/order-tracking/css/images/ui-icons_777777_256x240.png)}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.003;filter:Alpha(Opacity=.3)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}.ewd-otp-clear {
clear:both;
}
.ewd-otp-status-message {
margin-bottom: 3px;
}
.ewd-otp-status-time {
margin-bottom: 3px;
}
.ewd-otp-tracking-results {
margin-bottom: 9px;
width:100%;
}
#ewd-otp-tracking-number{
height:30px;
padding:5px;
margin:5px;
}
.ewd-otp-submit{
float:left;
}
.ewd-otp-status-message input{
margin:10px 15px;
}
.mb-6 {
margin-bottom: 6px;
}
.mt-12 {
margin-top: 12px;
}
.ewd-otp-bold {
font-weight: 800;
}
.ewd-otp-order-content {
position: relative;
}
.ewd-otp-bottom-align {
position: relative;
}
#ewd-otp-order-number-div {
text-align: left;
}
.ewd-otp-status-graphic {
position: relative;
padding-bottom: 60px;
}
.ewd-otp-status-label {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
*display: inline-block;
}
.ewd-otp-label-values {
margin-bottom:5px;
}
.ewd-otp-ajax-results { 
width:100%; 
}
.ewd-otp-front-end-update-form {
width: 100%;
} .ie-ewd-otp-empty-display {
height: 140px;
width: 600px;
}
.ie-ewd-otp-full-display {
height: 140px;
margin-top: -140px;
}
.ie-empty-graphic-Default {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Default.png);}
.ie-full-graphic-Default {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Default_Full.png);}
.ie-empty-graphic-Narrow {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Narrow.jpg);}
.ie-full-graphic-Narrow {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Narrow_Full.jpg);}
.ie-empty-graphic-Sleek {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Sleek.png);}
.ie-full-graphic-Sleek {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Sleek_Full.png);}
.ie-empty-graphic-Streamlined {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Streamlined.png);}
.ie-full-graphic-Streamlined {background:url(//dev.zoommer.in/wp-content/plugins/order-tracking/images/Streamlined_Full.png);}
.ie-ewd-otp-display-length-0 {width: 110px;}
.ie-ewd-otp-display-length-1 {width: 145px;}
.ie-ewd-otp-display-length-2 {width: 180px;}
.ie-ewd-otp-display-length-3 {width: 215px;}
.ie-ewd-otp-display-length-4 {width: 250px;}
.ie-ewd-otp-display-length-5 {width: 285px;}
.ie-ewd-otp-display-length-6 {width: 320px;}
.ie-ewd-otp-display-length-7 {width: 355px;}
.ie-ewd-otp-display-length-8 {width: 390px;}
.ie-ewd-otp-display-length-9 {width: 425px;}
.ie-ewd-otp-display-length-10 {width: 600px;}
.ie-ewd-otp-display-status {
width: 100px;
float: left;
margin-top: -30px;
margin-bottom: -30px;
font-weight: 600;
}
#ie-ewd-otp-initial-status {
margin-left: 50px;
}
#ie-ewd-otp-ending-status {
margin-left: 480px;
}
.ie-ewd-otp-current-status-length-0 {margin-left: 150px}
.ie-ewd-otp-current-status-length-1 {margin-left: 150px}
.ie-ewd-otp-current-status-length-2 {margin-left: 150px}
.ie-ewd-otp-current-status-length-3 {margin-left: 180px}
.ie-ewd-otp-current-status-length-4 {margin-left: 220px}
.ie-ewd-otp-current-status-length-5 {margin-left: 250px}
.ie-ewd-otp-current-status-length-6 {margin-left: 280px}
.ie-ewd-otp-current-status-length-7 {margin-left: 320px}
.ie-ewd-otp-current-status-length-8 {margin-left: 360px}
.ie-ewd-otp-current-status-length-9 {margin-left: 380px}
.ie-ewd-otp-current-status-length-10 {margin-left: 380px} .ewd-otp-empty-display {
position: absolute;
padding-top: 60px;
width: 100%;
z-index: 1;
}
.ewd-otp-full-display {
position: absolute;
width: 100%;
padding-top: 60px;
z-index: 2;
overflow: hidden;
}
.ewd-otp-display-length-0 {width: 0%;}
.ewd-otp-display-length-1 {width: 10%;}
.ewd-otp-display-length-2 {width: 20%;}
.ewd-otp-display-length-3 {width: 30%;}
.ewd-otp-display-length-4 {width: 40%;}
.ewd-otp-display-length-5 {width: 50%;}
.ewd-otp-display-length-6 {width: 60%;}
.ewd-otp-display-length-7 {width: 70%;}
.ewd-otp-display-length-8 {width: 80%;}
.ewd-otp-display-length-9 {width: 90%;}
.ewd-otp-display-length-10 {width: 100%;}
.ewd-otp-statuses {
display: -webkit-flex;
display: block;
-webkit-flex-direction: row;
flex-direction: row;
width: 100%;
word-wrap: normal;
vertical-align: top;
position: relative;
margin-bottom: 10px;
}
.ewd-otp-display-status {
width: 100px;
font-weight: 600;
text-align: center;
}
.ewd-otp-statuses div {
display:inline;
}
#ewd-otp-initial-status {
position: absolute;
left: 0;
}
#ewd-otp-ending-status {
position: absolute;
right: 0;
}
.ewd-otp-current-status-length-0 {position: absolute; right: calc(100% - 100px);}
.ewd-otp-current-status-length-1 {position: absolute; right: calc(95% - 68px);}
.ewd-otp-current-status-length-2 {position: absolute; right: calc(85% - 68px);}
.ewd-otp-current-status-length-3 {position: absolute; right: calc(75% - 68px);}
.ewd-otp-current-status-length-4 {position: absolute; right: calc(65% - 68px);}
.ewd-otp-current-status-length-5 {position: absolute; right: calc(55% - 68px);}
.ewd-otp-current-status-length-6 {position: absolute; right: calc(45% - 68px);}
.ewd-otp-current-status-length-7 {position: absolute; right: calc(35% - 68px);}
.ewd-otp-current-status-length-8 {position: absolute; right: calc(25% - 68px);}
.ewd-otp-current-status-length-9 {position: absolute; right: 15%;}
.ewd-otp-current-status-length-10 {position: absolute; right: 0} #ewd-otp-progressbar-Minimalist{
border-style: solid;
border-width: 1px;
border: rgb(136,136,136);
background-color: rgb(255,255,255);
-webkit-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
-moz-box-shadow: 0px 0px 9px 1px rgb(136,136,136);
box-shadow: 0px 0px 9px 1px rgb(136,136,136);
margin-bottom: 1em;
margin-top: 1em;
}
.Minimalist {
height: 40px;
background: rgb(242,246,248);
background: -moz-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(242,246,248)), color-stop(50%, rgb(216,225,231)), color-stop(51%, rgb(181,198,208)), color-stop(100%, rgb(224,239,249)));
background: -webkit-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
background: -o-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
background: -ms-linear-gradient(top, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
background: linear-gradient(to bottom, rgb(242,246,248) 0%, rgb(216,225,231) 50%, rgb(181,198,208) 51%, rgb(224,239,249) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f6f8', endColorstr='#e0eff9', GradientType=0 );
}
#ewd-otp-progressbar-Round{
padding: 2px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
border-style: solid;
border-width: 1px;
border-color: rgb(184,184,184);
margin-bottom: 1em;
margin-top: 1em;
}
.Round {
height: 50px;
border-radius: 100px;
-webkit-border-radius: 100px;
-moz-border-radius: 100px;
background: rgb(147,206,222);
background: -moz-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(147,206,222)), color-stop(41%, rgb(117,189,209)), color-stop(100%, rgb(73,165,191)));
background: -webkit-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
background: -o-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
background: -ms-linear-gradient(top, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
background: linear-gradient(to bottom, rgb(147,206,222) 0%, rgb(117,189,209) 41%, rgb(73,165,191) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93cede', endColorstr='#49a5bf', GradientType=0 );
}
@media (min-width: 481px) {
.ewd-otp-label-values {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
*display: block;
margin-top:2px;
transition: opacity 1.0s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 1.0s ;
}
.ewd-otp-label-values:hover {
width: 100%;
background: rgb(235, 235, 235);
-webkit-transition: all ease 0.8s;
-moz-transition: all ease 0.8s;
-o-transition: all ease 0.8s;
-ms-transition: all ease 0.8s;
transition: all ease 0.8s;
}
}
@media (max-width: 480px) {
#ewd-otp-initial-status {visibility: hidden;}
#ewd-otp-ending-status {visibility: hidden;}
#ewd-otp-location-header {display: none;}
#ewd-otp-date-header{display: none;}
.ewd-otp-bottom-align {position: relative;}
.ewd-otp-label-values {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
*display: block;
border-style: solid;
border-width: 1px;
border-color: rgb(235, 235, 235);
border-radius: 5px;
margin-bottom: 2px;
transition: opacity 1.0s;
-webkit-transition: all ease 0.5s;
-moz-transition: all ease 0.5s;
-o-transition: all ease 0.5s;
-ms-transition: all ease 0.5s ;
transition: all ease 1.0s ;
}
.ewd-otp-label-values:hover {
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: flex-start;
*display: block;
border-radius: 5px;
background: rgb(235, 235, 235);
-webkit-transition: all ease 0.8s;
-moz-transition: all ease 0.8s;
-o-transition: all ease 0.8s;
-ms-transition: all ease 0.8s ;
transition: all ease 0.8s ;
}
}
.ewd-otp-print-results {
margin-bottom: 24px;
}
#ewd-otp-order-map iframe {
max-width: 100%;
}.pure-button{display:inline-block;*display:inline;zoom:1;line-height:normal;white-space:nowrap;vertical-align:baseline;text-align:center;cursor:pointer;-webkit-user-drag:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button{font-family:inherit;font-size:100%;*font-size:90%;*overflow:visible;padding:.5em 1em;color:#444;color:rgba(0,0,0,.8);*color:#444;border:1px solid #999;border:0 rgba(0,0,0,0);background-color:#E6E6E6;text-decoration:none;border-radius:2px}.pure-button-hover,.pure-button:hover,.pure-button:focus{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);background-image:-webkit-gradient(linear,0 0,0 100%,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));background-image:-webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:-moz-linear-gradient(top,rgba(0,0,0,.05) 0,rgba(0,0,0,.1));background-image:-o-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));background-image:linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1))}.pure-button:focus{outline:0}.pure-button-active,.pure-button:active{box-shadow:0 0 0 1px rgba(0,0,0,.15) inset,0 0 6px rgba(0,0,0,.2) inset}.pure-button[disabled],.pure-button-disabled,.pure-button-disabled:hover,.pure-button-disabled:focus,.pure-button-disabled:active{border:0;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false);filter:alpha(opacity=40);-khtml-opacity:.4;-moz-opacity:.4;opacity:.4;cursor:not-allowed;box-shadow:none}.pure-button-hidden{display:none}.pure-button::-moz-focus-inner{padding:0;border:0}.pure-button-primary,.pure-button-selected,a.pure-button-primary,a.pure-button-selected{background-color:#0078e7;color:#fff}.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pure-form input:not([type]) {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pure-form input[type=color] {
padding: .2em .5em
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
outline: 0;
outline: thin dotted \9;
border-color: #129FEA
}
.pure-form input:not([type]):focus {
outline: 0;
outline: thin dotted \9;
border-color: #129FEA
}
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
outline: thin dotted #333;
outline: 1px auto #129FEA
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
margin: .5em 0;
display: block
}
.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3
}
.pure-form input:not([type])[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
background: #eee;
color: #777;
border-color: #ccc
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
border-color: #e9322d
}
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
outline-color: #e9322d
}
.pure-form select {
border: 1px solid #ccc;
background-color: #fff
}
.pure-form select[multiple] {
height: auto
}
.pure-form label {
margin: .5em 0 .2em
}
.pure-form fieldset {
margin: 0;
padding: .35em 0 .75em;
border: 0
}
.pure-form legend {
display: block;
width: 100%;
padding: .3em 0;
margin-bottom: .3em;
color: #333;
border-bottom: 1px solid #e5e5e5
}
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
display: block;
margin: .25em 0
}
.pure-form-stacked input:not([type]) {
display: block;
margin: .25em 0
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle
}
.pure-form-aligned textarea {
vertical-align: top
}
.pure-form-aligned .pure-control-group {
margin-bottom: .5em
}
.pure-form-aligned .pure-control-group label {
text-align: right;
display: inline-block;
vertical-align: middle;
width: 10em;
margin: 0 1em 0 0
}
.pure-form-aligned .pure-controls {
margin: 1.5em 0 0 10em
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
border-radius: 2em;
padding: .5em 1em
}
.pure-form .pure-group fieldset {
margin-bottom: 10px
}
.pure-form .pure-group input {
display: block;
padding: 10px;
margin: 0;
border-radius: 0;
position: relative;
top: -1px
}
.pure-form .pure-group input:focus {
z-index: 2
}
.pure-form .pure-group input:first-child {
top: 1px;
border-radius: 4px 4px 0 0
}
.pure-form .pure-group input:last-child {
top: -2px;
border-radius: 0 0 4px 4px
}
.pure-form .pure-group button {
margin: .35em 0
}
.pure-form .pure-input-1 {
width: 100%
}
.pure-form .pure-input-2-3 {
width: 66%
}
.pure-form .pure-input-1-2 {
width: 50%
}
.pure-form .pure-input-1-3 {
width: 33%
}
.pure-form .pure-input-1-4 {
width: 25%
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
display: inline-block;
padding-left: .3em;
color: #666;
vertical-align: middle;
font-size: .875em
}
.pure-form-message {
display: block;
color: #666;
font-size: .875em
}
@media only screen and (max-width: 480px) {
.pure-form button[type=submit] {
margin: .7em 0 0
}
.pure-form input:not([type]),
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form label {
margin-bottom: .3em;
display: block
}
.pure-group input:not([type]),
.pure-group input[type=text],
.pure-group input[type=password],
.pure-group input[type=email],
.pure-group input[type=url],
.pure-group input[type=date],
.pure-group input[type=month],
.pure-group input[type=time],
.pure-group input[type=datetime],
.pure-group input[type=datetime-local],
.pure-group input[type=week],
.pure-group input[type=number],
.pure-group input[type=search],
.pure-group input[type=tel],
.pure-group input[type=color] {
margin-bottom: 0
}
.pure-form-aligned .pure-control-group label {
margin-bottom: .3em;
text-align: left;
display: block;
width: 100%
}
.pure-form-aligned .pure-controls {
margin: 1.5em 0 0
}
.pure-form .pure-help-inline,
.pure-form-message-inline,
.pure-form-message {
display: block;
font-size: .75em;
padding: .2em 0 .8em
}
}.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form select,
.pure-form textarea {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pure-form input:not([type]) {
padding: .5em .6em;
display: inline-block;
border: 1px solid #ccc;
box-shadow: inset 0 1px 3px #ddd;
border-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.pure-form input[type=color] {
padding: .2em .5em
}
.pure-form input[type=text]:focus,
.pure-form input[type=password]:focus,
.pure-form input[type=email]:focus,
.pure-form input[type=url]:focus,
.pure-form input[type=date]:focus,
.pure-form input[type=month]:focus,
.pure-form input[type=time]:focus,
.pure-form input[type=datetime]:focus,
.pure-form input[type=datetime-local]:focus,
.pure-form input[type=week]:focus,
.pure-form input[type=number]:focus,
.pure-form input[type=search]:focus,
.pure-form input[type=tel]:focus,
.pure-form input[type=color]:focus,
.pure-form select:focus,
.pure-form textarea:focus {
outline: 0;
outline: thin dotted \9;
border-color: #129FEA
}
.pure-form input:not([type]):focus {
outline: 0;
outline: thin dotted \9;
border-color: #129FEA
}
.pure-form input[type=file]:focus,
.pure-form input[type=radio]:focus,
.pure-form input[type=checkbox]:focus {
outline: thin dotted #333;
outline: 1px auto #129FEA
}
.pure-form .pure-checkbox,
.pure-form .pure-radio {
margin: .5em 0;
display: block
}
.pure-form input[type=text][disabled],
.pure-form input[type=password][disabled],
.pure-form input[type=email][disabled],
.pure-form input[type=url][disabled],
.pure-form input[type=date][disabled],
.pure-form input[type=month][disabled],
.pure-form input[type=time][disabled],
.pure-form input[type=datetime][disabled],
.pure-form input[type=datetime-local][disabled],
.pure-form input[type=week][disabled],
.pure-form input[type=number][disabled],
.pure-form input[type=search][disabled],
.pure-form input[type=tel][disabled],
.pure-form input[type=color][disabled],
.pure-form select[disabled],
.pure-form textarea[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3
}
.pure-form input:not([type])[disabled] {
cursor: not-allowed;
background-color: #eaeded;
color: #cad2d3
}
.pure-form input[readonly],
.pure-form select[readonly],
.pure-form textarea[readonly] {
background: #eee;
color: #777;
border-color: #ccc
}
.pure-form input:focus:invalid,
.pure-form textarea:focus:invalid,
.pure-form select:focus:invalid {
color: #b94a48;
border-color: #ee5f5b
}
.pure-form input:focus:invalid:focus,
.pure-form textarea:focus:invalid:focus,
.pure-form select:focus:invalid:focus {
border-color: #e9322d
}
.pure-form input[type=file]:focus:invalid:focus,
.pure-form input[type=radio]:focus:invalid:focus,
.pure-form input[type=checkbox]:focus:invalid:focus {
outline-color: #e9322d
}
.pure-form select {
border: 1px solid #ccc;
background-color: #fff
}
.pure-form select[multiple] {
height: auto
}
.pure-form label {
margin: .5em 0 .2em
}
.pure-form fieldset {
margin: 0;
padding: .35em 0 .75em;
border: 0
}
.pure-form legend {
display: block;
width: 100%;
padding: .3em 0;
margin-bottom: .3em;
color: #333;
border-bottom: 1px solid #e5e5e5
}
.pure-form-stacked input[type=text],
.pure-form-stacked input[type=password],
.pure-form-stacked input[type=email],
.pure-form-stacked input[type=url],
.pure-form-stacked input[type=date],
.pure-form-stacked input[type=month],
.pure-form-stacked input[type=time],
.pure-form-stacked input[type=datetime],
.pure-form-stacked input[type=datetime-local],
.pure-form-stacked input[type=week],
.pure-form-stacked input[type=number],
.pure-form-stacked input[type=search],
.pure-form-stacked input[type=tel],
.pure-form-stacked input[type=color],
.pure-form-stacked select,
.pure-form-stacked label,
.pure-form-stacked textarea {
display: block;
margin: .25em 0
}
.pure-form-stacked input:not([type]) {
display: block;
margin: .25em 0
}
.pure-form-aligned input,
.pure-form-aligned textarea,
.pure-form-aligned select,
.pure-form-aligned .pure-help-inline,
.pure-form-message-inline {
display: inline-block;
*display: inline;
*zoom: 1;
vertical-align: middle
}
.pure-form-aligned textarea {
vertical-align: top;
width: 100%;
clear: both;
display:block;
margin: 10px 15px;
}
.pure-form-aligned .pure-control-group {
margin: 15px 0;
}
.pure-form-aligned .pure-control-group label {
text-align: right;
display: inline-block;
vertical-align: middle;
width: 10em;
margin: 5px 0;
}
.pure-form-aligned .pure-controls {
margin: 1.5em 0 0 10em
}
.pure-form input.pure-input-rounded,
.pure-form .pure-input-rounded {
border-radius: 2em;
padding: .5em 1em
}
.pure-form .pure-group fieldset {
margin-bottom: 10px
}
.pure-form .pure-group input {
display: block;
padding: 10px;
margin: 0;
border-radius: 0;
position: relative;
top: -1px
}
.pure-form .pure-group input:focus {
z-index: 2
}
.pure-form .pure-group input:first-child {
top: 1px;
border-radius: 4px 4px 0 0
}
.pure-form .pure-group input:last-child {
top: -2px;
border-radius: 0 0 4px 4px
}
.pure-form .pure-group button {
margin: .35em 0
}
.pure-form .pure-input-1 {
width: 100%
}
.pure-form .pure-input-2-3 {
width: 66%
}
.pure-form .pure-input-1-2 {
width: 50%
}
.pure-form .pure-input-1-3 {
width: 33%
}
.pure-form .pure-input-1-4 {
width: 25%
}
.pure-form .pure-help-inline,
.pure-form-message-inline {
display: inline-block;
padding-left: .3em;
color: #666;
vertical-align: middle;
font-size: .875em
}
.pure-form-message {
display: block;
color: #666;
font-size: .875em
}
@media only screen and (max-width: 480px) {
.pure-form button[type=submit] {
margin: .7em 0 0
}
.pure-form input:not([type]),
.pure-form input[type=text],
.pure-form input[type=password],
.pure-form input[type=email],
.pure-form input[type=url],
.pure-form input[type=date],
.pure-form input[type=month],
.pure-form input[type=time],
.pure-form input[type=datetime],
.pure-form input[type=datetime-local],
.pure-form input[type=week],
.pure-form input[type=number],
.pure-form input[type=search],
.pure-form input[type=tel],
.pure-form input[type=color],
.pure-form label {
margin-bottom: .3em;
display: block
}
.pure-group input:not([type]),
.pure-group input[type=text],
.pure-group input[type=password],
.pure-group input[type=email],
.pure-group input[type=url],
.pure-group input[type=date],
.pure-group input[type=month],
.pure-group input[type=time],
.pure-group input[type=datetime],
.pure-group input[type=datetime-local],
.pure-group input[type=week],
.pure-group input[type=number],
.pure-group input[type=search],
.pure-group input[type=tel],
.pure-group input[type=color] {
margin-bottom: 0
}
.pure-form-aligned .pure-control-group label {
margin-bottom: .3em;
text-align: left;
display: block;
width: 100%
}
.pure-form-aligned .pure-controls {
margin: 1.5em 0 0
}
.pure-form .pure-help-inline,
.pure-form-message-inline,
.pure-form-message {
display: block;
font-size: .75em;
padding: .2em 0 .8em
}
}.pure-g {
display: inline-block;
letter-spacing: normal;
word-spacing: normal;
text-rendering: optimizespeed;
font-family: inherit;
display: -webkit-flex;
-webkit-flex-flow: row wrap;
display: -ms-flexbox;
-ms-flex-flow: row wrap;
}
.pure-u {
display: inline-block;
*display: inline;
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
}
.pure-u-1,
.pure-u-1-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-1-8,
.pure-u-7-8 {
display: inline-block;
zoom: 1;
letter-spacing: normal;
word-spacing: normal;
vertical-align: top;
text-rendering: auto;
text-align: left;
}
.pure-u-1-8,
.pure-u-2-5 {
width: 25%;
margin-left: 5px;
margin-right: 5px;
}
.pure-u-7-8 {
width: 60%;
margin-left: 5px;
margin-right: 5px;
}
.pure-u-1-5 {
width: 25%;
margin-left: 5px;
margin-right: 5px;
text-align: left;
position: relative;
}
.pure-u-4-5 {
width: 100%;
}
.pure-u-1 {
width: 100%;
margin-bottom: 10px;
margin-left: 5px;
margin-right: 5px;
display: block;
}
@media (max-width: 480px) {
.ewd-otp-label-values {
display: flex;
flex-direction: column;
}
.pure-u-1,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-1-8,
.pure-u-7-8 {
width: 100%;
float:left;
}
}.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-top:10px;margin-bottom:10px}.wpProQuiz_content h2{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_question_page span{font-weight:700}.wpProQuiz_content .wpProQuiz_questionListItem:last-child,.wpProQuiz_content .wpProQuiz_questionListItemLastChildIE{padding:3px;margin-bottom:0;overflow:auto}.wpProQuiz_content .wpProQuiz_questionListItem{padding:3px;margin-bottom:5px;background-image:none;margin-left:0;list-style:none;border:0}.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;padding:0;margin:0}.wpProQuiz_content .wpProQuiz_list{border:0}.wpProQuiz_content .wpProQuiz_questionList{margin-bottom:10px;background:#f8faf5;border:1px solid #c3d1a3;padding:5px;list-style:none;overflow:auto}.wpProQuiz_content .wpProQuiz_listItem{position:relative;border:0;background-image:none}.wpProQuiz_content .wpProQuiz_response{background:#f8faf5;border:1px solid #c4c4c4;padding:5px;margin-bottom:15px;box-shadow:1px 1px 2px #aaa}.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{font-weight:700;margin-right:5px;display:none}.wpProQuiz_content .wpProQuiz_sortable,.wpProQuiz_sortStringItem{padding:5px;border:1px solid #d3d3d3;box-shadow:2px 2px 1px #eee;background-color:#f8faf5;cursor:move}.wpProQuiz_content .wpProQuiz_time_limit .time{font-weight:700;margin-top:5px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{height:10px;background-color:#00f;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_time_limit_expired{font-weight:700;font-size:15px;text-align:center}.wpProQuiz_content .wpProQuiz_question_text{margin-bottom:10px}.wpProQuiz_content .wpProQuiz_tipp>div{padding:10px;background-color:#ddecff;border:1px dotted #363636;border-radius:10px;position:absolute;bottom:5px;left:5px;right:5px;box-shadow:2px 2px 5px 0 #313131;z-index:99999}.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;padding:5px;overflow:auto}.wpProQuiz_content ul.wpProQuiz_sortStringList{padding:10px;height:100%;width:100%;min-height:20px}.wpProQuiz_content ul.wpProQuiz_sortStringList:empty{border:2px dashed #bbb!important}.wpProQuiz_content ul.wpProQuiz_sortStringList>li{float:left;margin-left:5px;margin-right:5px;margin-bottom:5px}.wpProQuiz_content .wpProQuiz_sortStringItem{margin:0;background-image:none;list-style:none}.wpProQuiz_content ul.wpProQuiz_maxtrixSortCriterion{padding:5px;margin:0;overflow:auto;height:100%}.wpProQuiz_content .wpProQuiz_placehold{background-color:#ffffc2;list-style:none;background-image:none;padding:0;height:100%;width:100%;min-width:50px;margin:0;border:2px solid red dashed!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;text-align:center;margin-bottom:20px}.wpProQuiz_content .wpProQuiz_cloze input[type=text]{background:0 0;border:0;border-bottom:1px solid;height:1em;margin:0;padding:0 4px 0 4px;color:#000;border-radius:0;box-shadow:0 0}.wpProQuiz_content .wpProQuiz_cloze input:focus{outline:0}.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{margin:0;font-weight:400;display:inline}.wpProQuiz_content .wpProQuiz_questionListItem input{float:none;display:inline}.wpProQuiz_content .wpProQuiz_resultsList{border:0}.wpProQuiz_content .wpProQuiz_resultsList>li{background-image:none;padding:0;margin:0;list-style-type:none;border:0}.wpProQuiz_content .wpProQuiz_lock,.wpProQuiz_loadQuiz,.wpProQuiz_prerequisite,.wpProQuiz_startOnlyRegisteredUser{border:1px dotted #ffc3c3;background-color:#fff7f7}.wpProQuiz_content .wpProQuiz_lock p,.wpProQuiz_loadQuiz p,.wpProQuiz_prerequisite p,.wpProQuiz_startOnlyRegisteredUser p{margin:20px;font-weight:700}.wpProQuiz_toplistTable{width:100%;border:1px solid #c3d1a3;border-collapse:collapse;margin:0}.wpProQuiz_toplistTable caption{caption-side:top;text-align:right;padding-bottom:2px;color:gray;margin:0;font-size:11px}.wpProQuiz_toplistTable thead tr{background:#9bbb59;padding:5px;color:#fff;font-weight:700}.wpProQuiz_toplistTable tbody td:FIRST-CHILD{font-weight:700}.wpProQuiz_toplistTable td,.wpProQuiz_toplistTable th{padding:5px;text-align:center;border:0}.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{text-align:center;font-size:.75em}.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{margin-top:10px;background-color:#f5faea;padding:10px;border:1px solid #c3d1a3}.wpProQuiz_content .wpProQuiz_addToplistMessage{border:1px solid #a0a0a0;background-color:#fcffb3;margin-bottom:5px;border-radius:5px;padding:5px;font-weight:700;color:#696969}.wpProQuiz_content .wpProQuiz_resultTable{margin:15px auto;width:85%;border:1px solid #c4c4c4;padding:15px;font-weight:700}.wpProQuiz_content .wpProQuiz_resultTable table{width:100%;border-collapse:collapse;margin:0;border:0}.wpProQuiz_content .wpProQuiz_resultName{width:35%;min-width:100px;border-right:1px solid #868686;padding:10px 0;border-bottom:0;border-top:0;border-left:0}.wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue{padding:0;border: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{color:#000;text-align:right;box-shadow:1px 1px 3px 1px #c4c4c4;display:inline-block;height:18px;zoom:1;margin-right:3px;vertical-align:middle}.wpProQuiz_content .wpProQuiz_addBox label{display:inline}.wpProQuiz_content .wpProQuiz_addBox input[type=text]{margin:0}.wpProQuiz_content .wpProQuiz_reviewQuestion{max-height:100px;overflow-y:scroll;border:1px solid #c3d1a3;background-color:#f8faf5;position:relative;-webkit-overflow-scrolling:touch}.wpProQuiz_content .wpProQuiz_box{border:1px solid #c3d1a3;background-color:#f8faf5}.wpProQuiz_content .wpProQuiz_checkPage h3{margin:10px 0 10px 0}.wpProQuiz_checkPage ol,.wpProQuiz_content .wpProQuiz_reviewQuestion ol{list-style-type:none;margin:0;padding:5px 12px 0 5px;zoom:1;position:relative;border:0}.wpProQuiz_checkPage li,.wpProQuiz_content .wpProQuiz_reviewQuestion li{float:left;margin:0 5px 5px 0;border:1px solid #cfcfcf;padding:5px 0 5px 0;width:30px;text-align:center;background-color:#fff;cursor:pointer;list-style-type:none;background-image:none}.wpProQuiz_content .wpProQuiz_reviewLegend{padding:5px;margin-bottom:8px}.wpProQuiz_content .wpProQuiz_reviewLegend ol{list-style-type:none;padding:0;margin:0;border:0}.wpProQuiz_content .wpProQuiz_reviewLegend li{float:left;padding-right:5px;list-style-type:none;margin:0;border:0;background-image:none}.wpProQuiz_content .wpProQuiz_reviewColor{height:15px;width:15px;display:inline-block;margin-right:2px}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_AnweredColor{background-color:#6ca54c}.wpProQuiz_content .wpProQuiz_reviewLegend span.wpProQuiz_reviewColor_Review{background-color:#ffb800}.wpProQuiz_content .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{font-weight:700;border-color:#7db1d3;box-shadow:0 0 2px 1px #c4c4c4}.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_button2{border:1px solid #dadada;background:#f5f5f5;color:#303030;border-radius:4px;padding:3px 5px;box-shadow:1px 1px 1px #a7a7a7;text-shadow:none;filter:none;margin:0;font-weight:400}.wpProQuiz_content .wpProQuiz_button2:hover{background:#ebebeb}.wpProQuiz_content .wpProQuiz_reviewDiv{margin:20px 0 20px 0}.wpProQuiz_content .wpProQuiz_header{margin:0}.wpProQuiz_content .wpProQuiz_catOverview{margin-top:10px;margin-bottom:20px}.wpProQuiz_content .wpProQuiz_catOverview li{list-style:none;padding:0;clear:left;border-bottom:1px dashed #aaa;height:1.05em;margin:10px 0 0 0;position:relative}.wpProQuiz_content .wpProQuiz_catOverview span{background:#fff;padding:0 3px 0 0;float:left;position:absolute;text-decoration:none}.wpProQuiz_content span.wpProQuiz_catPercent{font-weight:700;padding-left:5px;color:#000;right:0}.wpProQuiz_content .wpProQuiz_forms{margin:20px 0 20px 0}.wpProQuiz_content .wpProQuiz_required{color:red;font-weight:700}.wpProQuiz_content .wpProQuiz_invalidate{border:1px solid #ffcfcf;background:#ffebe8;padding:4px;margin:4px 0 4px 0;display:none}.wpProQuiz_content .wpProQuiz_forms table{width:auto;border-collapse:separate;border-spacing:2px}.wpProQuiz_content .wpProQuiz_forms td{vertical-align:top;padding:0 0 8px 0;margin:0;border:0;background:0 0}.wpProQuiz_content .wpProQuiz_forms input,.wpProQuiz_forms label,.wpProQuiz_forms select,.wpProQuiz_forms textarea{margin:0;float:none;display:inline}.wpProQuiz_content .wpProQuiz_forms select{width:auto}.wpProQuiz_content .uploadEssayMessage{width:100%}.wpProQuiz_content .uploadEssayMessage_fail{color:red}.wpProQuiz_content .uploadEssayMessage_success{color:green}.jq-dropdown{position:absolute;z-index:1039;display:none}.jq-dropdown .jq-dropdown-menu,.jq-dropdown .jq-dropdown-panel{min-width:160px;max-width:360px;list-style:none;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 5px 10px rgba(0,0,0,.2);overflow:visible;padding:4px 0;margin:0}.jq-dropdown .jq-dropdown-panel{padding:10px}.jq-dropdown.jq-dropdown-tip{margin-top:8px}.jq-dropdown.jq-dropdown-tip:before{position:absolute;top:-6px;left:9px;content:"";border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ddd;display:inline-block}.jq-dropdown.jq-dropdown-tip:after{position:absolute;top:-5px;left:10px;content:"";border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #fff;display:inline-block}.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{list-style:none;padding:0;margin:0;line-height:18px}.jq-dropdown .jq-dropdown-menu label,.jq-dropdown .jq-dropdown-menu li>a{display:block;color:inherit;text-decoration:none;line-height:18px;padding:3px 15px;margin:0;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{font-size:1px;border-top:1px solid #e5e5e5;padding:0;margin:5px 0}body.learndash-cpt.learndash-embed-responsive .ld-video{position:relative;padding-bottom:56.25%;height:0;overflow:hidden}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{top:0;left:0;width:100%!important;height:100%}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 .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{width:100%!important;height: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{position:absolute;top:0;right:0;bottom:0;left:0}body.learndash-cpt.learndash-embed-responsive .mejs-container.mejs-video .mejs-overlay-play{top:0;right:0;bottom:0;left:0;width:auto!important;height:auto!important}@font-face{font-family:'ld-icons';src:url(//dev.zoommer.in/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.eot?e0vk6b);src:url(//dev.zoommer.in/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.eot?e0vk6b#iefix) format("embedded-opentype"),url(//dev.zoommer.in/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.ttf?e0vk6b) format("truetype"),url(//dev.zoommer.in/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.woff?e0vk6b) format("woff"),url(//dev.zoommer.in/wp-content/plugins/sfwd-lms/themes/ld30/assets/fonts/ld-icons.svg?e0vk6b#ld-icons) format("svg");font-weight:normal;font-style:normal}
.ld-icon{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block}
.ld-icon-alert:before{content:"\e90d"}.ld-icon-unlocked:before{content:"\e900"}
.ld-icon-quiz:before{content:"\e901"}.ld-icon-materials:before{content:"\e902"}
.ld-icon-download:before{content:"\e903"}.ld-icon-course-outline:before{content:"\e904"}
.ld-icon-content:before{content:"\e905"}.ld-icon-complete:before,.ld-icon-checkmark:before{content:"\e906"}
.ld-icon-clock:before{content:"\e907"}.ld-icon-certificate:before{content:"\e908"}
.ld-icon-calendar:before{content:"\e909"}.ld-icon-assignment:before{content:"\e90a"}
.ld-icon-arrow-up:before{content:"\e912"}.ld-icon-arrow-right:before{content:"\e913"}
.ld-icon-arrow-left:before{content:"\e914"}.ld-icon-arrow-down:before{content:"\e915"}
.ld-icon-login:before{content:"\e90c"}.ld-icon-remove:before,.ld-icon-delete:before{content:"\e90b"}
.ld-icon-comments:before{content:"\e917"}.ld-icon-search:before{content:"\e916"}
.learndash-wrapper *{-webkit-box-sizing:border-box;box-sizing:border-box}.learndash-wrapper .learndash_checkout_buttons{margin:0 .5em 0 0}
.learndash-wrapper .btn-join,.learndash-wrapper #btn-join{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;margin-left:0}
.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{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .btn-join.ld-compact .ld-icon,.learndash-wrapper #btn-join.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .btn-join.ld-button-alternate .ld-icon,.learndash-wrapper #btn-join.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .btn-join.ld-button-transparent,.learndash-wrapper #btn-join.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .btn-join.ld-button-reverse,.learndash-wrapper #btn-join.ld-button-reverse{background:white;color:#00a2e8}
.learndash-wrapper .btn-join.ld-button-reverse:hover,.learndash-wrapper #btn-join.ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .btn-join:hover,.learndash-wrapper #btn-join:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .btn-join:focus,.learndash-wrapper #btn-join:focus{outline:0;opacity:.75}
.learndash-wrapper .ld-button{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em}
.learndash-wrapper .ld-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-button .ld-text{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}
.learndash-wrapper .ld-button+.ld-button{margin-left:1em}.learndash-wrapper .ld-button.ld-compact{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-button.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.learndash-wrapper .ld-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-button.ld-button-alternate{background:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .ld-button.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.learndash-wrapper .ld-button.ld-button-alternate .ld-text{padding-left:.5em}.learndash-wrapper .ld-button.ld-button-alternate:hover{background:transparent}
.learndash-wrapper .ld-button.ld-button-transparent{color:#00a2e8;background:transparent}
.learndash-wrapper .ld-button.ld-button-transparent.ld-status-complete{color:#019e7c}
.learndash-wrapper .ld-button.ld-button-transparent:hover{background:transparent}
.learndash-wrapper .ld-button.ld-button-reverse{background:white;color:#00a2e8}.learndash-wrapper .ld-button.ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .ld-button:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-button:focus{outline:0;opacity:.75}
.learndash-wrapper .ld-button .ld-icon{-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-button:hover .ld-icon-arrow-right{-webkit-transform:translateX(3px);-ms-transform:translateX(3px);transform:translateX(3px)}
.learndash-wrapper .ld-button:hover .ld-icon-arrow-left{-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translateX(-3px)}
.learndash-wrapper a{text-decoration:none;text-shadow:none;border-bottom:none !important;-webkit-box-shadow:none !important;box-shadow:none !important}
.learndash-wrapper a:hover{text-decoration:none}.learndash-wrapper.ld-container{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 2em;max-width:1280px;margin:auto}
.learndash-wrapper .ld-page-content{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;padding-right:2.5%}
.learndash-wrapper .ld-sidebar-content{-webkit-box-flex:0;-ms-flex:0 0 250px;flex:0 0 250px;padding-left:2.5%}
.learndash-wrapper .ld-profile-avatar{border-radius:100%;overflow:hidden}.learndash-wrapper .ld-profile-avatar img{width:100%;height:auto}
.learndash-wrapper .sfwd-mark-complete,.learndash-wrapper #sfwd-mark-complete{position:relative;display:block;overflow:hidden}
.learndash-wrapper .sfwd-mark-complete::after,.learndash-wrapper #sfwd-mark-complete::after{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e906";position:absolute;right:1em;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);color:white}
.learndash-wrapper .learndash_mark_complete_button,.learndash-wrapper #learndash_mark_complete_button{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;background-color:#019e7c;padding:1em;padding-right:3em}
.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{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .learndash_mark_complete_button.ld-compact .ld-icon,.learndash-wrapper #learndash_mark_complete_button.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;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;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .learndash_mark_complete_button.ld-button-transparent,.learndash-wrapper #learndash_mark_complete_button.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .learndash_mark_complete_button.ld-button-reverse,.learndash-wrapper #learndash_mark_complete_button.ld-button-reverse{background:white;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:white}
.learndash-wrapper .learndash_mark_complete_button:hover,.learndash-wrapper #learndash_mark_complete_button:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .learndash_mark_complete_button:focus,.learndash-wrapper #learndash_mark_complete_button:focus{outline:0;opacity:.75}
.learndash-wrapper .learndash_mark_complete_button:disabled,.learndash-wrapper #learndash_mark_complete_button:disabled{cursor:pointer;-webkit-filter:grayscale(100%);filter:grayscale(100%)}
.learndash-wrapper .ld-content-actions{clear:both;border-top:2px solid #e2e7ed;padding:1em 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.learndash-wrapper .ld-content-actions .ld-content-action{-webkit-box-flex:0;-ms-flex:0 0 185px;flex:0 0 185px;position:relative}
.learndash-wrapper .ld-content-actions .ld-content-action .ld-course-step-back{font-size:.75em;margin:0 20%}
.learndash-wrapper .ld-content-actions .ld-content-action+a{-ms-flex-item-align:center;-ms-grid-row-align:center;align-self:center}
.learndash-wrapper .ld-content-actions>a{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;font-size:.75em}
.learndash-wrapper .ld-content-actions .learndash_timer,.learndash-wrapper .ld-content-actions #learndash_timer{position:absolute;top:100%;text-align:center;display:block;padding:1em;left:0;right:0;color:#728188;font-weight:bold}
.learndash-wrapper .ld-mobile-only{display:none !important}.learndash-wrapper .ld-loading{position:relative}
.learndash-wrapper .ld-loading::after{position:absolute;content:'';display:block;z-index:99;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.5)}
.learndash-wrapper .ld-loading::before{content:'';display:block;position:absolute;border-radius:50%;width:40px;z-index:100;height:40px;left:50%;top:50%;margin:-20px 0 0 -20px;border:3px solid rgba(0,0,0,0.5);border-top:3px solid #00a2e8;-webkit-animation:ldrotating 1.2s infinite linear;animation:ldrotating 1.2s infinite linear}
.learndash-wrapper .ld-group-list{margin-bottom:2em}.learndash-wrapper .ld-item-list{margin:2em 0 1em 0}
.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;align-items:center}
.learndash-wrapper .ld-item-list .ld-section-heading h3{font-weight:bold}.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-stats{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-progress .ld-progress-label{text-transform:none;font-size:1.5em}
.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}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{display:-webkit-box;display:-ms-flexbox;display:flex;color:#728188;cursor:pointer;font-weight:800;font-size:.875em;-webkit-transition:color .3s ease;transition:color .3s ease}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt .ld-icon{width:20px;height:20px;margin-left:5px;font-size:1.4em}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt:hover{color:#00a2e8}
.learndash-wrapper .ld-item-list .ld-item-search{height:auto;max-height:0;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;overflow:hidden}
.learndash-wrapper .ld-item-list .ld-item-search h4{margin:0;margin-bottom:.5em;font-weight:bold}
.learndash-wrapper .ld-item-list .ld-item-search .ld-closer{position:absolute;top:10px;right:15px;cursor:pointer;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:.625em}
.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{padding:12px;position:relative;background:#e2e7ed;border-radius:6px;margin:1em 0;overflow:visible}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{content:'';position:absolute;width:16px;height:16px;top:-8px;left:66px;background:white;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:9}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-wrapper:before{background:#e2e7ed;z-index:9;left:auto;right:130px}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:1em}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields label{display:block;margin-bottom:.5em;font-size:.875em;color:#728188}
.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{height:30px;border:2px solid #ccd2d9;background:white;border-radius:0;width:100%;padding:0 .5em}
.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{position:absolute;right:18px;bottom:2px;font-weight:700;font-size:12px;background:#fff;height:26px;padding:0 1em;line-height:26px;color:#728188;text-decoration:none;display:inline-block}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name .ld-reset-button::before{content:'x';margin-right:.25em;display:inline-block}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-name input[type=text]{width:100%}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{-webkit-box-flex:0;-ms-flex:0 0 100px;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{height:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;margin:0}
.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{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;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;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button.ld-button-reverse{background:white;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:white}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit .ld-button:focus{outline:0;opacity:.75}
.learndash-wrapper .ld-item-list .ld-item-list-item{border:2px solid #e2e7ed;border-radius:6px;margin-bottom:12px;background:#fff}
.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{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-status-icon{margin-right:.5em;margin-top:.35em}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-name{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;-webkit-box-align:top;-ms-flex-align:top;align-items:top;color:#495255}
.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{font-weight:700;display:block;font-size:.825em;margin-top:.5em;color:#728188}
.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;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{margin-right:15px;font-size:26px;color:#019e7c}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded{position:relative;height:auto;max-height:0;overflow:hidden;-webkit-transition:max-height .5s ease;transition:max-height .5s ease}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{content:'';position:absolute;width:16px;height:16px;top:-8px;left:66px;background:white;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:9}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded:before{left:64px}
.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}
.learndash-wrapper .ld-table-list{border-radius:6px;overflow:hidden;margin:1.5em 0}
.learndash-wrapper .ld-table-list .ld-table-list-header,.learndash-wrapper .ld-table-list .ld-table-list-item-preview{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0;overflow-wrap:break-word}
.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{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-flex:2;-ms-flex:2;flex:2;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{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center;padding-left:.25em;padding-right:.25em}
.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:white;font-weight:800;padding:20px 22px}
.learndash-wrapper .ld-table-list .ld-table-list-items{padding:0 20px;border:2px solid #e2e7ed;border-top:0;border-bottom:0;font-size:.875em;overflow:hidden}
.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-weight:700;font-size:1.2em}
.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;-webkit-transform:translateY(0.2em);-ms-transform:translateY(0.2em);transform:translateY(0.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{content:'';position:absolute;width:16px;height:16px;top:-8px;left:66px;background:white;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:9}
.learndash-wrapper .ld-table-list .ld-table-list-item-expanded .ld-table-list:before{left:32px}
.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{padding-top:0;background:#e2e7ed}
.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,0.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;padding-left:0;padding-right: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:transparent;padding:0}
.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column{font-size:.75em;-webkit-box-flex:0;-ms-flex:0 1 150px;flex:0 1 150px}
.learndash-wrapper .ld-table-list .ld-table-list-header .ld-table-list-columns .ld-table-list-column.ld-assignment-column-approved{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{font-size:.875em;-webkit-box-flex:0;-ms-flex:0 1 150px;flex:0 1 150px;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{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:right}
.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{overflow:hidden}
.learndash-wrapper .ld-progress{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:1em 0}
.learndash-wrapper .ld-progress .ld-progress-heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:.75em;line-height:1em}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-label{text-transform:uppercase;font-weight:800}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.learndash-wrapper .ld-progress .ld-progress-heading .ld-progress-stats .ld-progress-percentage{text-transform:uppercase;font-weight:800;color:#019e7c;margin-right:1.5em}
.learndash-wrapper .ld-progress .ld-progress-bar{height:7px;background-color:white;border-radius:7px;margin:5px 0;overflow:hidden}
.learndash-wrapper .ld-progress .ld-progress-bar .ld-progress-bar-percentage{height:7px;background:#019e7c}
.learndash-wrapper .ld-progress.ld-progress-inline{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-progress-bar{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;margin-right:1em}
.learndash-wrapper .ld-progress.ld-progress-inline .ld-status{margin-left:1em}.learndash-wrapper .ld-breadcrumbs+.ld-topic-status{padding:0}
.learndash-wrapper.learndash-widget .ld-progress{-ms-flex-wrap:wrap;flex-wrap:wrap}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-heading{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:.25em 0}
.learndash-wrapper.learndash-widget .ld-progress .ld-progress-bar{background-color:#e2e7ed;width:100%;margin-right:0}
.learndash-pager{color:#728188;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#728188;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:12px;font-weight:700;background-color:#e2e7ed;padding:6px 12px;border-radius:17px;margin:10px 0}
.learndash-pager a{font-size:18px;color:#728188;text-decoration:none !important;border:none !important;cursor:pointer;-webkit-box-shadow:none !important;box-shadow:none !important;line-height:1em}
.learndash-pager a::before,.learndash-pager a::after{display:none}.learndash-pager a.disabled{opacity:.5;cursor:default}
.learndash-pager .pager-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.learndash-pager .pager-legend{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0 8px}
.learndash-pager .pager-right{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}
.learndash-wrapper .ld-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;color:#728188;text-transform:uppercase;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75em;font-weight:700;margin-bottom:1em}
.learndash-wrapper .ld-pagination .ld-pages{background-color:#e2e7ed;-webkit-box-flex:0;-ms-flex:0 0 180px;flex:0 0 180px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5em;border-radius:17px;overflow:hidden;line-height:1}
.learndash-wrapper .ld-pagination .ld-pages i{display:block;background-size:contain;background-position:center;background-repeat:no-repeat;color:#728188;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease}
.learndash-wrapper .ld-pagination .ld-pages i:hover{color:#00a2e8}.learndash-wrapper .ld-pagination .ld-pages a{color:#728188;-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-pagination .ld-pages a:hover{color:#333}.learndash-wrapper .ld-pagination .ld-pages a.disabled{pointer-events:none;opacity:.25}
.learndash-wrapper .ld-item-list-item-expanded .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 100px;flex:0 0 100px;padding:0 10px}
.learndash-wrapper .ld-table-list-footer .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px}
.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{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;display:flex;align-items:center}
.learndash-wrapper .ld-expand-button .ld-icon{font-size:.875em}.learndash-wrapper .ld-expand-button .ld-text{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}
.learndash-wrapper .ld-expand-button+.ld-button{margin-left:1em}.learndash-wrapper .ld-expand-button.ld-compact{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-expand-button.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.learndash-wrapper .ld-expand-button.ld-compact .ld-text{padding:0}.learndash-wrapper .ld-expand-button.ld-button-alternate{background:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{padding-left:.5em}
.learndash-wrapper .ld-expand-button.ld-button-alternate:hover{background:transparent}
.learndash-wrapper .ld-expand-button.ld-button-transparent{color:#00a2e8;background:transparent}
.learndash-wrapper .ld-expand-button.ld-button-transparent.ld-status-complete{color:#019e7c}
.learndash-wrapper .ld-expand-button.ld-button-transparent:hover{background:transparent}
.learndash-wrapper .ld-expand-button.ld-button-reverse{background:white;color:#00a2e8}
.learndash-wrapper .ld-expand-button.ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .ld-expand-button:hover{opacity:.75;background-color:#00a2e8}.learndash-wrapper .ld-expand-button:focus{outline:0;opacity:.75}
.learndash-wrapper .ld-expand-button.ld-expanded .ld-icon{-webkit-transform:rotate(-180deg);-ms-transform:rotate(-180deg);transform:rotate(-180deg)}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-text{text-align:left}
.learndash-wrapper .ld-status{border-radius:12px;background-color:#e2e7ed;text-align:center;padding:5px 12px;text-transform:uppercase;font-weight:700;letter-spacing:.5px;font-size:11px;line-height:1.1;color:#728188;display:block}
.learndash-wrapper .ld-status-icon{-ms-flex-preferred-size:26px;flex-basis:26px;-ms-flex-negative:0;flex-shrink:0;height:26px;width:26px;border-radius:100%;display:inline-block;position:relative;text-align:center}
.learndash-wrapper .ld-status-icon .ld-icon{font-size:1.5em}.learndash-wrapper .ld-status-icon .ld-icon:before{position:absolute;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-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:white}.learndash-wrapper a.ld-status-complete:link,.learndash-wrapper a.ld-status-complete:visited,.learndash-wrapper a.ld-status-complete:focus{color:white}
.learndash-wrapper .ld-status-waiting{background-color:#ffd200;color:rgba(0,0,0,0.65)}
.learndash-wrapper .ld-status-unlocked{background-color:#ebf8fd;color:#00a2e8}.learndash-wrapper .ld-status-incomplete.ld-status-icon{border:4px solid #e2e7ed;background-color:white}
.learndash-wrapper .ld-status-in-progress{border:4px solid #e2e7ed;border-left-color:#019e7c;border-top-color:#019e7c;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);background-color:white}
.learndash-wrapper .ld-certificate-icon{width:40px;height:30px;background:#019e7c;display:block;margin:auto}
.learndash-wrapper .ld-item-icon{margin-right:.25em;-ms-flex-negative:0;flex-shrink:0;font-size:1.4em}
.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{font-size:1.8em;color:#7b8990;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 0;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{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e90e";position:absolute;top:50%;right:.5em;z-index:9;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}
.learndash-wrapper .ld-select-field select{-webkit-appearance:none;-moz-appearance:none;appearance:none}
.learndash-wrapper .ld-file-upload{padding:1.5em;background-color:#f0f3f6;border-radius:6px;margin:1em 0}
.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-weight:300;font-size:.8em}
.learndash-wrapper .ld-file-upload .ld-file-upload-form{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex:1;flex:1;background-color:white;border-top-left-radius:12px;border-bottom-left-radius:12px;overflow:hidden;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong{background-color:#728188;font-weight:700;color:white;padding:.5em 2em;font-size:.875em}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{color:#333;font-size:.875em;font-style:italic;border-top-right-radius:12px;border-bottom-right-radius:12px;padding:.5em 2em;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px;height:35px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.875em;opacity:.5}
.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{cursor:pointer;border-top-right-radius:12px;border-bottom-right-radius:12px;margin-right:.5em}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input:focus+label,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input.has-focus+label{outline:1px dotted #000;outline:-webkit-focus-ring-color auto 5px}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-upload-message{font-size:.8em;margin-top:1em;line-height:1.5em}
.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{margin:0;padding:0;font-size:24px}
.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{width:auto;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
.learndash-wrapper .ld-item-list.ld-course-list .ld-lesson-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-lesson-section-heading{font-size:18px;display:block;margin:1em 0 .5em 0;font-weight:bold}
.learndash-wrapper .ld-lesson-list.ld-item-list .ld-item-list-item .ld-table-list{border-radius:0;margin-top: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}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:.75em;line-height:1em}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-progress{text-transform:uppercase;padding-right:10px;margin-right:10px;border-right:1px solid rgba(255,255,255,0.5)}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details .ld-lesson-list-steps{font-weight:normal}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-item .ld-table-list-item-preview{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items: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}
.learndash-wrapper .ld-topic-status{border-radius:6px;background:#f0f3f6;overflow:hidden}
.learndash-wrapper .ld-topic-status .ld-progress{padding:0 1em}.learndash-wrapper .quiz_continue_link{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;margin:10px}
.learndash-wrapper .ld-quiz-actions{border-top:2px solid #f0f3f6;margin-top:30px;padding-top:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:20px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}
.learndash-wrapper .ld-quiz-actions .quiz_continue_link{margin:0 10px}.learndash-wrapper .ld-quiz-actions .wpProQuiz_button{margin:0 10px;background:#495255}
.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}
.learndash-wrapper #quiz_continue_link{background:#019e7c}.learndash-wrapper #quiz_continue_link:hover{background:#019e7c}
.learndash-wrapper .course_progress{height:7px;max-width:100%;background-color:#f0f3f6;border-radius:7px;margin:1em 0;overflow:hidden}
.learndash-wrapper .course_progress .sending_progress_bar{height:7px;background:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock,.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz,.learndash-wrapper .wpProQuiz_content .wpProQuiz_prerequisite,.learndash-wrapper .wpProQuiz_content .wpProQuiz_startOnlyRegisteredUser{padding:25px 15px 25px 75px;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_lock p,.learndash-wrapper .wpProQuiz_content .wpProQuiz_loadQuiz 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{padding:15px;border:0 !important}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_resultTable .wpProQuiz_resultValue div{-webkit-box-shadow:none;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{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;display:inline-block;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;display:inline-block;padding:.5em 1em;text-align:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;cursor:pointer;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;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{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-compact .ld-icon,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;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;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-transparent,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.ld-button-reverse,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.ld-button-reverse{background:white;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:white}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:hover,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button:focus,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2:focus{outline:0;opacity:.75}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;background:#019e7c}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-icon{font-size:.875em}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link .ld-text{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse{background:white;color:#00a2e8}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link.ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .wpProQuiz_content a#quiz_continue_link:focus{outline:0;opacity:.75}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_question{padding-bottom:1em}.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList{margin:1em 0;background:transparent;border:0;padding:0;list-style:none;padding-left:0 !important;margin-left:0 !important}
.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList[data-type="essay"] li.wpProQuiz_questionListItem{-ms-flex-wrap:wrap;flex-wrap:wrap}
.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_questionList input.wpProQuiz_questionInput{max-width:100%;width:2%}
.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{margin:0 !important;padding:0 !important;line-height:1.5em !important}
.learndash-wrapper .wpProQuiz_content .graded-disclaimer{margin-top:1em;font-size:.85em;font-style:italic}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_matrixSortString{margin:1em 0;background:transparent;border:0;padding:0}
.learndash-wrapper .wpProQuiz_content ul.wpProQuiz_sortStringList{padding:0;margin:1em 0 !important;padding:0 !important}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_sortStringItem{display:inline-block;border:0;background:#f0f3f6;border-radius:6px;margin:0 .5em .5em 0;padding:.5em 1em;-webkit-box-shadow:none;box-shadow:none}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_mextrixTr .wpProQuiz_sortStringItem{margin:.5em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div{background-color:#f0f3f6;padding:1em;border-radius:6px;margin:1em 0;width:auto;-webkit-box-shadow:0 0;box-shadow:0 0;border:0;margin-left:1em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{content:'';position:absolute;width:16px;height:16px;top:-8px;left:66px;background:white;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:9}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div:before{left:1em;bottom:-4px;top:auto;background-color:#f0f3f6}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_tipp>div h5{padding-bottom:0;font-weight:bold;text-transform:uppercase;font-size:.8em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] p{padding-bottom:0;padding-right:.25em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem{margin-bottom:.5em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem p{text-align:left}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable{border:2px solid #e2e7ed;border-radius:6px;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;padding:1em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-shadow:none;box-shadow:none;width:100%}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_sortable:before{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e904";margin-right:1em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem span.wpProQuiz_cloze{margin:0 5px}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:2px solid #e2e7ed;border-radius:6px;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;-webkit-box-shadow:none;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;width:100%;padding:1em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect{background:transparent}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect label{background:#019e7c;color:white}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect .wpProQuiz_sortable{background:#019e7c;color:white}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect{background:transparent}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect label{border-color:red}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect .wpProQuiz_sortable{border-color:red}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete{background:transparent;border:1px solid transparent !important}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete label{border-color:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrectIncomplete .wpProQuiz_sortable{border-color:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze{display:inline-block;background:#e2e7ed;border-radius:6px;padding:2px .5em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem .wpProQuiz_cloze input{border:0;background-color:transparent}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table{border-collapse:separate;border:0;border:2px solid #e2e7ed;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{display:block;padding:1em;border-top-right-radius:0;border-bottom-right-radius:0}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem>table td .wpProQuiz_maxtrixSortCriterion{padding:.5em;border-left:0;height:100%;border-top-left-radius:0;border-bottom-left-radius:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table{border-color:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td{background-color:#019e7c;border-color:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortText{background-color:none;color:none}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerCorrect>table td .wpProQuiz_maxtrixSortCriterion .wpProQuiz_sortStringItem{background-color:none;color:none}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table{border-color:red}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionListItem.wpProQuiz_answerIncorrect>table td{border-color:red}
.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{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;color:#728188;padding:0;border:0;margin:0 .25em;width:auto;font-weight:bold}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="assessment_answer"] label input{margin-right:.5em;height:.8em;width:.8em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerCorrect{background-color:#019e7c}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_questionList[data-type="cloze_answer"] .wpProQuiz_questionListItem .wpProQuiz_cloze .wpProQuiz_answerIncorrect{background-color:red}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_header{font-weight:bold;margin:.5em 0}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{padding:25px 15px 25px 75px;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px;padding:25px;background-color:#f0f3f6;text-align:center;-webkit-box-shadow:none;box-shadow:none;min-height:none}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_response p{margin:0;padding:0}.learndash-wrapper .wpProQuiz_content .wpProQuiz_response img{max-width:100%;height:auto}
.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{margin:1em 0;background-color:#e2e7ed;border-radius:6px;position:relative;padding:1em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit:before{content:'';position:absolute;bottom:1em;left:1em;right:1em;height:7px;z-index:8;background:white}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .time{color:#728188}.learndash-wrapper .wpProQuiz_content .wpProQuiz_time_limit .wpProQuiz_progress{z-index:9;position:relative;background-color:#019e7c;height:7px;margin-bottom:0}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table{width:100%}.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td:first-child{width:150px;font-size:.9em;font-weight:700}
.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:-webkit-box;display:-ms-flexbox;display:flex}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select{margin-right:1%}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay]{padding:1.5em;background-color:#f0f3f6;border-radius:6px;margin:1em 0;margin:1em 0;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=file]{background:white;padding:1em;border-radius:6px;-webkit-box-flex:1;-ms-flex:1;flex:1;margin-right:1em}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;max-width:100px}
.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{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse{background:white;color:#00a2e8}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit].ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .wpProQuiz_content form[name=uploadEssay] input[type=submit]:focus{outline:0;opacity:.75}
.learndash-wrapper .wpProQuiz_quiz_time{color:#728188;font-weight:bold;font-size:.8em}
.learndash-wrapper .wpProQuiz_graded_points,.learndash-wrapper .wpProQuiz_points{padding:1em;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box{background:#f0f3f6;border:0;border-radius:3px;overflow:auto}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li{-webkit-box-shadow:0 0;box-shadow:0 0;border:0;border-radius:2px}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionTarget{-webkit-box-shadow:0 0;box-shadow:0 0;background-color:#00a2e8;color:#fff}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionSolved{color:#fff}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_box li.wpProQuiz_reviewQuestionReview{color:#fff}
.learndash-wrapper .wpProQuiz_reviewDiv{margin-bottom:2em;padding-bottom:2em;border-bottom:2px solid #f0f3f6}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion{background:#f0f3f6;border:0;border-radius:3px}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li{-webkit-box-shadow:0 0;box-shadow:0 0;border:0;border-radius:2px}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionTarget{-webkit-box-shadow:0 0;box-shadow:0 0;background-color:#00a2e8;color:#fff}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionSolved{color:#fff}
.learndash-wrapper .wpProQuiz_reviewDiv .wpProQuiz_reviewQuestion li.wpProQuiz_reviewQuestionReview{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{margin-left:0;font-size:12px}
.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{width:15px;height:15px;-webkit-box-flex:0;-ms-flex:0 0 15px;flex:0 0 15px;border:0;text-align:center;margin-right:10px;margin-top:.15em}
.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:2px solid #e2e7ed;border-left-color:#019e7c;border-top-color:#019e7c}
.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{width:14px;height:20px;font-size:1em}
.learndash-wrapper .ld-course-navigation .ld-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1em 0}
.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages{-webkit-box-flex:0;-ms-flex:0 0 120px;flex:0 0 120px;background-color:#728188}
.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages i,.learndash-wrapper .ld-course-navigation .ld-pagination .ld-pages span{color:white}
.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:bold}
.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{font-size:1em;font-weight:bold;margin-bottom:.25em;text-align:left;display:block}
.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row wrap;flex-flow:row wrap;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{font-size:.875em;font-weight:400;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-preview .ld-lesson-title .ld-status-icon{margin-left:.5em}
.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{-ms-flex-preferred-size:100%;flex-basis:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-left:2em;padding-top:.5em;color:#728188}
.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{height:auto;max-height:0;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;overflow:hidden;background:#f0f3f6;border-radius:8px;margin:0 20px 0 20px;position:relative}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded::before{content:'';display:block;left:50px;top:0;position:absolute;width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #fff}
.learndash-wrapper .ld-course-navigation .ld-lesson-item-expanded.ld-expanded{max-height:20000px;margin-bottom:1em}
.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:transparent;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{font-size:.9em;border-bottom:0;line-height:1.5em}
.learndash-wrapper .ld-course-navigation .ld-table-list.ld-topic-list .ld-table-list-item .ld-table-list-item-preview{-webkit-box-align:start;-ms-flex-align:start;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:bold}
.learndash-wrapper .widget_course_return{margin-top:1em;font-size:.8em}.learndash-wrapper .ld-profile-summary{margin:2em 0}
.learndash-wrapper .ld-profile-summary .ld-profile-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:1.5em 0}
.learndash-wrapper .ld-profile-summary .ld-profile-card .ld-profile-avatar{width:150px;height:150px;border:5px solid #e2e7ed}
.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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat{-webkit-box-flex:0;-ms-flex:0 0 90px;flex:0 0 90px;text-align:center;border-right:1px solid #e2e7ed;padding:0 12px}
.learndash-wrapper .ld-profile-summary .ld-profile-stats .ld-profile-stat strong{display:block;font-size:36px;margin-bottom:8px;font-weight:800}
.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 .ld-item-list-item-preview .ld-status{white-space:nowrap}
#wpProQuiz_overlay_close{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;max-width:180px}
#wpProQuiz_overlay_close .ld-icon{font-size:.875em}#wpProQuiz_overlay_close .ld-text{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:center}
#wpProQuiz_overlay_close+.ld-button{margin-left:1em}#wpProQuiz_overlay_close.ld-compact{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
#wpProQuiz_overlay_close.ld-compact .ld-icon{margin-right:0;font-size:.75em}#wpProQuiz_overlay_close.ld-compact .ld-text{padding:0}
#wpProQuiz_overlay_close.ld-button-alternate{background:transparent;color:#00a2e8;padding:0}
#wpProQuiz_overlay_close.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
#wpProQuiz_overlay_close.ld-button-alternate .ld-text{padding-left:.5em}#wpProQuiz_overlay_close.ld-button-alternate:hover{background:transparent}
#wpProQuiz_overlay_close.ld-button-transparent{color:#00a2e8;background:transparent}
#wpProQuiz_overlay_close.ld-button-transparent.ld-status-complete{color:#019e7c}#wpProQuiz_overlay_close.ld-button-transparent:hover{background:transparent}
#wpProQuiz_overlay_close.ld-button-reverse{background:white;color:#00a2e8}#wpProQuiz_overlay_close.ld-button-reverse:hover{background:#00a2e8;color:white}
#wpProQuiz_overlay_close:hover{opacity:.75;background-color:#00a2e8}#wpProQuiz_overlay_close:focus{outline:0;opacity:.75}
#wpProQuiz_user_content h2{border-bottom:2px solid #f0f3f6;font-size:24px;padding:.5em 0}
#wpProQuiz_user_content h2+h2{font-size:18px;border-bottom:0}#wpProQuiz_user_content table.wp-list-table{border-radius:8px;border-collapse:collapse;background:transparent;border:0}
#wpProQuiz_user_content table.wp-list-table tr,#wpProQuiz_user_content table.wp-list-table td,#wpProQuiz_user_content table.wp-list-table th{background:transparent}
#wpProQuiz_user_content table.wp-list-table thead th{background:#00a2e8;color:#fff;border-bottom:0;padding:25px 15px;font-size:14px;line-height:1;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;padding:15px;border-bottom:1px solid #f0f3f6;line-height:1;white-space:nowrap;text-align:center}
#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{padding:15px;font-weight:normal;font-size:16px;text-align:center}
#wpProQuiz_user_content table.wp-list-table tbody tr th p{margin:0 0 5px 0}#wpProQuiz_user_content table.wp-list-table tbody tr th:first-child{-webkit-box-shadow:inset 3px 0 0 0 #f0f3f6;box-shadow:inset 3px 0 0 0 #f0f3f6}
#wpProQuiz_user_content table.wp-list-table tbody tr th:last-child{-webkit-box-shadow:inset -3px 0 0 0 #f0f3f6;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{-webkit-box-shadow:inset -3px 0 0 0 #f0f3f6,inset 3px 0 0 0 #f0f3f6;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;padding:15px;font-weight:normal;font-size:16px;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{position:relative;margin:0;padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-tabs .ld-tabs-navigation:after{content:'';height:6px;background:#e2e7ed;position:absolute;bottom:0;left:0;right:0;z-index:8}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{display:-webkit-box;display:-ms-flexbox;display:flex;padding:1.5em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;font-weight:700;color:#728188;cursor:pointer;-webkit-transition:color .3s ease;transition:color .3s ease;white-space:nowrap}
.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{content:'';height:6px;background:transparent;position:absolute;bottom:0;left:0;right:0;z-index:9;z-index:9;-webkit-transition:background .3s ease;transition:background .3s ease}
.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}
.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{background:#f0f3f6;border-radius:6px;padding:.5em 1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{font-size:.75em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;padding-right:1em}
.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:'>'}
.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}
.rtl .learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments span:after{content:'<'}
.learndash-wrapper .ld-alert-content{width:100%}.learndash-wrapper .ld-alert{padding:25px 15px 25px 75px;background-color:#f0f3f6;border-radius:6px;margin:1em 0;border:2px solid #e2e7ed;color:#728188;position:relative;min-height:85px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-alert .ld-alert-icon{background-color:#e2e7ed;border-radius:100%;padding:.5em;margin-right:.5em;font-size:24px;position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.learndash-wrapper .ld-alert .ld-alert-icon.ld-icon-alert{padding:3px;font-size:42px}
.learndash-wrapper .ld-alert .ld-alert-text{font-size:1em;font-weight:700}.learndash-wrapper .ld-alert .ld-button{margin-left:1em;min-width:7.5em;display:inline-block;height:auto;padding:5px 20px 5px 30px;position:relative;max-width:185px}
.learndash-wrapper .ld-alert .ld-button .ld-icon{position:absolute;left:15px;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.learndash-wrapper .ld-alert .ld-alert-content a,.learndash-wrapper .ld-alert .ld-text a{text-decoration:underline;color:rgba(0,0,0,0.8)}
.learndash-wrapper .ld-alert-warning{color:rgba(0,0,0,0.65);border-color:#ffd200;background-color:#fff6cd}
.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,0.65)}
.learndash-wrapper .ld-alert-certificate .ld-button{padding-left:40px;min-width:unset;max-width:unset;width:auto;text-decoration:none !important}
.learndash-wrapper .ld-alert-certificate.ld-alert-success{color:#495255}.learndash-wrapper .ld-alert-success{color:white;border-color:#019e7c;background-color:rgba(1,158,124,0.2)}
.learndash-wrapper .ld-alert-success .ld-alert-icon{background-color:#019e7c;color:white}
.learndash-wrapper .ld-alert-success .ld-button{background-color:#019e7c}.learndash-wrapper .ld-alert-success .ld-button .ld-icon-download{margin-right:5px;font-size:18px}
.learndash-wrapper .ld-focus{display:-webkit-box;display:-ms-flexbox;display:flex}
.learndash-wrapper .ld-focus .ld-tab-content ul:not(.blocks-gallery-grid):not(.wp-block-gallery),.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid):not(.wp-block-gallery){display:block;list-style:disc outside none;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 ul:not(.blocks-gallery-grid) ul,.learndash-wrapper .ld-focus .ld-tab-content ol:not(.blocks-gallery-grid) ul{margin:0;list-style-type:circle}
.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{margin:0;list-style-type:lower-latin}
.learndash-wrapper .ld-focus .ld-focus-sidebar{position:fixed;left:0;top:0;bottom:0;width:350px;background-color:white;border-right:1px solid #e2e7ed;padding-top:50px;padding-bottom:150px;-webkit-transition:all .3s ease;transition:all .3s ease;z-index:99}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-wrapper{overflow-x:visible;overflow-y:auto;height:100%}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger{position:absolute;height:75px;width:50px;right:0;top:0;bottom:0;background:#00a2e8;z-index:99;cursor:pointer;color:white}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-focus-sidebar-trigger .ld-icon{position:absolute;border-radius:100%;background:inherit;right:0;top:50%;-webkit-transform:translateY(-50%) translateX(25%);-ms-transform:translateY(-50%) translateX(25%);transform:translateY(-50%) translateX(25%);font-size:.8em;padding:8px;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{background-color:#00a2e8;color:white;border-bottom:0;min-height:75px;overflow:visible;width:350px;position:relative;z-index:9;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:.75em 3.125em .75em 1em}
.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{font-size:1em;margin:0;line-height:1.35em;padding:0 0 0 1.6em;font-weight:bold;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;color:white;position:relative;z-index:100}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 a{color:white}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading h3 .ld-icon{position:absolute;left:1px;top:3px}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-expand-button{color:white;display:none}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation-heading .ld-home-link{color:white;padding:0;border-left:0;margin-left:0}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation{position:relative;overflow:visible}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-course-navigation-list{opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item-expanded{margin:0;border-radius:0;background:transparent}
.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;padding:1em 1em;position:relative;margin:0}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{content:'';position:absolute;width:16px;height:16px;top:-8px;left:66px;background:white;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);z-index:9}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-topic-list.ld-table-list:before{background-color:white;left:43px;width:13px;height:13px;top:-7px}
.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;padding-left:1.6em}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-course-navigation .ld-lesson-item{border-bottom:1px solid #e2e7ed;background-color:white;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{margin:1em 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-focus .ld-focus-sidebar .ld-pagination .ld-pages{background-color:#728188;-webkit-box-flex:0;-ms-flex:0 0 120px;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:white}
.learndash-wrapper .ld-focus .ld-focus-main{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;margin-left:350px;width:-webkit-calc(100% - 350px);width:calc(100% - 350px);-webkit-transition:margin-left .3s ease;transition:margin-left .3s ease}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding:5em;margin:0 auto;max-width:960px}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content h1{margin:0;padding:0;margin-bottom:.5em}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status .ld-progress{display:none}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-topic-status,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content .ld-lesson-status{margin-bottom:1em}
.learndash-wrapper .ld-focus .ld-focus-header{position:fixed;background:white;top:0;left:0;right:0;height:51px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #e2e7ed;z-index:99}
.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{width:55px;display:none}
.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{display:block;width:25px;height:4px;margin:4px 0;background-color:#333;-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav.expanded .bar-1{-webkit-transform:rotate(-45deg) translate(-4px,8px);-ms-transform:rotate(-45deg) translate(-4px,8px);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{-webkit-transform:rotate(45deg) translate(-3px,-7px);-ms-transform:rotate(45deg) translate(-3px,-7px);transform:rotate(45deg) translate(-3px,-7px)}
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{background-color:white;-webkit-box-flex:0;-ms-flex:0 0 350px;flex:0 0 350px;height:100%;-webkit-transition:-webkit-box-flex .3s ease;transition:-webkit-box-flex .3s ease;transition:flex .3s ease;transition:flex .3s ease,-webkit-box-flex .3s ease,-ms-flex .3s ease;padding:.5em 1em}
.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{-webkit-box-flex:0;-ms-flex:0 1;flex:0 1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;border-top:0}
.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{position:absolute;left:0;bottom:1px;right:0;text-align:center;top:0;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action,.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{height:50px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{border-right:1px solid #e2e7ed}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{border-right:1px solid #e2e7ed}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action:last-child,.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action.ld-empty{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{color:#00a2e8;background:transparent;color:#019e7c;background:transparent !important}
.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:transparent}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress-wrap{width:100%;max-width:500px}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{-webkit-box-flex:0;-ms-flex:0 1;flex:0 1}
.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{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto;padding-right:1em;padding:0;margin:0;padding-top:.5em;padding-right:1em}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-bar{background:#e2e7ed}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{-webkit-box-flex:0;-ms-flex:0 0 200px;flex:0 0 200px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;height:50px;padding-right:1em;border-left:1px solid #e2e7ed}
.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{width:40px;height:40px;margin-left:1em}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items{position:absolute;top:100%;right:0;z-index:9;opacity:0;visibility:hidden;margin-right:1em}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items:before{content:'';position:absolute;top:-5px;right:1em;width:0;height:0;border-left:5px solid transparent;border-right:5px solid transparent;border-bottom:5px solid #00a2e8;z-index:-1}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-user-menu-items a{position:relative;display:block;white-space:nowrap;background-color:#00a2e8;color:white;font-weight:700;padding:.75em 2.5em;font-size:.875em;border-bottom:1px solid rgba(255,255,255,0.1)}
.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:transparent;-webkit-transform:translateX(-webkit-calc(-100% + 50px));-ms-transform:translateX(calc(-100% + 50px));transform:translateX(calc(-100% + 50px))}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar-wrapper .ld-focus-sidebar-trigger .ld-icon{-webkit-transform:translateY(-50%) translateX(45%) rotate(180deg);-ms-transform:translateY(-50%) translateX(45%) rotate(180deg);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{opacity:0}
.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:-webkit-calc(100% - 50px);width:calc(100% - 50px)}
body.admin-bar .learndash-wrapper .ld-focus-header{top:32px}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:32px}
body.ld-in-focus-mode{margin:0;padding:0;background:#fff}body.ld-in-focus-mode::before,body.ld-in-focus-mode::after{display:none}
body.ld-in-focus-mode .learndash-wrapper{background:#fff}body.ld-in-focus-mode.admin-bar{padding-top:32px}
#learndash-tooltips{font-family:'Open Sans','Arial','Helvetica',sans-serif;position:absolute;top:0;right:0;left:0;bottom:0;height:100%;z-index:999;font-size:16px;pointer-events:none}
#learndash-tooltips .ld-tooltip{position:absolute;background-color:#00a2e8;color:white;font-weight:700;border-radius:6px;padding:.25em 1em;-webkit-transform:translateX(1%) translateY(-25px);-ms-transform:translateX(1%) translateY(-25px);transform:translateX(1%) translateY(-25px);-webkit-box-shadow:0 -1px 0 2px rgba(255,255,255,0.75);box-shadow:0 -1px 0 2px rgba(255,255,255,0.75);font-size:.75em;opacity:0;-webkit-transition:opacity .1s linear;transition:opacity .1s linear;text-align:center;min-width:150px;max-width:300px}
#learndash-tooltips .ld-tooltip:after{content:'';height:5px;width:5px;background:#00a2e8;position:absolute;bottom:-4px;-webkit-transform:rotate(45deg) translateX(-50%);-ms-transform:rotate(45deg) translateX(-50%);transform:rotate(45deg) translateX(-50%);left:5%}
#learndash-tooltips .ld-tooltip.ld-shifted-left:after{left:10%}#learndash-tooltips .ld-tooltip.ld-shifted-right{-webkit-transform:translateX(-100%) translateY(-30px);-ms-transform:translateX(-100%) translateY(-30px);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{display:-webkit-box;display:-ms-flexbox;display:flex;background:#f0f3f6;padding:1em 0;margin:1em 0;border-radius:6px}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;width:33%;-ms-flex-pack:distribute;justify-content:space-around;text-align:center;border-right:2px solid #bec5cb;padding:0 1em}
.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{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;text-align:center;margin-bottom:.5em;line-height:1.25em}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;-ms-flex-pack:distribute;justify-content:space-around;font-size:32px;font-weight:bold;color:#728188;margin-top:-3px;line-height:1}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-price .ld-text{font-size:14px;margin-left:8px;font-weight:normal}
.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{display:block;color:#728188;font-size:.75em;font-weight:bold;margin-bottom:1em}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;-ms-flex-wrap:wrap;flex-wrap:wrap}
.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{font-size:14px;color:#728188;display:inline-block;white-space:nowrap;margin-right:.5em}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .ld-text .ld-login-text{display:inline-block;margin-left:5px;text-decoration:underline;font-weight:bold}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons{margin:0 .5em}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-seg-action.status-closed .ld-text{white-space:normal}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled{background-color:#f0f3f6;border-radius:6px;padding:.5em 1em;display:-webkit-box;display:-ms-flexbox;display:flex}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{margin:0;padding:0;-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:1em}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-status{width:auto;display:inline-block;margin:0 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-certificate{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1em 0}
.learndash-wrapper .ld-course-certificate .ld-button{display:inline-block;max-width:inherit;font-size:14px}
.learndash-wrapper .ld-course-certificate .ld-icon-certificate{font-size:24px;margin-right:5px}
.jq-dropdown-menu{-webkit-box-shadow:0 0 0 1px #ddd !important;box-shadow:0 0 0 1px #ddd !important}
.jq-dropdown-menu input[type='button'],.jq-dropdown-menu input[type='submit']{margin:0;padding:0;-webkit-transition:none;transition:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1.5em;font-size:16px;border-radius:0;border:0;display:block !important;width:100% !important;color:#00a2e8;padding:.5em 1em;text-align:center;font-size:14px !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{position:absolute;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%);z-index:999;width:100%;z-index:9000;max-width:1024px;min-height:300px;background:white;border-radius:6px;overflow:hidden;overflow-y:auto;-webkit-box-shadow:-3px -3px 20px rgba(0,0,0,0.14);box-shadow:-3px -3px 20px rgba(0,0,0,0.14);opacity:0;visibility:hidden;-webkit-transition:all .3s ease;transition:all .3s ease}
.learndash-wrapper .ld-modal .ld-modal-closer{position:absolute;top:.5em;right:0;z-index:9;color:#728188;cursor:pointer;line-height:.5;padding:1em;font-size:1.5em}
.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:-webkit-box;display:-ms-flexbox;display:flex;text-align:center;margin:25% 50% 20px 50%}
.learndash-wrapper .ld-login-modal .ld-modal-heading{font-weight:300;font-size:2.25em;margin:0;margin:.5em 0}
.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{padding:20px;max-width:350px;min-width:80%;margin:0 auto}
.learndash-wrapper .ld-login-modal .ld-login-modal-login{-webkit-box-flex:1;-ms-flex:1;flex:1;background:white;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;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{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#00a2e8;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;color:white}
.learndash-wrapper .ld-login-modal .ld-login-modal-register .ld-button:hover{opacity:1;-webkit-box-shadow:0 0 0 5px #fff !important;box-shadow:0 0 0 5px #fff !important}
.learndash-wrapper .ld-login-modal .ld-login-modal-register label{display:block;font-weight:bold;margin-bottom:.5em;font-size:14px}
.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='text'],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='password'],.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='email']{border:2px solid #fff;margin:0;margin-bottom:1em;padding:0;padding:.5em;background-color:#f9f9f9;padding-left:2em;font-size:1.2em;width:100%;-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-login-modal .ld-login-modal-register input[type='text']: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='email']: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{margin:0 auto;min-width:150px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;padding:7px 35px;border-radius:20px;font-weight:bold;font-size:14px;border:5px solid #fff}
.learndash-wrapper .ld-login-modal .ld-login-modal-form{margin:2em 0}.learndash-wrapper .ld-login-modal .ld-login-modal-form form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{display:block;color:#728188;font-weight:bold;margin-bottom:.5em;font-size:14px}
.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{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e90c";position:absolute;color:#728188;top:2.5em;left:.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{font-family:'ld-icons' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;content:"\e900";position:absolute;color:#728188;top:2.5em;left:.5em}
.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding{position:relative;padding-top:2em;margin-top:1em}
.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding:before{content:'';display:block;position:absolute;width:50px;height:3px;background-color:#e2e7ed;left:50%;top:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.learndash-wrapper .ld-login-modal .ld-login-modal-form .ld-login-modal-branding img{max-width:100%;max-height:250px;height:auto}
.learndash-wrapper .ld-login-modal input[type='text'],.learndash-wrapper .ld-login-modal input[type='password'],.learndash-wrapper .ld-login-modal input[type='email'],.learndash-wrapper .ld-login-modal .ld-login-field,.learndash-wrapper .ld-login-modal .ld-password-field{border:2px solid #e2e7ed;margin:0;margin-bottom:1em;padding:0;padding:.5em;background-color:#f0f3f6;color:#728188;padding-left:2em;font-size:.875em;width:100%;-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-login-modal input[type='text']:focus,.learndash-wrapper .ld-login-modal input[type='password']:focus,.learndash-wrapper .ld-login-modal input[type='email']:focus,.learndash-wrapper .ld-login-modal .ld-login-field:focus,.learndash-wrapper .ld-login-modal .ld-password-field:focus{border-color:#495255}
.learndash-wrapper .ld-login-modal ::-webkit-input-placeholder{font-family:'Open Sans','Arial','Helvetica',sans-serif}
.learndash-wrapper .ld-login-modal :-ms-input-placeholder{font-family:'Open Sans','Arial','Helvetica',sans-serif}
.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;text-decoration:underline;font-size:.875em}
.learndash-wrapper .ld-login-modal .ld-button,.learndash-wrapper .ld-login-modal input[type='submit']{margin:2em auto;min-width:150px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:0;border-radius:20px;font-weight:bold;font-size:14px}
.learndash-wrapper .ld-login-modal input[type='submit']{background:#00a2e8;color:#fff;cursor:pointer;padding:.75em 5em;-webkit-transition:all ease-in-out 250ms;transition:all ease-in-out 250ms}
.learndash-wrapper .ld-login-modal input[type='submit']:hover{opacity:.8}
.learndash-wrapper .ld-button.ld-login-button{display:-webkit-box;display:-ms-flexbox;display:flex}
.learndash-wrapper .ld-button.ld-login-button.ld-logout{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.learndash-wrapper .ld-button.ld-login-button.ld-login{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.learndash-wrapper .ld-button.ld-login-button.ld-login .ld-icon{margin-right:10px}
.learndash-not-available .ld-table-list-item-preview,.learndash-not-available .ld-lesson-item-preview,.learndash-not-available .ld-item-list-item-preview,.user_has_no_access .ld-table-list-item-preview,.user_has_no_access .ld-lesson-item-preview,.user_has_no_access .ld-item-list-item-preview{cursor:not-allowed;pointer-events:none}
.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-table-list-item-preview a.ld-item-name,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-lesson-item-preview a.ld-item-name,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available .ld-item-list-item-preview a.ld-item-name,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access .ld-table-list-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-lesson-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-item-list-item-preview a.ld-item-name{cursor:not-allowed;pointer-events:none}
.learndash-not-available .ld-table-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.learndash-not-available .ld-table-list-item-preview a.ld-item-name .ld-status-icon,.learndash-not-available .ld-lesson-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.learndash-not-available .ld-lesson-item-preview a.ld-item-name .ld-status-icon,.learndash-not-available .ld-item-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.learndash-not-available .ld-item-list-item-preview a.ld-item-name .ld-status-icon,.user_has_no_access .ld-table-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.user_has_no_access .ld-table-list-item-preview a.ld-item-name .ld-status-icon,.user_has_no_access .ld-lesson-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.user_has_no_access .ld-lesson-item-preview a.ld-item-name .ld-status-icon,.user_has_no_access .ld-item-list-item-preview a.ld-lesson-item-preview-heading .ld-status-icon,.user_has_no_access .ld-item-list-item-preview a.ld-item-name .ld-status-icon{pointer-events:all}
.learndash-not-available .ld-table-list-item-preview .ld-expand-button,.learndash-not-available .ld-lesson-item-preview .ld-expand-button,.learndash-not-available .ld-item-list-item-preview .ld-expand-button,.user_has_no_access .ld-table-list-item-preview .ld-expand-button,.user_has_no_access .ld-lesson-item-preview .ld-expand-button,.user_has_no_access .ld-item-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}
.learndash-not-available.is_sample .ld-lesson-item-preview,.learndash-not-available.is_sample .ld-item-list-item-preview,.user_has_no_access.is_sample .ld-lesson-item-preview,.user_has_no_access.is_sample .ld-item-list-item-preview{cursor:pointer;pointer-events:all}
.learndash-not-available.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.learndash-not-available.is_sample .ld-lesson-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-item-list-item-preview a.ld-item-name,.user_has_no_access.is_sample .ld-lesson-item-preview a.ld-lesson-item-preview-heading,.user_has_no_access.is_sample .ld-lesson-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-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:all}
.user_has_no_access .wpProQuiz_resultsList .ld-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:all}
.ld-topic-list.is_sample .ld-table-list-item-preview,.ld-topic-list.is_sample .ld-lesson-item-preview,.ld-topic-list.is_sample .ld-item-list-item-preview,.ld-lesson-item.is_sample .ld-table-list-item-preview,.ld-lesson-item.is_sample .ld-lesson-item-preview,.ld-lesson-item.is_sample .ld-item-list-item-preview,.ld-item-list-item.is_sample .ld-table-list-item-preview,.ld-item-list-item.is_sample .ld-lesson-item-preview,.ld-item-list-item.is_sample .ld-item-list-item-preview{cursor:pointer;pointer-events:all}
.ld-topic-list.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-topic-list.is_sample .ld-table-list-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-lesson-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-item-list-item-preview a.ld-item-name,.ld-lesson-item.is_sample .ld-table-list-item-preview a.ld-lesson-item-preview-heading,.ld-lesson-item.is_sample .ld-table-list-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-lesson-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-item-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-item-list-item.is_sample .ld-table-list-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-lesson-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-item-list-item-preview a.ld-item-name{cursor:pointer;pointer-events:all}
.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,.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-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{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;padding:10px 0;margin: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;margin:0 0 5px 0;font-size:12px;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 span.ld-sep{display:none}
.learndash-wrapper .ld-user-status.ld-is-widget .ld-pagination{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.learndash-wrapper .ld-focus-comments{margin:2em 0}.learndash-wrapper .ld-focus-comments p.comment-form-comment{margin:0;width:100% !important;max-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{margin:0;font-size:.875em;font-weight:normal;float:right}
.learndash-wrapper .ld-focus-comments #commentform textarea#comment{font-family:inherit;padding:.875em;background:#e2e7ed;border:5px solid #e2e7ed;border-radius:6px;font-size:1em}
.learndash-wrapper .ld-focus-comments #commentform textarea#comment:focus{background:transparent;outline:0;-webkit-box-shadow:none;box-shadow:none}
.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}
.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-previous{margin:0;text-align:left;min-width:50%;width:100%;font-weight:bold}
.learndash-wrapper .ld-focus-comments .comment-navigation .nav-links .nav-next{margin:0;text-align:right;min-width:50%;width:100%;font-weight:bold}
.learndash-wrapper .ld-focus-comments .form-submit{width:100% !important;max-width:100% !important}
.learndash-wrapper .ld-focus-comments .form-submit #submit{margin:0;border-radius:20px;background-color:#00a2e8;color:white;-webkit-box-shadow:none;box-shadow:none;text-transform:none;font-family:inherit;font-weight:800;font-size:.75em;text-align:center;text-decoration:none;cursor:pointer;width:100%;max-width:385px;white-space:nowrap;text-shadow:none;border:0;opacity:1;-webkit-transition:opacity .3s ease;transition:opacity .3s ease;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:auto;padding:.75em 1.5em;font-size:1em;display:inline-block;padding:.75em 3em;margin-top:0;height:auto;margin-top:1em;min-width:unset;max-width:unset;width:unset;text-decoration:none !important}
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-icon{font-size:.875em}
.learndash-wrapper .ld-focus-comments .form-submit #submit .ld-text{padding:0 1em;-webkit-box-flex:1;-ms-flex:1;flex:1;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{padding:0;width:24px;height:24px;border-radius:100%;-ms-flex-preferred-size:24px;flex-basis:24px;-ms-flex-negative:0;flex-shrink:0;padding:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-compact .ld-icon{margin-right:0;font-size:.75em}
.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:transparent;color:#00a2e8;padding:0}
.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-alternate .ld-icon{background:#00a2e8;color:white;border-radius:100%;width:18px;height:18px;-webkit-box-flex:0;-ms-flex:0 0 18px;flex:0 0 18px;padding:2px;line-height:16px;text-align:center;font-weight:bold;-webkit-transition:color .3s ease,background .3s ease;transition:color .3s ease,background .3s ease}
.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:transparent}
.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-transparent{color:#00a2e8;background:transparent}
.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:transparent}
.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse{background:white;color:#00a2e8}
.learndash-wrapper .ld-focus-comments .form-submit #submit.ld-button-reverse:hover{background:#00a2e8;color:white}
.learndash-wrapper .ld-focus-comments .form-submit #submit:hover{opacity:.75;background-color:#00a2e8}
.learndash-wrapper .ld-focus-comments .form-submit #submit:focus{outline:0;opacity:.75}
.learndash-wrapper .ld-focus-comments__heading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:4px solid #e2e7ed;margin-bottom:.5em}
.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-text{padding-right:.5em;font-size:1em}
.learndash-wrapper .ld-focus-comments__heading .ld-expand-button .ld-icon{font-size:.75em}
.learndash-wrapper .ld-focus-comments__header{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:2em;font-weight:normal;margin-bottom:10px}
.learndash-wrapper .ld-focus-comments__comments{overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease;font-size:1em;font-weight:normal}
.learndash-wrapper .ld-focus-comments .comment-respond{position:relative;padding-top:0}
.learndash-wrapper .ld-focus-comments .comment-respond #reply-title{font-size:1.5em;font-weight:normal;margin-bottom:.75em}
.learndash-wrapper .ld-focus-comments .comment-respond small{margin-left:1em;font-size:.75em}
.learndash-wrapper .ld-focus-comments .comment-form label{display:none}.learndash-wrapper .ld-focus-comments #ld-comments-post-button.ld-open{display:none}
.learndash-wrapper .ld-focus-comments #ld-comments-form.ld-collapsed{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}
.learndash-wrapper .ld-focus-comment .ld-comment-avatar{position:relative;margin-bottom:1em;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-focus-comment .ld-comment-avatar img{-webkit-box-sizing:border-box;box-sizing:border-box;max-width:58px;height:auto;border-radius:100%;margin-right:16px;border:4px solid transparent}
.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author .ld-comment-author-name{color:black;font-size:1.125em;margin-bottom:5px;display:block;font-weight:bold}
.learndash-wrapper .ld-focus-comment .ld-comment-avatar .ld-comment-avatar-author a.ld-comment-permalink{color:#728188;font-size:.875em;text-decoration:none;display:block}
.learndash-wrapper .ld-focus-comment .ld-comment-body{overflow:hidden;position:relative;margin-left:74px}
.learndash-wrapper .ld-focus-comment .ld-comment-reply{margin:1em 0}.learndash-wrapper .ld-focus-comment .ld-comment-reply a.comment-reply-link{border:0;display:inline-block;padding:.5em 1.75em;color:black;font-weight:bold;font-size:.875em;position:relative;z-index:9;background-color:#e2e7ed;border-radius:18px}
.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper{border-radius:6px;background:#f2fafd;padding:1em}
.learndash-wrapper .ld-focus-comment.bypostauthor>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-group_leader>.ld-comment-wrapper>.ld-comment-avatar img,.learndash-wrapper .ld-focus-comment.role-administrator>.ld-comment-wrapper>.ld-comment-avatar img{border-color:#00a2e8}
.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper{border-radius:0;background:transparent;padding:0}
.learndash-wrapper .ld-focus-comment.bypostauthor.ptype-sfwd-assignment>.ld-comment-wrapper>.ld-comment-avatar img{border-color:transparent}
.learndash-wrapper .ld-focus-comment.ld-no-avatar-image .ld-comment-body{margin-left:0}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.learndash-wrapper .ld-expand-button{min-width:120px}
.learndash-wrapper .ld-expand-button.ld-button-alternate .ld-icon{-ms-flex-preferred-size:15px;flex-basis:15px}
.learndash-wrapper .ld-status-icon.ld-status-incomplete,.learndash-wrapper .ld-status-icon.ld-status-in-progress{-ms-flex-preferred-size:18px;flex-basis:18px}
.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-incomplete,.learndash-wrapper .ld-course-navigation .ld-status-icon.ld-status-in-progress{-ms-flex-preferred-size:10px;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{min-width:0;margin-right:1em}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-search-prompt{margin-right:3em}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-action{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-login-modal .ld-login-modal-wrapper{width:100%}}@media(max-width:1280px){.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu{-webkit-box-flex:0;-ms-flex:0 1;flex:0 1}
.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_buttons,.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled .ld-course-status-action .learndash_checkout_button{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:1024px){.learndash-wrapper.ld-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-page-content{margin-bottom:3em}.learndash-wrapper .ld-focus .ld-focus-header .ld-user-menu .ld-text{display:none}
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{-webkit-box-flex:0;-ms-flex:0 0 150px;flex:0 0 150px}
.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{padding-left:3em}.learndash-wrapper .ld-login-modal{top:100px;width:80%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}
.learndash-wrapper .ld-login-modal.ld-can-register .ld-modal-closer{color:#728188}
}@media(max-width:768px){.learndash-wrapper .ld-content-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
.learndash-wrapper .ld-content-actions .ld-content-action{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-content-actions>*{margin-bottom:2em;margin-left:0}.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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.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{width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:.5em}
.learndash-wrapper .ld-table-list .ld-table-list-item-preview .ld-table-list-columns .ld-table-list-column{-webkit-box-flex:1;-ms-flex:1 auto;flex:1 auto;margin:0 0 .5em 0}
.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 0}
.learndash-wrapper .ld-table-list.ld-assignment-list .ld-table-list-item-preview .ld-table-list-title{-webkit-box-flex:1;-ms-flex:1;flex:1}
.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-quiz-actions{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.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 .ld-alert{display:block;text-align:center;padding:75px 15px 15px}
.learndash-wrapper .ld-alert .ld-alert-content{margin:0 0 1em 0}.learndash-wrapper .ld-alert .ld-icon{left:50%;margin:0;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);top:10%}
.learndash-wrapper .ld-alert .ld-button{margin-left:0}.learndash-wrapper .ld-focus .ld-focus-header{position:relative;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;height:auto}
.learndash-wrapper .ld-focus .ld-focus-header .ld-brand-logo{display:none}.learndash-wrapper .ld-focus .ld-focus-header .ld-mobile-nav{display:block;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;padding:0 1em;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-right:0}
.learndash-wrapper .ld-focus .ld-focus-header .ld-progress .ld-progress-stats{text-align:center;display:block}
.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{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;border-left:0}
.learndash-wrapper .ld-focus .ld-focus-header .ld-content-actions{border-top:1px solid #efefef;background:#fff;padding:0;-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-flex:100%;-ms-flex:100%;flex:100%}
.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{height:auto;-webkit-box-flex:50%;-ms-flex:50%;flex:50%}
.learndash-wrapper .ld-focus .ld-focus-content{margin-top:30px}.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-sidebar{-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);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-sidebar-collapsed .ld-focus-main{margin-left:0;width:100%}
.learndash-wrapper .ld-focus .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{top:0;padding-top:0;z-index:1000;position:absolute}
body.admin-bar .learndash-wrapper .ld-focus-header{top:0}body.admin-bar .learndash-wrapper .ld-focus-sidebar{top:93px}
body.ld-in-focus-mode.admin-bar{padding-top:0}body.ld-in-focus-mode.admin-bar .ld-focus-sidebar{top:97px}
.learndash-wrapper .ld-login-modal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.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}
}@media(max-width:640px){.learndash-wrapper .ld-mobile-only{display:inherit !important}
.learndash-wrapper .ld-not-mobile{display:none !important}.learndash-wrapper .ld-item-list .ld-section-heading h2,.learndash-wrapper .ld-item-list .ld-section-heading h3{text-align:center;margin-bottom:10px}
.learndash-wrapper .ld-item-list .ld-section-heading .ld-item-list-actions .ld-expand-button{margin:10px auto}
.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 .ld-item-search-name .ld-reset-button{right:2px}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields>*{width:100%;margin-bottom:1em;padding-right:0}
.learndash-wrapper .ld-item-list .ld-item-search .ld-item-search-fields .ld-item-search-submit{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:1;-ms-flex:1;flex:1}
.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 .ld-item-name{-webkit-box-flex:1;-ms-flex:1;flex:1}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-preview .ld-item-details{margin-top:1em;margin-left:2em}
.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-progress,.learndash-wrapper .ld-item-list .ld-item-list-item .ld-item-list-item-expanded .ld-item-contents{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 .ld-table-list-items{padding:0 20px}.learndash-wrapper .ld-lesson-list .ld-table-list-items{padding:0}
.learndash-wrapper #ld-profile .ld-table-list .ld-table-list-item-expanded{padding:0}
.learndash-wrapper .ld-progress .ld-progress-heading{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-progress .ld-progress-heading.ld-progress-inline{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
.learndash-wrapper .ld-file-upload .ld-file-upload-form{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0;text-align:center;width:100%}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label strong,.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-file-input+label span{width:100%}
.learndash-wrapper .ld-file-upload .ld-file-upload-form .ld-button{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:1em}
.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading{margin-bottom:.5em;margin-top:.5em;-ms-flex-wrap:wrap;flex-wrap:wrap}
.learndash-wrapper .ld-item-list.ld-course-list .ld-section-heading h2,.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 h2,.learndash-wrapper .ld-item-list.ld-lesson-list .ld-section-heading .ld-item-list-actions{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}
.learndash-wrapper .ld-topic-list.ld-table-list .ld-table-list-lesson-details{margin:1em 2.9em}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2{margin-right:auto !important;margin-left:auto !important;margin-bottom:1em;float:none !important}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_button.wpProQuiz_TipButton,.learndash-wrapper .wpProQuiz_content .wpProQuiz_button2.wpProQuiz_TipButton{display:inline;margin:auto;padding:.25em .5em;width:auto}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6']{-ms-flex-wrap:wrap;flex-wrap:wrap}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select{margin-bottom:1em;-webkit-box-flex:1;-ms-flex:1 0 50%;flex:1 0 50%}
.learndash-wrapper .wpProQuiz_content .wpProQuiz_forms table tr td .wpProQuiz_formFields[data-type='6'] select:first-child{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%}
.learndash-wrapper #ld-profile .ld-section-heading .ld-item-list-actions{-webkit-box-pack:justify;-ms-flex-pack:justify;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{-ms-flex-wrap:wrap;flex-wrap:wrap}
.learndash-wrapper #ld-profile .ld-profile-stats .ld-profile-stat{width:50%;border:0;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:0 0 2em 0 !important;padding:0 1em !important}
.learndash-wrapper .ld-tabs .ld-tabs-navigation .ld-tab{padding:1em}.learndash-wrapper .ld-breadcrumbs{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.learndash-wrapper .ld-breadcrumbs .ld-breadcrumbs-segments{width:100%}.learndash-wrapper .ld-breadcrumbs .ld-status{width:100%;margin-top:1em}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main,.learndash-wrapper .ld-focus .ld-focus-main{margin-left:0}
.learndash-wrapper .ld-focus.ld-focus-sidebar-collapsed .ld-focus-main .ld-focus-content,.learndash-wrapper .ld-focus .ld-focus-main .ld-focus-content{margin:30px auto 50px;padding:5% 1.5em}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-course-status.ld-course-status-not-enrolled>*{border-right:0;border-bottom:1px solid #e2e7ed;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{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-heading{display:block;width:100%;text-align:center}
.learndash-wrapper .ld-course-status.ld-course-status-enrolled .ld-progress .ld-progress-stats{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;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{width:100%;margin:1em 0}
.learndash-wrapper .ld-login-modal{width:100%}}@-webkit-keyframes ldrotating{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}@keyframes ldrotating{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}