.page-template-template-ppc-page .ppc-form {
    width: 100%;
    max-width: 800px;
    margin-top: 50px;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper input:not([type="checkbox"]),
.page-template-template-ppc-page .ppc-form .gform_wrapper select,
.page-template-template-ppc-page .ppc-form .gform_wrapper textarea {
    width: 100% !important;
    outline: 0 !important;
    border: none !important;
    margin: 0 !important;
    padding: 10px 20px !important;
    height: 50px;
    border-radius: 10px;
    background: #c6c6c9;
    font-weight: 500;
    color: #000;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper li {
    margin-right: 0 !important;
    padding-right: 0 !important;
    max-width: 100% !important;
}
.page-template-template-ppc-page
    .ppc-form
    .gform_legacy_markup_wrapper.gform_validation_error
    .gform_body
    ul
    li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper input::placeholder,
.page-template-template-ppc-page .ppc-form .gform_wrapper select::placeholder,
.page-template-template-ppc-page .ppc-form .gform_wrapper textarea::placeholder {
    color: #000;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper textarea {
    height: 150px;
}
.page-template-template-ppc-page .ppc-form .gform_legacy_markup_wrapper .gform_validation_errors > h2.hide_summary {
    margin: 0;
    margin-bottom: 20px !important;
    padding: 20px !important;
    color: #fff;
}
.page-template-template-ppc-page
    .ppc-form
    .gform_wrapper.gform_validation_error
    ul.gform_fields
    li.gfield.gfield_error
    input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not(
        [type="file"]
    ):not([type="tel"]),
.page-template-template-ppc-page
    .ppc-form
    .gform_wrapper.gform_validation_error
    ul.gform_fields
    li.gfield.gfield_error
    textarea {
    padding: 10px 20px !important;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper input[type="tel"],
.page-template-template-ppc-page
    .ppc-form
    .gform_wrapper.gform_validation_error
    ul.gform_fields
    li.gfield.gfield_error
    input[type="tel"] {
    padding-left: 80px !important;
}
.page-template-template-ppc-page .ppc-form .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(0 0 0 / 0.05);
    border-radius: 10px 0 0 10px;
    display: flex;
    color: #000;
    padding: 0 5px !important;
}
.page-template-template-ppc-page .ppc-form .iti--separate-dial-code .iti__flag-container,
.page-template-template-ppc-page .ppc-form .iti--allow-dropdown .iti__flag-container {
    right: auto;
    left: 0;
    height: 50px;
    border-radius: 10px !important;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper label {
    font-size: 14px;
    margin-left: 10px !important;
    color: #000;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper .gform_button {
    margin-top: 30px !important;
    border: none !important;
    color: #fff !important;
    padding: 15px 25px !important;
    border-radius: 0 !important;
    min-width: auto !important;
    font-size: 1em !important;
    font-weight: 500 !important;
    max-width: 200px !important;
    background: black !important;
}
.page-template-template-ppc-page .ppc-form .gform_wrapper .gform_button i {
    display: none !important;
}
.page-template-template-ppc-page .locations {
    padding-left: 20px;
    padding-right: 20px;
    list-style: none;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: block;
    color: #000;
    font-size: 16px;
}
.page-template-template-ppc-page .locations li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000;
    line-height: 1em;
    font-size: 0.9em;
}
.page-template-template-ppc-page .locations li:first-child {
    padding: 0;
    border-right: none;
}
.page-template-template-ppc-page .locations li:last-child {
    border: none;
}
.page-template-template-ppc-page .tooltip {
    display: inline-block;
    position: relative;
    text-align: left;
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
}
.page-template-template-ppc-page .tooltip .top {
    width: max-content;
    top: -20px;
    left: 50%;
    transform: translate(-50%, -100%);
    padding: 15px;
    color: #fff;
    background-color: #5d8488;
    font-weight: 400;
    font-size: 12px;
    border-radius: 8px;
    position: absolute;
    z-index: 99999999;
    box-sizing: border-box;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
    display: none;
}
.page-template-template-ppc-page .tooltip .top p {
    margin-bottom: 0;
}
.page-template-template-ppc-page .tooltip:hover {
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 5px;
}
.page-template-template-ppc-page .tooltip:hover .top {
    display: block;
    text-decoration: none;
}
.page-template-template-ppc-page .tooltip .top i {
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 12px;
    overflow: hidden;
}
.page-template-template-ppc-page .tooltip .top i::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #5d8488;
    box-shadow: 0 1px 3px rgb(0 0 0 / 0.5);
}
.page-template-template-ppc-page .locations-head {
    width: 100%;
    margin-bottom: 1.5em;
    font-size: 1.5em !important;
    text-transform: uppercase;
}

.postid-307910 nav.nav{
    background: #ffffff;
    max-width: 1280px;
    margin: 0 auto;
    position: sticky;
    display: flex;
    top: 0;
    left: 0;
    z-index: 1000;
}

.postid-307910 strong{
    font-weight: 600 !important;
}

.postid-307910 .gchoice label{
    color: white !important;
}

.postid-307910 .locations li{
    color: white;
    border-right: 1px solid;
}

.page-id-307910 .why-join-aci-card{
    background: #FFFFFF;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16) !important;
    border-radius: 68px;
}

.postid-307910 .why-choose-aci-num{
    border-radius: 100px;
    border: 1px solid;
    width: 67px;
    height: 67px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.postid-307910 .ppc-form .gform_wrapper .gform_button{
    background: #c6c6c9 !important;
    color: #001b48 !important;
}

#gfield_upload_rules_68_48 {
    color: white;
}

#input_68_48 {
    background: none;
    color: white;
    padding: 0 !important;
    border-radius: 0 !important;
    border: none !important;
}

.postid-307910 .ppc-form .gform_required_legend{
    display: none;
}

.postid-307910 .ppc-form .gform_wrapper label{
    color: white;
}

.postid-307910 .ppc-form .gform_footer{
    margin: 0;
    padding: 0;
    margin-top: 0 !important;
}

.postid-307910 .locations li:first-child{
    padding: 0 10px;
}

.ginput_container--name{
    gap: 1rem;
}

.ppc_location_cards {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    color: #000;
    flex-wrap: wrap;
    justify-content: center;
}

.location_card {
    background: #d8d4d4;
    padding: .5rem;
    min-width: 305px;
    box-shadow: 4px 4px 32px rgb(0 0 0 / 10%);
}

.location_card h2 {
    font-size: 1.6em;
    letter-spacing: var(--default-letter-spacing);
    font-weight: 500;
    font-family: var(--heading-font-family);
    line-height: 1.2em;
    text-align: center;
}

.location_card hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

.location_card p {
    font-size: 1em;
    letter-spacing: 0;
    font-weight: 400;
    line-height: 1.5em;
    font-family: var(--default-font-family);
    text-align: center;
}

#doctorsRecruitmentVideo{
	cursor: pointer;
	background-position: center;
}

#doctorsRecruitmentVideo iframe{
		aspect-ratio: 16/9;
}

@media screen and (max-width: 600px){
    #ppcNavFSEDial,
    #ppcNavFSE{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
    }

    #ppcNavLogo{
        max-width: 200px;
        height: auto;
    }
}