  .hero .down-arrow {
    width: 100%;
    text-align: center;
    margin: auto;
    padding-top: 12px;
    -webkit-animation: float 3s ease-in-out infinite;
    animation: float 3s ease-in-out infinite;
}
.hero .down-arrow i {
    border: solid #fff;
    border-width: 0 6px 6px 0;
    display: inline-block;
    padding: 8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
#confirmformemail {
    text-align: center;
    padding-bottom: 50px;
}
#confirmformemail p {
    color: #b9243c;
    font-size: 18px;
}
.nav-main .dropdown-nav .lg-dropdown {
    z-index: 7;
}
@media only screen and (max-width: 920px) {
    .desktop-announce-bar {
        display: none;
    }
}
@media only screen and (min-width: 921px) {
    .mobile-announce-bar {
        display: none;
    }
}
section.sectionSpaceGray2 {
    padding: 50px 40px 75px;
    margin: 20px auto 60px;
    background-color: #efefef;
}
.threeVid {
    max-width: 1440px;
    margin: auto;
}
.threeVid .singleVid {
    padding: 0 25px;
}
@media only screen and (max-width: 576px) {
    .threeVid .singleVid {
        margin-bottom: 50px;
    }
}
.threeVid .singleVid .singleVidImg {
    position: relative;
}
.threeVid .singleVid img {
    width: 100%;
    border-radius: 10px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.threeVid .singleVid .btm-link {
    color: #b9243c;
    text-decoration: underline;
}
.threeVid .singleVid .blog-link {
    color: #b9243c;
    font-size: 0.8rem;
    text-decoration: none;
    position: relative;
    right: 20px;
    top: 35px;
}
.threeVid .wrap {
    position: absolute;
    bottom: 0;
    margin: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.threeVid h4,
.threeVid p {
    color: #000;
    margin: 25px auto 0px;
}
.threeVid h4 {
    font-size: 1.1rem;
    padding: 1.5rem 0 0.8rem;
    margin: 0;
}
.threeVid h5 {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 1rem 0 1rem;
    margin: 0;
}
.hero .heroContent .hero-copy.subNavSpacing {
    margin-bottom: 100px;
}
@media only screen and (max-width: 767px) {
    .hero .heroContent .hero-copy.subNavSpacing {
        margin: 20px auto 50px;
    }
}
.hero .heroNav {
    background-color: #efefef;
    border-radius: 10px;
    margin: -50px auto 0 auto;
    padding: 40px 25px;
    border-radius: 10px;
    max-width: 1240px;
    text-align: center;
    position: relative;
    z-index: 3;
}
@media only screen and (max-width: 1340px) {
    .hero .heroNav {
        margin: -50px 50px 0 50px;
    }
}
@media only screen and (max-width: 767px) {
    .hero .heroNav {
        display: none;
    }
}
.hero .heroNav a {
    font-weight: 600;
    color: #393839;
    text-decoration: none;
}
@-webkit-keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    15% {
        -webkit-transform: translatey(12px);
        transform: translatey(12px);
    }
    30% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    45% {
        -webkit-transform: translatey(5px);
        transform: translatey(5px);
    }
    60% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
@keyframes float {
    0% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    15% {
        -webkit-transform: translatey(12px);
        transform: translatey(12px);
    }
    30% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
    45% {
        -webkit-transform: translatey(5px);
        transform: translatey(5px);
    }
    60% {
        -webkit-transform: translatey(0px);
        transform: translatey(0px);
    }
}
.testimonials {
    max-width: 1440px;
    margin: auto;
}
.testimonials .tstThreeImg {
    border-radius: 1000px;
    position: relative;
    max-width: 230px;
    width: 88%;
    margin: auto;
    z-index: 1;
    -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1075px) {
    .testimonials .tstThreeImg {
        width: 68%;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials .tstThreeImg {
        margin: 25px auto 0;
        width: 40%;
        max-width: none;
    }
}
.testimonials .tstThreeImg img {
    border-radius: 1000px;
    width: 100%;
}
.testimonials .tstThreeImg .tstborder {
    width: 100%;
    border: 20px solid rgba(255, 255, 255, 0.3);
    border-radius: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 970px) {
    .testimonials .tstThreeImg .tstborder {
        border: 3vw solid rgba(255, 255, 255, 0.3);
    }
}
.testimonials .tstThreeInfo {
    text-align: center;
    padding: 150px 20px 20px;
    margin: -115px 40px 0;
    min-height: 420px;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 155px;
}
@media only screen and (max-width: 1440px) {
    .testimonials .tstThreeInfo {
        margin: -115px 1vw 0;
    }
}
@media only screen and (max-width: 767px) {
    .testimonials .tstThreeInfo {
        margin-top: -22vw;
        padding-top: 25vw;
    }
}
.testimonials .tstThreeInfo p.quote {
    font-weight: bold;
}
.testimonials .tstThreeInfo p.company {
    font-size: 1rem;
    margin-bottom: 0;
    line-height: 1.5rem;
}
.testimonials .tstThreeInfo p.name {
    font-size: 0.7rem;
    color: #7b7b7b;
    margin-bottom: 0;
    line-height: 1.5;
    margin-bottom: 45px;
}
@media only screen and (max-width: 767px) {
    .testimonials .tstThreeInfo {
        height: auto;
        margin-left: 0;
        margin-right: 0;
        min-height: auto;
        padding-bottom: 20px;
    }
}
@media only screen and (max-width: 1067px) {
    .testimonials .tstThreeInfo p,
    .testimonials .tstThreeInfo p.company {
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}
.testimonials .tstThreeInfo .bottomBtn {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 85%;
}
@media only screen and (max-width: 767px) {
    .testimonials .tstThreeInfo .bottomBtn {
        position: relative;
        margin-top: 55px;
    }
}
section.testimonialsSingle {
    margin-top: 50px;
}
section.testimonialsSingle .ss-container {
    margin: auto;
    max-width: 1125px;
    padding: 25px 25px 25px 115px;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container {
        padding: 10px;
        margin-top: 100px;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox {
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding: 50px;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox {
        padding: 20px;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssImg {
    border-radius: 1000px;
    position: absolute;
    max-width: 230px;
    width: 88%;
    margin: auto;
    left: -100px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    -webkit-box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 11px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssImg {
        left: 50%;
        top: -100px;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        width: 200px;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssImg img {
    border-radius: 1000px;
    width: 100%;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssImg .tstborder {
    width: 100%;
    border: 20px solid rgba(255, 255, 255, 0.3);
    border-radius: 1000px;
    height: 100%;
    position: absolute;
    top: 0;
}
@media only screen and (max-width: 970px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssImg .tstborder {
        border: 2.7vw solid rgba(255, 255, 255, 0.3);
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo {
    padding-left: 115px;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssInfo {
        padding-left: 0;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo svg {
    width: 50px;
    margin-bottom: 25px;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo svg .cls-2 {
    fill: #b9243c;
    opacity: 0.25;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo h3 {
    color: #000;
    padding-bottom: 50px;
    max-width: 600px;
    font-size: 2rem;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssInfo h3 {
        max-width: 100%;
        text-align: center;
        font-size: 1.5rem;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo {
    position: relative;
    margin: 0;
    max-width: 650px;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo {
        max-width: 100%;
        width: 100%;
    }
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .compName {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .company {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 0;
    width: 100%;
    display: block;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .name {
    font-style: italic;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .video-play-button {
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    right: 0;
}
@media only screen and (max-width: 1000px) {
    section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .video-play-button {
        position: relative;
        margin: auto;
    }
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .video-play-button .button-circle {
    background-color: #b9243c;
}
section.testimonialsSingle .ss-container .ss-whitebox .ssInfo .btnInfo .video-play-button span {
    border-left: 25px solid #fff;
}
.modal-dialog {
    max-width: 850px;
    width: 92%;
    margin: auto;
}
.mktoForm input[type="email"],
.mktoForm input[type="tel"],
.mktoForm input[type="text"] {
    border-radius: 10px !important;
    padding: 0.6em 0.3em !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 1px solid #e1e1e1 !important;
    text-indent: 7px;
}
.mktoForm select.mktoField {
    border-radius: 10px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 35.5px;
    border: 1px solid #e1e1e1 !important;
    text-indent: 7px !important;
}
.mktoOffset {
    display: none;
}
.marketo-demo-form {
    width: 100% !important;
}
.marketo-demo-form .mktoLabel {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal !important;
    color: #969696;
    font-size: 16px;
}
.marketo-demo-form .mktoField {
    width: 100% !important;
}
.mktoGutter {
    display: none;
}
@media (max-width: 767px) {
    .modal.fade {
        top: 0;
    }
}
.close {
    position: absolute;
    top: 10px;
    right: 15px;
    color: #ffffff;
    opacity: 0.5;
    font-weight: 400;
    z-index: 1;
}
#cahps,
#demo-popout,
#home-care,
#home-health,
#hospice,
#palliative,
#rcm,
#staffing {
    max-width: 2500px;
    margin-left: 0;
    font-family: "Open Sans";
    background: transparent;
    width: 100%;
    padding-right: 0 !important;
    padding-top: 90px;
}
#cahps label,
#demo-popout label,
#home-care label,
#home-health label,
#hospice label,
#palliative label,
#rcm label,
#staffing label {
    padding-bottom: 5px;
    padding-top: 7px;
    width: auto !important;
}
#cahps .modal-content,
#demo-popout .modal-content,
#home-care .modal-content,
#home-health .modal-content,
#hospice .modal-content,
#palliative .modal-content,
#rcm .modal-content,
#staffing .modal-content {
    border-radius: 25px;
    overflow: hidden;
    background-color: transparent;
}
#cahps .modal-body,
#demo-popout .modal-body,
#home-care .modal-body,
#home-health .modal-body,
#hospice .modal-body,
#palliative .modal-body,
#rcm .modal-body,
#staffing .modal-body {
    padding: 0;
    max-height: inherit;
}
#cahps .modal-body.row,
#demo-popout .modal-body.row,
#home-care .modal-body.row,
#home-health .modal-body.row,
#hospice .modal-body.row,
#palliative .modal-body.row,
#rcm .modal-body.row,
#staffing .modal-body.row {
    margin: 0;
}
#cahps .mktoButton,
#demo-popout .mktoButton,
#home-care .mktoButton,
#home-health .mktoButton,
#hospice .mktoButton,
#palliative .mktoButton,
#rcm .mktoButton,
#staffing .mktoButton {
    background: #b9243c;
}
#cahps .mdlClrSide,
#cahps .mdlWhtSide,
#demo-popout .mdlClrSide,
#demo-popout .mdlWhtSide,
#home-care .mdlClrSide,
#home-care .mdlWhtSide,
#home-health .mdlClrSide,
#home-health .mdlWhtSide,
#hospice .mdlClrSide,
#hospice .mdlWhtSide,
#palliative .mdlClrSide,
#palliative .mdlWhtSide,
#rcm .mdlClrSide,
#rcm .mdlWhtSide,
#staffing .mdlClrSide,
#staffing .mdlWhtSide {
    padding: 40px;
}
@media only screen and (max-width: 767px) {
    #cahps .mdlClrSide,
    #cahps .mdlWhtSide,
    #demo-popout .mdlClrSide,
    #demo-popout .mdlWhtSide,
    #home-care .mdlClrSide,
    #home-care .mdlWhtSide,
    #home-health .mdlClrSide,
    #home-health .mdlWhtSide,
    #hospice .mdlClrSide,
    #hospice .mdlWhtSide,
    #palliative .mdlClrSide,
    #palliative .mdlWhtSide,
    #rcm .mdlClrSide,
    #rcm .mdlWhtSide,
    #staffing .mdlClrSide,
    #staffing .mdlWhtSide {
        padding: 40px 15px;
    }
}
#cahps .mdlWhtSide,
#demo-popout .mdlWhtSide,
#home-care .mdlWhtSide,
#home-health .mdlWhtSide,
#hospice .mdlWhtSide,
#palliative .mdlWhtSide,
#rcm .mdlWhtSide,
#staffing .mdlWhtSide {
    background-color: #fff;
}
#cahps .mdlWhtSide h3,
#demo-popout .mdlWhtSide h3,
#home-care .mdlWhtSide h3,
#home-health .mdlWhtSide h3,
#hospice .mdlWhtSide h3,
#palliative .mdlWhtSide h3,
#rcm .mdlWhtSide h3,
#staffing .mdlWhtSide h3 {
    color: #b9243c;
    text-align: center;
    padding-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
    #cahps .mdlWhtSide h3,
    #demo-popout .mdlWhtSide h3,
    #home-care .mdlWhtSide h3,
    #home-health .mdlWhtSide h3,
    #hospice .mdlWhtSide h3,
    #palliative .mdlWhtSide h3,
    #rcm .mdlWhtSide h3,
    #staffing .mdlWhtSide h3 {
        padding-bottom: 1rem;
    }
}
#cahps .mdlClrSide,
#demo-popout .mdlClrSide,
#home-care .mdlClrSide,
#home-health .mdlClrSide,
#hospice .mdlClrSide,
#palliative .mdlClrSide,
#rcm .mdlClrSide,
#staffing .mdlClrSide {
    position: relative;
    background-color: #b9243c;
}
#cahps .mdlClrSide .vrtCenter,
#demo-popout .mdlClrSide .vrtCenter,
#home-care .mdlClrSide .vrtCenter,
#home-health .mdlClrSide .vrtCenter,
#hospice .mdlClrSide .vrtCenter,
#palliative .mdlClrSide .vrtCenter,
#rcm .mdlClrSide .vrtCenter,
#staffing .mdlClrSide .vrtCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 85%;
    text-align: center;
}
@media only screen and (max-width: 767px) {
    #cahps .mdlClrSide .vrtCenter,
    #demo-popout .mdlClrSide .vrtCenter,
    #home-care .mdlClrSide .vrtCenter,
    #home-health .mdlClrSide .vrtCenter,
    #hospice .mdlClrSide .vrtCenter,
    #palliative .mdlClrSide .vrtCenter,
    #rcm .mdlClrSide .vrtCenter,
    #staffing .mdlClrSide .vrtCenter {
        position: relative;
        top: 0;
        left: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        margin: auto;
        width: 95%;
    }
}
#cahps .mdlClrSide .vrtCenter img,
#demo-popout .mdlClrSide .vrtCenter img,
#home-care .mdlClrSide .vrtCenter img,
#home-health .mdlClrSide .vrtCenter img,
#hospice .mdlClrSide .vrtCenter img,
#palliative .mdlClrSide .vrtCenter img,
#rcm .mdlClrSide .vrtCenter img,
#staffing .mdlClrSide .vrtCenter img {
    width: 80px;
    display: block;
    margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
    #cahps .mdlClrSide .vrtCenter img,
    #demo-popout .mdlClrSide .vrtCenter img,
    #home-care .mdlClrSide .vrtCenter img,
    #home-health .mdlClrSide .vrtCenter img,
    #hospice .mdlClrSide .vrtCenter img,
    #palliative .mdlClrSide .vrtCenter img,
    #rcm .mdlClrSide .vrtCenter img,
    #staffing .mdlClrSide .vrtCenter img {
        width: 50px;
    }
}
#cahps .mdlClrSide .vrtCenter p,
#demo-popout .mdlClrSide .vrtCenter p,
#home-care .mdlClrSide .vrtCenter p,
#home-health .mdlClrSide .vrtCenter p,
#hospice .mdlClrSide .vrtCenter p,
#palliative .mdlClrSide .vrtCenter p,
#rcm .mdlClrSide .vrtCenter p,
#staffing .mdlClrSide .vrtCenter p {
    color: #fff;
}
#cahps .mktoFieldWrap,
#demo-popout .mktoFieldWrap,
#home-care .mktoFieldWrap,
#home-health .mktoFieldWrap,
#hospice .mktoFieldWrap,
#palliative .mktoFieldWrap,
#rcm .mktoFieldWrap,
#staffing .mktoFieldWrap {
    width: 100%;
}
#cahps .mktoFieldDescriptor,
#demo-popout .mktoFieldDescriptor,
#home-care .mktoFieldDescriptor,
#home-health .mktoFieldDescriptor,
#hospice .mktoFieldDescriptor,
#palliative .mktoFieldDescriptor,
#rcm .mktoFieldDescriptor,
#staffing .mktoFieldDescriptor {
    width: 100%;
}
#cahps .mktoFormRow:first-of-type,
#cahps .mktoFormRow:nth-of-type(4),
#cahps .mktoFormRow:nth-of-type(6),
#demo-popout .mktoFormRow:first-of-type,
#demo-popout .mktoFormRow:nth-of-type(4),
#demo-popout .mktoFormRow:nth-of-type(6),
#home-care .mktoFormRow:first-of-type,
#home-care .mktoFormRow:nth-of-type(4),
#home-care .mktoFormRow:nth-of-type(6),
#home-health .mktoFormRow:first-of-type,
#home-health .mktoFormRow:nth-of-type(4),
#home-health .mktoFormRow:nth-of-type(6),
#hospice .mktoFormRow:first-of-type,
#hospice .mktoFormRow:nth-of-type(4),
#hospice .mktoFormRow:nth-of-type(6),
#palliative .mktoFormRow:first-of-type,
#palliative .mktoFormRow:nth-of-type(4),
#palliative .mktoFormRow:nth-of-type(6),
#rcm .mktoFormRow:first-of-type,
#rcm .mktoFormRow:nth-of-type(4),
#rcm .mktoFormRow:nth-of-type(6),
#staffing .mktoFormRow:first-of-type,
#staffing .mktoFormRow:nth-of-type(4),
#staffing .mktoFormRow:nth-of-type(6) {
    width: 46.2%;
    display: inline-block;
}
@media (max-width: 567px) {
    #cahps .mktoFormRow:first-of-type,
    #cahps .mktoFormRow:nth-of-type(4),
    #cahps .mktoFormRow:nth-of-type(6),
    #demo-popout .mktoFormRow:first-of-type,
    #demo-popout .mktoFormRow:nth-of-type(4),
    #demo-popout .mktoFormRow:nth-of-type(6),
    #home-care .mktoFormRow:first-of-type,
    #home-care .mktoFormRow:nth-of-type(4),
    #home-care .mktoFormRow:nth-of-type(6),
    #home-health .mktoFormRow:first-of-type,
    #home-health .mktoFormRow:nth-of-type(4),
    #home-health .mktoFormRow:nth-of-type(6),
    #hospice .mktoFormRow:first-of-type,
    #hospice .mktoFormRow:nth-of-type(4),
    #hospice .mktoFormRow:nth-of-type(6),
    #palliative .mktoFormRow:first-of-type,
    #palliative .mktoFormRow:nth-of-type(4),
    #palliative .mktoFormRow:nth-of-type(6),
    #rcm .mktoFormRow:first-of-type,
    #rcm .mktoFormRow:nth-of-type(4),
    #rcm .mktoFormRow:nth-of-type(6),
    #staffing .mktoFormRow:first-of-type,
    #staffing .mktoFormRow:nth-of-type(4),
    #staffing .mktoFormRow:nth-of-type(6) {
        width: 100%;
    }
}
#cahps .mktoFormRow:nth-of-type(2),
#cahps .mktoFormRow:nth-of-type(5),
#cahps .mktoFormRow:nth-of-type(7),
#demo-popout .mktoFormRow:nth-of-type(2),
#demo-popout .mktoFormRow:nth-of-type(5),
#demo-popout .mktoFormRow:nth-of-type(7),
#home-care .mktoFormRow:nth-of-type(2),
#home-care .mktoFormRow:nth-of-type(5),
#home-care .mktoFormRow:nth-of-type(7),
#home-health .mktoFormRow:nth-of-type(2),
#home-health .mktoFormRow:nth-of-type(5),
#home-health .mktoFormRow:nth-of-type(7),
#hospice .mktoFormRow:nth-of-type(2),
#hospice .mktoFormRow:nth-of-type(5),
#hospice .mktoFormRow:nth-of-type(7),
#palliative .mktoFormRow:nth-of-type(2),
#palliative .mktoFormRow:nth-of-type(5),
#palliative .mktoFormRow:nth-of-type(7),
#rcm .mktoFormRow:nth-of-type(2),
#rcm .mktoFormRow:nth-of-type(5),
#rcm .mktoFormRow:nth-of-type(7),
#staffing .mktoFormRow:nth-of-type(2),
#staffing .mktoFormRow:nth-of-type(5),
#staffing .mktoFormRow:nth-of-type(7) {
    width: 46.2%;
    display: inline-block;
    margin-left: 7%;
}
@media (max-width: 567px) {
    #cahps .mktoFormRow:nth-of-type(2),
    #cahps .mktoFormRow:nth-of-type(5),
    #cahps .mktoFormRow:nth-of-type(7),
    #demo-popout .mktoFormRow:nth-of-type(2),
    #demo-popout .mktoFormRow:nth-of-type(5),
    #demo-popout .mktoFormRow:nth-of-type(7),
    #home-care .mktoFormRow:nth-of-type(2),
    #home-care .mktoFormRow:nth-of-type(5),
    #home-care .mktoFormRow:nth-of-type(7),
    #home-health .mktoFormRow:nth-of-type(2),
    #home-health .mktoFormRow:nth-of-type(5),
    #home-health .mktoFormRow:nth-of-type(7),
    #hospice .mktoFormRow:nth-of-type(2),
    #hospice .mktoFormRow:nth-of-type(5),
    #hospice .mktoFormRow:nth-of-type(7),
    #palliative .mktoFormRow:nth-of-type(2),
    #palliative .mktoFormRow:nth-of-type(5),
    #palliative .mktoFormRow:nth-of-type(7),
    #rcm .mktoFormRow:nth-of-type(2),
    #rcm .mktoFormRow:nth-of-type(5),
    #rcm .mktoFormRow:nth-of-type(7),
    #staffing .mktoFormRow:nth-of-type(2),
    #staffing .mktoFormRow:nth-of-type(5),
    #staffing .mktoFormRow:nth-of-type(7) {
        width: 100%;
        margin-left: 0;
    }
}
#cahps .mktoFormRow:nth-of-type(3),
#demo-popout .mktoFormRow:nth-of-type(3),
#home-care .mktoFormRow:nth-of-type(3),
#home-health .mktoFormRow:nth-of-type(3),
#hospice .mktoFormRow:nth-of-type(3),
#palliative .mktoFormRow:nth-of-type(3),
#rcm .mktoFormRow:nth-of-type(3),
#staffing .mktoFormRow:nth-of-type(3) {
    width: 100%;
    display: inline-block;
}
#cahps:first-of-type,
#demo-popout:first-of-type,
#home-care:first-of-type,
#home-health:first-of-type,
#hospice:first-of-type,
#palliative:first-of-type,
#rcm:first-of-type,
#staffing:first-of-type {
    color: #ffffff;
    padding: 90px 0 20px;
    float: right;
}
@media (max-width: 767px) {
    #cahps:first-of-type,
    #demo-popout:first-of-type,
    #home-care:first-of-type,
    #home-health:first-of-type,
    #hospice:first-of-type,
    #palliative:first-of-type,
    #rcm:first-of-type,
    #staffing:first-of-type {
        float: none;
        width: 100%;
    }
}
#cahps .mktoButton,
#demo-popout .mktoButton,
#home-care .mktoButton,
#home-health .mktoButton,
#hospice .mktoButton,
#palliative .mktoButton,
#rcm .mktoButton,
#staffing .mktoButton {
    color: #fff;
    border: 0px solid #fff;
    border-radius: 10px;
    font-size: 20px;
    margin-top: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#cahps p.newsletterLegal,
#demo-popout p.newsletterLegal,
#home-care p.newsletterLegal,
#home-health p.newsletterLegal,
#hospice p.newsletterLegal,
#palliative p.newsletterLegal,
#rcm p.newsletterLegal,
#staffing p.newsletterLegal {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: normal !important;
    color: #969696;
    font-size: 0.8rem;
    display: inline-block;
    padding-top: 10px;
}
#cahps p.newsletterLegal a,
#demo-popout p.newsletterLegal a,
#home-care p.newsletterLegal a,
#home-health p.newsletterLegal a,
#hospice p.newsletterLegal a,
#palliative p.newsletterLegal a,
#rcm p.newsletterLegal a,
#staffing p.newsletterLegal a {
    color: #969696;
    text-decoration: underline;
}
#cahps .mktoButtonRow,
#demo-popout .mktoButtonRow,
#home-care .mktoButtonRow,
#home-health .mktoButtonRow,
#hospice .mktoButtonRow,
#palliative .mktoButtonRow,
#rcm .mktoButtonRow,
#staffing .mktoButtonRow {
    width: 100%;
}
#cahps .mktoButtonWrap,
#demo-popout .mktoButtonWrap,
#home-care .mktoButtonWrap,
#home-health .mktoButtonWrap,
#hospice .mktoButtonWrap,
#palliative .mktoButtonWrap,
#rcm .mktoButtonWrap,
#staffing .mktoButtonWrap {
    margin: auto !important;
    display: block;
    text-align: center;
}
.modal {
    overflow-y: auto;
}
#compliance-section .certCard {
    text-align: center;
}
#compliance-section .certCard img {
    max-width: 200px;
}
@media only screen and (max-width: 900px) {
    #compliance-section .certCard {
        text-align: center;
        margin: 20px;
    }
    #compliance-section .certCard img {
        width: 180px;
    }
}
/*# sourceMappingURL=elements.css.map */
