body {
    background: #21E9FF;
}

.heroTable {
    border-collapse: collapse;
}

.heroTable td {
    width: 50%;
}

.heroTable td .logo {
    display: block;
    width: 160px;
    margin-bottom: 30px;
}

.heroTable td .featureImage {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.ctaTable {
    margin: 30px 0 0 -15px;
    padding: 0;
}

.ctaTable td {
    width: initial;
    display: inline-block;
    margin: 15px 15px 0 15px;
}

.ctaTable td a {
    display: inline-block;
    background-color: #FFF;
    border-radius: 200px;
    font-size: 19px;
    font-weight: 400;
    padding: 15px 25px;
    color: #00363B;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    transition: all 0.15s ease-in-out;
}

.ctaTable td img {
    width: 23px;
    float: left;
    margin-left: -5px;
    margin-right: 10px;
}

.ctaTable td a:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}

.featuresTable {
    width: (100% + 40px);
    margin-top: 60px;
    margin-left: -20px;
    border-spacing: 20px;
}

.featuresTable td {
    width: 50%;
    border-radius: 50px;
    background-color: #7ef2ff;
    padding: 40px;
    vertical-align: top;
}

.featuresTable td .highlight {
    display: block;
    color: #00363B;
    opacity: 0.7;
    font-size: 19px;
}

.featuresTable td .title {
    display: block;
    width: 70%;
    margin: 8px 0;
    color: #00363B;
    font-size: 23px;
    font-weight: 600;
}

.featuresTable td .media {
    display: block;
    width: 100%;
}

.featuresTable td .voices {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-top: 30px;
    list-style-type: none;
    border-spacing: 15px;
}

.featuresTable td .voices td {
    width: 50%;
    padding: 15px 25px;
    font-size: 23px;
    font-weight: 600;
    color: #00363B;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
}

.featuresTable td .voices td img {
    width: 25px;
    margin-right: 7px;
    float: left;
    margin-top: 2px;
}

.featuresTable td .voices td:hover {
    background: rgba(255, 255, 255, 1);
}

#blockFooter #blockFooterCTA {
    text-align: center;
    margin: 120px 0;
}

#blockFooter #blockFooterCTA .icon {
    display: block;
    margin: 0 auto;
    border-radius: 50px;
    width: 150px;
    padding: 25px;
    background-color: #7ef2ff;
}

#blockFooter #blockFooterCTA .name {
    display: block;
    font-size: 22px;
    margin: 40px auto 0px auto;
    color: #00363B;
    font-weight: 500;
}

#blockFooter #blockFooterCTA .availability {
    display: block;
    font-size: 20px;
    margin: 10px auto;
    color: #00363B;
    opacity: 0.5;
    font-weight: 500;
}

#blockFooter .ctaTable {
    margin: 45px auto 0 auto;
}

#blockFooter #linksList {
    margin: 200px 0 60px 0;
    list-style-type: none;
    text-align: center;
}

#blockFooter #linksList li {
    display: inline;
    margin: 0 20px;
    color: rgba(0, 54, 59, 0.5);
    font-size: 18px;
}

#blockFooter #linksList li a {
    color: rgba(0, 54, 59, 0.5);
}

#blockFooter #linksList li a:hover {
    text-decoration: underline;
}

@media only screen and (max-device-width: 500px) {

    .heroTable td {
        display: block;
        width: 100%;
    }

    .heroTable td .logo {
        width: 150px;
        margin: 30px auto 30px auto;
    }

    .heroTable td .featureImage {
        margin: 0px auto;
    }

    .ctaTable {
        margin: 30px 0 0px 0;
        padding: 0;
        text-align: center;
        width: 100%;
    }

    .ctaTable td {
        width: auto;
    }

    .ctaTable td a {
        font-size: 20px;
        padding: 17px 30px;
    }

    .ctaTable td img {
        width: 25px;
    }

    .featuresTable {
        width: 100%;
        margin: 50px auto 0 auto;
        border-spacing: 0px;
    }

    .featuresTable td {
        display: block;
        width: auto;
        margin-bottom: 2.5%;
        padding: 30px;
    }

    .featuresTable td .highlight {
        font-size: 18px;
    }

    .featuresTable td .title {
        width: 100%;
    }

    .featuresTable td .voices {
        width: 100%;
        border-collapse: collapse;
        margin-left: 0;
    }

    .featuresTable td .voices td {
        display: block;
        width: auto;
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px;
    }

    #blockFooter #blockFooterCTA {
        margin-bottom: 0;
        margin-top: 80px;
    }

    #blockFooter .ctaTable {
        margin-top: 0;
    }

    #blockFooter #blockFooterCTA .icon {
        display: none;
    }

    #blockFooter #blockFooterCTA .name {
        width: 90%;
    }

    #blockFooter #blockFooterCTA .availability {
        width: 90%;
    }

    #blockFooter #linksList {
        margin-top: 80px;
    }

}