.header.header-default {
  position: relative;
}
#alert-banner {
    padding: 10px 25px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background: #092140;
}
#alert-banner :last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.nav-menu.nav-header.nav-primary .nav-list .menu-item{
    color: #092140;
    font-size: 16px;
    line-height: 16px;
    font-weight: bold;
    border-right: 1px solid;
}
.nav-menu.nav-header.nav-primary .nav-list .menu-item a{
  padding: 0 4px;
}
.nav-menu.nav-header.nav-primary .nav-list .menu-item:last-child {
  border-right: unset;
}
.nav-menu.nav-header.nav-secondary .nav-list .menu-item{
  color: #8c8c8c !important;
  font-size: 15px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
  border-right: 1px solid;
}
.nav-menu.nav-header.nav-secondary .nav-list .menu-item a{
  color: #8c8c8c !important;
  padding: 0 4px;
}
.nav-menu.nav-header.nav-secondary .nav-list .menu-item:hover a{
  color: rgb(226, 122, 63) !important;
}
.nav-menu.nav-header.nav-secondary .nav-list .menu-item:last-child {
  border-right: unset;
}
#certified-instructors {
    position: absolute;
    bottom: 0px;
    right: 0;
    z-index: 10;
    width: 450px;
	height: 15px;
}

#site-footer {
  border-top: 10px solid #BCBCBC;
}
#site-footer #lm_logo svg g g polygon {
  fill: #202020;
}
#site-footer #lm_logo svg g g path {
  fill: #202020;
}
#site-footer .footer-right {
  display: flex;
  flex-direction: column;
  text-align: right;
  align-items: flex-end;
}
#site-footer .footer-left .nav-footer.nav-primary .nav-list .menu-item {
  color: #092140;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  border-right: 1px solid;
}
#site-footer .footer-left .nav-footer.nav-primary .nav-list .menu-item:last-child {
  border-right: unset;
}
#site-footer .footer-left .nav-footer.nav-primary .nav-list .menu-item a{
  padding: 0 4px;
  font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
#site-footer .footer-left .nav-footer.nav-secondary .nav-list .menu-item {
  border-right: 1px solid;
}
#site-footer .footer-left .nav-footer.nav-secondary .nav-list .menu-item:last-child {
  border-right: unset;
}
#site-footer .footer-left .nav-footer.nav-secondary .nav-list .menu-item a{
  font-size: 12px;
  line-height: 12px;
  font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
  font-weight: normal;
  color: #4a4a4a;
    text-decoration: underline;
}
#site-footer .footer-left .nav-footer.nav-secondary .nav-list .menu-item a:hover{
  color: #e27a3f;
  text-decoration: none;
}
#site-footer .footer-left {
    flex: 1 1 50%;
}
@media (max-width: 500px) {
  #site-footer .footer-left {
      flex: 1 1 0%;
  }
  #site-footer .elementor-container.site-footer-default {
    flex-direction: column;
  }
  #site-footer .footer-right {
      min-height: max-content;
  }
  #site-footer .footer-right, #site-footer .footer-left {
    align-items: center;
    text-align: center;
  }
}
.checkout_coupon.woocommerce-form-coupon button[name="apply_coupon"],.checkout-step-two button[name="apply_coupon"],
button.button,
.accept-terms-button.button,.submit-test.button.btn.button-primary.btn-primary,
 .completed-test.button.btn,
body .button,
input[type="submit"].wpcf7-form-control.wpcf7-submit,
#place_order,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.button.product_type_variable.add_to_cart_button
{
    cursor: pointer;
    height: auto !important;
    border: none !important;
    border-radius: 0 !important;
    text-shadow: none !important;
    -webkit-appearance: none !important;
    top: auto !important;
    left: auto !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background-color: #edc74b;
    color: #082040;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    min-width: 100px;
    text-align: center;
    transition: all .5s;
}
.accept-terms-checkbox {
  -webkit-appearance: checkbox !important;
}
.answer-radio {
  -webkit-appearance: radio !important;
}
.checkout_coupon.woocommerce-form-coupon button[name="apply_coupon"]:hover,
button.button:hover,
.accept-terms-button.button:hover,
.submit-test.button.btn.button-primary.btn-primary:hover,
.completed-test.button.btn:hover,
body .button:hover,
input[type="submit"].wpcf7-form-control.wpcf7-submit:hover,
#place_order:hover,
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover,
.button.product_type_variable.add_to_cart_button:hover
 {
  color: #082040;
  background-color: #DDB021;
  text-decoration: none;
}
.widget-title {
  color: #024959;
  font-size: 20px;
  margin-bottom: 4px;
  line-height: 24px;
  font-weight: normal;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin: 0;
  letter-spacing: 1px;
  text-transform: capitalize;
}


/* Lightbox */
#lightbox-title,
#lightbox-content,
#lightbox-ok,
#lightbox-close,
#lightbox-controls .sep {
  display: none;
}

#lightbox-overlay {
  display: none;

  position: fixed;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1500;

  width: 100%;
  height: 100%;

  background: #092140;
  background: rgba(9, 33, 64, 0.5);

  cursor: pointer;
}
#lightbox {
  display: none;

  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1600;

  width: 420px;
  margin-left: -210px;

  border: 10px solid #FFF;
  border-bottom: 0;

  /*  background: #FFF url(/../images/crosshair-corner.png) bottom right no-repeat;*/
   background: #FFF;

  box-shadow: 0 0 15px #092140;

  cursor: auto;
}
#lightbox-title {
  margin: 10px 10px 18px;

  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  text-align: left;

  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: 400;
}
#lightbox-content {
  margin: 8px 10px 16px;
  overflow: auto;
  max-height: 400px;
  max-height: 50vh;
}
#lightbox-content :last-child {
  margin-bottom: 0;
}
#lightbox-controls {
  margin-top: 10px;
  padding: 6px 0;

  text-align: center;

  background: #EDEDED;
  background: rgba(237, 237, 237, 0.5);
}
#lightbox-ok,
#lightbox-close {
  display: inline-block;
  margin: 0 5px;
  padding: 10px 12px;
}
#lightbox-controls .sep {
  display: inline-block;
  width: 5px;

  font-size: 14px;
  text-align: center;
}

/* Lightbox content */
#lightbox-content p {
  margin: 0 0 10px;
}
#lightbox-content > :last-child,
#lightbox-content > :last-child > :last-child,
#lightbox-content > :last-child > :last-child > :last-child {
  margin-bottom: 0;
}
#lightbox-content ol,
#lightbox-content ul {
  margin: 10px 0 10px 15px;
}
#lightbox-content li {
  margin: 3px 0;
  list-style-type: disc;
  list-style-position: inside;
}
#lightbox-content ol li {
  list-style-type: decimal;
}

/* Lightbox small content */
#lightbox.small-content {
  top: 10px;
  bottom: 10px !important;
  margin-top: 0 !important;
}
#lightbox.small-content #lightbox-content {
  height: auto !important;
  max-height: 60% !important;

  height: calc( 100vh - 142px ) !important;
  max-height: calc(10000px) !important;
}

input, textarea {
  display: inline-block;
    padding: 4px 6px;
    margin: 0;
    color: #333;
    line-height: 22px;
    font-size: 16px;
    background: #fff;
    box-shadow: inset 0 0 2px #D9D9D9;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    /*-webkit-appearance: none;*/
}

.wpcf7-form label {
    color: #888;
    font-size: 12px;
    line-height: 18px;
    display: block;
    margin-bottom: 3px;
}

.checkout.woocommerce-checkout .col2-set {
    display: flex;
    flex-direction: column;
}
.checkout.woocommerce-checkout .col2-set .col-1,.checkout.woocommerce-checkout .col2-set .col-2 {
  width: 100%;
}

.woocommerce-checkout .woocommerce-info {
  border-color: #024959;
  padding-left: 48px;
  padding: 10px 10px 20px 48px;
    color: #092140;
    text-shadow: none;
    border: 5px solid ;
    border-radius: 2px;
    background: #ffffff;
    list-style: none outside;
    margin-left: 0;
}
.woocommerce-checkout .woocommerce-info:before {
  background: #024959;
  padding-top: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-shadow: 0 0 4px #212121, 0 0 3px #212121;
}
.woocommerce-checkout .woocommerce-info a {
  color: #024959;
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.checkout_coupon.woocommerce-form-coupon {
  margin: 20px 0 20px!important;
  padding: 5px 0 0 !important;
  border: none !important;
  display: block !important;
  height: auto !important;
  zoom: 1 !important;
  position: relative !important;
  overflow: auto !important;
}
.checkout_coupon.woocommerce-form-coupon p{
  color: #000;
}
.checkout_coupon.woocommerce-form-coupon #coupon_code {
    color: #555;
    height: 36px;
    line-height: 36px;
    padding: 0 6px;
    width: 120px;
    display: block;
    font-size: 18px;
    font-weight: normal;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    background: #fff;
    box-shadow: inset 0 0 2px #D9D9D9;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    -webkit-appearance: none;
        margin: 0;
}
.checkout_coupon.woocommerce-form-coupon .form-row-first, .checkout_coupon.woocommerce-form-coupon  .form-row-last {
    float: left;
    width: auto;
}
#secure-checkout-shortcode {
    background: #ffffff;
    background: -moz-linear-gradient(top #ffffff 0%, #a7a7a7 99%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(99%,#a7a7a7));
    background: -webkit-linear-gradient(top #ffffff 0%,#a7a7a7 99%);
    background: -o-linear-gradient(top #ffffff 0%,#a7a7a7 99%);
    background: -ms-linear-gradient(top #ffffff 0%,#a7a7a7 99%);
    background: linear-gradient(to bottom #ffffff 0%,#a7a7a7 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a7a7a7',GradientType=0 );
    padding: 26px 20px;
    margin: 30px 0 0;
}
#secure-checkout-shortcode .secure-top p {
    position: relative;
    top: 12px;
    color: #024959;
    font-size: 14px;
    line-height: 20px;
}
#secure-checkout-shortcode .secure-bottom {
    clear: left;
    color: #4A4A4A;
}
#secure-checkout-shortcode .secure-bottom p:last-child {
    margin-bottom: 0;
}

img.lock {
    float: left;
    margin: 5px 15px 10px 0;
}
.elementor-widget-woocommerce-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title {
  font-weight: normal !important;
  color: #121d2f !important;
  line-height: 24px;
  padding: .5em 0;
  margin: 0;
  font-size: 1em;
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  text-transform: capitalize !important;
}
.woocommerce ul.products li.product .price {
    color: #77a464 !important;
    display: block !important;
    font-weight: 400 !important;
    margin-bottom: .5em !important;
    font-size: .857em !important;
}
@media (max-width: 375px){
  .header.header-default .logo {
    width: 75%;
  }
  .header.header-default .logo img{
    max-width: 100%;
  }
}
@media (max-width: 425px){
  #certified-instructors {
    width: 100%;
  }
}
@media (max-width: 1024px){
  .header.header-default {
    flex-direction: column;

  }
  #certified-instructors {
      position: relative;
      margin-top: 15px;
  }
}
