/* Outcomes */
#form-ui {margin-bottom:40px; background:#f7f7f7; padding:20px;}
#form-ui label {display:inline-block; color:#57C7E5; font-size:1.25em; margin-right:10px; min-width:110px;}
.testimonial {width:100%;}
#form-ui h3 {margin:30px 0; display:none;}
#form-ui .form-group {margin-right:30px; margin-bottom:3px;}
#form-ui .total-testimonials span {display:inline-block; color:#57C7E5; font-size:1.25em; margin-right:10px;}
.testimonial ul {list-style:none; text-align:right; font-size:0.85em; color:#999;}
.testimonial ul li {display:inline; margin-right:10px;} 
.testimonial ul li:last-child {margin-right:0;}
#noresults {display:none; margin-top:40px;}

ul.tagList {list-style:none; text-align:right; font-size:0.85em; color:#999;}
ul.tagList li {display:inline; margin-left:10px; white-space:nowrap;} 
ul.tagList li:first-child {margin-left:0;}
ul.tagList li.conditionTag {color:#134074;}

.borderQuote {border:1px solid #57C7E5;}

ul.outcomesLinks {list-style:none; padding:0; margin:0 0 20px 0; display:flex; gap:20px; flex-wrap:wrap;}
ul.outcomesLinks .btn {min-width:180px;}
ul.outcomesLinks .btn span {display:block; font-size:12px;}

.testimonial  {

    padding: 14px 16px;
    border-radius: var(--pc-radius);
    border: 1px solid var(--pc-line);
    background: var(--pc-surface);
    text-decoration: none;
    color: var(--pc-ink);
    transition: border-color .15s, background .15s; margin-bottom:.75rem;
}
.testimonial h2 {
    padding-right: 180px; margin-bottom:0;    font-size: 1.4rem; color: var(--pc-blue);
}
.testimonial .btn {
    position: absolute;
    top: 14px;
    right: 16px;
    padding: 6px 12px;
}
.testimonial .btn::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    left: -48px;
    top: 0;
    font-family: FontAwesome;
    content: "\f030";
    color: #134074;
    font-size: 28px;
}


/* Form ui */
#form-ui {margin-bottom:40px; background:#f7f7f7; padding:20px;}
#form-ui label {display:inline-block; color:#57C7E5; font-size:1.25em; margin-right:10px; min-width:110px;}
.testimonial {width:100%;}
#form-ui h3 {margin:30px 0; display:none;}
#form-ui .form-group {margin-right:30px; margin-bottom:3px;}
#form-ui .total-testimonials span {display:inline-block; color:#57C7E5; font-size:1.25em; margin-right:10px;}
@media (min-width: 576px) {
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}
.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}
.form-control {
    border-radius: 0;
    font-weight: 400;
    color: #666;
    border: none;
    padding: 8px;
    border: 1px solid #DCDCDC;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


@media (max-width:768px) {

	/* Outcomes */
	.beforeCol1 {padding-right:0;}
	.beforeCol2 {padding-right:0; margin-left:0;}
	.afterCol3 {padding-left:0;}
	#form-ui .form-group {margin-right:0;}

}

@media (max-width:480px) {
	/* Outcomes */
	.patientExperience {padding:35px 25px 0 0;}
	.testimonial h2 {padding-right:0;}
	.testimonial p {padding-right:0;}
	.testimonial .btn {position:relative; margin-bottom:10px;}
	.testimonial {padding-left:0;}
	.testimonial .divider {margin:0 0 20px 0;}
	.testimonial .btn::before {left:auto; right:-48px;}
}


/* Archive */
.patientFlag {display:none;}

.patientExperience {
    padding-top:45px; padding-bottom:45px;
}

.patientExperience .img-fluid {
    max-width: 100%;
    height: auto;
}

.patientExperience .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; /*
    margin-right: -15px;
    margin-left: -15px;*/
}

.videoEmbed {
    margin-bottom: 20px;
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive-16by9::before {
    padding-top: 56.25%;
}
.embed-responsive::before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


.patientExperience .col, 
.patientExperience .col-1, 
.patientExperience .col-10, 
.patientExperience .col-11, 
.patientExperience .col-12, 
.patientExperience .col-2,
.patientExperience .col-3, 
.patientExperience .col-4, 
.patientExperience .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, 
.patientExperience .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, 
.patientExperience .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto,
.patientExperience .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2,
.patientExperience .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, 
.patientExperience .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, 
.patientExperience .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, 
.patientExperience .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, 
.patientExperience .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, 
.patientExperience .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (min-width: 576px) {
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}


@media (min-width: 992px) {
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 992px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
}
@media (min-width: 992px) {
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}


@media (min-width: 992px) {
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}
@media (min-width: 992px) {
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
}