.faqHeader {
    font-size: 27px;
    margin: 20px;
}

.panel-heading [data-toggle]:not(.collapsed):after {
    content: "";
    float: right;
    font-size: 18px;
    line-height: 22px;
    background: url("https://images.ctfassets.net/8ciosupf5c48/5DaUw719EnPHRITExyVAoH/19cdf94766597060df88e7b13a51a34e/0e6b7da21226-expanded.jpg?fm=webp&q=75") 0 0/contain;
    width: 15px;
    height: 10px;
}

.panel-heading [data-toggle].collapsed:after {
    content: "";
    float: right;
    font-size: 18px;
    line-height: 22px;
    background: url("https://images.ctfassets.net/8ciosupf5c48/1RJsABkPuyGiYwJR9gMmQr/1b4a229bc0ec366a2bb90426f3296669/f0b4de8672c4-collapsed.jpg?fm=webp&q=75") 0 0/contain;
    width: 15px;
    height: 10px;
}

#faq {
    padding-top: 78px;
    padding-bottom: 40px;
    background: rgba(27,117,188,.05);
    margin-bottom: 50px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}


#accordion .panel {
    background: 0 0;
    box-shadow: none;
    border-top: 1px solid #d2d2d3;
    padding-top: 0;
    padding-bottom: 12px;
    padding-left: 15px;
}

#accordion {
    width: 754px;
    margin: 0 auto;
    padding-top: 28px;
}

#faq h1 {
    font-size: 32px;
    color: #48484a;
    font-weight: 700;
}

#accordion .accordion-toggle {
    font-size: 18px;
    font-weight: 600;
    color: #48484a;
}

#accordion .panel-body,
#accordion .panel-body p {
    font-size: 14px;
    font-weight: 400;
    border-top: 0;
}

#accordion .panel-heading {
    padding-bottom: 8px;
    padding-top: 18px;
    padding-right: 0;
}

#accordion .panel.last {
    border-bottom: 1px solid #d2d2d3;
    margin-bottom: 22px;
}

.features-blue {
    color: #fff;
    background: linear-gradient(135deg,#172a74,#21a9af);
    background-color: #184e8e;
    padding-bottom: 30px;
}

.features-blue p {
    color: rgba(255,255,255,.6);
}

.features-blue h2 {
    font-weight: 700;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

.features-blue .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 60px;
}

.features-blue .item {
    min-height: 100px;
    padding-left: 80px;
    margin-bottom: 40px;
}

.features-blue .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: inherit;
}

.features-blue .item .description {
    font-size: 15px;
    margin-bottom: 0;
}

.features-blue .item .icon {
    font-size: 40px;
    color: #ffcc1e;
    float: left;
    margin-left: -65px;
}

.features-boxed {
    color: #48484A;
}

.features-boxed p {
    color: #48484a;
}

.features-boxed h2 {
    font-weight: 700;
    padding-top: 40px;
    color: inherit;
    font-size: 32px;
    margin-left: 0;
    padding-right: 2px;
}

.features-boxed .intro {
    font-size: 16px;
    position: static;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
}

.features-boxed .intro p {
    margin-bottom: 0;
}

.features-boxed .features {
    padding: 27px 0 42px;
    width: 1170px;
}

.features-boxed .item,
.highlight-blue .buttons {
    text-align: center;
}

@media (max-width:1439px) {
    .features-boxed .item {
        width: 326px;
    }
}

.features-boxed .box {
    text-align: left;
    padding: 32px 40px 10px;
    background-color: #fff;
    border-radius: 20px;
    width: 350px;
}

@media (max-width:1439px) {
    .features-boxed .box {
        width: 286px;
    }
}

.features-boxed .item .icon {
    font-size: 60px;
    color: #1485ee;
    margin-top: 20px;
    margin-bottom: 35px;
}

.features-boxed .item .name {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 8px;
    color: #48484A;
    margin-top: 16px;
    padding-top: 0;
}

.features-boxed .box .description,
.features-boxed .box .description p {
    font-size: 16px;
    margin-bottom: 20px;
    vertical-align: top;
    padding-top: 0;
    font-weight: 400;
}

.features-boxed .container {
    width: 1175px;
    margin-left: 132px;
}

@media (max-width:1439px) {
    .features-boxed .container {
        margin-left: 97px;
        width: 936px;
    }
}

.features-clean {
    color: #48484A;
    background-color: #fff;
    padding-bottom: 13px;
    margin-left: -5px;
}

@media (max-width:1439px) {
    .features-clean {
        margin-left: 95px;
    }

    .features-boxed .features {
        width: 1000px;
    }
}

@media (max-width:1169px) {
    .features-boxed .features {
        padding-top: 33px;
        width: 950px;
    }

    .features-boxed .item {
        width: 314px;
    }

    .features-boxed .box {
        width: 282px;
    }

    .features-boxed .container {
        margin-left: 30px;
        width: 936px;
    }

    .features-clean {
        margin-left: 30px;
    }
}

.features-clean h2 {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 0;
    color: inherit;
    text-align: left;
    margin-top: 80px;
}

#realCustomers .container {
    margin-left: 0px;
}

@media (max-width:991px) {
    #realCustomers.features-boxed .box {
        margin-bottom: 20px;
    }

    .features-boxed .features {
        padding: 27px 0 42px;
        width: 680px;
    }

    #accordion {
        width: 606px;
        margin: 0 auto;
        padding-top: 28px;
    }

    .features-boxed .intro {
        width: 728px;
        padding-left: 0;
        padding-right: 36px;
    }

    .features-boxed .item {
        width: 326px;
        margin-left: 45px;
    }

    .features-boxed .box {
        width: 594px;
    }

    .features-boxed .container {
        margin-left: 30px;
        width: 768px;
    }

    .features-clean {
        margin-left: 30px;
    }

    .features-clean h2 {
        text-align: center;
    }
}

@media (max-width:767px) {
    .features-boxed .box .description {
        padding-bottom: 20px;
    }

    .features-boxed .features {
        width: 470px;
    }

    #faq {
        padding-top: 44px;
    }

    #accordion {
        width: 500px;
        margin: 0 auto;
        padding-top: 28px;
    }

    #faq h1 {
        font-size: 28px;
    }

    #accordion .panel-heading {
        padding-bottom: 8px;
        padding-top: 18px;
        padding-right: 0;
    }

    .features-blue {
        padding-bottom: 10px;
    }

    .features-blue h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }

    .features-blue .intro {
        margin-bottom: 40px;
    }

    .features-blue .item {
        min-height: 0;
    }

    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 0;
        font-size: 28px;
    }

    .features-boxed .intro {
        width: 517px;
        padding-left: 0;
        padding-right: 34px;
        margin-left: -33px;
        margin-top: 56px;
    }

    .features-boxed .item {
        width: 326px;
        margin-left: 0;
        padding-left: 0;
    }

    .features-boxed .box {
        width: 432px;
        padding-bottom: 0;
        margin-bottom: 40px;
    }

    .features-boxed .container {
        margin-left: 69px;
        width: 466px;
        margin-bottom: 7px;
    }

    .features-clean h2 {
        text-align: center;
        font-size: 28px;
        margin-top: 54px;
    }
}

@media (max-width:767px) {
    .features-clean h2 {
        font-size: 24px;
    }
}

.features-clean .intro {
    font-size: 16px;
    margin: 0 auto 60px;
}

.features-clean .item {
    min-height: 170px;
    padding-left: 16px;
    margin-bottom: 0;
    padding-right: 116px;
}

@media (max-width:1439px) {
    .features-clean .item {
        width: 287px;
        padding-right: 10px;
        margin-right: 47px;
    }
}

.features-clean .item .name {
    font-size: 20px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
    color: #1b75bc;
    padding-top: 0;
    padding-bottom: 0;
    margin-left: 0;
}

.features-clean .item .description {
    font-size: 16px;
    font-weight: 400;
    color: #48484A;
}

.features-clean .item .icon {
    font-size: 40px;
    color: #1485ee;
    float: left;
    margin-left: -65px;
    vertical-align: top;
}

.highlight-clean .buttons .btn.highlight-clean-btn {
    text-align: center;
    border-radius: 100px;
    color: #1b75bc;
    font-size: 18px;
    border: 2px solid #1b75bc;
    text-transform: none;
}

.highlight-clean .buttons .btn.highlight-clean-btn:hover {
    background-color: rgba(27,117,188,0.08);
}

.features-clean .photo-details {
    margin-left: 80px;
}

.features-clean .row.features {
    width: 1283px;
}

@media (max-width:1439px) {
    .features-clean .row.features {
        width: 1100px;
    }
}

.jumbotron.hero-technology {
    color: #48484A;
    text-align: center;
    background: url("https://images.ctfassets.net/8ciosupf5c48/3gFauliSAlqj8bNJxzhonX/f344e6d37202d37b82ed9603108bce61/5e36fd1a8ade-image_drake-tax_hero_1440px-2x.jpg?fm=webp&q=75") 0 0/1440px;
    padding-top: 44px;
    padding-bottom: 100px;
    max-width: 1440px;
    position: static;
    display: block;
    height: 570px;
    margin-bottom: 0;
    border-radius: 0;
}

@media (max-width:1439px) {
    .jumbotron.hero-technology {
        max-width: 1170px;
        background: url("https://images.ctfassets.net/8ciosupf5c48/5K3VVn2InDpeRZ3Yr0H1OF/c2424feba38c27e77cc03a529720fe97/39f98743c53f-image_drake-tax_hero_1170px-2x.jpg?fm=webp&q=75") 0 0/1170px;
        height: 542px;
    }
}

h1.hero-title,
h2.hero-title,
h3.hero-title {
    text-shadow: 0 2px 2px rgba(0,0,0,.3);
    color: #fff;
    font-weight: 500;
}

p.hero-subtitle {
    margin: 25px auto;
    padding: 10px 15px;
}

.hero-logo img {
    width: 159px;
}

.logo-wrapper .buttonWrapper {
    margin-left: 60px;
}

.logo-wrapper .hero-button {
    margin-right: 38px;
    width: 182px;
    border-radius: 25px;
    background: #1b75bc;
    font-weight: 700;
    height: 59px;
    padding-top: 15px;
}

.logo-wrapper .hero-button:hover {
    box-shadow: 0px 1px 3px 1px rgba(0,0,0,0.30);
}

.logo-wrapper #btnPricing {
    background-color: #fff;
    color: #1b75bc;
    border-width: 2px;
    border-color: #1b75bc;
}

.logo-wrapper #btnPricing:hover {
    background-color: rgba(27,117,188,0.08);
    box-shadow: none;
}

.jumbotron.hero-technology div.logo-wrapper {
    border-radius: 26px;
    width: 583px;
    margin: 0 0 0 0px;
    padding: 0;
    text-align: left;
    background: #fff;
    height: 471px;
}

@media (max-width:1439px) {
    .jumbotron.hero-technology div.logo-wrapper {
        width: 520px;
        margin-left: 0px;
    }
}

.jumbotron.hero-technology .hero-heading1 {
    font-size: 32px;
    text-align: left;
    font-family: 'Source Sans Pro',sans-serif;
    font-weight: 400;
    line-height: 40px;
    margin-left: 60px;
    margin-top: 20px;
    margin-bottom: 0;
    color: #48484a;
}

.jumbotron.hero-technology div.hero-logo {
    background: url("https://images.ctfassets.net/8ciosupf5c48/4MhRX23S17TNx8WdYDCKef/a8542d36a683b36cecdeb54c855821bc/60b03bcccd61-refund-pay-logo.png?fm=webp&q=75") 0 0/cover,0 0/cover #fff;
    position: relative;
    display: inline-block;
    padding-top: 0;
    margin-top: 50px;
    padding-left: 3px;
    padding-right: 7px;
    margin-left: 60px;
    width: 282px;
    height: 42px;
}

.jumbotron.hero-technology .hero-heading2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    text-align: left;
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 0;
}

@media (max-width:1439px) {
    .jumbotron.hero-technology .hero-heading2 {
        font-size: 36px;
        margin-top: 0;
        color: #48484a;
    }
}

.jumbotron.hero-technology .hero-subtitle {
    color: #48484a;
    text-align: left;
    margin-left: 60px;
    font-size: 18px;
    font-feature-settings: 'clig' off,'liga' off;
    font-weight: 400;
    line-height: 25px;
    background: #fff;
    padding-right: 14px;
    padding-left: 0;
    margin-top: 10px;
}

@media (max-width:1439px) {
    .jumbotron.hero-technology .hero-subtitle {
        margin-top: 0;
    }
}

.jumbotron.hero-technology .hero-logo h1 {
    font-size: 30px;
    text-align: left;
    margin-top: 5px;
}

#badgeHolder {
    padding-top: 60px;
    width: 864px;
}

.row.badges {
    padding-top: 18px;
    padding-bottom: 83px;
}

#realCustomers h2 {
    font-size: 32px;
    margin-top: 300px;
}

#realCustomers .box {
    box-shadow: 0px 2px 9px 0px rgba(0,0,0,0.10);
}

#realCustomers.features-boxed {
    background: white;
}

#realCustomers .row.features {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 58px;
}

.btn {
    border-radius: 50px;
}

a {
    color: #1b75bc;
}

#results .name {
    font-size: 20px;
    margin-top: 20px;
}

#results .row.features {
    padding-bottom: 0px;
}

#results .box {
    padding-top: 40px;
    padding-bottom: 4px;
    min-height: 282px;
}

@media (max-width:1439px) {
    #results .box {
        min-height: 326px;
    }
}

#pageContainer.container,
#pageContainer2.container {
    width: 1440px;
    padding-left: 0;
    padding-right: 0;
}

@media (max-width:1530px) {
    #pageContainer.container,
    #pageContainer2.container {
        width: 1170px;
    }
}
@media (max-width:1235px) {
    #pageContainer.container,
    #pageContainer2.container {
        width: 992px;
    }
}

#badgeHolder h1 {
    font-size: 32px;
    color: #48484a;
    line-height: 40px;
    font-weight: 700;
}

#badgeHolder .subHeading {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-top: 16px;
}

#badgeHolder .col-md-3 {
    width: 25%;
    text-align: center;
}

.badge-img {
    width: 171px;
}

.highlight-blue {
    color: #fff;
    background-color: #1b75bc;
    padding: 30px 0 9px;
}

.highlight-blue p {
    color: #fff;
    line-height: 1.5;
    font-size: 24px;
    font-weight: 600;
    padding-top: 0;
}

.highlight-blue h2 {
    font-weight: 700;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
    font-size: 32px;
    margin-bottom: 2px;
}

.highlight-blue .intro {
    font-size: 16px;
    text-align: center;
}

.highlight-blue .buttons .btn {
    padding: 16px 32px;
    margin: 6px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: .4px;
    line-height: 1;
}

.highlight-blue .buttons .btn:hover,
.highlight-clean .buttons .btn:hover {
    opacity: 1;
}

.highlight-blue .buttons .btn:active,
.highlight-clean .buttons .btn:active {
    transform: translateY(1px);
}

.highlight-blue .buttons .btn-primary,
.highlight-blue .buttons .btn-primary:active {
    border: 2px solid rgba(255,255,255,.7);
    border-radius: 6px;
    color: #ebeff1;
    box-shadow: none;
    text-shadow: none;
    padding: 14px 24px;
    background: 0 0;
    transition: background-color .25s;
}

.highlight-clean {
    color: #313437;
    background-color: #fff;
    padding: 56px 0 60px;
}

.highlight-clean p {
    color: #7d8285;
}

.highlight-clean h2 {
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.5;
    padding-top: 0;
    margin-top: 0;
    color: inherit;
}

.highlight-clean .intro {
    font-size: 16px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
}

.highlight-clean .buttons {
    text-align: center;
    margin-top: 25px;
}

.highlight-clean .buttons .btn {
    padding: 18px 48px;
    border: none;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    opacity: .9;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .4px;
    line-height: 1;
    outline: 0;
}

.highlight-clean .buttons .btn-primary {
    background-color: #055ada;
    color: #fff;
}

.highlight-clean .buttons .btn-default {
    background-color: #e6e7ea;
    color: inherit;
}

.highlight-clean .intro h2 {
    font-size: 32px;
    font-weight: 700;
    color: #48484a;
    margin-bottom: 0;
}

.photo-card {
    background-color: rgba(27,117,188,.08);
    display: flex;
    width: 100%;
}

@media (min-width:700px) {
    .photo-card {
        flex-direction: row;
    }
}

.photo-background {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 527px;
    background-image: url("https://images.ctfassets.net/8ciosupf5c48/7IH8CMK5Vwx85zlljdD3dM/c40931a0083df872b78ebda4cb728090/a710d13ef2ab-image_customer-support_1440px-2x.jpg?fm=webp&q=75");
    border-bottom-left-radius: 0;
    width: 671px;
}

@media (max-width:1439px) {
    .photo-background {
        width: 519px;
        height: 527px;
        background-image: url("https://images.ctfassets.net/8ciosupf5c48/2hf8AJ91IVVNmPLAylpDql/18364602766ab0f09bb7bff1eda35c60/e76fb9578ff5-image_customer-support_1170px-2x.jpg?fm=webp&q=75");
    }
}

.photo-details {
    margin-left: 85px;
    margin-top: 85px;
    padding-bottom: 63px;
}

@media (max-width:1439px) {
    .photo-details {
        width: 456px;
        margin-top: 57px;
        padding-bottom: 40px;
    }

    .photo-details p {
        width: 390px;
    }
}

@media (max-width:1169px) {
    .features-clean .item {
        width: 280px;
        padding-right: 0;
        margin-right: 42px;
        min-height: 170px;
    }

    .features-clean .row.features {
        width: 1002px;
    }

    .jumbotron.hero-technology {
        max-width: 992px;
        background: url("https://images.ctfassets.net/8ciosupf5c48/2cGcTU31lt3SW0VzitiXQI/fe19a0d01cb9a309421d0d854d520b3e/b2ed2a63d263-image_drake-tax_hero_992px-2x.jpg?fm=webp&q=75") 0 0/992px;
    }

    .jumbotron.hero-technology div.logo-wrapper {
        width: 555px;
        margin-left: -14px;
    }

    .jumbotron.hero-technology div.hero-logo {
        background: url("https://images.ctfassets.net/8ciosupf5c48/4MhRX23S17TNx8WdYDCKef/a8542d36a683b36cecdeb54c855821bc/60b03bcccd61-refund-pay-logo.png?fm=webp&q=75") 0 0/cover,0 0/cover #d4effc;
    }

    #realCustomers .row.features {
        width: 948px;
        margin-left: -15px;
    }

    #pageContainer.container,
    #pageContainer2.container {
        width: 992px;
    }

    .photo-background {
        background-image: url("https://images.ctfassets.net/8ciosupf5c48/7HlL5shjlmeYJHCf6FzJxJ/57c5a44aa911630ab533cb06f5092045/eb428e9325e9-image_customer-support_992px-2x.jpg?fm=webp&q=75");
        width: 443px;
        height: 527px;
    }

    .photo-details {
        width: 456px;
        margin-top: 57px;
        margin-left: 50px;
    }
}

@media (max-width:991px) {
    #realCustomers .row.features {
        width: 710px;
    }

    .features-clean .item {
        width: 589px;
        margin-right: 60px;
        text-align: center;
        margin-left: 60px;
        margin-bottom: 16px;
        min-height: 100px;
    }

    .jumbotron.hero-technology {
        max-width: 768px;
        background: url("https://images.ctfassets.net/8ciosupf5c48/4bNu5FTuQ0TBNjL7l1S8rx/fdf06a21440bb39dfa164f2297d50ac6/85b348c56474-image_drake-tax_hero_768px-2x.jpg?fm=webp&q=75") 0 0/768px no-repeat,#1b75bc15;
    }

    .jumbotron.hero-technology div.logo-wrapper {
        width: 650px;
        margin-left: -1px;
        margin-top: 331px;
        text-align: center;
        padding-left: 57px;
        padding-right: 57px;
    }

    .jumbotron.hero-technology .hero-heading1 {
        margin-bottom: 10px;
        text-align: center;
        margin-left: 0;
        margin-top: 14px;
    }

    .jumbotron.hero-technology div.hero-logo {
        background: url("https://images.ctfassets.net/8ciosupf5c48/4MhRX23S17TNx8WdYDCKef/a8542d36a683b36cecdeb54c855821bc/60b03bcccd61-refund-pay-logo.png?fm=webp&q=75") 0 0/cover,0 0/cover #d4effc;
        margin-left: 0;
    }

    .jumbotron.hero-technology .hero-heading2 {
        font-size: 36px;
        text-align: center;
        margin-left: 0;
        line-height: 40px;
    }

    .jumbotron.hero-technology .hero-subtitle {
        margin-left: 0;
        text-align: center;
        margin-top: 8px !important;
    }

    #badgeHolder {
        width: 720px;
    }

    #results .box {
        min-height: 199px;
        padding-bottom: 0;
    }

    #pageContainer.container,
    #pageContainer2.container {
        width: 768px;
    }

    .badge-img {
        width: 144px;
    }

    .photo-card {
        display: block;
    }

    .photo-background {
        background-image: url("https://images.ctfassets.net/8ciosupf5c48/5qx1V8UCyeHZ49qlTFH6G/1ae505724e7f274df6cb4afc9020aa28/63e780eac123-image_customer-support_768px-2x.jpg?fm=webp&q=75");
        width: 768px;
        height: 397px;
    }

    .photo-details {
        width: 529px;
        margin-top: 57px;
        margin-left: 120px;
    }
}

.photo-details h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 38px;
    text-align: left;
    color: #48484a;
}

@media (max-width:767px) {
    .features-clean .intro {
        margin-bottom: 20px;
    }

    .features-clean .item {
        width: 402px;
        margin-top: 23px;
        margin-left: 60px;
        margin-bottom: 18px;
    }

    .features-clean .container {
        padding: 0 5px;
    }

    .jumbotron.hero-technology {
        max-width: 576px;
        background: url("https://images.ctfassets.net/8ciosupf5c48/2PPuCKpVN86eXbXNI4GkMj/99a3f05504c554578a7ee49cc9da6e69/62d70f523575-image_drake-tax_hero_576px-2x.jpg?fm=webp&q=75") 0 0/576px no-repeat,#fff;
        height: 740px;
    }

    .logo-wrapper .buttonWrapper {
        margin-left: 0;
    }

    .logo-wrapper .hero-button {
        width: 90%;
        margin-bottom: 20px;
        margin-left: 12px;
    }

    .jumbotron.hero-technology div.logo-wrapper {
        width: 576px;
        margin-top: 264px;
        padding-left: 10px;
        padding-right: 10px;
    }

    #badgeHolder h1,
    #realCustomers h2,
    .highlight-blue h2,
    .highlight-clean .intro h2,
    .highlight-clean h2,
    .jumbotron.hero-technology .hero-heading1,
    .photo-details h1 {
        font-size: 28px;
    }

    .jumbotron.hero-technology div.hero-logo {
        background: url("https://images.ctfassets.net/8ciosupf5c48/4MhRX23S17TNx8WdYDCKef/a8542d36a683b36cecdeb54c855821bc/60b03bcccd61-refund-pay-logo.png?fm=webp&q=75") 0 0/cover,0 0/cover #fff;
        width: 282px;
        height: 42px;
        margin-left: 0;
    }

    .jumbotron.hero-technology .hero-heading2 {
        font-size: 32px;
    }

    #badgeHolder {
        width: 523px;
        height: 560px;
        padding-top: 36px;
    }

    .row.badges DIV.first,
    .row.badges DIV.third {
        padding-left: 80px;
    }

    #realCustomers .row.features {
        padding-bottom: 10px;
        width: 450px;
    }

    #pageContainer.container,
    #pageContainer2.container {
        width: 576px;
    }

    .badge-img {
        width: 144px;
        padding-bottom: 40px;
    }

    .photo-background {
        background-image: url("https://images.ctfassets.net/8ciosupf5c48/3XguOenMO6aSJpnzkn9q3g/389843fb69a2d269bbda2c75c13f5713/bcbb5c33f3eb-image_customer-support_576px-2x.jpg?fm=webp&q=75");
        width: 576px;
        height: 316px;
    }

    .photo-details {
        width: 454px;
        margin-top: 57px;
        margin-left: 61px;
    }
}

.photo-tags ul {
    list-style-type: none;
    margin: .35em 0 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    font-size: 87.5%;
    text-transform: lowercase;
}

.photo-tags li {
    margin: 0 .35em .35em 0;
}

.photo-tags a {
    background-color: #191e20;
    border-radius: 50px;
    color: #fff;
    display: block;
    padding: .3125em 1.25em;
    text-decoration: none;
    transition: color .3s;
}

.photo-tags a:focus,
.photo-tags a:hover {
    color: #e37544;
}

.photo-details p {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 25px;
    color: #48484A;
}

.photo-details .icon {
    display: inline-block;
    position: relative;
}

.photo-details .row {
    border-bottom: 1px solid rgba(27,117,188,.4);
    padding-top: 13px;
    margin: 0;
    padding-bottom: 11px;
}

@media (max-width:1439px) {
    .icon {
        vertical-align: top;
        padding-top: 10px;
    }

    .photo-details .row {
        margin-top: 4px;
        padding-top: 11px;
    }
}

.photo-details .iconText {
    position: relative;
    display: inline-block;
    margin-left: 20px;
}

@media (max-width:575px) {
    .features-boxed .features {
        width: 335px;
    }

    #accordion {
        width: 320px;
        margin: 0 auto 0 -10px;
        padding-top: 28px;
    }

    #faq h1,
    .features-boxed h2 {
        font-size: 24px;
    }

    #accordion .accordion-toggle {
        font-size: 16px;
    }

    .features-boxed .intro {
        width: 319px;
        padding-left: 0;
        padding-right: 34px;
        margin-left: 1px;
        margin-top: 56px;
    }

    .features-boxed .box,
    .features-boxed .item {
        width: 319px;
    }

    .features-boxed .box .description,
    .features-clean .item .description {
        line-height: 20px;
    }

    .features-boxed .container {
        width: 319px;
        margin-left: 30px;
    }

    .features-clean {
        margin-left: 10px;
        margin-right: 10px;
    }

    .features-clean .intro {
        margin-bottom: 14px;
    }

    .features-clean .item {
        width: 355px;
        margin-left: 5px;
        margin-bottom: 25px;
    }

    .features-clean .item .name {
        font-size: 18px;
        margin-bottom: 5px;
    }

    #pageContainer.container,
    #pageContainer2.container,
    .features-clean .row.features {
        width: 375px;
    }

    .jumbotron.hero-technology {
        max-width: 375px;
        background: url("https://images.ctfassets.net/8ciosupf5c48/6wfT7MGGWpivQbTAkDavEn/e662f58eb583b9f94e4730152b98f9bf/64fb355b6215-image_drake-tax_hero_375px-2x.jpg?fm=webp&q=75") 0 0/375px no-repeat,#fff;
        height: 710px;
    }

    .jumbotron.hero-technology div.logo-wrapper {
        width: 351px;
        margin-top: 213px;
        padding-left: 10px;
        padding-right: 10px;
        background: 0 0;
    }

    .jumbotron.hero-technology .hero-heading1 {
        font-size: 24px;
        margin-top: 8px;
        margin-bottom: 5px;
    }

    .jumbotron.hero-technology div.hero-logo {
        width: 133px;
        height: 44px;
        background-size: cover;
    }

    .jumbotron.hero-technology .hero-heading2 {
        font-size: 28px;
        line-height: 32px;
    }

    .jumbotron.hero-technology .hero-subtitle {
        font-size: 16px;
        line-height: 20px;
    }

    #badgeHolder {
        width: 375px;
        height: 560px;
        padding-top: 41px;
    }

    .row.badges DIV.first,
    .row.badges DIV.third {
        padding-left: 42px;
    }

    #realCustomers h2 {
        font-size: 24px;
        padding-top: 10px;
    }

    #realCustomers .row.features {
        padding-bottom: 10px;
        padding-top: 9px;
        width: 330px;
    }

    #results .name {
        font-size: 18px;
    }

    #results .row.features {
        padding-bottom: 20px;
    }

    #badgeHolder h1 {
        font-size: 24px;
        line-height: 28px;
    }

    #badgeHolder .subHeading {
        font-size: 20px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .highlight-blue {
        padding: 30px 45px 12px;
    }

    .highlight-blue p {
        font-size: 20px;
        line-height: 24px;
    }

    .highlight-blue h2 {
        font-size: 24px;
        line-height: 31px;
        padding-bottom: 10px;
    }

    .highlight-clean {
        padding-top: 66px;
    }

    .highlight-clean .intro h2 {
        font-size: 24px;
        line-height: 26px;
    }

    .photo-background {
        background-image: url("https://images.ctfassets.net/8ciosupf5c48/BBMvNAQtMLQYJHCNpiMyH/39e08a57d6d19c30cb5a4d9eb0ffbbf5/d5dbed1d8c35-image_customer-support_375px-2x.jpg?fm=webp&q=75");
        width: 375px;
        height: 298px;
    }

    .photo-details {
        width: 319px;
        margin-top: 57px;
        margin-left: 28px;
    }

    .photo-details h1 {
        font-size: 24px;
        margin-bottom: 25px;
    }

    .photo-details p {
        width: 281px;
        font-size: 18px;
    }

    .photo-details .row {
        margin-top: 0;
        padding-top: 9px;
    }

    .photo-details .iconText {
        margin-left: 20px;
        width: 249px;
        padding-top: 3px;
    }
}

.container.photo-card {
    padding-left: 0;
    padding-right: 0;
}

#benefits {
    background-color: #fff;
}
@media (max-width:991px) {
	#benefits {
		margin-top:260px;
	}
}
@media (max-width:767px) {
	#benefits {
		margin-top:0px;
	}
}
#benefits .buttonWrapper {
    position: relative;
    margin-top: -30px;
}

#benefits .btn {
    width: 182px;
    border-radius: 25px;
    font-weight: 700;
    height: 59px;
    padding-top: 15px;
}

#Offer {
    height: 340px;
	margin-top:280px;
}

#Offer H3 {
    font-size: 32px;
    font-weight: 700;
    color: #48484A;
}
#plugImage {

}

#Offer TD {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    height: 50px;
}

#Offer TD IMG {
    padding-right: 30px;
}

@media (max-width:1439px) {
    #Offer .textCell {
        padding-left: 50px;
    }
}

@media (max-width:1169px) {
    #Offer .imageCell {
        width: 40%;
    }

    #Offer .textCell {
        width: 50%;
        padding-left: 50px;
    }
}

@media (max-width:991px) {
    #Offer {
        height: 600px;
    }

    #Offer .imageCell {
        width: 100%;
    }

    #Offer .textCell {
        width: 100%;
    }
}

#EnrollIn {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #172e45;
	margin-top: 80px;
}

#EnrollIn H3 {
    font-size: 32px;
    font-weight: 700;
    color: white;
    padding-top: 70px;
    padding-bottom: 25px;
}

#EnrollIn P {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: white;
}

#btnApplyNow {
    width: 182px;
    border-radius: 35px;
    font-size: 18px;
    font-weight: 700;
    height: 59px;
    padding-top: 16px;
    margin-top: 25px;
    margin-bottom: 70px;
    background: #1b75bc;
}

#MoreOptions {
    background-color: #d1e3f2;
}
#MoreOptions #intro {
    margin-top: 30px;
    padding-top: 30px;
    padding-left: 22%;
    padding-right: 22%;
    padding-bottom: 30px;
}

#MoreOptions H3 {
    text-align: center;
    color: #48484A;
    font-size: 32px;
    font-weight: 700;
}

#MoreOptions P {
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
}

#MoreOptions .text-center {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

#Form H3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    color: #48484a;
}

#Form P {
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    color: #48484a;
}
#iFrameForm {
	width: 70%;
	height: 400px;
}
@media (max-width:820px) {
	#iFrameForm {
	width: 80%;
	height: 500px;
	}
}
@media (max-width:450px) {
	#iFrameForm {
	width: 100%;
	}
}
#Form .pWrapper {
    width: 640px;
}

@media (max-width:640px) {
	#Form .pWrapper {
    	width: 100%;
	}
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0px;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.MultiCarousel { float: left; overflow: hidden; padding: 15px;width:100%; position:relative;background-color:#d1e3f2; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left;}
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:10px; margin:10px;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:0%;top:calc(50% - 30px);opacity:0.5;height:40px; }
    .MultiCarousel .leftLst { left:50px;background: url("https://images.ctfassets.net/8ciosupf5c48/4sywZxmJfiJCeO33DgAhQJ/986869409dd88ad49c1dbf638e585241/72660cd1d90a-lefty.svg");background-repeat:no-repeat; }
    .MultiCarousel .rightLst { right:50px;background: url("https://images.ctfassets.net/8ciosupf5c48/5NhNdTv2bDY51ynbckJ1JD/7770ff8339055784c75921cf48248521/348f0a80d43f-righty.svg");background-repeat:no-repeat;  }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; visibility:hidden; }
        .MultiCarousel .leftLst:hover, .MultiCarousel .rightLst:hover { opacity:1; }

@media (max-width:1530px) {
	.MultiCarousel .leftLst { left:15px;}
	.MultiCarousel .rightLst { right:10px;}
}
@media (max-width:1235px) {
	.MultiCarousel .leftLst { left:5px;}
	.MultiCarousel .rightLst { right:0px;}
}
@media (max-width:991px) {
	.MultiCarousel .leftLst { left:50px;}
	.MultiCarousel .rightLst { right:50px;}
}



h2.sectionHeading {
    color: #48484A;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
}

