/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
#msform fieldset {
  display: none;
}
#msform fieldset:first-of-type {
  display: block;
}
#msform {
    text-align: center;
    position: relative;
    margin-top: 20px
}

#msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0.5rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
    position: relative
}

.services_button_selected {
    background-color: #0073aa;
    color: #fff !important;
}

.services_button{
    padding: 12px 20px;
    border: 1px solid #0073aa;
    border-radius: 6px;
    cursor: pointer;
    transition: 0.3s;
    color: #0073aa;
}

.services_button:hover {
    background-color: #0073aa;
    color: #fff;
}

.service_select_on_register,
.child_service_select_on_register,
.child_service_other_on_register,
.company_name_on_register,
.first_name_on_register,
.last_name_on_register,
.phone_number_on_register,
.zip_code_on_register{
    display: none;
}

.services_button:focus {
    background-color: #0073aa;
    color: #fff;
}

.form-card {
    text-align: left
}

#msform fieldset:not(:first-of-type) {
    display: none
}

#msform input:not([type="button"]):not([type="submit"]),
#msform textarea,
#msform select {
    padding: 8px 15px 8px 15px;
    border: 1px solid #ccc;
    border-radius: 0px;
    margin-bottom: 25px;
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    background-color: #ECEFF1;
    font-size: 16px;
    letter-spacing: 1px
}

.pmpro-levels-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:20px; 
    margin: 0px 0px 20px 0px;
}

.membership-card{
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #0073aa;
    outline-width: 0
}

.card {
    z-index: 0;
    border: none;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #0073aa;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left
}

.purple-text {
    color: #0073aa;
    font-weight: normal
}

.steps {
    font-size: 25px;
    color: gray;
    margin-bottom: 10px;
    font-weight: normal;
    text-align: right
}

.fieldlabels {
    color: gray;
    text-align: left
}

#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    color: lightgrey
}

#progressbar .active {
    color: #0073aa
}

#progressbar li {
    list-style-type: none;
    font-size: 15px;
    width: 25%;
    float: left;
    position: relative;
    font-weight: 400
}

#progressbar #account:before {
    font-family: FontAwesome;
    content: "\f13e"
}

#progressbar #personal:before {
    font-family: FontAwesome;
    content: "\f007"
}

#progressbar #payment:before {
    font-family: FontAwesome;
    content: "\f030"
}

#progressbar #confirm:before {
    font-family: FontAwesome;
    content: "\f00c"
}

#progressbar li:before {
    width: 50px;
    height: 50px;
    line-height: 45px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    background: lightgray;
    border-radius: 50%;
    margin: 0 auto 10px auto;
    padding: 2px
}

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: -1
}

#progressbar li.active:before,
#progressbar li.active:after {
    background: #0073aa
}

.progress {
    height: 20px;
	display: none;
}

.progress-bar {
    background-color: #0073aa
}

.fit-image {
    width: 100%;
    object-fit: cover
}

.main_row{
	display: flex;
	align-items: center;
	gap: 20px;
}
.main_row div{
	width: 50%;
}
.checkbox-group {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 20px;
}

.checkbox-group > div {
  flex: 1 1 calc(33.333% - 20px);
  min-width: 200px;
}