BODY {
    font-family: "Source Sans Pro";
}

.drake-pay-header .divBannerButton {
    padding-left: 0px;
}

.why-drake-clients {
    padding: 20px 0px;
}

.why-drake-clients h2 {
    font-size: 36px;
    font-weight: 600;
}

.drake-pay-info-square {
    background: #00AB2D;
    display: flex;
    width: 100%;
    max-width: 260px;
    margin: 0 auto 20px;
    height: 246px;
    padding: 48px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
}

.drake-pay-info-square-title {
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.drake-pay-info-square-percent {
    font-size: 72px;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
}

.drake-pay-security {
    display: flex;
    align-items: center;
    flex-flow: row;
}

.cost-effective-pricing {
    padding: 50px 60px;
    flex-flow: row;
}

.cost-effective-pricing-icon {
    padding-left: 24px;
}

/* CTA Button style update */
.drake-pay-header .divBannerButton .btnBanner-lg,
.drake-pay-header .divBannerButton .btnBanner-md,
.drake-pay-header .divBannerButton .btnBanner-sm,
.drake-pay-header .divBannerButton .btnBanner-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.drake-pay-get-started .divBannerButton .btnBanner-lg,
.drake-pay-get-started .divBannerButton .btnBanner-md,
.drake-pay-get-started .divBannerButton .btnBanner-sm,
.drake-pay-get-started .divBannerButton .btnBanner-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.drake-pay-support-cta-container .btnBanner-lg,
.drake-pay-support-cta-container .btnBanner-md,
.drake-pay-support-cta-container .btnBanner-sm,
.drake-pay-support-cta-container .btnBanner-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.drake-pay-devices-pymt .divBannerButton .btnBanner-lg,
.drake-pay-devices-pymt .divBannerButton .btnBanner-md,
.drake-pay-devices-pymt .divBannerButton .btnBanner-sm,
.drake-pay-devices-pymt .divBannerButton .btnBanner-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

.drake-pay-modern-solution-container .divBannerButton .btnBanner-lg,
.drake-pay-modern-solution-container .divBannerButton .btnBanner-md,
.drake-pay-modern-solution-container .divBannerButton .btnBanner-sm,
.drake-pay-modern-solution-container .divBannerButton .btnBanner-xs {
    padding-top: 10px;
    padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .drake-pay-devices-pymt .divBannerButton .btnBanner-xs,
    .drake-pay-get-started .divBannerButton .btnBanner-xs {
        padding-left: 40px;
        padding-right: 40px;
    }
}

.drake-pay-modern-solution-right-column {
    padding: 32px;
}

@media only screen and (max-width: 769px) {
    .drake-pay-header,
    .drake-pay-devices-header,
    .drake-pay-faq-header {
        padding-top: 40px;
    }

    .drake-pay-modern-solution-container {
        padding: 40px 0px !important;
    }

    .drake-pay-get-started {
        padding: 30px 15px !important;
    }
}

@media only screen and (max-width: 767px) {
    .drake-pay-security {
        flex-flow: column;
    }

    .drake-pay-modern-solution-right-column {
        padding: 15px;
    }

    .cost-effective-pricing {
        padding: 20px 30px;
        flex-flow: column;
    }

    .cost-effective-pricing-icon {
        padding-left: 0px;
    }
}

/* FAQ */
.faq-container {
    padding-top: 72px;
    padding-bottom: 72px;
}

.faq-container + .faq-container {
    padding-top: 0;
}

.faq-panel-title > a {
    color: #48484A;
    font-size: 24px;
    font-weight: 400;
    line-height: normal;
}

.faq-panel-title > a:focus {
    text-decoration: none;
}

.faq-panel-body p,
.faq-panel-body p span,
.faq-panel-body ul li p {
    font-size: 20px;
    word-wrap: break-word;
}

.faq-panel-body ol li {
    font-size: 20px;
}

.faq-panel-body ul li {
    list-style-image: none !important;
    font-size: 20px;
}

.drake-pay-glossary-table thead tr {
    background-color: #000000;
    color: #ffffff;
    font-size: 24px;
}

.drake-pay-glossary-table td {
    width: 50%;
}

.drake-pay-glossary-table tbody tr td {
    font-size: 20px;
}

.drake-pay-glossary-table tbody tr td:first-child {
    font-weight: bold;
}

@media only screen and (max-width: 767px) {
    .collapse-indicator {
        padding-left: 5px;
    }
}

/* Drake Pay Devices */
.drake-pay-devices-header ul li,
.drake-pay-devices-purchas-pos ul li {
    list-style-image: none !important;
}

@media only screen and (max-width: 767px) {
    .drake-pay-devices-bottom-cta {
        padding: 20px 13px !important;
    }

    .drake-pay-devices-purchas-pos {
        padding: 20px 15px !important;
    }

    .drake-pay-devices-purchas-pos a {
        padding: 10px 30px !important;
        margin: 0 auto;
    }
}

/* ---------------------------------------FEATURES-TRIPLET---------------------------------- */
.features-triplet-Heading {
    padding-bottom: 55px;
    padding-top: 40px;
}

.features-triplet-Heading .introText {
    color: #48484A;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 700;
}

.features-triplet-Heading h2 {
    text-align: center;
}

.features-triplet-Tiles {
    width: 1140px;
    margin-top: -10px;
    margin-left: 120px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}

@media (max-width: 1439px) {
    .features-triplet-Tiles {
        margin-left: 30px;
    }
}

.features-triplet-Tiles .container {
    margin-left: 0px;
    background-color: transparent;
}

.features-triplet-Tile {
    margin-left: -15px;
    width: 361px;
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

@media (max-width: 1439px) {
    .features-triplet-Tile {
        width: 350px;
    }
}

@media (max-width: 991px) {
    .features-triplet-Tile {
        padding-left: 40px;
    }
}

.features-triplet-Tile.left {
    margin-left: 30px;
}

.features-triplet-Tile.right {
    padding-left: 20px;
    padding-right: 100px;
}

.features-triplet-Tile H3 {
    color: #1b75bc;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-weight: 700;
}

.features-triplet-Tile P {
    color: #48484A;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
}

@media only screen and (max-width: 1200px) {
    .features-triplet-Tiles {
        width: 940px;
        margin-left: 15px;
        padding-left: 20px;
    }

    .features-triplet-Tile {
        margin-left: -10px;
        width: 250px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .features-triplet-Tile.left {
        margin-left: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }

    .features-triplet-Tile.right {
        padding-left: 0px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 992px) {
    .features-triplet-Tiles {
        width: 720px;
    }

    .features-triplet-Tiles .col-md-4 {
        width: 680px;
    }

    .features-triplet-Tile {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .features-triplet-Tile.left {
        margin-left: auto;
    }
}

@media only screen and (max-width: 767px) {
    .features-triplet-Tiles {
        width: 100%;
        border-right: 30px solid transparent;
    }

    .features-triplet-Tiles .col-md-4 {
        width: 100%;
    }

    .features-triplet-Tile {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        left: -10px;
    }

    .features-triplet-Heading {
        padding-left: 40px;
        padding-right: 40px;
        width: 100%;
    }

    .features-triplet-Heading .introText {
        font-size: 32px;
        line-height: auto;
    }
}

/* ------------------------- END FEATURES TRIPLET ----------------------------- */
#realCustomers h2 {
    font-size: 32px;
}

@media (max-width: 767px) {
    #realCustomers h2 {
        font-size: 28px;
    }
}

@media (max-width: 575px) {
    #realCustomers h2 {
        font-size: 24px;
        padding-top: 10px;
    }
}

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

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

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

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

@media (max-width: 1169px) {
    #realCustomers .row.features {
        width: 942px;
        margin-left: -15px;
    }
}

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

    #realCustomers.features-boxed .box {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #realCustomers .row.features {
        width: 500px;
        padding-bottom: 10px;
    }
}

@media (max-width: 575px) {
    #realCustomers .row.features {
        width: 350px;
        padding-bottom: 10px;
        padding-top: 9px;
    }
}

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

    /* border: 1px solid blue; */
}

@media screen and (max-width: 1439px) {
    #pageContainer.container {
        width: 1170px;
    }
}

@media (max-width: 1169px) {
    #pageContainer.container {
        width: 992px;
    }
}

@media (max-width: 991px) {
    #pageContainer.container {
        width: 768px;
    }
}

@media (max-width: 767px) {
    #pageContainer.container {
        width: 576px;
    }
}

@media (max-width: 575px) {
    #pageContainer.container {
        width: 375px;
    }
}

#drakePayOffers,
#modernOptions {
    background-color: #edf4fa;
    width: 100%;
}

/* ----------------------FEATURES-BOXED-------------------------------- */
.features-boxed {
    color: #48484A;
    background-color: rgba(27,117,188,0.08);
}

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

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

@media (max-width:767px) {
    .features-boxed h2 {
        margin-bottom: 25px;
        padding-top: 0px;
        font-size: 28px;
    }
}

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

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

@media (max-width: 1439px) {
    .features-boxed .intro {
    }
}

@media (max-width: 991px) {
    .features-boxed .intro {
        width: 728px;
        padding-left: 0px;
        padding-right: 36px;
    }
}

@media (max-width: 767px) {
    .features-boxed .intro {
        width: 517px;
        padding-left: 0px;
        padding-right: 34px;
        margin-left: -33px;
        margin-top: 56px;
    }
}

@media (max-width: 575px) {
    .features-boxed .intro {
        width: 319px;
        padding-left: 0px;
        padding-right: 34px;
        margin-left: 1px;
        margin-top: 56px;
    }
}

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

.features-boxed .features {
    padding: 50px 0;
    padding-top: 27px;
    padding-bottom: 42px;
    width: 1187px;
}

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

.features-boxed .item {
    text-align: center;
}

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

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

@media (max-width: 991px) {
    .features-boxed .item {
        width: 326px;
        margin-left: 45px;
    }
}

@media (max-width: 767px) {
    .features-boxed .item {
        width: 326px;
        margin-left: 0px;
        padding-left: 0px;
    }
}

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

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

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

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

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

@media (max-width: 767px) {
    .features-boxed .box {
        width: 432px;
        padding-bottom: 0px;
        margin-bottom: 40px;
    }
}

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

.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;
    margin-top: 10px;
    color: #48484A;
    margin-top: 16px;
    padding-top: 0px;
}

@media (max-width: 575px) {
    .features-boxed .box .description {
        line-height: 20px;
    }
}

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

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

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

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

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

@media (max-width: 991px) {
    .features-boxed .container {
        margin-left: 30px;
        width: 768px;
    }
}

@media (max-width: 767px) {
    .features-boxed .container {
        margin-left: 69px;
        width: 466px;
        margin-bottom: 7px;
    }
}

@media (max-width: 575px) {
    .features-boxed .container {
        width: 319px;
        margin-left: 30px;
    }
}

#drakePayHeader {
    width: 960px;
    margin-top: 4%;
}

@media (max-width: 767px) {
    #drakePayHeader {
        width: 550px;
    }
}

#drakePayHeaderBody {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
}

@media (max-width: 992px) {
    #drakePayHeaderBody {
        margin-right: 200px;
    }
}

@media (max-width: 767px) {
    #drakePayHeaderBody {
        margin-right: 50px;
    }
}

@media (max-width: 575px) {
    #drakePayHeaderBody {
        margin-right: 140px;
    }
}

#drakePayHeader .header-image {
    width: 448px;
}

.drake-pay-logo {
    margin-top: 50px;
}

#drakePayHeader .header-image {
    width: 448px;
}

@media (max-width: 992px) {
    #drakePayHeader .header-image {
        width: 368px;
        margin: auto auto;
        margin-top: 30px;
    }

    .header-image-wrapper {
        width: 70%;
    }
}

@media (max-width: 767px) {
    .header-image-wrapper {
        width: 100%;
    }
}

@media (max-width: 575px) {
    #drakePayHeader .header-image {
        width: 368px;
        margin: auto auto;
        margin-top: 30px;
    }

    .header-image-wrapper {
        width: 67%;
    }
}

#SecurityRely {
    width: 53%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#SecurityRely H3 {
    font-size: 32px;
    font-weight: 700;
    color: #48484a;
    padding-bottom: 30px;
}

#SecurityRely P {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    color: #48484a;
    padding-top: 30px;
}

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

#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;
    background: #00ab2d;
    font-size: 18px;
    font-weight: 700;
    height: 59px;
    padding-top: 16px;
    margin-top: 25px;
    margin-bottom: 70px;
}

#SupportYou {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#SupportYou H3 {
    font-size: 32px;
    font-weight: 700;
    color: #48484a;
    padding-top: 70px;
    padding-bottom: 25px;
}

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

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

#Disclaimers {
    width: 100%;
    margin: auto auto;
}

#Disclaimers P {
    color: #48484A;
    padding: 0px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
}

.more-ways {
    width: 1024px;
}

@media only screen and (max-width: 991px) {
    .more-ways {
        width: 700px;
    }
}

@media only screen and (max-width: 767px) {
    .more-ways {
        width: 100%;
    }
}

.more-ways-Heading {
    padding-bottom: 55px;
    padding-top: 40px;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .more-ways-Heading {
        padding-bottom: 10px;
    }
}

.more-ways .introText {
    color: #48484A;
    font-size: 32px;
    font-weight: 700;
}

.more-ways .introParagraph {
    color: #48484A;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}

.more-ways  .betterWaysRow {
    padding-top: 60px;
}

.more-ways H3 {
    font-size: 20px;
    color: #48484A;
    margin-top: 10px;
}

.more-ways P {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}

.more-ways a {
    font-size: 18px;
    font-weight: 600;
    color: #1c75bb;
}

#MoreWays .arrowImage {
    height: 25px;
    padding: 0px 0px 2px 5px;
}

.more-ways .calloutImage {
    margin-top: 25px;
}

.more-ways .featureImage {
    width: 393px;
}

@media only screen and (max-width: 991px) {
    .more-ways .featureImage {
        width: 320px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .outlierCell {
        padding-left: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .more-ways .featureImage {
        width: 280px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .outlierCell {
        padding-left: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .more-ways .featureImage {
        width: 320px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .textCell {
        width: 320px;
    }
}
