.divide-sidebar-widgets{
    color: #a2a2a2;
    margin-bottom: 40px;
    margin-top: 10px;
}
.info-cta{
    background-color: white;
    border: solid 1px #00b0fc;
    border-radius: 2px;
    height: 60px;
    margin: auto;
    padding: 19px 24px 9px 24px;
    text-align: center;
    box-sizing: border-box;
    margin-bottom: 40px;
    width: 90%;
    display: inline-block;
}
.info-icon{
    display: inline-block;
    position: absolute;
    height: 60px;
    line-height: 60px;
}
.info-icon:after {
    color: #6d6d6d;
    cursor: help;
    font-family: FontAwesome;
    font-size: 15px;
    padding-top: 17px;
    margin-left: 5px;
    content: '\f05a';
}

.info-cta,.info-cta samp {
    color: #00b0fc;
    font-family: GothamXNarrow, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.14;
    box-shadow: none;
    text-decoration: none;
}
.info-cta samp {
    white-space: nowrap;
}
.info-cta:hover, .info-cta:focus {
    color: #00b0fc;
    text-decoration: underline;
}
@media screen and (max-width: 381px) {
    .info-cta{
        padding-top: 12px;
    }
}
@media screen and (max-width: 1491px) and (min-width: 1430px) {
    .info-cta{
        padding-top: 12px;
    }
}
@media screen and (max-width: 1205px) and (min-width: 910px) {
    .info-cta{
        padding-top: 12px;
    }
}
@media screen and (min-width: 1430px) {
    .info-cta{
        padding-top: 9px;
    }
}
@media screen and (max-width: 910px) {
    .divide-sidebar-widgets{
        margin-bottom: 30px;
        margin-top: 0px;
    }
    .info-cta{
        margin-bottom: 20px;
    }
}