.one-three-800-grid {
    flex-wrap: wrap;
    flex-direction: column
}

.one-three-800-item {
    margin-top: 20px
}

.one-three-800-item:first-child {
    margin-top: 0
}

@media screen and (min-width:801px) {
    .one-three-800-grid {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }

    .one-three-800-item {
        flex: 0 0 auto;
        text-align: center;
        width: calc(33.33333% - 13.33333px)
    }

    .one-three-800-item {
        margin-top: 0
    }
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.common-css-resp-3-1-800-grid-min {
    display: none;
}

.info-cta-btn {
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-family: Verdana, sans-serif;
    min-width: 140px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    transition: .2s all ease-in-out;
    box-sizing: border-box
}

.info-cta-btn:hover {
    transition: .2s all ease-in-out
}

.info-cta-green {
    background-color: #52b700;
    color: #fff
}

.info-cta-green:hover {
    background-color: #69c130;
    color: #fff
}

.info-cta-cyan {
    background-color: #00aeef;
    color: #fff
}

.info-cta-cyan:hover {
    background-color: #10befd;
    color: #fff
}

.info-cta-orange {
    background-color: #f39317;
    color: #fff
}

.info-cta-orange:hover {
    background-color: #ffb049;
    color: #fff
}

.info-cta-teal {
    background-color: #0bc1b6;
    color: #fff
}

.info-cta-teal:hover {
    background-color: #0fd0c4;
    color: #fff
}

.info-cta-blue {
    background-color: #0070d6;
    color: #fff
}

.info-cta-blue:hover {
    background-color: #0380f2;
    color: #fff
}

.info-cta-purple {
    background-color: #7a67d7;
    color: #fff
}

.info-cta-purple:hover {
    background-color: #8a76f0;
    color: #fff
}

.info-cta-white-blue {
    background-color: #fff;
    color: #fff
}

.info-cta-white-blue:hover {
    background-color: #0070d6;
    color: #fff
}

.info-cta-white-blue {
    color: #0070d6
}

.info-cta-white-blue:hover {
    color: #fff
}

.info-cta-hollow-ixl-white {
    border-color: #fff;
    color: #fff
}

.info-cta-hollow-ixl-white:hover {
    border-color: #0070d6;
    background-color: #0070d6;
    color: #fff
}

.info-cta-hollow-orange {
    border-color: #f39317;
    color: #f39317
}

.info-cta-hollow-orange:hover {
    border-color: #ffb049;
    background-color: #ffb049;
    color: #fff
}

.info-cta-hollow-green {
    border-color: #52b700;
    color: #52b700
}

.info-cta-hollow-green:hover {
    border-color: #69c130;
    background-color: #69c130;
    color: #fff
}

.info-cta-hollow-cyan {
    border-color: #00aeef;
    color: #00aeef
}

.info-cta-hollow-cyan:hover {
    border-color: #10befd;
    background-color: #10befd;
    color: #fff
}

.info-cta-44-18 {
    font-size: 18px;
    height: 44px;
    line-height: 44px
}

.info-cta-hollow-44-18 {
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    font-size: 18px;
    height: 44px;
    line-height: 42px
}

.info-cta-40-16 {
    font-size: 16px;
    height: 40px;
    line-height: 40px
}

.info-cta-hollow-40-16 {
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    font-size: 16px;
    height: 40px;
    line-height: 38px
}

.info-cta-33-15 {
    font-size: 15px;
    height: 33px;
    line-height: 33px
}

.info-cta-hollow-33-15 {
    background: 0 0;
    border-width: 1px;
    border-style: solid;
    font-size: 15px;
    height: 33px;
    line-height: 31px
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.common-css-cta-btn-min {
    display: none;
}