/* --- Adjust the nav to work with the hero background --- */

#nav .container .content .buttons a.button.blueberry.outline {
    color: #FFF;
    border-color: #FFF;
    background-color: transparent;
}

#nav .container .content .buttons a.button.blueberry.outline:hover {
    color: #112867;
    border-color: #FFF;
    background-color: #FFF;
}

/* ------ End nav adjustments ------ */

.single-text-card img:not(.circle-icon-img) {
    margin: 0;
    padding-bottom: 20px;
}

.single-text-card .button .button-img {
    padding: 0;
    margin-right: 10px;
}

.widget-section .text-card h3 {
    display: flex;
    align-items: center;
}

.widget-section .text-card h3 img {
    margin-right: 15px;
}

/* table css for sms code table */
.sms-code-table {
    border-collapse: separate;
    overflow: revert;
}

table.sms-code-table thead tr td,
table.sms-code-table tbody tr td {
    color: #FFFFFF;
    font-size: 16px;
}

table.sms-code-table thead tr td {
    background-color: transparent;
    border: 1px solid #5C77A7;
    font-weight: 800;
}

table.sms-code-table tbody tr {
    background-color: transparent;
}

table.sms-code-table tbody tr td:nth-of-type(2) {
    background-color: #33477F;
}

table.sms-code-table tbody tr td:nth-of-type(1) {
    white-space: nowrap;
}

table.sms-code-table tbody tr td {
    padding: 30px 18px;
    border: 1px solid #5C77A7;
    line-height: 22px;
}

table.sms-code-table thead tr td:first-child {
    border-top-left-radius: 10px;
    width: 20%;
}

table.sms-code-table thead tr td:nth-child(2) {
    width: 40%;
}

table.sms-code-table thead tr td:last-child {
    border-top-right-radius: 10px;
    width: 40%;
}

table.sms-code-table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table.sms-code-table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

table.sms-code-table tr td:first-child {
    border-right: none;
}

table.sms-code-table tr td:last-child {
    border-left: none;
}

table.sms-code-table tbody tr td {
    border-top: none;
}

table.sms-code-table tbody tr td img {
    margin-right: 5px;
    margin-bottom: -2px;
}

/* mobile comparison styles */

.mobile-comparison-cards {
    min-width: 280px;
}

.mobile-compare-chart {
    display: flex;
}

h3.mobile-cards-header {
    color: white;
    text-align: center;
    padding-bottom: 30px;
    font-size: 26px;
}

.mobile-comparison-item {
    color: white;
    line-height: 24px;
    flex: 1;
    padding: 15px;
    border: 1px solid #5C77A7;
}

.mobile-comparison-item.slicktext {
    background-color: #33477F;
}

.mobile-comparison-item.simpletexting {
    border-left: none;
}

.mobile-comparison-item span {
    font-size: 15px;
}

.heading-compare {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.mobile-comparison-card {
    margin-bottom: 25px;
}

.mobile-comparison-card:last-child {
    border-bottom: none;
}

.mobile-comparison-card h4 {
    color: white;
    text-align: center;
    border: 1px solid #5C77A7;
    border-bottom: 1px;
    padding-top: 15px;
}

.text-card h3.choose-slicktext {
    font-size: 22px;
    color: #112867;
    padding-bottom: 30px;
    font-weight: 600;
}

@media all and (max-width: 960px) {

    table.sms-code-table thead tr td,
    table.sms-code-table tbody tr td {
        font-size: 14px;
    }

    table.sms-code-table tbody tr td {
        padding: 30px 10px;
    }

    table.sms-code-table tbody tr td:nth-of-type(1) {
        white-space: revert;
    }
}

@media all and (max-width: 768px) {
    /* --- Adjust the nav to work with the hero background --- */

    #nav .container .content .buttons a.button.blueberry.outline {
        color: #112867;
        border-color: #112867;
        background-color: transparent;
    }

    #nav .container .content .buttons a.button.blueberry.outline:hover {
        color: #FFF;
        border-color: #112867;
        background-color: #112867;
    }

    /* ------ End nav adjustments ------ */

    .section.padding-bottom-100 {
        padding-bottom: 50px;
    }
}