.container {
  max-width: 100%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
}

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.user_column {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}
.user_column:first-of-type {
  padding-right: 2rem;
}

.gform_confirmation_wrapper .gform_confirmation_message {
  background: transparent;
  color: #000;
}

.edu_btn {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  padding: 1rem;
  border-radius: 5px;
  font-weight: 500;
  text-transform: capitalize;
  fill: #ffffff;
  color: #ffffff;
  background-color: #032c7b;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #032c7b;
}

.edu_btn:hover,
.edu_btn:focus {
  background-color: #fff;
  border-color: #032c7b;
}

.edu_form {
  border: solid 1px #000;
  padding: 2rem;
  border-radius: 5px;
}
.blue_required .gfield_required {
  color: #032c7b;
}
.quiz_warning {
  color: #ad002b;
  font-weight: 700;
}
.edu_form .textarea.small {
  height: 150px;
}

.edu_form .ginput_complex {
  padding: 0 1rem 1rem 1rem;
  display: flex;
}

.edu_form_wrapper .gform_submission_error {
  font-size: 0.76rem;
  color: #ad002b;
}

.ce-warning {
  color: #ad002b;
}

.user_renewal_form .ginput_complex,
.user_renewal_form .ginput_container_radio {
  padding: 1rem;
}
.user_renewal_form .address_city,
.user_renewal_form .address_state,
.user_renewal_form .address_zip {
  margin-bottom: 1rem;
}

.edu_form .ginput_container_date {
  width: 33%;
  margin-right: 1%;
}
.ginput_container_date:last-of-type {
  margin-right: 0;
}
.edu_form .gfield_label_before_complex,
.user_renewal_form .gfield_label_before_complex {
  padding: 0 0.25rem;
}

.ld-profile-edit-link {
  display: none;
}

.edu_title {
  font-size: 1.4rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.edu_subtitle {
  position: relative;
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 0.75rem;
}
.edu_subtitle:after {
  content: "";
  height: 2px;
  background: #032c7b;
  position: absolute;
  width: 3rem;
  left: 0;
  top: calc(100% + 5px);
}

.elementor-shortcode .learndash-wrapper .ld-profile-summary .ld-profile-stats {
  display: none;
}

.edu_list {
  max-height: 20rem;
  overflow: auto;
  border-radius: 5px;
  margin-bottom: 2rem;
}
.edu_list.list_renewal {
  max-height: 30rem;
}
.edu_total {
  border: solid 1px #000;
  padding: 1rem;
  border-radius: 5px;
}

/* width */
.edu_list::-webkit-scrollbar {
  width: 10px;
}

/* Track */
.edu_list::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 10px;
}

/* Handle */
.edu_list::-webkit-scrollbar-thumb {
  background: #032c7b;
  border-radius: 10px;
}

.edu_item {
  padding: 0.5rem;
}
.edu_item p:last-of-type {
  margin-bottom: 0;
}
.edu_item:last-of-type {
  border-bottom: none;
}

.user_no_border {
  border: none;
}

#wp-admin-bar-user-info .avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}
img.avatar.avatar-32.photo {
  object-fit: cover;
}
.elementor-shortcode .user_title {
  text-transform: initial;
}

#print-message {
  display: none;
}
#unfocus-overlay {
  display: none;
  z-index: 9999;
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  opacity: 0.8;
}
.body-unfocus main {
  opacity: 0.15;
}

.membership_exp {
  text-align: center;
}

.gf_readonly input {
  background-color: #e3e3e3;
}

.single-sfwd-quiz section#a11y-tools {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .user_column {
    -ms-flex-preferred-size: 50%;
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 2rem;
  }
  .user_column:first-of-type {
    padding-right: 0;
  }
}
@media only screen and (max-width: 675px) {
  .user_renewal_form .ginput_complex,
  .edu_form .ginput_complex {
    display: block;
  }
  .user_renewal_form .ginput_container_date,
  .edu_form .ginput_container_date {
    width: 100%;
    margin-right: 0;
  }
}
@media print {
  .elementor,
  main {
    display: none;
  }
  #print-message {
    display: block;
  }
}
