/*div#main-content p,*/
/*div#main-content ul,*/
/*div#main-content ol {*/
    /*margin-bottom: 1.25rem;*/
/*}*/

div#main-content ul {
    list-style-type: none;
}

div#main-content ul li:before {
    content: "\2022";
    color: var(--brand-purple);
    display: inline-block;
    margin-right: 0.625rem;
    font-size: 1rem;
}

div#main-content ul li,
div#main-content ol li {

}

/*div#main-content h2 {*/
    /*margin-bottom: 1.25rem;*/
/*}*/
div#main-content h3.section-label {
    margin-bottom: 0.625rem;
}

.block-1_col_post_builder {
    margin-bottom: 1.563rem;
}
.block-2_col_post_builder {
    margin-top: 2.813rem;
    margin-bottom: 4.375rem;
}

img.website-image {
    width: 100%;
}

.lightbox {
    display: none;
}

.videoLightbox .featherlight-content {
    width: 80%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0;
    height: 0;
    overflow: hidden;
    margin: 0;
}

.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

a.videoLink {
    position: relative;
}
img.videoPlayButton {
    margin: auto;
    position: absolute;
    top: -1.25rem;
    left: 0;
    bottom: 0;
    right: 0;
    width: 4.063rem;
    height: 4.063rem;
}

div.container-small-padding-bottom {
    padding-bottom: 5.313rem;
}
div.container-large-padding-bottom {
    padding-bottom: 7.188rem;
}

.add-grey-border-bottom {
    border-bottom: 0.0625rem solid #8A8A8A;
}

h2.collapse-section-heading a.collapse-section-link,
h2.collapse-section-heading a.collapse-section-link:hover,
h2.collapse-section-heading a.collapse-section-link:visited {
    color: var(--brand-purple);
    text-decoration: none;
}
h2.collapse-section-heading a.collapse-section-link:hover {
    opacity: 0.75;
}

/*div.member-services-for-category-collapse-section > div {*/
    /*margin-bottom: 60px;*/
/*}*/

img.location-icon {
    margin-right: 0.625rem;
}

a.block-link {
    display: block;
    cursor: pointer;
}

img.accordion-arrow {
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    -o-transition: transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
img.accordion-arrow.open {
   /* -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);*/
}
a[aria-expanded="true"] img.accordion-arrow {
 -webkit-transform: rotate(-90deg);
 -ms-transform: rotate(-90deg);
 transform: rotate(-90deg);
}

div.services-offered-block {
    background-color: var(--light-grey);
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
div.member-service-offered-collapse-section {
    padding-top: 0.9375rem;
}
p.service-offered {
    font-size: 0.75rem;
}


.closed .vertical {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.closed .horizontal {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
}

.opened {
    opacity: 1;
}
.opened .vertical {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.opened .horizontal {
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
}

.square-plus {
    display: inline-block;
}
.square-plus .square {
    width: 20px;
    height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 5px;
}
.square-plus .square .horizontal {
    position: absolute;
    background-color: var(--brand-purple);
    width: 15px;
    height: 2px;
    left: 0px;
    top: 13px;
}
.square-plus .square .vertical {
    position: absolute;
    background-color: var(--brand-purple);
    width: 2px;
    height: 15px;
    left: 6.5px;
    top: 6.5px;
}

span.collapse-link-text {
    display: inline-block;
    color: var(--brand-purple);
}

.webGpLightbox .featherlight-content {
    width: 944px;
    max-width: 80%;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    border-radius: 30px;
}
.webGpLightbox .featherlight-close-icon {
    top: 30px !important;
    right: 30px !important;
    font-size: 24px !important;
    color: #8A8A8A !important;
}
@media(max-width: 767px) {
    .webGpLightbox .featherlight-close-icon {
        right: 20px !important;
    }
}

.webGpLightbox form select {
    width: 100%;
    background-color: #F5F5F5;
    font-family: "Outfit", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #8A8A8A;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
    border: 0;
}
.webGpLightbox form select option {
    background-color: #FFFFFF;
}
.webGpLightbox form select option:before {
    content: " ";
    padding-top: 15px;
    display: block;
    width: 100%;
    height: 15px;
}
.webGpLightbox form select option:after {
    content: " ";
    padding-bottom: 15px;
    display: block;
    width: 100%;
    height: 15px;
}
div#insertWebGpPracticeTextHere p {
    margin-top: 30px;
}
.webGpLightbox p.download-link {
    padding-top: 0.3125rem;
}

div.single-grid-item:hover {
    cursor: pointer;
}

div.bg-image {
    width: 100%;
    background-size: cover;
    background-position: center center;
    height: 12.5rem;
    border-radius: 1.25rem;
    box-shadow: 0px 10px 40px #00225633;
}

.pink {
    color: #F3BCBB !important;
}

ul.memberServicesOffered {
    display: flex !important;
    flex-wrap: wrap;
}
ul.memberServicesOffered li::before {
    display: none !important;
}
ul.memberServicesOffered li {
    border-right: 1px solid #71AAFF;
    padding-right: 10px;
    padding-left: 10px;
}
ul.memberServicesOffered li:first-of-type {
    /*
    padding-left: 0;
    */
}
ul.memberServicesOffered li:last-of-type {
    border-right: 0;
}

@media(max-width: 1199px) {
    .webGpLightbox p.download-link {
        padding-top: 0.75rem;
    }
}

a.email,
a.phone-number {
    display: inline-block;
    padding-left: 34px;
    background-repeat: no-repeat;
    /*background-size: 22px;*/
    background-size: auto 76%;
    background-position: top 4px left;
}
a.email {
    background-image: url('../img/email_icon.svg');
    margin-top: 5px;
}
a.phone-number {
    background-image: url('../img/icon_phone.svg');
    margin-right: 50px;
}
a.email,
a.email:hover,
a.email:visited,
a.phone-number,
a.phone-number:hover,
a.phone-number:visited {
    color: var(--brand-purple);
    text-decoration: none;
}
@media(max-width: 1199px) {
    a.email,
    a.phone-number {
        display: block;
    }
}